Removed spoiler from tooltip in options menu (fixes #489)

master
Tomasz Kapuściński 2015-06-28 23:07:42 +02:00
parent ac291f5bea
commit c7ccb29d6a
6 changed files with 12 additions and 12 deletions

View File

@ -411,7 +411,7 @@ msgstr ""
msgid "Access to solutions\\Show program \"4: Solution\" in the exercises"
msgstr ""
msgid "Blood\\Display blood when the astronaut or the alien queen is hit"
msgid "Blood\\Display blood when the astronaut is hit"
msgstr ""
msgid "Autosave\\Enables autosave"

View File

@ -10,10 +10,10 @@ msgstr ""
"PO-Revision-Date: 2014-07-28 09:27+0200\n"
"Last-Translator: krzys_h <krzys_h@interia.pl>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1.1\n"
"X-Language: de_DE\n"
@ -191,7 +191,7 @@ msgstr "Einrücken mit 4 Leerstellen\\Einrücken mit 2 oder 4 Leerstellen"
msgid "Black box"
msgstr "Flugschreiber"
msgid "Blood\\Display blood when the astronaut or the alien queen is hit"
msgid "Blood\\Display blood when the astronaut is hit"
msgstr ""
msgid "Blue"

View File

@ -7,10 +7,10 @@ msgstr ""
"PO-Revision-Date: 2012-12-27 14:07+0100\n"
"Last-Translator: Didier Raboud <odyx@debian.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.4\n"
"X-Language: fr_FR\n"
@ -186,8 +186,8 @@ msgstr "Grande indentation\\Indente avec 2 ou 4 espaces"
msgid "Black box"
msgstr "Boîte noire"
msgid "Blood\\Display blood when the astronaut or the alien queen is hit"
msgstr "Sang\\Afficher du sang quand le cosmonaute ou la pondeuse sont touchés"
msgid "Blood\\Display blood when the astronaut is hit"
msgstr "Sang\\Afficher du sang quand le cosmonaute touchés"
msgid "Blue"
msgstr "Bleu"

View File

@ -10,10 +10,10 @@ msgstr ""
"PO-Revision-Date: 2014-07-10 15:30+0200\n"
"Last-Translator: krzys_h <krzys_h@interia.pl>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.5.1.1\n"
@ -196,8 +196,8 @@ msgstr ""
msgid "Black box"
msgstr "Czarna skrzynka"
msgid "Blood\\Display blood when the astronaut or the alien queen is hit"
msgstr "Krew\\Pokazuj krew gdy astronauta lub Królowa Obcych zostaje trafiona"
msgid "Blood\\Display blood when the astronaut is hit"
msgstr "Krew\\Pokazuj krew gdy astronauta zostanie trafiony"
msgid "Blue"
msgstr "Niebieski"

View File

@ -10,10 +10,10 @@ msgstr ""
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\n"
"X-Generator: Translate Toolkit 1.11.0\n"
"X-Language: ru_RU\n"
"X-Source-Language: en_US\n"
@ -186,7 +186,7 @@ msgstr "Большой отступ\\Отступать на 2 или 4 проб
msgid "Black box"
msgstr "Черный ящик"
msgid "Blood\\Display blood when the astronaut or the alien queen is hit"
msgid "Blood\\Display blood when the astronaut is hit"
msgstr ""
msgid "Blue"

View File

@ -209,7 +209,7 @@ void InitializeRestext()
stringsEvent[EVENT_INTERFACE_EDITMODE] = TR("Automatic indent\\When program editing");
stringsEvent[EVENT_INTERFACE_EDITVALUE] = TR("Big indent\\Indent 2 or 4 spaces per level defined by braces");
stringsEvent[EVENT_INTERFACE_SOLUCE4] = TR("Access to solutions\\Show program \"4: Solution\" in the exercises");
stringsEvent[EVENT_INTERFACE_BLOOD] = TR("Blood\\Display blood when the astronaut or the alien queen is hit");
stringsEvent[EVENT_INTERFACE_BLOOD] = TR("Blood\\Display blood when the astronaut is hit");
stringsEvent[EVENT_INTERFACE_AUTOSAVE_ENABLE] = TR("Autosave\\Enables autosave");
stringsEvent[EVENT_INTERFACE_AUTOSAVE_INTERVAL] = TR("Autosave interval\\How often your game will autosave");
stringsEvent[EVENT_INTERFACE_AUTOSAVE_SLOTS] = TR("Autosave slots\\How many autosave slots you'll have");