-
-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Russian localization Settings Window (#1799)
* added english resource file * added russian resource file * added english resource file for SettingsWindow * added russian resource file for SettingsWindow * added forgotten resources * fix controls width in SettingsWindow
- Loading branch information
Showing
8 changed files
with
957 additions
and
292 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...sion/pyRevit.tab/pyRevit.panel/About.pushbutton/AboutWindow.ResourceDictionary.en_us.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<ResourceDictionary | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:system="clr-namespace:System;assembly=mscorlib"> | ||
|
||
<system:String x:Key="pyRevit.Title">pyRevit</system:String> | ||
<system:String x:Key="pyRevit.Engine">Running on IronPython {} (cpython {})</system:String> | ||
<system:String x:Key="pyRevit.RocketMode.Enabled">Rocket-mode enabled</system:String> | ||
<system:String x:Key="pyRevit.RocketMode.Disabled">Rocket-mode disabled</system:String> | ||
|
||
<system:String x:Key="Button.Wiki">Wiki</system:String> | ||
<system:String x:Key="Button.Twitter">Twitter</system:String> | ||
<system:String x:Key="Button.Blog">Blog</system:String> | ||
<system:String x:Key="Button.GitHub">GitHub</system:String> | ||
<system:String x:Key="Button.YouTube">YouTube</system:String> | ||
<system:String x:Key="Button.License">License</system:String> | ||
<system:String x:Key="Button.Support">Support</system:String> | ||
<system:String x:Key="Button.Credits">Credits</system:String> | ||
<system:String x:Key="Button.ReleaseNotes">Release Notes</system:String> | ||
</ResourceDictionary> |
20 changes: 20 additions & 0 deletions
20
...tension/pyRevit.tab/pyRevit.panel/About.pushbutton/AboutWindow.ResourceDictionary.ru.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<ResourceDictionary | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:system="clr-namespace:System;assembly=mscorlib"> | ||
|
||
<system:String x:Key="pyRevit.Title">pyRevit</system:String> | ||
<system:String x:Key="pyRevit.Engine">Запущено на IronPython {} (cpython {})</system:String> | ||
<system:String x:Key="pyRevit.RocketMode.Enabled">Rocked-mode вкл</system:String> | ||
<system:String x:Key="pyRevit.RocketMode.Disabled">Rocked-mode выкл</system:String> | ||
|
||
<system:String x:Key="Button.Wiki">Wiki</system:String> | ||
<system:String x:Key="Button.Twitter">Twitter</system:String> | ||
<system:String x:Key="Button.Blog">Blog</system:String> | ||
<system:String x:Key="Button.GitHub">GitHub</system:String> | ||
<system:String x:Key="Button.YouTube">YouTube</system:String> | ||
<system:String x:Key="Button.License">License</system:String> | ||
<system:String x:Key="Button.Support">Support</system:String> | ||
<system:String x:Key="Button.Credits">Credits</system:String> | ||
<system:String x:Key="Button.ReleaseNotes">Release Notes</system:String> | ||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.