1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Added remote desktop split screen mode

This commit is contained in:
ylianst
2022-01-28 13:16:04 -08:00
parent e4c3af0682
commit 8743d00519
14 changed files with 1166 additions and 64 deletions

View File

@@ -481,6 +481,15 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Join.
/// </summary>
internal static string Join {
get {
return ResourceManager.GetString("Join", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Changing language will close this tool. Are you sure?.
/// </summary>
@@ -835,6 +844,15 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Split.
/// </summary>
internal static string Split {
get {
return ResourceManager.GetString("Split", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Starting....
/// </summary>

View File

@@ -448,4 +448,10 @@
<data name="ZipSelectedFiles" xml:space="preserve">
<value>ZIP Selected Files</value>
</data>
<data name="Join" xml:space="preserve">
<value>Join</value>
</data>
<data name="Split" xml:space="preserve">
<value>Split</value>
</data>
</root>