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:
9
Properties/Resources.Designer.cs
generated
9
Properties/Resources.Designer.cs
generated
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user