r549 - trunk/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Mar 5 05:51:50 EST 2008


Author: icculus
Date: 2008-03-05 05:51:49 -0500 (Wed, 05 Mar 2008)
New Revision: 549

Modified:
   trunk/scripts/localization.lua
Log:
Fixed bogus escape chars in zh_TW translation.


Modified: trunk/scripts/localization.lua
===================================================================
--- trunk/scripts/localization.lua	2008-03-05 03:20:33 UTC (rev 548)
+++ trunk/scripts/localization.lua	2008-03-05 10:51:49 UTC (rev 549)
@@ -726,7 +726,7 @@
         ru = "Ошибка: '%0' неправильное значение для прав.",
         sk = "CHYBA: '%0' nieje správny spôsob zápisu práv",
         sv = "FEL: '%0' är inte en giltig rättighetssträng",
-        zh_TW = "臭蟲:'%' 並不是有效的檔案權限設定"
+        zh_TW = "臭蟲:'%0' 並不是有效的檔案權限設定"
     };
 
     -- If there's a string in the program that needs be formatted with
@@ -2437,7 +2437,7 @@
         ru = "Не могу загрузить файл манифеста '%0'",
         sk = "Nemôžem nahrať manifest súbor pre '%0'",
         sv = "Kunde inte ladda manifestfil för '%0'",
-        zh_TW = "無法讀取來自 '%' 的檔案清單"
+        zh_TW = "無法讀取來自 '%0' 的檔案清單"
     };
 
     -- This error is shown when the user prompted the app to read a filename




More information about the mojosetup-commits mailing list