1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-02-22 12:23:24 +00:00

Added local device group support.

This commit is contained in:
Ylian Saint-Hilaire
2021-04-28 00:45:17 -07:00
parent 1a8dd93886
commit d64fd051e8
7 changed files with 46 additions and 18 deletions

View File

@@ -300,6 +300,15 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Local.
/// </summary>
internal static string Local {
get {
return ResourceManager.GetString("Local", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to , {0} connections..
/// </summary>

View File

@@ -268,4 +268,7 @@
<data name="OpenSSHAppName" xml:space="preserve">
<value>OpenSSH</value>
</data>
<data name="Local" xml:space="preserve">
<value>Local</value>
</data>
</root>