diff options
author | Darkvater <darkvater@openttd.org> | 2006-01-28 13:33:02 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-01-28 13:33:02 +0000 |
commit | 0e41c3dc5826f0afb1106070cb0a70a8083001af (patch) | |
tree | 3702f42e2f9ecedb5a9601b8ac761bc2fe14202f | |
parent | 8931913884f59399d941f12bec2f41dbce5c5a04 (diff) | |
download | openttd-0e41c3dc5826f0afb1106070cb0a70a8083001af.tar.xz |
(svn r3463) - Fix: it seems estonian/turkish were moved back from unfinished. So update project file and fix their errors
-rw-r--r-- | lang/estonian.txt | 4 | ||||
-rw-r--r-- | lang/turkish.txt | 4 | ||||
-rw-r--r-- | langs.vcproj | 22 |
3 files changed, 26 insertions, 4 deletions
diff --git a/lang/estonian.txt b/lang/estonian.txt index bd23780c8..f2337e0da 100644 --- a/lang/estonian.txt +++ b/lang/estonian.txt @@ -1199,12 +1199,12 @@ STR_NETWORK_ADD_SERVER :{BLACK}Lisa ser 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} diff --git a/lang/turkish.txt b/lang/turkish.txt index 120a4ba4a..399b30b54 100644 --- a/lang/turkish.txt +++ b/lang/turkish.txt @@ -1201,12 +1201,12 @@ STR_NETWORK_ADD_SERVER :{BLACK}Sunucu e 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} diff --git a/langs.vcproj b/langs.vcproj index e32319e71..5633d4a10 100644 --- 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 "$(InputPath)"" + 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 "$(InputPath)"" + Outputs="lang\turkish.lng"/> + </FileConfiguration> + </File> </Files> <Globals> </Globals> |