Edited and added a translation of the Russian language in the forms

- File/import
- File/Import from AD
- File/Export to File
- View/Lock Toolbar position
- View/Mylti SSH toolbar
- Tools/Options/Additionally
Related to question #940.
This commit is contained in:
Vladimir Semenov
2018-04-10 13:41:34 +03:00
parent 5f1232727e
commit ddc19587fa
9 changed files with 1065 additions and 972 deletions

View File

@@ -147,7 +147,7 @@ namespace mRemoteNG.UI.Window
clmClosedPorts.Text = Language.strClosedPorts;
Label2.Text = $"{Language.strEndPort}:";
Label1.Text = $"{Language.strStartPort}:";
lblTimeout.Text = $"{Language.TimeoutInSeconds}";
lblTimeout.Text = $"{Language.strTimeoutInSeconds}";
TabText = Language.strMenuPortScan;
Text = Language.strMenuPortScan;
}