Actualize translation
authorunc0rr
Sun, 03 Sep 2006 15:39:53 +0000
changeset 138 00e8d3693e90
parent 137 bcab861a3262
child 139 340ded7cc336
Actualize translation
QTfrontend/gamecfgwidget.cpp
QTfrontend/translations/hedgewars_ru.qm
QTfrontend/translations/hedgewars_ru.ts
--- a/QTfrontend/gamecfgwidget.cpp	Sun Sep 03 15:34:19 2006 +0000
+++ b/QTfrontend/gamecfgwidget.cpp	Sun Sep 03 15:39:53 2006 +0000
@@ -37,7 +37,7 @@
 GameCFGWidget::GameCFGWidget(QWidget* parent) : QWidget(parent)
 {
 	CB_mode_Forts = new QCheckBox(this);
-	CB_mode_Forts->setText("Forts mode");
+	CB_mode_Forts->setText(QCheckBox::tr("Forts mode"));
 }
 
 quint32 GameCFGWidget::getGameFlags()
Binary file QTfrontend/translations/hedgewars_ru.qm has changed
--- a/QTfrontend/translations/hedgewars_ru.ts	Sun Sep 03 15:34:19 2006 +0000
+++ b/QTfrontend/translations/hedgewars_ru.ts	Sun Sep 03 15:39:53 2006 +0000
@@ -89,6 +89,10 @@
         <source>Fullscreen</source>
         <translation>Полный экран</translation>
     </message>
+    <message>
+        <source>Forts mode</source>
+        <translation>Режим фортов</translation>
+    </message>
 </context>
 <context>
     <name>QGroupBox</name>
@@ -247,6 +251,10 @@
         <source>Go!</source>
         <translation>Вперёд!</translation>
     </message>
+    <message>
+        <source>Start</source>
+        <translation>Старт</translation>
+    </message>
 </context>
 <context>
     <name>QToolBox</name>