Merge pull request #273 from mRemoteNG/add_turkish_translation

Add Turkish translation provided by forum user rizaemet
This commit is contained in:
David Sparer
2016-11-29 08:18:56 -07:00
committed by GitHub
7 changed files with 2286 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
1.75 Beta 2 (2016-xx-xx):
Features/Enhancements:
----------------------
#273: Added Turkish translation provided by forum user "rizaemet"
Fixes:
------
#254: Component check window position issues and uncaught exception

View File

@@ -38,6 +38,7 @@ Emanuel Silva
Robert Siwiec
Hayato Iriumi
Sebastien Thieury (github.com/SebThieu)
Riza Emet
Included Source Code

View File

@@ -1873,7 +1873,8 @@ namespace mRemoteNG {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("de,el,en,en-US,es-AR,es,fr,hu,it,ja-JP,nb-NO,nl,pt,pt-BR,pl,ru,uk,zh-CN,zh-TW")]
[global::System.Configuration.DefaultSettingValueAttribute("de,el,en,en-US,es-AR,es,fr,hu,it,ja-JP,nb-NO,nl,pt,pt-BR,pl,ru,uk,tr-TR,zh-CN,zh-" +
"TW")]
public string SupportedUICultures {
get {
return ((string)(this["SupportedUICultures"]));

View File

@@ -465,7 +465,7 @@
<Value Profile="(Default)" />
</Setting>
<Setting Name="SupportedUICultures" Type="System.String" Scope="Application">
<Value Profile="(Default)">de,el,en,en-US,es-AR,es,fr,hu,it,ja-JP,nb-NO,nl,pt,pt-BR,pl,ru,uk,zh-CN,zh-TW</Value>
<Value Profile="(Default)">de,el,en,en-US,es-AR,es,fr,hu,it,ja-JP,nb-NO,nl,pt,pt-BR,pl,ru,uk,tr-TR,zh-CN,zh-TW</Value>
</Setting>
<Setting Name="ConDefaultRDGatewayHostname" Type="System.String" Scope="User">
<Value Profile="(Default)" />

File diff suppressed because it is too large Load Diff

View File

@@ -606,7 +606,7 @@
<applicationSettings>
<mRemoteNG.Settings>
<setting name="SupportedUICultures" serializeAs="String">
<value>de,el,en,en-US,es-AR,es,fr,hu,it,ja-JP,nb-NO,nl,pt,pt-BR,pl,ru,uk,zh-CN,zh-TW</value>
<value>de,el,en,en-US,es-AR,es,fr,hu,it,ja-JP,nb-NO,nl,pt,pt-BR,pl,ru,uk,tr-TR,zh-CN,zh-TW</value>
</setting>
<setting name="UpdateChannel" serializeAs="String">
<value>release</value>

View File

@@ -489,6 +489,7 @@
<EmbeddedResource Include="Resources\Language\Language.ja-JP.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Language\Language.tr-TR.resx" />
<EmbeddedResource Include="UI\Controls\IPTextBox.resx">
<DependentUpon>IPTextBox.cs</DependentUpon>
</EmbeddedResource>