r553 - trunk/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 8 17:18:53 EST 2008


Author: icculus
Date: 2008-03-08 17:18:53 -0500 (Sat, 08 Mar 2008)
New Revision: 553

Modified:
   trunk/scripts/localization.lua
Log:
Took the hotkey underscores out of the Russian translation...arguably, it's
 more correct here, but it doesn't match the other translations (and every
 UI target except GTK+ mishandles them).


Modified: trunk/scripts/localization.lua
===================================================================
--- trunk/scripts/localization.lua	2008-03-08 08:47:10 UTC (rev 552)
+++ trunk/scripts/localization.lua	2008-03-08 22:18:53 UTC (rev 553)
@@ -2331,7 +2331,7 @@
         nds = "Weiter",
         nl = "Volgende",
         pt = "Seguinte",
-        ru = "_Далее",
+        ru = "Далее",
         sk = "Ďalej",
         sv = "Nästa",
         tr = "Sonraki",
@@ -2355,7 +2355,7 @@
         nds = "Nein",
         nl = "Nee",
         pt = "Não",
-        ru = "_Нет",
+        ru = "Нет",
         sk = "Nie",
         sv = "Nej",
         tr = "Hayır",
@@ -2379,7 +2379,7 @@
         nds = "Ja",
         nl = "Ja",
         pt = "Sim",
-        ru = "_Да",
+        ru = "Да",
         sk = "Áno",
         sv = "Ja",
         tr = "Evet",




More information about the mojosetup-commits mailing list