Changed main menu title to "COLOBOT: Gold Edition"
parent
affa7e32f1
commit
082989a413
|
@ -53,6 +53,9 @@ msgstr ""
|
|||
msgid "COLOBOT"
|
||||
msgstr ""
|
||||
|
||||
msgid "COLOBOT: Gold Edition"
|
||||
msgstr ""
|
||||
|
||||
msgid "Programming exercises"
|
||||
msgstr ""
|
||||
|
||||
|
|
3
po/de.po
3
po/de.po
|
@ -308,6 +308,9 @@ msgstr "Knopf %1"
|
|||
msgid "COLOBOT"
|
||||
msgstr "COLOBOT"
|
||||
|
||||
msgid "COLOBOT: Gold Edition"
|
||||
msgstr "COLOBOT: Gold Edition"
|
||||
|
||||
msgid "Calling an unknown function"
|
||||
msgstr "Die aufgerufene Funktion existiert nicht"
|
||||
|
||||
|
|
3
po/fr.po
3
po/fr.po
|
@ -312,6 +312,9 @@ msgstr "Bouton %1"
|
|||
msgid "COLOBOT"
|
||||
msgstr "COLOBOT"
|
||||
|
||||
msgid "COLOBOT: Gold Edition"
|
||||
msgstr "COLOBOT: Gold Edition"
|
||||
|
||||
msgid "Calling an unknown function"
|
||||
msgstr "Appel d'une fonction inexistante"
|
||||
|
||||
|
|
3
po/pl.po
3
po/pl.po
|
@ -310,6 +310,9 @@ msgstr "Przycisk %1"
|
|||
msgid "COLOBOT"
|
||||
msgstr "COLOBOT"
|
||||
|
||||
msgid "COLOBOT: Gold Edition"
|
||||
msgstr "COLOBOT: Gold Edition"
|
||||
|
||||
msgid "Calling an unknown function"
|
||||
msgstr "Odwołanie do nieznanej funkcji"
|
||||
|
||||
|
|
6
po/ru.po
6
po/ru.po
|
@ -315,6 +315,9 @@ msgstr "Кнопка %1"
|
|||
msgid "COLOBOT"
|
||||
msgstr "КОЛОБОТ"
|
||||
|
||||
msgid "COLOBOT: Gold Edition"
|
||||
msgstr ""
|
||||
|
||||
msgid "Calling an unknown function"
|
||||
msgstr "Вызов неизвестной функции"
|
||||
|
||||
|
@ -1110,7 +1113,8 @@ msgid "Programming help (\\key prog;)"
|
|||
msgstr "Помощь в программировании (\\key prog;)"
|
||||
|
||||
msgid "Programming help\\Gives more detailed help with programming"
|
||||
msgstr "Помощь в программировании\\Дает более детальную помощь в программировании"
|
||||
msgstr ""
|
||||
"Помощь в программировании\\Дает более детальную помощь в программировании"
|
||||
|
||||
msgid "Programs dispatched by Houston"
|
||||
msgstr "Программы переданные с Хьюстона"
|
||||
|
|
|
@ -56,7 +56,7 @@ void InitializeRestext()
|
|||
stringsText[RT_KEY_OR] = " or ";
|
||||
|
||||
stringsText[RT_TITLE_BASE] = "COLOBOT";
|
||||
stringsText[RT_TITLE_INIT] = "COLOBOT";
|
||||
stringsText[RT_TITLE_INIT] = "COLOBOT: Gold Edition";
|
||||
stringsText[RT_TITLE_TRAINER] = "Programming exercises";
|
||||
stringsText[RT_TITLE_DEFI] = "Challenges";
|
||||
stringsText[RT_TITLE_MISSION] = "Missions";
|
||||
|
|
Loading…
Reference in New Issue