Merge pull request #106 from OdyX/dev-fix-translations

Fix translations
dev-ui
Piotr Dziwiński 2012-12-27 07:37:28 -08:00
commit b046c33206
5 changed files with 462 additions and 144 deletions

View File

@ -6,14 +6,13 @@ find_program(XGETTEXT_CMD xgettext)
add_custom_command(OUTPUT ${_potFile} add_custom_command(OUTPUT ${_potFile}
COMMAND ${XGETTEXT_CMD} ../app/app.cpp --output=${_potFile} COMMAND ${XGETTEXT_CMD} ../app/app.cpp --output=${_potFile}
COMMAND ${XGETTEXT_CMD} ../common/restext_strings.c --output=${_potFile} --join-existing --extract-all --no-location COMMAND ${XGETTEXT_CMD} ../common/restext.cpp --output=${_potFile} --join-existing --extract-all --no-location
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMENT "Extract translatable messages to ${_potFile}" COMMENT "Extract translatable messages to ${_potFile}"
) )
add_custom_target(_${potFile} ${_all} DEPENDS ${_potFile}) add_custom_target(update-pot DEPENDS ${_potFile})
file(GLOB _poFiles *.po) file(GLOB _poFiles *.po)
gettext_create_translations(${_potFile} ALL ${_poFiles}) gettext_create_translations(${_potFile} ALL ${_poFiles})

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-13 21:46+0100\n" "POT-Creation-Date: 2012-12-27 13:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1436,7 +1436,7 @@ msgstr ""
msgid "Program infected by a virus" msgid "Program infected by a virus"
msgstr "" msgstr ""
msgid "Infected by a virus, temporarily out of order" msgid "Infected by a virus; temporarily out of order"
msgstr "" msgstr ""
msgid "Impossible when swimming" msgid "Impossible when swimming"
@ -1464,7 +1464,7 @@ msgstr ""
msgid "Building destroyed" msgid "Building destroyed"
msgstr "" msgstr ""
msgid "Can not create this, there are too many objects" msgid "Can not create this; there are too many objects"
msgstr "" msgstr ""
#, c-format #, c-format
@ -1528,10 +1528,10 @@ msgstr ""
msgid "Found a site for a derrick" msgid "Found a site for a derrick"
msgstr "" msgstr ""
msgid "<<< Well done, mission accomplished >>>" msgid "<<< Well done; mission accomplished >>>"
msgstr "" msgstr ""
msgid "<<< Sorry, mission failed >>>" msgid "<<< Sorry; mission failed >>>"
msgstr "" msgstr ""
msgid "Current mission saved" msgid "Current mission saved"
@ -1612,7 +1612,7 @@ msgstr ""
msgid "Instruction \"break\" outside a loop" msgid "Instruction \"break\" outside a loop"
msgstr "" msgstr ""
msgid "A label must be followed by \"for\", \"while\", \"do\" or \"switch\"" msgid "A label must be followed by \"for\"; \"while\"; \"do\" or \"switch\""
msgstr "" msgstr ""
msgid "This label does not exist" msgid "This label does not exist"
@ -1734,3 +1734,88 @@ msgstr ""
msgid "Write error" msgid "Write error"
msgstr "" msgstr ""
msgid "left;"
msgstr ""
msgid "right;"
msgstr ""
msgid "up;"
msgstr ""
msgid "down;"
msgstr ""
msgid "gup;"
msgstr ""
msgid "gdown;"
msgstr ""
msgid "camera;"
msgstr ""
msgid "desel;"
msgstr ""
msgid "action;"
msgstr ""
msgid "near;"
msgstr ""
msgid "away;"
msgstr ""
msgid "next;"
msgstr ""
msgid "human;"
msgstr ""
msgid "quit;"
msgstr ""
msgid "help;"
msgstr ""
msgid "prog;"
msgstr ""
msgid "cbot;"
msgstr ""
msgid "visit;"
msgstr ""
msgid "speed10;"
msgstr ""
msgid "speed15;"
msgstr ""
msgid "speed20;"
msgstr ""
#, c-format
msgid "GetResource event num out of range: %d\n"
msgstr ""
msgid "Ctrl"
msgstr ""
msgid "Shift"
msgstr ""
msgid "Alt"
msgstr ""
msgid "Win"
msgstr ""
msgid "Button %1"
msgstr ""
msgid "%1"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-13 21:46+0100\n" "POT-Creation-Date: 2012-12-27 13:53+0100\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@ -64,6 +64,9 @@ msgstr "Es fehlt eine geschlossene eckige Klammer \" ] \""
msgid "\"%s\" missing in this exercise" msgid "\"%s\" missing in this exercise"
msgstr "Es fehlt \"%s\" in Ihrem Programm" msgstr "Es fehlt \"%s\" in Ihrem Programm"
msgid "%1"
msgstr ""
msgid "..behind" msgid "..behind"
msgstr "..hinten" msgstr "..hinten"
@ -85,13 +88,16 @@ msgstr "3D-Geräusche\\Orten der Geräusche im Raum"
msgid "<< Back \\Back to the previous screen" msgid "<< Back \\Back to the previous screen"
msgstr "<< Zurück \\Zurück zum Hauptmenü" msgstr "<< Zurück \\Zurück zum Hauptmenü"
msgid "<<< Sorry, mission failed >>>" #, fuzzy
msgid "<<< Sorry; mission failed >>>"
msgstr "<<< Mission gescheitert >>>" msgstr "<<< Mission gescheitert >>>"
msgid "<<< Well done, mission accomplished >>>" #, fuzzy
msgid "<<< Well done; mission accomplished >>>"
msgstr "<<< Bravo, Mission vollendet >>>" msgstr "<<< Bravo, Mission vollendet >>>"
msgid "A label must be followed by \"for\", \"while\", \"do\" or \"switch\"" #, fuzzy
msgid "A label must be followed by \"for\"; \"while\"; \"do\" or \"switch\""
msgstr "" msgstr ""
"Ein Label kann nur vor den Anweisungen \"for\", \"while\", \"do\" oder " "Ein Label kann nur vor den Anweisungen \"for\", \"while\", \"do\" oder "
"\"switch\" vorkommen" "\"switch\" vorkommen"
@ -122,6 +128,9 @@ msgstr "Insektenkönigin tödlich verwundet"
msgid "Already carrying something" msgid "Already carrying something"
msgstr "Trägt schon etwas" msgstr "Trägt schon etwas"
msgid "Alt"
msgstr "Alt"
msgid "Analysis already performed" msgid "Analysis already performed"
msgstr "Analyse schon durchgeführt" msgstr "Analyse schon durchgeführt"
@ -299,6 +308,9 @@ msgstr "Gebäude zerstört"
msgid "Building too close" msgid "Building too close"
msgstr "Gebäude zu nahe" msgstr "Gebäude zu nahe"
msgid "Button %1"
msgstr "Knopf %1"
msgid "COLOBOT" msgid "COLOBOT"
msgstr "COLOBOT" msgstr "COLOBOT"
@ -326,7 +338,8 @@ msgstr "Kamera links"
msgid "Camera to right" msgid "Camera to right"
msgstr "Kamera rechts" msgstr "Kamera rechts"
msgid "Can not create this, there are too many objects" #, fuzzy
msgid "Can not create this; there are too many objects"
msgstr "Kein neues Objekt kann erstellt werden (zu viele vorhanden)" msgstr "Kein neues Objekt kann erstellt werden (zu viele vorhanden)"
msgid "Can't open file" msgid "Can't open file"
@ -404,6 +417,9 @@ msgstr "Kopieren"
msgid "Copy (Ctrl+c)" msgid "Copy (Ctrl+c)"
msgstr "Kopieren (Ctrl+c)" msgstr "Kopieren (Ctrl+c)"
msgid "Ctrl"
msgstr "Ctrl"
msgid "Current mission saved" msgid "Current mission saved"
msgstr "Mission gespeichert" msgstr "Mission gespeichert"
@ -610,6 +626,10 @@ msgstr "Spiel\\Gameplay Einstellungen"
msgid "Gantry crane" msgid "Gantry crane"
msgstr "Träger" msgstr "Träger"
#, c-format
msgid "GetResource event num out of range: %d\n"
msgstr ""
msgid "Goto: destination occupied" msgid "Goto: destination occupied"
msgstr "Ziel ist schon besetzt" msgstr "Ziel ist schon besetzt"
@ -682,7 +702,8 @@ msgstr "Falscher Batterietyp"
msgid "Incorrect index type" msgid "Incorrect index type"
msgstr "Falscher Typ für einen Index" msgstr "Falscher Typ für einen Index"
msgid "Infected by a virus, temporarily out of order" #, fuzzy
msgid "Infected by a virus; temporarily out of order"
msgstr "Von Virus infiziert, zeitweise außer Betrieb" msgstr "Von Virus infiziert, zeitweise außer Betrieb"
msgid "Information exchange post" msgid "Information exchange post"
@ -1256,6 +1277,9 @@ msgstr "Reichweite Schutzschild"
msgid "Shielder" msgid "Shielder"
msgstr "Schutzschild" msgstr "Schutzschild"
msgid "Shift"
msgstr "Shift"
msgid "Shoot (\\key action;)" msgid "Shoot (\\key action;)"
msgstr "Feuer (\\key action;)" msgstr "Feuer (\\key action;)"
@ -1565,6 +1589,9 @@ msgstr "Shooter"
msgid "Wheeled sniffer" msgid "Wheeled sniffer"
msgstr "Schnüffler" msgstr "Schnüffler"
msgid "Win"
msgstr ""
msgid "Winged grabber" msgid "Winged grabber"
msgstr "Transporter" msgstr "Transporter"
@ -1730,6 +1757,69 @@ msgstr "\\b;Liste der Roboter\n"
msgid "\\c; (none)\\n;\n" msgid "\\c; (none)\\n;\n"
msgstr "\\c; (keine)\\n;\n" msgstr "\\c; (keine)\\n;\n"
msgid "action;"
msgstr ""
msgid "away;"
msgstr ""
msgid "camera;"
msgstr ""
msgid "cbot;"
msgstr ""
msgid "desel;"
msgstr ""
msgid "down;"
msgstr ""
msgid "gdown;"
msgstr ""
msgid "gup;"
msgstr ""
msgid "help;"
msgstr ""
msgid "human;"
msgstr ""
msgid "left;"
msgstr ""
msgid "near;"
msgstr ""
msgid "next;"
msgstr ""
msgid "prog;"
msgstr ""
msgid "quit;"
msgstr ""
msgid "right;"
msgstr ""
msgid "speed10;"
msgstr ""
msgid "speed15;"
msgstr ""
msgid "speed20;"
msgstr ""
msgid "up;"
msgstr ""
msgid "visit;"
msgstr ""
msgid "www.epsitec.com" msgid "www.epsitec.com"
msgstr "www.epsitec.com" msgstr "www.epsitec.com"
@ -1739,9 +1829,6 @@ msgstr "www.epsitec.com"
#~ msgid "<--" #~ msgid "<--"
#~ msgstr "<--" #~ msgstr "<--"
#~ msgid "Alt"
#~ msgstr "Alt"
#~ msgid "Application key" #~ msgid "Application key"
#~ msgstr "Application key" #~ msgstr "Application key"
@ -1760,9 +1847,6 @@ msgstr "www.epsitec.com"
#~ msgid "Attn" #~ msgid "Attn"
#~ msgstr "Attn" #~ msgstr "Attn"
#~ msgid "Button %1"
#~ msgstr "Knopf %1"
#~ msgid "Caps Lock" #~ msgid "Caps Lock"
#~ msgstr "Caps Lock" #~ msgstr "Caps Lock"
@ -1775,9 +1859,6 @@ msgstr "www.epsitec.com"
#~ msgid "CrSel" #~ msgid "CrSel"
#~ msgstr "CrSel" #~ msgstr "CrSel"
#~ msgid "Ctrl"
#~ msgstr "Ctrl"
#~ msgid "Delete Key" #~ msgid "Delete Key"
#~ msgstr "Delete" #~ msgstr "Delete"
@ -1961,9 +2042,6 @@ msgstr "www.epsitec.com"
#~ msgid "Select" #~ msgid "Select"
#~ msgstr "Select" #~ msgstr "Select"
#~ msgid "Shift"
#~ msgstr "Shift"
#~ msgid "Space" #~ msgid "Space"
#~ msgstr "Leertaste" #~ msgstr "Leertaste"

View File

@ -1,13 +1,18 @@
# Didier Raboud <odyx@debian.org>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-13 21:46+0100\n" "POT-Creation-Date: 2012-12-27 13:53+0100\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Language: fr_FR\n" "X-Language: fr_FR\n"
"X-Source-Language: en_US\n" "X-Source-Language: en_US\n"
"Last-Translator: Didier Raboud <odyx@debian.org>\n"
"PO-Revision-Date: 2012-12-27 14:07+0100\n"
"Language: fr\n"
"X-Generator: Lokalize 1.4\n"
msgid " " msgid " "
msgstr " " msgstr " "
@ -37,7 +42,7 @@ msgid " Missions on this planet:"
msgstr " Liste des missions du chapitre :" msgstr " Liste des missions du chapitre :"
msgid " Planets:" msgid " Planets:"
msgstr " Liste des plančtes :" msgstr " Liste des planètes :"
msgid " Prototypes on this planet:" msgid " Prototypes on this planet:"
msgstr " Liste des prototypes du chapitre :" msgstr " Liste des prototypes du chapitre :"
@ -64,8 +69,11 @@ msgstr "\" ] \" attendu"
msgid "\"%s\" missing in this exercise" msgid "\"%s\" missing in this exercise"
msgstr "Il manque \"%s\" dans le programme" msgstr "Il manque \"%s\" dans le programme"
msgid "%1"
msgstr "%1"
msgid "..behind" msgid "..behind"
msgstr "..derričre" msgstr "..derrière"
msgid "..in front" msgid "..in front"
msgstr "..devant" msgstr "..devant"
@ -74,7 +82,7 @@ msgid "..power cell"
msgstr "..pile" msgstr "..pile"
msgid "1) First click on the key you want to redefine." msgid "1) First click on the key you want to redefine."
msgstr "1) Cliquez d'abord sur la touche ŕ redéfinir." msgstr "1) Cliquez d'abord sur la touche à redéfinir."
msgid "2) Then press the key you want to use instead." msgid "2) Then press the key you want to use instead."
msgstr "2) Appuyez ensuite sur la nouvelle touche souhaitée." msgstr "2) Appuyez ensuite sur la nouvelle touche souhaitée."
@ -85,15 +93,15 @@ msgstr "Bruitages 3D\\Positionnement sonore dans l'espace"
msgid "<< Back \\Back to the previous screen" msgid "<< Back \\Back to the previous screen"
msgstr "<< Retour \\Retour au niveau précédent" msgstr "<< Retour \\Retour au niveau précédent"
msgid "<<< Sorry, mission failed >>>" msgid "<<< Sorry; mission failed >>>"
msgstr "<<< Désolé, mission échouée >>>" msgstr "<<< Désolé; mission échouée >>>"
msgid "<<< Well done, mission accomplished >>>" msgid "<<< Well done; mission accomplished >>>"
msgstr "<<< Bravo, mission terminée >>>" msgstr "<<< Bravo; mission terminée >>>"
msgid "A label must be followed by \"for\", \"while\", \"do\" or \"switch\"" msgid "A label must be followed by \"for\"; \"while\"; \"do\" or \"switch\""
msgstr "" msgstr ""
"Un label ne peut se placer que devant un \"for\", un \"while\", un \"do\" ou " "Un label ne peut se placer que devant un \"for\"; un \"while\"; un \"do\" ou "
"un \"switch\"" "un \"switch\""
msgid "A variable can not be declared twice" msgid "A variable can not be declared twice"
@ -103,14 +111,14 @@ msgid "Abort\\Abort the current mission"
msgstr "Abandonner\\Abandonner la mission en cours" msgstr "Abandonner\\Abandonner la mission en cours"
msgid "Access beyond array limit" msgid "Access beyond array limit"
msgstr "Accčs hors du tableau" msgstr "Accès hors du tableau"
msgid "" msgid ""
"Access to solution\\Shows the solution (detailed instructions for missions)" "Access to solution\\Shows the solution (detailed instructions for missions)"
msgstr "Accčs ŕ la solution\\Donne la solution" msgstr "Accès à la solution\\Donne la solution"
msgid "Access to solutions\\Show program \"4: Solution\" in the exercises" msgid "Access to solutions\\Show program \"4: Solution\" in the exercises"
msgstr "Accčs aux solutions\\Programme \"4: Solution\" dans les exercices" msgstr "Accès aux solutions\\Programme \"4: Solution\" dans les exercices"
msgid "Alien Queen" msgid "Alien Queen"
msgstr "Pondeuse" msgstr "Pondeuse"
@ -119,16 +127,19 @@ msgid "Alien Queen killed"
msgstr "Pondeuse mortellement touchée" msgstr "Pondeuse mortellement touchée"
msgid "Already carrying something" msgid "Already carrying something"
msgstr "Porte déjŕ quelque chose" msgstr "Porte déjà quelque chose"
msgid "Alt"
msgstr "Alt"
msgid "Analysis already performed" msgid "Analysis already performed"
msgstr "Analyse déjŕ effectuée" msgstr "Analyse déjà effectuée"
msgid "Analysis performed" msgid "Analysis performed"
msgstr "Analyse terminée" msgstr "Analyse terminée"
msgid "Analyzes only organic matter" msgid "Analyzes only organic matter"
msgstr "N'analyse que la matičre organique" msgstr "N'analyse que la matière organique"
msgid "Ant" msgid "Ant"
msgstr "Fourmi" msgstr "Fourmi"
@ -149,7 +160,7 @@ msgid "Assignment impossible"
msgstr "Assignation impossible" msgstr "Assignation impossible"
msgid "Autolab" msgid "Autolab"
msgstr "Laboratoire de matičres organiques" msgstr "Laboratoire de matières organiques"
msgid "Automatic indent\\When program editing" msgid "Automatic indent\\When program editing"
msgstr "Indentation automatique\\Pendant l'édition d'un programme" msgstr "Indentation automatique\\Pendant l'édition d'un programme"
@ -164,7 +175,7 @@ msgid "Backward (\\key down;)"
msgstr "Recule (\\key down;)" msgstr "Recule (\\key down;)"
msgid "Backward\\Moves backward" msgid "Backward\\Moves backward"
msgstr "Reculer\\Moteur en arričre" msgstr "Reculer\\Moteur en arrière"
msgid "Bad argument for \"new\"" msgid "Bad argument for \"new\""
msgstr "Mauvais argument pour \"new\"" msgstr "Mauvais argument pour \"new\""
@ -203,16 +214,16 @@ msgid "Build a exchange post"
msgstr "Construit une borne d'information" msgstr "Construit une borne d'information"
msgid "Build a legged grabber" msgid "Build a legged grabber"
msgstr "Fabrique un déménageur ŕ pattes" msgstr "Fabrique un déménageur à pattes"
msgid "Build a legged orga shooter" msgid "Build a legged orga shooter"
msgstr "Fabrique un orgaShooter ŕ pattes" msgstr "Fabrique un orgaShooter à pattes"
msgid "Build a legged shooter" msgid "Build a legged shooter"
msgstr "Fabrique un shooter ŕ pattes" msgstr "Fabrique un shooter à pattes"
msgid "Build a legged sniffer" msgid "Build a legged sniffer"
msgstr "Fabrique un renifleur ŕ pattes" msgstr "Fabrique un renifleur à pattes"
msgid "Build a lightning conductor" msgid "Build a lightning conductor"
msgstr "Construit un paratonnerre" msgstr "Construit un paratonnerre"
@ -251,28 +262,28 @@ msgid "Build a thumper"
msgstr "Fabrique un robot secoueur" msgstr "Fabrique un robot secoueur"
msgid "Build a tracked grabber" msgid "Build a tracked grabber"
msgstr "Fabrique un déménageur ŕ chenilles" msgstr "Fabrique un déménageur à chenilles"
msgid "Build a tracked orga shooter" msgid "Build a tracked orga shooter"
msgstr "Fabrique un orgaShooter ŕ chenilles" msgstr "Fabrique un orgaShooter à chenilles"
msgid "Build a tracked shooter" msgid "Build a tracked shooter"
msgstr "Fabrique un shooter ŕ chenilles" msgstr "Fabrique un shooter à chenilles"
msgid "Build a tracked sniffer" msgid "Build a tracked sniffer"
msgstr "Fabrique un renifleur ŕ chenilles" msgstr "Fabrique un renifleur à chenilles"
msgid "Build a wheeled grabber" msgid "Build a wheeled grabber"
msgstr "Fabrique un déménageur ŕ roues" msgstr "Fabrique un déménageur à roues"
msgid "Build a wheeled orga shooter" msgid "Build a wheeled orga shooter"
msgstr "Fabrique un orgaShooter ŕ roues" msgstr "Fabrique un orgaShooter à roues"
msgid "Build a wheeled shooter" msgid "Build a wheeled shooter"
msgstr "Fabrique un shooter ŕ roues" msgstr "Fabrique un shooter à roues"
msgid "Build a wheeled sniffer" msgid "Build a wheeled sniffer"
msgstr "Fabrique un renifleur ŕ roues" msgstr "Fabrique un renifleur à roues"
msgid "Build a winged grabber" msgid "Build a winged grabber"
msgstr "Fabrique un déménageur volant" msgstr "Fabrique un déménageur volant"
@ -298,6 +309,9 @@ msgstr "Bâtiment détruit"
msgid "Building too close" msgid "Building too close"
msgstr "Bâtiment trop proche" msgstr "Bâtiment trop proche"
msgid "Button %1"
msgstr "Bouton %1"
msgid "COLOBOT" msgid "COLOBOT"
msgstr "COLOBOT" msgstr "COLOBOT"
@ -320,13 +334,13 @@ msgid "Camera nearest"
msgstr "Caméra plus proche" msgstr "Caméra plus proche"
msgid "Camera to left" msgid "Camera to left"
msgstr "Caméra ŕ gauche" msgstr "Caméra à gauche"
msgid "Camera to right" msgid "Camera to right"
msgstr "Caméra ŕ droite" msgstr "Caméra à droite"
msgid "Can not create this, there are too many objects" msgid "Can not create this; there are too many objects"
msgstr "Création impossible, il y a trop d'objets" msgstr "Création impossible; il y a trop d'objets"
msgid "Can't open file" msgid "Can't open file"
msgstr "Ouverture du fichier impossible" msgstr "Ouverture du fichier impossible"
@ -362,7 +376,7 @@ msgid "Close"
msgstr "Fermer" msgstr "Fermer"
msgid "Closing bracket missing " msgid "Closing bracket missing "
msgstr "Il manque une parenthčse fermante" msgstr "Il manque une parenthèse fermante"
msgid "Colobot Gold" msgid "Colobot Gold"
msgstr "Colobot Gold" msgstr "Colobot Gold"
@ -403,6 +417,9 @@ msgstr "Copier"
msgid "Copy (Ctrl+c)" msgid "Copy (Ctrl+c)"
msgstr "Copier (Ctrl+c)" msgstr "Copier (Ctrl+c)"
msgid "Ctrl"
msgstr "Ctrl"
msgid "Current mission saved" msgid "Current mission saved"
msgstr "Enregistrement effectué" msgstr "Enregistrement effectué"
@ -477,10 +494,10 @@ msgid "Dust\\Dust and dirt on bots and buildings"
msgstr "Salissures\\Salissures des robots et bâtiments" msgstr "Salissures\\Salissures des robots et bâtiments"
msgid "Dynamic lighting\\Mobile light sources" msgid "Dynamic lighting\\Mobile light sources"
msgstr "Lumičres dynamiques\\Eclairages mobiles" msgstr "Lumières dynamiques\\Éclairages mobiles"
msgid "Edit the selected program" msgid "Edit the selected program"
msgstr "Edite le programme sélectionné" msgstr "Édite le programme sélectionné"
msgid "Egg" msgid "Egg"
msgstr "Oeuf" msgstr "Oeuf"
@ -531,7 +548,7 @@ msgid "Filename:"
msgstr "Nom du fichier :" msgstr "Nom du fichier :"
msgid "Film sequences\\Films before and after the missions" msgid "Film sequences\\Films before and after the missions"
msgstr "Séquences cinématiques\\Films avant ou aprčs une mission" msgstr "Séquences cinématiques\\Films avant ou après une mission"
msgid "Finish" msgid "Finish"
msgstr "But" msgstr "But"
@ -553,7 +570,7 @@ msgid "Folder: %s"
msgstr "Dossier: %s" msgstr "Dossier: %s"
msgid "Font size" msgid "Font size"
msgstr "Taille des caractčres" msgstr "Taille des caractères"
msgid "Forward" msgid "Forward"
msgstr "Page suivante" msgstr "Page suivante"
@ -589,13 +606,13 @@ msgid "Free game\\Free game without a specific goal"
msgstr "Jeu libre\\Jeu libre sans but précis" msgstr "Jeu libre\\Jeu libre sans but précis"
msgid "Friendly fire\\Your shooting can damage your own objects " msgid "Friendly fire\\Your shooting can damage your own objects "
msgstr "Dégâts ŕ soi-męme\\Vos tirs infligent des dommages ŕ vos unités" msgstr "Dégâts à soi-même\\Vos tirs infligent des dommages à vos unités"
msgid "Full screen\\Full screen or window mode" msgid "Full screen\\Full screen or window mode"
msgstr "Plein écran\\Plein écran ou fenętré" msgstr "Plein écran\\Plein écran ou fenêtré"
msgid "Function already exists" msgid "Function already exists"
msgstr "Cette fonction existe déjŕ" msgstr "Cette fonction existe déjà"
msgid "Function name missing" msgid "Function name missing"
msgstr "Nom de la fonction attendu" msgstr "Nom de la fonction attendu"
@ -609,8 +626,12 @@ msgstr "Jeu\\Options de jouabilité"
msgid "Gantry crane" msgid "Gantry crane"
msgstr "Portique" msgstr "Portique"
#, c-format
msgid "GetResource event num out of range: %d\n"
msgstr ""
msgid "Goto: destination occupied" msgid "Goto: destination occupied"
msgstr "Destination occupée" msgstr "Goto: Destination occupée"
msgid "Goto: inaccessible destination" msgid "Goto: inaccessible destination"
msgstr "Chemin introuvable" msgstr "Chemin introuvable"
@ -637,7 +658,7 @@ msgid "Hair color:"
msgstr "Couleur des cheveux :" msgstr "Couleur des cheveux :"
msgid "Head\\Face and hair" msgid "Head\\Face and hair"
msgstr "Tęte\\Visage et cheveux" msgstr "Tête\\Visage et cheveux"
msgid "Help about selected object" msgid "Help about selected object"
msgstr "Instructions sur la sélection" msgstr "Instructions sur la sélection"
@ -681,8 +702,8 @@ msgstr "Pas le bon type de pile"
msgid "Incorrect index type" msgid "Incorrect index type"
msgstr "Mauvais type d'index" msgstr "Mauvais type d'index"
msgid "Infected by a virus, temporarily out of order" msgid "Infected by a virus; temporarily out of order"
msgstr "Infecté par un virus, ne fonctionne plus temporairement" msgstr "Infecté par un virus; ne fonctionne plus temporairement"
msgid "Information exchange post" msgid "Information exchange post"
msgstr "Borne d'information" msgstr "Borne d'information"
@ -703,7 +724,7 @@ msgid "Instructions (\\key help;)"
msgstr "Instructions (\\key help;)" msgstr "Instructions (\\key help;)"
msgid "Instructions after the final closing brace" msgid "Instructions after the final closing brace"
msgstr "Instructions aprčs la fin" msgstr "Instructions après la fin"
msgid "Instructions for the mission (\\key help;)" msgid "Instructions for the mission (\\key help;)"
msgstr "Instructions sur la mission (\\key help;)" msgstr "Instructions sur la mission (\\key help;)"
@ -712,7 +733,7 @@ msgid "Instructions from Houston"
msgstr "Instructions de Houston" msgstr "Instructions de Houston"
msgid "Instructions\\Shows the instructions for the current mission" msgid "Instructions\\Shows the instructions for the current mission"
msgstr "Instructions mission\\Marche ŕ suivre" msgstr "Instructions mission\\Marche à suivre"
msgid "Jet temperature" msgid "Jet temperature"
msgstr "Température du réacteur" msgstr "Température du réacteur"
@ -843,16 +864,16 @@ msgid "No energy in the subsoil"
msgstr "Pas d'énergie en sous-sol" msgstr "Pas d'énergie en sous-sol"
msgid "No flag nearby" msgid "No flag nearby"
msgstr "Aucun drapeau ŕ proximité" msgstr "Aucun drapeau à proximité"
msgid "No function running" msgid "No function running"
msgstr "Pas de fonction en exécution" msgstr "Pas de fonction en exécution"
msgid "No function with this name accepts this kind of parameter" msgid "No function with this name accepts this kind of parameter"
msgstr "Aucune fonction de ce nom n'accepte ce(s) type(s) de paramčtre(s)" msgstr "Aucune fonction de ce nom n'accepte ce(s) type(s) de paramètre(s)"
msgid "No function with this name accepts this number of parameters" msgid "No function with this name accepts this number of parameters"
msgstr "Aucune fonction de ce nom n'accepte ce nombre de paramčtres" msgstr "Aucune fonction de ce nom n'accepte ce nombre de paramètres"
msgid "No information exchange post within range" msgid "No information exchange post within range"
msgstr "Pas trouvé de borne d'information" msgstr "Pas trouvé de borne d'information"
@ -876,13 +897,13 @@ msgid "No titanium around"
msgstr "Titanium inexistant" msgstr "Titanium inexistant"
msgid "No titanium ore to convert" msgid "No titanium ore to convert"
msgstr "Pas de minerai de titanium ŕ convertir" msgstr "Pas de minerai de titanium à convertir"
msgid "No titanium to transform" msgid "No titanium to transform"
msgstr "Pas de titanium ŕ transformer" msgstr "Pas de titanium à transformer"
msgid "No uranium to transform" msgid "No uranium to transform"
msgstr "Pas d'uranium ŕ transformer" msgstr "Pas d'uranium à transformer"
msgid "Normal size" msgid "Normal size"
msgstr "Taille normale" msgstr "Taille normale"
@ -903,16 +924,16 @@ msgid "Not yet enough energy"
msgstr "Pas encore assez d'énergie" msgstr "Pas encore assez d'énergie"
msgid "Nothing to analyze" msgid "Nothing to analyze"
msgstr "Rien ŕ analyser" msgstr "Rien à analyser"
msgid "Nothing to drop" msgid "Nothing to drop"
msgstr "Rien ŕ déposer" msgstr "Rien à déposer"
msgid "Nothing to grab" msgid "Nothing to grab"
msgstr "Rien ŕ prendre" msgstr "Rien à prendre"
msgid "Nothing to recycle" msgid "Nothing to recycle"
msgstr "Rien ŕ recycler" msgstr "Rien à recycler"
msgid "Nuclear power cell" msgid "Nuclear power cell"
msgstr "Pile nucléaire" msgstr "Pile nucléaire"
@ -933,7 +954,7 @@ msgid "Number of insects detected"
msgstr "Nombre d'insectes détectés" msgstr "Nombre d'insectes détectés"
msgid "Number of particles\\Explosions, dust, reflections, etc." msgid "Number of particles\\Explosions, dust, reflections, etc."
msgstr "Quantité de particules\\Explosions, poussičres, reflets, etc." msgstr "Quantité de particules\\Explosions, poussières, reflets, etc."
msgid "OK" msgid "OK"
msgstr "D'accord" msgstr "D'accord"
@ -963,7 +984,7 @@ msgid "Opening brace missing "
msgstr "Début d'un bloc attendu" msgstr "Début d'un bloc attendu"
msgid "Opening bracket missing" msgid "Opening bracket missing"
msgstr "Il manque une parenthčse ouvrante" msgstr "Il manque une parenthèse ouvrante"
msgid "Operation impossible with value \"nan\"" msgid "Operation impossible with value \"nan\""
msgstr "Opération sur un \"nan\"" msgstr "Opération sur un \"nan\""
@ -975,13 +996,13 @@ msgid "Options\\Preferences"
msgstr "Options\\Réglages" msgstr "Options\\Réglages"
msgid "Organic matter" msgid "Organic matter"
msgstr "Matičre organique" msgstr "Matière organique"
msgid "Origin of last message\\Shows where the last message was sent from" msgid "Origin of last message\\Shows where the last message was sent from"
msgstr "Montrer le lieu d'un message\\Montrer le lieu du dernier message" msgstr "Montrer le lieu d'un message\\Montrer le lieu du dernier message"
msgid "Parameters missing " msgid "Parameters missing "
msgstr "Pas assez de paramčtres" msgstr "Pas assez de paramètres"
msgid "Particles in the interface\\Steam clouds and sparks in the interface" msgid "Particles in the interface\\Steam clouds and sparks in the interface"
msgstr "Particules dans l'interface\\Pluie de particules" msgstr "Particules dans l'interface\\Pluie de particules"
@ -1002,7 +1023,7 @@ msgid "Place occupied"
msgstr "Emplacement occupé" msgstr "Emplacement occupé"
msgid "Planets and stars\\Astronomical objects in the sky" msgid "Planets and stars\\Astronomical objects in the sky"
msgstr "Plančtes et étoiles\\Motifs mobiles dans le ciel" msgstr "Planètes et étoiles\\Motifs mobiles dans le ciel"
msgid "Plans for defense tower available" msgid "Plans for defense tower available"
msgstr "Construction d'une tour de défense possible" msgstr "Construction d'une tour de défense possible"
@ -1023,7 +1044,7 @@ msgid "Plans for thumper available"
msgstr "Fabrication d'un robot secoueur possible" msgstr "Fabrication d'un robot secoueur possible"
msgid "Plans for tracked robots available " msgid "Plans for tracked robots available "
msgstr "Fabrication d'un robot ŕ chenilles possible" msgstr "Fabrication d'un robot à chenilles possible"
msgid "Plant a flag" msgid "Plant a flag"
msgstr "Pose un drapeau de couleur" msgstr "Pose un drapeau de couleur"
@ -1086,10 +1107,10 @@ msgid "Programming exercises"
msgstr "Programmation" msgstr "Programmation"
msgid "Programming help" msgid "Programming help"
msgstr "Aide ŕ la programmation" msgstr "Aide à la programmation"
msgid "Programming help (\\key prog;)" msgid "Programming help (\\key prog;)"
msgstr "Aide ŕ la programmation (\\key prog;)" msgstr "Aide à la programmation (\\key prog;)"
msgid "Programming help\\Gives more detailed help with programming" msgid "Programming help\\Gives more detailed help with programming"
msgstr "Instructions programmation\\Explication sur la programmation" msgstr "Instructions programmation\\Explication sur la programmation"
@ -1107,7 +1128,7 @@ msgid "Public required"
msgstr "Public requis" msgstr "Public requis"
msgid "Public\\Common folder" msgid "Public\\Common folder"
msgstr "Public\\Dossier commun ŕ tous les joueurs" msgstr "Public\\Dossier commun à tous les joueurs"
msgid "Quake at explosions\\The screen shakes at explosions" msgid "Quake at explosions\\The screen shakes at explosions"
msgstr "Secousses lors d'explosions\\L'écran vibre lors d'une explosion" msgstr "Secousses lors d'explosions\\L'écran vibre lors d'une explosion"
@ -1125,7 +1146,7 @@ msgid "Radar station"
msgstr "Radar" msgstr "Radar"
msgid "Read error" msgid "Read error"
msgstr "Erreur ŕ la lecture" msgstr "Erreur à la lecture"
msgid "Recorder" msgid "Recorder"
msgstr "Enregistreur" msgstr "Enregistreur"
@ -1149,7 +1170,7 @@ msgid "Remains of Apollo mission"
msgstr "Vestige d'une mission Apollo" msgstr "Vestige d'une mission Apollo"
msgid "Remove a flag" msgid "Remove a flag"
msgstr "Enlčve un drapeau" msgstr "Enlève un drapeau"
msgid "Repair center" msgid "Repair center"
msgstr "Centre de réparation" msgstr "Centre de réparation"
@ -1158,7 +1179,7 @@ msgid "Research center"
msgstr "Centre de recherches" msgstr "Centre de recherches"
msgid "Research program already performed" msgid "Research program already performed"
msgstr "Recherche déjŕ effectuée" msgstr "Recherche déjà effectuée"
msgid "Research program completed" msgid "Research program completed"
msgstr "Recherche terminée" msgstr "Recherche terminée"
@ -1258,6 +1279,9 @@ msgstr "Rayon du bouclier"
msgid "Shielder" msgid "Shielder"
msgstr "Robot bouclier" msgstr "Robot bouclier"
msgid "Shift"
msgstr "Shift"
msgid "Shoot (\\key action;)" msgid "Shoot (\\key action;)"
msgstr "Tir (\\key action;)" msgstr "Tir (\\key action;)"
@ -1350,7 +1374,7 @@ msgid "Still working ..."
msgstr "Travail en cours ..." msgstr "Travail en cours ..."
msgid "String missing" msgid "String missing"
msgstr "Une chaîne de caractčre est attendue" msgstr "Une chaîne de caractère est attendue"
msgid "Strip color:" msgid "Strip color:"
msgstr "Couleur des bandes :" msgstr "Couleur des bandes :"
@ -1405,7 +1429,7 @@ msgid "The types of the two operands are incompatible "
msgstr "Les deux opérandes ne sont pas de types compatibles" msgstr "Les deux opérandes ne sont pas de types compatibles"
msgid "This class already exists" msgid "This class already exists"
msgstr "Cette classe existe déjŕ" msgstr "Cette classe existe déjà"
msgid "This class does not exist" msgid "This class does not exist"
msgstr "Cette classe n'existe pas" msgstr "Cette classe n'existe pas"
@ -1456,7 +1480,7 @@ msgid "Too many flags of this color (maximum 5)"
msgstr "Trop de drapeaux de cette couleur (maximum 5)" msgstr "Trop de drapeaux de cette couleur (maximum 5)"
msgid "Too many parameters" msgid "Too many parameters"
msgstr "Trop de paramčtres" msgstr "Trop de paramètres"
msgid "Tracked grabber" msgid "Tracked grabber"
msgstr "Robot déménageur" msgstr "Robot déménageur"
@ -1480,16 +1504,16 @@ msgid "Transmitted information"
msgstr "Informations diffusées" msgstr "Informations diffusées"
msgid "Turn left (\\key left;)" msgid "Turn left (\\key left;)"
msgstr "Tourne ŕ gauche (\\key left;)" msgstr "Tourne à gauche (\\key left;)"
msgid "Turn left\\turns the bot to the left" msgid "Turn left\\turns the bot to the left"
msgstr "Tourner ŕ gauche\\Moteur ŕ gauche" msgstr "Tourner à gauche\\Moteur à gauche"
msgid "Turn right (\\key right;)" msgid "Turn right (\\key right;)"
msgstr "Tourne ŕ droite (\\key right;)" msgstr "Tourne à droite (\\key right;)"
msgid "Turn right\\turns the bot to the right" msgid "Turn right\\turns the bot to the right"
msgstr "Tourner ŕ droite\\Moteur ŕ droite" msgstr "Tourner à droite\\Moteur à droite"
msgid "Type declaration missing" msgid "Type declaration missing"
msgstr "Déclaration de type attendu" msgstr "Déclaration de type attendu"
@ -1543,7 +1567,7 @@ msgid "Violet flag"
msgstr "Drapeau violet" msgstr "Drapeau violet"
msgid "Void parameter" msgid "Void parameter"
msgstr "Paramčtre void" msgstr "Paramètre void"
msgid "Wasp" msgid "Wasp"
msgstr "Guępe" msgstr "Guępe"
@ -1566,6 +1590,9 @@ msgstr "Robot shooter"
msgid "Wheeled sniffer" msgid "Wheeled sniffer"
msgstr "Robot renifleur" msgstr "Robot renifleur"
msgid "Win"
msgstr "Gagné"
msgid "Winged grabber" msgid "Winged grabber"
msgstr "Robot déménageur" msgstr "Robot déménageur"
@ -1591,7 +1618,7 @@ msgid "Wreckage"
msgstr "Epave de robot" msgstr "Epave de robot"
msgid "Write error" msgid "Write error"
msgstr "Erreur ŕ l'écriture" msgstr "Erreur à l'écriture"
msgid "Wrong type for the assignment" msgid "Wrong type for the assignment"
msgstr "Mauvais type de résultat pour l'assignation" msgstr "Mauvais type de résultat pour l'assignation"
@ -1652,13 +1679,13 @@ msgid "\\Green flags"
msgstr "\\Drapeaux verts" msgstr "\\Drapeaux verts"
msgid "\\New player name" msgid "\\New player name"
msgstr "\\Nom du joueur ŕ créer" msgstr "\\Nom du joueur à créer"
msgid "\\No eyeglasses" msgid "\\No eyeglasses"
msgstr "\\Pas de lunettes" msgstr "\\Pas de lunettes"
msgid "\\Raise the pencil" msgid "\\Raise the pencil"
msgstr "\\Relčve le crayon" msgstr "\\Relève le crayon"
msgid "\\Red flags" msgid "\\Red flags"
msgstr "\\Drapeaux rouges" msgstr "\\Drapeaux rouges"
@ -1676,10 +1703,10 @@ msgid "\\Stop recording"
msgstr "\\Stoppe l'enregistrement" msgstr "\\Stoppe l'enregistrement"
msgid "\\Turn left" msgid "\\Turn left"
msgstr "\\Rotation ŕ gauche" msgstr "\\Rotation à gauche"
msgid "\\Turn right" msgid "\\Turn right"
msgstr "\\Rotation ŕ droite" msgstr "\\Rotation à droite"
msgid "\\Use the black pencil" msgid "\\Use the black pencil"
msgstr "\\Abaisse le crayon noir" msgstr "\\Abaisse le crayon noir"
@ -1732,6 +1759,69 @@ msgstr "\\b;Listes des robots\n"
msgid "\\c; (none)\\n;\n" msgid "\\c; (none)\\n;\n"
msgstr "\\c; (aucun)\\n;\n" msgstr "\\c; (aucun)\\n;\n"
msgid "action;"
msgstr ""
msgid "away;"
msgstr ""
msgid "camera;"
msgstr ""
msgid "cbot;"
msgstr ""
msgid "desel;"
msgstr ""
msgid "down;"
msgstr ""
msgid "gdown;"
msgstr ""
msgid "gup;"
msgstr ""
msgid "help;"
msgstr ""
msgid "human;"
msgstr ""
msgid "left;"
msgstr ""
msgid "near;"
msgstr ""
msgid "next;"
msgstr ""
msgid "prog;"
msgstr ""
msgid "quit;"
msgstr ""
msgid "right;"
msgstr ""
msgid "speed10;"
msgstr ""
msgid "speed15;"
msgstr ""
msgid "speed20;"
msgstr ""
msgid "up;"
msgstr ""
msgid "visit;"
msgstr ""
msgid "www.epsitec.com" msgid "www.epsitec.com"
msgstr "www.epsitec.com" msgstr "www.epsitec.com"
@ -1741,30 +1831,24 @@ msgstr "www.epsitec.com"
#~ msgid "<--" #~ msgid "<--"
#~ msgstr "<--" #~ msgstr "<--"
#~ msgid "Alt"
#~ msgstr "Alt"
#~ msgid "Application key" #~ msgid "Application key"
#~ msgstr "Application key" #~ msgstr "Application key"
#~ msgid "Arrow down" #~ msgid "Arrow down"
#~ msgstr "Flčche Bas" #~ msgstr "Flèche Bas"
#~ msgid "Arrow left" #~ msgid "Arrow left"
#~ msgstr "Flčche Gauche" #~ msgstr "Flèche Gauche"
#~ msgid "Arrow right" #~ msgid "Arrow right"
#~ msgstr "Flčche Droite" #~ msgstr "Flèche Droite"
#~ msgid "Arrow up" #~ msgid "Arrow up"
#~ msgstr "Flčche Haut" #~ msgstr "Flèche Haut"
#~ msgid "Attn" #~ msgid "Attn"
#~ msgstr "Attn" #~ msgstr "Attn"
#~ msgid "Button %1"
#~ msgstr "Bouton %1"
#~ msgid "Caps Lock" #~ msgid "Caps Lock"
#~ msgstr "Caps Lock" #~ msgstr "Caps Lock"
@ -1777,9 +1861,6 @@ msgstr "www.epsitec.com"
#~ msgid "CrSel" #~ msgid "CrSel"
#~ msgstr "CrSel" #~ msgstr "CrSel"
#~ msgid "Ctrl"
#~ msgstr "Ctrl"
#~ msgid "Delete Key" #~ msgid "Delete Key"
#~ msgstr "Delete" #~ msgstr "Delete"
@ -1963,9 +2044,6 @@ msgstr "www.epsitec.com"
#~ msgid "Select" #~ msgid "Select"
#~ msgstr "Select" #~ msgstr "Select"
#~ msgid "Shift"
#~ msgstr "Shift"
#~ msgid "Space" #~ msgid "Space"
#~ msgstr "Espace" #~ msgstr "Espace"

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-13 21:46+0100\n" "POT-Creation-Date: 2012-12-27 13:53+0100\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@ -65,6 +65,9 @@ msgstr "Brak \" ] \""
msgid "\"%s\" missing in this exercise" msgid "\"%s\" missing in this exercise"
msgstr "It misses \"%s\" in this exercise" msgstr "It misses \"%s\" in this exercise"
msgid "%1"
msgstr ""
msgid "..behind" msgid "..behind"
msgstr "..za" msgstr "..za"
@ -86,13 +89,16 @@ msgstr "Dźwięk 3D\\Przestrzenne pozycjonowanie dźwięków"
msgid "<< Back \\Back to the previous screen" msgid "<< Back \\Back to the previous screen"
msgstr "<< Wstecz \\Wraca do poprzedniego ekranu" msgstr "<< Wstecz \\Wraca do poprzedniego ekranu"
msgid "<<< Sorry, mission failed >>>" #, fuzzy
msgid "<<< Sorry; mission failed >>>"
msgstr "<<< Niestety, misja nie powiodła się >>>" msgstr "<<< Niestety, misja nie powiodła się >>>"
msgid "<<< Well done, mission accomplished >>>" #, fuzzy
msgid "<<< Well done; mission accomplished >>>"
msgstr "<<< Dobra robota, misja wypełniona >>>" msgstr "<<< Dobra robota, misja wypełniona >>>"
msgid "A label must be followed by \"for\", \"while\", \"do\" or \"switch\"" #, fuzzy
msgid "A label must be followed by \"for\"; \"while\"; \"do\" or \"switch\""
msgstr "Po etykiecie musi wystąpić \"for\", \"while\", \"do\" lub \"switch\"" msgstr "Po etykiecie musi wystąpić \"for\", \"while\", \"do\" lub \"switch\""
msgid "A variable can not be declared twice" msgid "A variable can not be declared twice"
@ -122,6 +128,9 @@ msgstr "Królowa Obcych została zabita"
msgid "Already carrying something" msgid "Already carrying something"
msgstr "Nie można nieść więcej przedmiotów" msgstr "Nie można nieść więcej przedmiotów"
msgid "Alt"
msgstr "Alt"
msgid "Analysis already performed" msgid "Analysis already performed"
msgstr "Analiza została już wykonana" msgstr "Analiza została już wykonana"
@ -301,6 +310,9 @@ msgstr "Budynek zniszczony"
msgid "Building too close" msgid "Building too close"
msgstr "Budynek za blisko" msgstr "Budynek za blisko"
msgid "Button %1"
msgstr "Przycisk %1"
msgid "COLOBOT" msgid "COLOBOT"
msgstr "COLOBOT" msgstr "COLOBOT"
@ -328,7 +340,8 @@ msgstr "Camera to left"
msgid "Camera to right" msgid "Camera to right"
msgstr "Camera to right" msgstr "Camera to right"
msgid "Can not create this, there are too many objects" #, fuzzy
msgid "Can not create this; there are too many objects"
msgstr "Nie można tego utworzyć, za dużo obiektów" msgstr "Nie można tego utworzyć, za dużo obiektów"
msgid "Can't open file" msgid "Can't open file"
@ -406,6 +419,9 @@ msgstr "Kopiuj"
msgid "Copy (Ctrl+c)" msgid "Copy (Ctrl+c)"
msgstr "Kopiuj (Ctrl+C)" msgstr "Kopiuj (Ctrl+C)"
msgid "Ctrl"
msgstr "Ctrl"
msgid "Current mission saved" msgid "Current mission saved"
msgstr "Bieżąca misja zapisana" msgstr "Bieżąca misja zapisana"
@ -612,6 +628,10 @@ msgstr "Gra\\Ustawienia gry"
msgid "Gantry crane" msgid "Gantry crane"
msgstr "Żuraw przesuwalny" msgstr "Żuraw przesuwalny"
#, c-format
msgid "GetResource event num out of range: %d\n"
msgstr ""
msgid "Goto: destination occupied" msgid "Goto: destination occupied"
msgstr "Goto: miejsce docelowe zajęte" msgstr "Goto: miejsce docelowe zajęte"
@ -685,7 +705,8 @@ msgstr "Nieodpowiedni rodzaj ogniw"
msgid "Incorrect index type" msgid "Incorrect index type"
msgstr "Nieprawidłowy typ indeksu" msgstr "Nieprawidłowy typ indeksu"
msgid "Infected by a virus, temporarily out of order" #, fuzzy
msgid "Infected by a virus; temporarily out of order"
msgstr "Zainfekowane wirusem, chwilowo niesprawne" msgstr "Zainfekowane wirusem, chwilowo niesprawne"
msgid "Information exchange post" msgid "Information exchange post"
@ -1264,6 +1285,9 @@ msgstr "Zasięg osłony"
msgid "Shielder" msgid "Shielder"
msgstr "Osłaniacz" msgstr "Osłaniacz"
msgid "Shift"
msgstr "Shift"
msgid "Shoot (\\key action;)" msgid "Shoot (\\key action;)"
msgstr "Strzelaj (\\key action;)" msgstr "Strzelaj (\\key action;)"
@ -1575,6 +1599,9 @@ msgstr "Działo na kołach"
msgid "Wheeled sniffer" msgid "Wheeled sniffer"
msgstr "Szperacz na kołach" msgstr "Szperacz na kołach"
msgid "Win"
msgstr ""
msgid "Winged grabber" msgid "Winged grabber"
msgstr "Transporter latający" msgstr "Transporter latający"
@ -1740,6 +1767,69 @@ msgstr "\\b;Roboty\n"
msgid "\\c; (none)\\n;\n" msgid "\\c; (none)\\n;\n"
msgstr "\\c; (brak)\\n;\n" msgstr "\\c; (brak)\\n;\n"
msgid "action;"
msgstr ""
msgid "away;"
msgstr ""
msgid "camera;"
msgstr ""
msgid "cbot;"
msgstr ""
msgid "desel;"
msgstr ""
msgid "down;"
msgstr ""
msgid "gdown;"
msgstr ""
msgid "gup;"
msgstr ""
msgid "help;"
msgstr ""
msgid "human;"
msgstr ""
msgid "left;"
msgstr ""
msgid "near;"
msgstr ""
msgid "next;"
msgstr ""
msgid "prog;"
msgstr ""
msgid "quit;"
msgstr ""
msgid "right;"
msgstr ""
msgid "speed10;"
msgstr ""
msgid "speed15;"
msgstr ""
msgid "speed20;"
msgstr ""
msgid "up;"
msgstr ""
msgid "visit;"
msgstr ""
msgid "www.epsitec.com" msgid "www.epsitec.com"
msgstr "www.epsitec.com" msgstr "www.epsitec.com"
@ -1749,9 +1839,6 @@ msgstr "www.epsitec.com"
#~ msgid "<--" #~ msgid "<--"
#~ msgstr "<--" #~ msgstr "<--"
#~ msgid "Alt"
#~ msgstr "Alt"
#~ msgid "Application key" #~ msgid "Application key"
#~ msgstr "Klawisz menu kontekstowego" #~ msgstr "Klawisz menu kontekstowego"
@ -1770,9 +1857,6 @@ msgstr "www.epsitec.com"
#~ msgid "Attn" #~ msgid "Attn"
#~ msgstr "Attn" #~ msgstr "Attn"
#~ msgid "Button %1"
#~ msgstr "Przycisk %1"
#~ msgid "Caps Lock" #~ msgid "Caps Lock"
#~ msgstr "Caps Lock" #~ msgstr "Caps Lock"
@ -1785,9 +1869,6 @@ msgstr "www.epsitec.com"
#~ msgid "CrSel" #~ msgid "CrSel"
#~ msgstr "CrSel" #~ msgstr "CrSel"
#~ msgid "Ctrl"
#~ msgstr "Ctrl"
#~ msgid "Delete Key" #~ msgid "Delete Key"
#~ msgstr "Delete" #~ msgstr "Delete"
@ -1971,9 +2052,6 @@ msgstr "www.epsitec.com"
#~ msgid "Select" #~ msgid "Select"
#~ msgstr "Zaznacz" #~ msgstr "Zaznacz"
#~ msgid "Shift"
#~ msgstr "Shift"
#~ msgid "Space" #~ msgid "Space"
#~ msgstr "Spacja" #~ msgstr "Spacja"