Translate key functions in key change menu

This commit is contained in:
PilzAdam
2013-01-30 20:27:26 +01:00
parent 12472a44d4
commit 33cb3d713c
10 changed files with 709 additions and 249 deletions

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: minetest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-23 18:24+0200\n"
"POT-Creation-Date: 2013-01-30 20:25+0100\n"
"PO-Revision-Date: 2011-07-24 18:56+0200\n"
"Last-Translator: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>\n"
"Language-Team: Italian\n"
@@ -17,36 +17,36 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/guiConfigureWorld.cpp:127
#: src/guiConfigureWorld.cpp:125
msgid ""
"Warning: Some mods are not configured yet.\n"
"They will be enabled by default when you save the configuration. "
msgstr ""
#: src/guiConfigureWorld.cpp:146
#: src/guiConfigureWorld.cpp:144
msgid ""
"Warning: Some configured mods are missing.\n"
"Their setting will be removed when you save the configuration. "
msgstr ""
#: src/guiConfigureWorld.cpp:210
#: src/guiConfigureWorld.cpp:208
msgid "enabled"
msgstr ""
#: src/guiConfigureWorld.cpp:217
#: src/guiConfigureWorld.cpp:215
#, fuzzy
msgid "Enable All"
msgstr "Attiva Danno"
#: src/guiConfigureWorld.cpp:224
#: src/guiConfigureWorld.cpp:222
msgid "Disable All"
msgstr ""
#: src/guiConfigureWorld.cpp:230
#: src/guiConfigureWorld.cpp:228
msgid "depends on:"
msgstr ""
#: src/guiConfigureWorld.cpp:242
#: src/guiConfigureWorld.cpp:240
msgid "is required by:"
msgstr ""
@@ -126,6 +126,74 @@ msgstr ""
msgid "press key"
msgstr "premi tasto"
#: src/guiKeyChangeMenu.cpp:372
msgid "Forward"
msgstr "Avanti"
#: src/guiKeyChangeMenu.cpp:373
msgid "Backward"
msgstr "Indietro"
#: src/guiKeyChangeMenu.cpp:374 src/keycode.cpp:228
msgid "Left"
msgstr "Sinistra"
#: src/guiKeyChangeMenu.cpp:375 src/keycode.cpp:228
msgid "Right"
msgstr "Destra"
#: src/guiKeyChangeMenu.cpp:376
msgid "Use"
msgstr "Usa"
#: src/guiKeyChangeMenu.cpp:377
msgid "Jump"
msgstr "Salta"
#: src/guiKeyChangeMenu.cpp:378
msgid "Sneak"
msgstr ""
#: src/guiKeyChangeMenu.cpp:379
msgid "Drop"
msgstr ""
#: src/guiKeyChangeMenu.cpp:380
msgid "Inventory"
msgstr "Invetario"
#: src/guiKeyChangeMenu.cpp:381
msgid "Chat"
msgstr "Parla"
#: src/guiKeyChangeMenu.cpp:382
msgid "Command"
msgstr ""
#: src/guiKeyChangeMenu.cpp:383
msgid "Console"
msgstr ""
#: src/guiKeyChangeMenu.cpp:384
msgid "Toggle fly"
msgstr ""
#: src/guiKeyChangeMenu.cpp:385
msgid "Toggle fast"
msgstr ""
#: src/guiKeyChangeMenu.cpp:386
msgid "Toggle noclip"
msgstr ""
#: src/guiKeyChangeMenu.cpp:387
msgid "Range select"
msgstr ""
#: src/guiKeyChangeMenu.cpp:388
msgid "Print stacks"
msgstr ""
#: src/guiMainMenu.cpp:55
msgid "Cannot create world: Name contains invalid characters"
msgstr ""
@@ -478,18 +546,10 @@ msgstr "Giù"
msgid "Execute"
msgstr ""
#: src/keycode.cpp:228
msgid "Left"
msgstr "Sinistra"
#: src/keycode.cpp:228
msgid "Print"
msgstr "Stampa"
#: src/keycode.cpp:228
msgid "Right"
msgstr "Destra"
#: src/keycode.cpp:228
msgid "Select"
msgstr ""
@@ -691,21 +751,3 @@ msgstr ""
#~ msgid "Delete map"
#~ msgstr "Cancella mappa"
#~ msgid "Chat"
#~ msgstr "Parla"
#~ msgid "Inventory"
#~ msgstr "Invetario"
#~ msgid "Jump"
#~ msgstr "Salta"
#~ msgid "Use"
#~ msgstr "Usa"
#~ msgid "Backward"
#~ msgstr "Indietro"
#~ msgid "Forward"
#~ msgstr "Avanti"