diff options
author | rubidium <rubidium@openttd.org> | 2009-01-16 12:59:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-01-16 12:59:47 +0000 |
commit | eff693d2e9b45a02177ee600e43576e6d733a2bd (patch) | |
tree | eef2f6bd0f7e1c471cd04882c93477dbfe6df764 /src/lang/simplified_chinese.txt | |
parent | 5d585dcb4d34277be445f7cad6672afb96113d47 (diff) | |
download | openttd-eff693d2e9b45a02177ee600e43576e6d733a2bd.tar.xz |
(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes strings.
Diffstat (limited to 'src/lang/simplified_chinese.txt')
-rw-r--r-- | src/lang/simplified_chinese.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lang/simplified_chinese.txt b/src/lang/simplified_chinese.txt index 66ac864f7..6e32e16cb 100644 --- a/src/lang/simplified_chinese.txt +++ b/src/lang/simplified_chinese.txt @@ -1508,7 +1508,6 @@ STR_NETWORK_CONNECTING_SPECIAL_1 :{BLACK}获取 STR_NETWORK_CONNECTING_SPECIAL_2 :{BLACK}获取公司信息 ############ End of leave-in-this-order STR_NETWORK_CONNECTING_WAITING :{BLACK}您前面还有 {NUM} 个客户端 -STR_NETWORK_CONNECTING_DOWNLOADING :{BLACK}目前已下载 {NUM} / {NUM} 千字节 STR_NETWORK_DISCONNECT :{BLACK}断开 @@ -1960,7 +1959,7 @@ STR_4001_LOAD_GAME :{WHITE}读取 STR_4002_SAVE :{BLACK}保存 STR_4003_DELETE :{BLACK}删除 STR_4004 :{COMPANY}, {STRING} -STR_4005_BYTES_FREE :{BLACK}{COMMA} megabyte(s) 可用 +STR_4005_BYTES_FREE :{BLACK}{BYTES} 可用 STR_4006_UNABLE_TO_READ_DRIVE :{BLACK}不能读取驱动器 STR_4007_GAME_SAVE_FAILED :{WHITE}保存游戏失败{}{STRING} STR_4008_UNABLE_TO_DELETE_FILE :{WHITE}不能删除文件 |