changeset 2908:e62dac61dbe0 draft

(svn r3463) - Fix: it seems estonian/turkish were moved back from unfinished. So update project file and fix their errors
author Darkvater <Darkvater@openttd.org>
date Sat, 28 Jan 2006 13:33:02 +0000
parents a85519e2c7f2
children acfea9bc13a0
files lang/estonian.txt lang/turkish.txt langs.vcproj
diffstat 3 files changed, 26 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lang/estonian.txt
+++ b/lang/estonian.txt
@@ -1199,12 +1199,12 @@
 STR_NETWORK_ADD_SERVER_TIP                                      :{BLACK}Lisab nimekirja serveri, mida kontrollitakse alati, kas see töötab või mitte.
 STR_NETWORK_ENTER_IP                                            :{BLACK}Sisesta serveri aadress
 
-STR_NETWORK_CLIENTS_ONLINE                                      :{BLACK}{COMMA}/{COMMA}
+STR_NETWORK_GENERAL_ONLINE                                      :{BLACK}{COMMA}/{COMMA} - {COMMA}/{COMMA}
 STR_NETWORK_CLIENTS_CAPTION                                     :{BLACK}Kliendid
 STR_NETWORK_CLIENTS_CAPTION_TIP                                 :{BLACK}Kliente sees / maksimum
 STR_NETWORK_GAME_INFO                                           :{SILVER}MÄNGU INFO
 STR_ORANGE                                                      :{ORANGE}{STRING}
-STR_NETWORK_CLIENTS                                             :{SILVER}Kliendid:  {WHITE}{COMMA} / {COMMA}
+STR_NETWORK_CLIENTS                                             :{SILVER}Kliendid:  {WHITE}{COMMA} / {COMMA} - {COMMA} / {COMMA}
 STR_NETWORK_LANGUAGE                                            :{SILVER}Keel:  {WHITE}{STRING}
 STR_NETWORK_TILESET                                             :{SILVER}Maastikuühikud:  {WHITE}{STRING}
 STR_NETWORK_MAP_SIZE                                            :{SILVER}Kaardi suurus:  {WHITE}{COMMA}x{COMMA}
--- a/lang/turkish.txt
+++ b/lang/turkish.txt
@@ -1201,12 +1201,12 @@
 STR_NETWORK_ADD_SERVER_TIP                                      :{BLACK}Her zaman çalisan oyunlarina bakabilmek için bir sunucu ekle.
 STR_NETWORK_ENTER_IP                                            :{BLACK}Sunucunun ip'sini ve portunu girin
 
-STR_NETWORK_CLIENTS_ONLINE                                      :{BLACK}{COMMA}/{COMMA}
+STR_NETWORK_GENERAL_ONLINE                                      :{BLACK}{COMMA}/{COMMA} - {COMMA}/{COMMA}
 STR_NETWORK_CLIENTS_CAPTION                                     :{BLACK}Oyuncular
 STR_NETWORK_CLIENTS_CAPTION_TIP                                 :{BLACK}Bagli oyuncular / en fazla oyuncu
 STR_NETWORK_GAME_INFO                                           :{SILVER}OYUN BiLGiSi
 STR_ORANGE                                                      :{ORANGE}{STRING}
-STR_NETWORK_CLIENTS                                             :{SILVER}Oyuncular:  {WHITE}{COMMA} / {COMMA}
+STR_NETWORK_CLIENTS                                             :{SILVER}Oyuncular:  {WHITE}{COMMA} / {COMMA} - {COMMA} / {COMMA}
 STR_NETWORK_LANGUAGE                                            :{SILVER}Dil:  {WHITE}{STRING}
 STR_NETWORK_TILESET                                             :{SILVER}Set:  {WHITE}{STRING}
 STR_NETWORK_MAP_SIZE                                            :{SILVER}Harita boyutu:  {WHITE}{COMMA}x{COMMA}
--- a/langs.vcproj
+++ b/langs.vcproj
@@ -122,6 +122,17 @@
 			</FileConfiguration>
 		</File>
 		<File
+			RelativePath=".\lang\estonian.txt">
+			<FileConfiguration
+				Name="Debug|Win32">
+				<Tool
+					Name="VCCustomBuildTool"
+					Description="Generating estonian language file"
+					CommandLine="strgen\debug\strgen.exe &quot;$(InputPath)&quot;"
+					Outputs="lang\estonian.lng"/>
+			</FileConfiguration>
+		</File>
+		<File
 			RelativePath=".\lang\finnish.txt">
 			<FileConfiguration
 				Name="Debug|Win32">
@@ -314,6 +325,17 @@
 					Outputs="lang\swedish.lng"/>
 			</FileConfiguration>
 		</File>
+		<File
+			RelativePath=".\lang\turkish.txt">
+			<FileConfiguration
+				Name="Debug|Win32">
+				<Tool
+					Name="VCCustomBuildTool"
+					Description="Generating turkish language file"
+					CommandLine="strgen\debug\strgen.exe &quot;$(InputPath)&quot;"
+					Outputs="lang\turkish.lng"/>
+			</FileConfiguration>
+		</File>
 	</Files>
 	<Globals>
 	</Globals>