This commit is contained in:
darkrose 2015-01-26 01:42:35 +10:00
parent dfd010e5c9
commit 673b15364f
12 changed files with 233 additions and 331 deletions

View File

@ -8,9 +8,9 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
project(voxelands)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 1412)
set(VERSION_MINOR 01)
set(VERSION_EXTRA ":next")
set(VERSION_MAJOR 1501)
set(VERSION_MINOR 00)
set(VERSION_EXTRA "")
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")

View File

@ -3,6 +3,26 @@ Voxelands changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
1501.00: (release 2015-01-26)
- fix trees growing at night breaking lighting
- make paged things flip to first page when pressing next on the last page
- some mob spawner optimisations
- optimise inventory a little bit, remove an assert
- tweak fire timing a bit
- add support for writting text on nodes
- add text to signs
- Make leaves climbable (Wayward_One)
- update translations, add japanese
- fix mesh index overflows
- make this build on FreeBSD (Menche)
- actually disable audio when audio is disabled (Menche)
- make leaves and apple blossoms use CDT_ROOFLIKE
- lighting tweaks
- add stormchaser safe mode
- adjust active furnace glow a bit
- give steel bars a working recipe
- make safes safe
1412.01: (release 2014-12-22)
- fix array index overflow in content_features()

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-23 18:51+1000\n"
"POT-Creation-Date: 2015-01-26 01:31+1000\n"
"PO-Revision-Date: 2011-08-02 00:31+0100\n"
"Last-Translator: Frederik Helth <Guides@live.dk>\n"
"Language-Team: \n"
@ -2478,7 +2478,7 @@ msgid "Decraft Book"
msgstr ""
#: src/content_mapnode_special.cpp:732 src/content_mapnode_special.cpp:883
#: src/content_nodemeta.cpp:1980
#: src/content_nodemeta.cpp:1996
msgid "Diary"
msgstr ""
@ -2667,7 +2667,7 @@ msgid "Sand Stone Stair"
msgstr ""
#: src/content_nodemeta.cpp:74 src/content_nodemeta.cpp:137
#: src/content_nodemeta.cpp:1964 src/content_nodemeta.cpp:2063
#: src/content_nodemeta.cpp:1980 src/content_nodemeta.cpp:2079
#: src/guiKeyChangeMenu.cpp:307
msgid "Save"
msgstr "Gem"
@ -2687,116 +2687,116 @@ msgstr ""
msgid "Safe owned by '%s'"
msgstr ""
#: src/content_nodemeta.cpp:494 src/content_nodemeta.cpp:1437
#: src/content_nodemeta.cpp:1639 src/content_nodemeta.cpp:1850
#: src/content_nodemeta.cpp:499 src/content_nodemeta.cpp:1447
#: src/content_nodemeta.cpp:1652 src/content_nodemeta.cpp:1866
#, c-format
msgid "Page %d of %d"
msgstr ""
#: src/content_nodemeta.cpp:498 src/content_nodemeta.cpp:1465
#: src/content_nodemeta.cpp:1648 src/content_nodemeta.cpp:1866
#: src/content_nodemeta.cpp:503 src/content_nodemeta.cpp:1475
#: src/content_nodemeta.cpp:1661 src/content_nodemeta.cpp:1882
msgid "<< Previous Page"
msgstr ""
#: src/content_nodemeta.cpp:504 src/content_nodemeta.cpp:1471
#: src/content_nodemeta.cpp:1654 src/content_nodemeta.cpp:1872
#: src/content_nodemeta.cpp:509 src/content_nodemeta.cpp:1481
#: src/content_nodemeta.cpp:1667 src/content_nodemeta.cpp:1888
msgid "Next Page >>"
msgstr ""
#: src/content_nodemeta.cpp:547
#: src/content_nodemeta.cpp:552
#, c-format
msgid "Border Stone owned by '%s'"
msgstr ""
#: src/content_nodemeta.cpp:622
#: src/content_nodemeta.cpp:627
msgid "Furnace is overloaded"
msgstr ""
#: src/content_nodemeta.cpp:623
#: src/content_nodemeta.cpp:628
msgid "Furnace is out of fuel"
msgstr ""
#: src/content_nodemeta.cpp:625
#: src/content_nodemeta.cpp:630
msgid "Furnace is inactive"
msgstr ""
#: src/content_nodemeta.cpp:628
#: src/content_nodemeta.cpp:633
msgid "Furnace is active"
msgstr ""
#: src/content_nodemeta.cpp:884
#: src/content_nodemeta.cpp:889
msgid "Locking Furnace is overloaded"
msgstr ""
#: src/content_nodemeta.cpp:885
#: src/content_nodemeta.cpp:890
msgid "Locking Furnace is out of fuel"
msgstr ""
#: src/content_nodemeta.cpp:887
#: src/content_nodemeta.cpp:892
msgid "Locking Furnace is inactive"
msgstr ""
#: src/content_nodemeta.cpp:890
#: src/content_nodemeta.cpp:895
msgid "Locking Furnace is active"
msgstr ""
#: src/content_nodemeta.cpp:1140
#: src/content_nodemeta.cpp:1145
msgid "Armed Explosive: about to detonate"
msgstr ""
#: src/content_nodemeta.cpp:1143
#: src/content_nodemeta.cpp:1148
#, c-format
msgid "Armed Explosive: %d second till detonation"
msgid_plural "Armed Explosive: %d seconds till detonation"
msgstr[0] ""
msgstr[1] ""
#: src/content_nodemeta.cpp:1193
#: src/content_nodemeta.cpp:1198
msgid "Incinerator is active"
msgstr ""
#: src/content_nodemeta.cpp:1194
#: src/content_nodemeta.cpp:1199
msgid "Incinerator is inactive"
msgstr ""
#: src/content_nodemeta.cpp:1237
#: src/content_nodemeta.cpp:1242
msgid "Add fuel, then punch to incinerate wielded item"
msgstr ""
#: src/content_nodemeta.cpp:1441
#: src/content_nodemeta.cpp:1451
msgid "Add item here to see recipe"
msgstr ""
#: src/content_nodemeta.cpp:1446
#: src/content_nodemeta.cpp:1456
#, c-format
msgid "Recipe %d of %d"
msgstr ""
#: src/content_nodemeta.cpp:1455
#: src/content_nodemeta.cpp:1465
msgid "Gives"
msgstr ""
#: src/content_nodemeta.cpp:1643
#: src/content_nodemeta.cpp:1656
msgid "Add item here to see cook result"
msgstr ""
#: src/content_nodemeta.cpp:1854
#: src/content_nodemeta.cpp:1870
msgid "Add item here to see dig result"
msgstr ""
#: src/content_nodemeta.cpp:1858
#: src/content_nodemeta.cpp:1874
msgid "Dig Result"
msgstr ""
#: src/content_nodemeta.cpp:1862
#: src/content_nodemeta.cpp:1878
msgid "Random Drop"
msgstr ""
#: src/content_nodemeta.cpp:1954 src/content_nodemeta.cpp:2053
#: src/content_nodemeta.cpp:1970 src/content_nodemeta.cpp:2069
msgid "Title"
msgstr ""
#: src/content_nodemeta.cpp:1959 src/content_nodemeta.cpp:2058
#: src/content_nodemeta.cpp:1975 src/content_nodemeta.cpp:2074
#, fuzzy
msgid "Content"
msgstr "Fortsæt"
@ -3823,11 +3823,11 @@ msgstr ""
msgid "Loading Special MapNodes"
msgstr ""
#~ msgid "Proceed"
#~ msgstr "Fortsæt"
#~ msgid "Leave address blank to start a local server."
#~ msgstr "Lad black for at spille localt"
#~ msgid "Delete map"
#~ msgstr "Slet mappen"
#~ msgid "Leave address blank to start a local server."
#~ msgstr "Lad black for at spille localt"
#~ msgid "Proceed"
#~ msgstr "Fortsæt"

View File

@ -1,9 +1,9 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Lisa 'darkrose' Milne
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Wuzzy <almikes@aol.com>, 2014
# Wuzzy <almikes@aol.com>, 2014-2015
# Jan Rößler <soognarf@googlemail.com>, 2014
# Wuzzy <almikes@aol.com>, 2014
msgid ""
@ -11,14 +11,13 @@ msgstr ""
"Project-Id-Version: Voxelands\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-23 18:51+1000\n"
"PO-Revision-Date: 2014-12-14 15:40+0000\n"
"PO-Revision-Date: 2015-01-22 11:44+0000\n"
"Last-Translator: Wuzzy <almikes@aol.com>\n"
"Language-Team: German (http://www.transifex.com/projects/p/voxelands/"
"language/de/)\n"
"Language: de\n"
"Language-Team: German (http://www.transifex.com/projects/p/voxelands/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"
#: src/character_creator.cpp:58
@ -231,18 +230,9 @@ msgstr "Leinenschuhe"
#: src/character_creator.cpp:205
msgid ""
"Here you can create your default character, this is how other players will "
"see you in-game. When you join a new server you will start with the clothing "
"you select here. Additional clothing, both protective and decorative, can be "
"crafted in-game.\n"
"Here you can create your default character, this is how other players will see you in-game. When you join a new server you will start with the clothing you select here. Additional clothing, both protective and decorative, can be crafted in-game.\n"
"You can return here from the main menu anytime to change your character."
msgstr ""
"Hier können Sie Ihre Standardfigur erstellen; so werden Sie von anderen "
"Spieler im Spiel gesehen. Wenn Sie einem neuen Server beitreten, werden Sie "
"mit der hier ausgewählten Kleidung anfangen. Weitere Kleidung, sowohl zum "
"Schutz als auch zur Dekoration, kann im Spiel angefertigt werden.\n"
"Sie können jederzeit hierher aus dem Hauptmenü zurückkehren, um Ihre Figur "
"zu wechseln."
msgstr "Hier können Sie Ihre Standardfigur erstellen; so werden Sie von anderen Spieler im Spiel gesehen. Wenn Sie einem neuen Server beitreten, werden Sie mit der hier ausgewählten Kleidung anfangen. Weitere Kleidung, sowohl zum Schutz als auch zur Dekoration, kann im Spiel angefertigt werden.\nSie können jederzeit hierher aus dem Hauptmenü zurückkehren, um Ihre Figur zu wechseln."
#: src/character_creator.cpp:226
msgid "Create Your Character"
@ -2766,8 +2756,7 @@ msgstr "Müllverbrennungsanlage ist inaktiv"
#: src/content_nodemeta.cpp:1237
msgid "Add fuel, then punch to incinerate wielded item"
msgstr ""
"Brennstoff zugeben, dann schlagen, um getragenen Gegenstand zu verbrennen"
msgstr "Brennstoff zugeben, dann schlagen, um getragenen Gegenstand zu verbrennen"
#: src/content_nodemeta.cpp:1441
msgid "Add item here to see recipe"
@ -3127,9 +3116,7 @@ msgstr "Wiederbeleben"
#: src/guiFormSpecMenu.cpp:470
msgid "Left click: Move all items, Right click: Move single item"
msgstr ""
"Linksklick: Alle Gegenstände verschieben, Rechtsklick: 1 Gegenstand "
"verschieben"
msgstr "Linksklick: Alle Gegenstände verschieben, Rechtsklick: 1 Gegenstand verschieben"
#: src/guiFormSpecMenu.cpp:493
msgid "Write It"
@ -3423,34 +3410,17 @@ msgid "Warning! This will delete all construction from your map!"
msgstr "Warnung! Dies wird alle Bauten aus Ihrer Karte entfernen!"
#: src/guiMainMenu.cpp:877
#, fuzzy
msgid ""
"Voxelands\n"
"http://www.voxelands.com/\n"
"\n"
"By Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, "
"tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, "
"Wayward_One\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, Wayward_One\n"
"\n"
"Based on Minetest-C55\n"
"by Perttu Ahola <celeron55@gmail.com>\n"
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, "
"matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan "
"Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
msgstr ""
"Voxelands\n"
"http://www.voxelands.com/\n"
"\n"
"Von Lisa »darkrose« Milne <lisa@ltmnet.com>\n"
"und Mitwirkenden: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, "
"tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound.\n"
"\n"
"Basierend auf Minetest-C55\n"
"von Perttu Ahola <celeron55@gmail.com>\n"
"und Mitwirkenden: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, "
"matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan "
"Neuschafer, thexyz, VanessaE, sfan5 ... und zig weiteren zufälligen Leuten."
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
msgstr "Voxelands\nhttp://www.voxelands.com/\n\nVon Lisa »darkrose« Milne <lisa@ltmnet.com>\nund Mitwirkenden: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, Wayward_One.\n\nBasierend auf Minetest-C55\nvon Perttu Ahola <celeron55@gmail.com>\nund Mitwirkenden: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan Neuschafer, thexyz, VanessaE, sfan5 ... und zig weiteren zufälligen Leuten."
#: src/guiMessageMenu.cpp:112 src/guiPauseMenu.cpp:138
msgid "Continue"

View File

@ -1,23 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Lisa 'darkrose' Milne
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Adolfo JaymeBarrientos <fito@libreoffice.org>, 2014
# Adolfo JaymeBarrientos, 2014
# Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Voxelands\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-23 18:51+1000\n"
"PO-Revision-Date: 2014-12-31 11:54+0000\n"
"Last-Translator: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/voxelands/"
"language/es/)\n"
"Language: es\n"
"PO-Revision-Date: 2015-01-21 17:53+0000\n"
"Last-Translator: Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/voxelands/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/character_creator.cpp:58
@ -230,18 +229,9 @@ msgstr "Zapatos de lona"
#: src/character_creator.cpp:205
msgid ""
"Here you can create your default character, this is how other players will "
"see you in-game. When you join a new server you will start with the clothing "
"you select here. Additional clothing, both protective and decorative, can be "
"crafted in-game.\n"
"Here you can create your default character, this is how other players will see you in-game. When you join a new server you will start with the clothing you select here. Additional clothing, both protective and decorative, can be crafted in-game.\n"
"You can return here from the main menu anytime to change your character."
msgstr ""
"Aquí puedes crear tu personaje predeterminado, que le representará ante "
"otros jugadores durante las partidas. Cuando se una a un servidor nuevo "
"comenzará con las ropas que elija aquí. Se pueden elaborar prendas "
"adicionales, de protección y decorativas, durante el juego.\n"
"Podrá volver aquí en cualquier momento, mediante el menú principal, para "
"cambiar su personaje."
msgstr "Aquí puedes crear tu personaje predeterminado, que le representará ante otros jugadores durante las partidas. Cuando se una a un servidor nuevo comenzará con las ropas que elija aquí. Se pueden elaborar prendas adicionales, de protección y decorativas, durante el juego.\nPodrá volver aquí en cualquier momento, mediante el menú principal, para cambiar su personaje."
#: src/character_creator.cpp:226
msgid "Create Your Character"
@ -3419,34 +3409,17 @@ msgid "Warning! This will delete all construction from your map!"
msgstr ""
#: src/guiMainMenu.cpp:877
#, fuzzy
msgid ""
"Voxelands\n"
"http://www.voxelands.com/\n"
"\n"
"By Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, "
"tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, "
"Wayward_One\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, Wayward_One\n"
"\n"
"Based on Minetest-C55\n"
"by Perttu Ahola <celeron55@gmail.com>\n"
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, "
"matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan "
"Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
msgstr ""
"Voxelands\n"
"http://www.voxelands.com/\n"
"\n"
"Por Lisa «darkrose» Milne <lisa@ltmnet.com>\n"
"y contribuidores: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, "
"tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound\n"
"\n"
"Basado en Minetest-C55\n"
"Por Perttu Ahola <celeron55@gmail.com>\n"
"y contruibuidores: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, "
"matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan "
"Neuschafer, thexyz, VanessaE, sfan5... y un sinnúmero de personas más."
#: src/guiMessageMenu.cpp:112 src/guiPauseMenu.cpp:138
msgid "Continue"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-23 18:51+1000\n"
"POT-Creation-Date: 2015-01-26 01:31+1000\n"
"PO-Revision-Date: 2011-07-21 15:48+0200\n"
"Last-Translator: Cyriaque 'Cisoun' Skrapits <cysoun@gmail.com>\n"
"Language-Team: Français <>\n"
@ -2476,7 +2476,7 @@ msgid "Decraft Book"
msgstr ""
#: src/content_mapnode_special.cpp:732 src/content_mapnode_special.cpp:883
#: src/content_nodemeta.cpp:1980
#: src/content_nodemeta.cpp:1996
msgid "Diary"
msgstr ""
@ -2664,7 +2664,7 @@ msgid "Sand Stone Stair"
msgstr ""
#: src/content_nodemeta.cpp:74 src/content_nodemeta.cpp:137
#: src/content_nodemeta.cpp:1964 src/content_nodemeta.cpp:2063
#: src/content_nodemeta.cpp:1980 src/content_nodemeta.cpp:2079
#: src/guiKeyChangeMenu.cpp:307
msgid "Save"
msgstr ""
@ -2684,116 +2684,116 @@ msgstr ""
msgid "Safe owned by '%s'"
msgstr ""
#: src/content_nodemeta.cpp:494 src/content_nodemeta.cpp:1437
#: src/content_nodemeta.cpp:1639 src/content_nodemeta.cpp:1850
#: src/content_nodemeta.cpp:499 src/content_nodemeta.cpp:1447
#: src/content_nodemeta.cpp:1652 src/content_nodemeta.cpp:1866
#, c-format
msgid "Page %d of %d"
msgstr ""
#: src/content_nodemeta.cpp:498 src/content_nodemeta.cpp:1465
#: src/content_nodemeta.cpp:1648 src/content_nodemeta.cpp:1866
#: src/content_nodemeta.cpp:503 src/content_nodemeta.cpp:1475
#: src/content_nodemeta.cpp:1661 src/content_nodemeta.cpp:1882
msgid "<< Previous Page"
msgstr ""
#: src/content_nodemeta.cpp:504 src/content_nodemeta.cpp:1471
#: src/content_nodemeta.cpp:1654 src/content_nodemeta.cpp:1872
#: src/content_nodemeta.cpp:509 src/content_nodemeta.cpp:1481
#: src/content_nodemeta.cpp:1667 src/content_nodemeta.cpp:1888
msgid "Next Page >>"
msgstr ""
#: src/content_nodemeta.cpp:547
#: src/content_nodemeta.cpp:552
#, c-format
msgid "Border Stone owned by '%s'"
msgstr ""
#: src/content_nodemeta.cpp:622
#: src/content_nodemeta.cpp:627
msgid "Furnace is overloaded"
msgstr ""
#: src/content_nodemeta.cpp:623
#: src/content_nodemeta.cpp:628
msgid "Furnace is out of fuel"
msgstr ""
#: src/content_nodemeta.cpp:625
#: src/content_nodemeta.cpp:630
msgid "Furnace is inactive"
msgstr ""
#: src/content_nodemeta.cpp:628
#: src/content_nodemeta.cpp:633
msgid "Furnace is active"
msgstr ""
#: src/content_nodemeta.cpp:884
#: src/content_nodemeta.cpp:889
msgid "Locking Furnace is overloaded"
msgstr ""
#: src/content_nodemeta.cpp:885
#: src/content_nodemeta.cpp:890
msgid "Locking Furnace is out of fuel"
msgstr ""
#: src/content_nodemeta.cpp:887
#: src/content_nodemeta.cpp:892
msgid "Locking Furnace is inactive"
msgstr ""
#: src/content_nodemeta.cpp:890
#: src/content_nodemeta.cpp:895
msgid "Locking Furnace is active"
msgstr ""
#: src/content_nodemeta.cpp:1140
#: src/content_nodemeta.cpp:1145
msgid "Armed Explosive: about to detonate"
msgstr ""
#: src/content_nodemeta.cpp:1143
#: src/content_nodemeta.cpp:1148
#, c-format
msgid "Armed Explosive: %d second till detonation"
msgid_plural "Armed Explosive: %d seconds till detonation"
msgstr[0] ""
msgstr[1] ""
#: src/content_nodemeta.cpp:1193
#: src/content_nodemeta.cpp:1198
msgid "Incinerator is active"
msgstr ""
#: src/content_nodemeta.cpp:1194
#: src/content_nodemeta.cpp:1199
msgid "Incinerator is inactive"
msgstr ""
#: src/content_nodemeta.cpp:1237
#: src/content_nodemeta.cpp:1242
msgid "Add fuel, then punch to incinerate wielded item"
msgstr ""
#: src/content_nodemeta.cpp:1441
#: src/content_nodemeta.cpp:1451
msgid "Add item here to see recipe"
msgstr ""
#: src/content_nodemeta.cpp:1446
#: src/content_nodemeta.cpp:1456
#, c-format
msgid "Recipe %d of %d"
msgstr ""
#: src/content_nodemeta.cpp:1455
#: src/content_nodemeta.cpp:1465
msgid "Gives"
msgstr ""
#: src/content_nodemeta.cpp:1643
#: src/content_nodemeta.cpp:1656
msgid "Add item here to see cook result"
msgstr ""
#: src/content_nodemeta.cpp:1854
#: src/content_nodemeta.cpp:1870
msgid "Add item here to see dig result"
msgstr ""
#: src/content_nodemeta.cpp:1858
#: src/content_nodemeta.cpp:1874
msgid "Dig Result"
msgstr ""
#: src/content_nodemeta.cpp:1862
#: src/content_nodemeta.cpp:1878
msgid "Random Drop"
msgstr ""
#: src/content_nodemeta.cpp:1954 src/content_nodemeta.cpp:2053
#: src/content_nodemeta.cpp:1970 src/content_nodemeta.cpp:2069
msgid "Title"
msgstr ""
#: src/content_nodemeta.cpp:1959 src/content_nodemeta.cpp:2058
#: src/content_nodemeta.cpp:1975 src/content_nodemeta.cpp:2074
#, fuzzy
msgid "Content"
msgstr "Continuer"
@ -3816,6 +3816,15 @@ msgstr ""
msgid "Loading Special MapNodes"
msgstr ""
#~ msgid "Leave address blank to start a local server."
#~ msgstr "Laisser l'adresse vide pour lancer un serveur local."
#~ msgid "Delete map"
#~ msgstr "Supprimer carte"
#~ msgid "Proceed"
#~ msgstr "OK"
#, fuzzy
#~ msgid ""
#~ "Default Controls:\n"
@ -3840,12 +3849,3 @@ msgstr ""
#~ "- R: Active la vue de tous les blocs\n"
#~ "- I: Inventaire\n"
#~ "- T: Chat\n"
#~ msgid "Proceed"
#~ msgstr "OK"
#~ msgid "Delete map"
#~ msgstr "Supprimer carte"
#~ msgid "Leave address blank to start a local server."
#~ msgstr "Laisser l'adresse vide pour lancer un serveur local."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: minetest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-23 18:51+1000\n"
"POT-Creation-Date: 2015-01-26 01:31+1000\n"
"PO-Revision-Date: 2011-07-24 18:56+0200\n"
"Last-Translator: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>\n"
"Language-Team: Italian\n"
@ -2477,7 +2477,7 @@ msgid "Decraft Book"
msgstr ""
#: src/content_mapnode_special.cpp:732 src/content_mapnode_special.cpp:883
#: src/content_nodemeta.cpp:1980
#: src/content_nodemeta.cpp:1996
msgid "Diary"
msgstr ""
@ -2665,7 +2665,7 @@ msgid "Sand Stone Stair"
msgstr ""
#: src/content_nodemeta.cpp:74 src/content_nodemeta.cpp:137
#: src/content_nodemeta.cpp:1964 src/content_nodemeta.cpp:2063
#: src/content_nodemeta.cpp:1980 src/content_nodemeta.cpp:2079
#: src/guiKeyChangeMenu.cpp:307
msgid "Save"
msgstr "Salva"
@ -2685,116 +2685,116 @@ msgstr ""
msgid "Safe owned by '%s'"
msgstr ""
#: src/content_nodemeta.cpp:494 src/content_nodemeta.cpp:1437
#: src/content_nodemeta.cpp:1639 src/content_nodemeta.cpp:1850
#: src/content_nodemeta.cpp:499 src/content_nodemeta.cpp:1447
#: src/content_nodemeta.cpp:1652 src/content_nodemeta.cpp:1866
#, c-format
msgid "Page %d of %d"
msgstr ""
#: src/content_nodemeta.cpp:498 src/content_nodemeta.cpp:1465
#: src/content_nodemeta.cpp:1648 src/content_nodemeta.cpp:1866
#: src/content_nodemeta.cpp:503 src/content_nodemeta.cpp:1475
#: src/content_nodemeta.cpp:1661 src/content_nodemeta.cpp:1882
msgid "<< Previous Page"
msgstr ""
#: src/content_nodemeta.cpp:504 src/content_nodemeta.cpp:1471
#: src/content_nodemeta.cpp:1654 src/content_nodemeta.cpp:1872
#: src/content_nodemeta.cpp:509 src/content_nodemeta.cpp:1481
#: src/content_nodemeta.cpp:1667 src/content_nodemeta.cpp:1888
msgid "Next Page >>"
msgstr ""
#: src/content_nodemeta.cpp:547
#: src/content_nodemeta.cpp:552
#, c-format
msgid "Border Stone owned by '%s'"
msgstr ""
#: src/content_nodemeta.cpp:622
#: src/content_nodemeta.cpp:627
msgid "Furnace is overloaded"
msgstr ""
#: src/content_nodemeta.cpp:623
#: src/content_nodemeta.cpp:628
msgid "Furnace is out of fuel"
msgstr ""
#: src/content_nodemeta.cpp:625
#: src/content_nodemeta.cpp:630
msgid "Furnace is inactive"
msgstr ""
#: src/content_nodemeta.cpp:628
#: src/content_nodemeta.cpp:633
msgid "Furnace is active"
msgstr ""
#: src/content_nodemeta.cpp:884
#: src/content_nodemeta.cpp:889
msgid "Locking Furnace is overloaded"
msgstr ""
#: src/content_nodemeta.cpp:885
#: src/content_nodemeta.cpp:890
msgid "Locking Furnace is out of fuel"
msgstr ""
#: src/content_nodemeta.cpp:887
#: src/content_nodemeta.cpp:892
msgid "Locking Furnace is inactive"
msgstr ""
#: src/content_nodemeta.cpp:890
#: src/content_nodemeta.cpp:895
msgid "Locking Furnace is active"
msgstr ""
#: src/content_nodemeta.cpp:1140
#: src/content_nodemeta.cpp:1145
msgid "Armed Explosive: about to detonate"
msgstr ""
#: src/content_nodemeta.cpp:1143
#: src/content_nodemeta.cpp:1148
#, c-format
msgid "Armed Explosive: %d second till detonation"
msgid_plural "Armed Explosive: %d seconds till detonation"
msgstr[0] ""
msgstr[1] ""
#: src/content_nodemeta.cpp:1193
#: src/content_nodemeta.cpp:1198
msgid "Incinerator is active"
msgstr ""
#: src/content_nodemeta.cpp:1194
#: src/content_nodemeta.cpp:1199
msgid "Incinerator is inactive"
msgstr ""
#: src/content_nodemeta.cpp:1237
#: src/content_nodemeta.cpp:1242
msgid "Add fuel, then punch to incinerate wielded item"
msgstr ""
#: src/content_nodemeta.cpp:1441
#: src/content_nodemeta.cpp:1451
msgid "Add item here to see recipe"
msgstr ""
#: src/content_nodemeta.cpp:1446
#: src/content_nodemeta.cpp:1456
#, c-format
msgid "Recipe %d of %d"
msgstr ""
#: src/content_nodemeta.cpp:1455
#: src/content_nodemeta.cpp:1465
msgid "Gives"
msgstr ""
#: src/content_nodemeta.cpp:1643
#: src/content_nodemeta.cpp:1656
msgid "Add item here to see cook result"
msgstr ""
#: src/content_nodemeta.cpp:1854
#: src/content_nodemeta.cpp:1870
msgid "Add item here to see dig result"
msgstr ""
#: src/content_nodemeta.cpp:1858
#: src/content_nodemeta.cpp:1874
msgid "Dig Result"
msgstr ""
#: src/content_nodemeta.cpp:1862
#: src/content_nodemeta.cpp:1878
msgid "Random Drop"
msgstr ""
#: src/content_nodemeta.cpp:1954 src/content_nodemeta.cpp:2053
#: src/content_nodemeta.cpp:1970 src/content_nodemeta.cpp:2069
msgid "Title"
msgstr ""
#: src/content_nodemeta.cpp:1959 src/content_nodemeta.cpp:2058
#: src/content_nodemeta.cpp:1975 src/content_nodemeta.cpp:2074
#, fuzzy
msgid "Content"
msgstr "Continua"
@ -3819,6 +3819,15 @@ msgstr ""
msgid "Loading Special MapNodes"
msgstr ""
#~ msgid "Leave address blank to start a local server."
#~ msgstr "Lascia vuoto l'indirizzo per avviare un server locale"
#~ msgid "Delete map"
#~ msgstr "Cancella mappa"
#~ msgid "Proceed"
#~ msgstr "Procedi"
#, fuzzy
#~ msgid ""
#~ "Default Controls:\n"
@ -3844,12 +3853,3 @@ msgstr ""
#~ "- I: Inventario\n"
#~ "- ESC: Questo menu\n"
#~ "- T: Parla\n"
#~ msgid "Proceed"
#~ msgstr "Procedi"
#~ msgid "Delete map"
#~ msgstr "Cancella mappa"
#~ msgid "Leave address blank to start a local server."
#~ msgstr "Lascia vuoto l'indirizzo per avviare un server locale"

View File

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Lisa 'darkrose' Milne
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Rui Takeda, 2015
msgid ""
@ -9,14 +9,13 @@ msgstr ""
"Project-Id-Version: Voxelands\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-23 18:51+1000\n"
"PO-Revision-Date: 2015-01-17 10:14+0000\n"
"Last-Translator: Rui Takeda\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/voxelands/"
"language/ja/)\n"
"Language: ja\n"
"PO-Revision-Date: 2015-01-21 17:53+0000\n"
"Last-Translator: Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/voxelands/language/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: src/character_creator.cpp:58
@ -229,17 +228,9 @@ msgstr "ズック靴"
#: src/character_creator.cpp:205
msgid ""
"Here you can create your default character, this is how other players will "
"see you in-game. When you join a new server you will start with the clothing "
"you select here. Additional clothing, both protective and decorative, can be "
"crafted in-game.\n"
"Here you can create your default character, this is how other players will see you in-game. When you join a new server you will start with the clothing you select here. Additional clothing, both protective and decorative, can be crafted in-game.\n"
"You can return here from the main menu anytime to change your character."
msgstr ""
"ここでは、あなたのキャラクターのスキンを作成することができ、作成したスキンは"
"マルチプレイで他のプレイヤーに表示されます。その他の衣類や装備はゲーム中にク"
"ラフトすることができます。\n"
"あなたがスキンを変更したいときは、メインメニューからこの設定へ戻ることができ"
"ます。"
msgstr "ここでは、あなたのキャラクターのスキンを作成することができ、作成したスキンはマルチプレイで他のプレイヤーに表示されます。その他の衣類や装備はゲーム中にクラフトすることができます。\nあなたがスキンを変更したいときは、メインメニューからこの設定へ戻ることができます。"
#: src/character_creator.cpp:226
msgid "Create Your Character"
@ -1092,11 +1083,11 @@ msgstr "銅の塊"
#: src/content_craftitem.cpp:123
msgid "Silver Lump"
msgstr ""
msgstr "銀の塊"
#: src/content_craftitem.cpp:133
msgid "Gold Lump"
msgstr ""
msgstr "金の塊"
#: src/content_craftitem.cpp:143
msgid "Quartz Crystal"
@ -3420,15 +3411,11 @@ msgid ""
"http://www.voxelands.com/\n"
"\n"
"By Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, "
"tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, "
"Wayward_One\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, Wayward_One\n"
"\n"
"Based on Minetest-C55\n"
"by Perttu Ahola <celeron55@gmail.com>\n"
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, "
"matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan "
"Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
msgstr ""
#: src/guiMessageMenu.cpp:112 src/guiPauseMenu.cpp:138

View File

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Lisa 'darkrose' Milne
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Jay <joeyxtreme@hotmail.nl>, 2014
msgid ""
@ -9,14 +9,13 @@ msgstr ""
"Project-Id-Version: Voxelands\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-23 18:51+1000\n"
"PO-Revision-Date: 2014-12-13 15:47+0000\n"
"PO-Revision-Date: 2015-01-21 17:53+0000\n"
"Last-Translator: Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/"
"voxelands/language/nl_NL/)\n"
"Language: nl_NL\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/voxelands/language/nl_NL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/character_creator.cpp:58
@ -229,10 +228,7 @@ msgstr ""
#: src/character_creator.cpp:205
msgid ""
"Here you can create your default character, this is how other players will "
"see you in-game. When you join a new server you will start with the clothing "
"you select here. Additional clothing, both protective and decorative, can be "
"crafted in-game.\n"
"Here you can create your default character, this is how other players will see you in-game. When you join a new server you will start with the clothing you select here. Additional clothing, both protective and decorative, can be crafted in-game.\n"
"You can return here from the main menu anytime to change your character."
msgstr ""
@ -3417,15 +3413,11 @@ msgid ""
"http://www.voxelands.com/\n"
"\n"
"By Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, "
"tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, "
"Wayward_One\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, Wayward_One\n"
"\n"
"Based on Minetest-C55\n"
"by Perttu Ahola <celeron55@gmail.com>\n"
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, "
"matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan "
"Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
msgstr ""
#: src/guiMessageMenu.cpp:112 src/guiPauseMenu.cpp:138

View File

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Lisa 'darkrose' Milne
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Robert Wolniak <robert.wolniak@gmail.com>, 2014
msgid ""
@ -9,16 +9,14 @@ msgstr ""
"Project-Id-Version: Voxelands\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-23 18:51+1000\n"
"PO-Revision-Date: 2014-12-13 15:47+0000\n"
"PO-Revision-Date: 2015-01-21 17:53+0000\n"
"Last-Translator: Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/voxelands/"
"language/pl/)\n"
"Language: pl\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/voxelands/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\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"
#: src/character_creator.cpp:58
msgid "White Skin"
@ -230,10 +228,7 @@ msgstr ""
#: src/character_creator.cpp:205
msgid ""
"Here you can create your default character, this is how other players will "
"see you in-game. When you join a new server you will start with the clothing "
"you select here. Additional clothing, both protective and decorative, can be "
"crafted in-game.\n"
"Here you can create your default character, this is how other players will see you in-game. When you join a new server you will start with the clothing you select here. Additional clothing, both protective and decorative, can be crafted in-game.\n"
"You can return here from the main menu anytime to change your character."
msgstr ""
@ -3121,9 +3116,7 @@ msgstr "Odradzanie się"
#: src/guiFormSpecMenu.cpp:470
msgid "Left click: Move all items, Right click: Move single item"
msgstr ""
"Kliknięcie lewym przyciskiem myszy: Przenieś wszystkie przedmioty, "
"Kliknięcie prawym przyciskiem myszy: Przenieś pojedynczy przedmiot"
msgstr "Kliknięcie lewym przyciskiem myszy: Przenieś wszystkie przedmioty, Kliknięcie prawym przyciskiem myszy: Przenieś pojedynczy przedmiot"
#: src/guiFormSpecMenu.cpp:493
msgid "Write It"
@ -3422,15 +3415,11 @@ msgid ""
"http://www.voxelands.com/\n"
"\n"
"By Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, "
"tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, "
"Wayward_One\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, Wayward_One\n"
"\n"
"Based on Minetest-C55\n"
"by Perttu Ahola <celeron55@gmail.com>\n"
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, "
"matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan "
"Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
msgstr ""
#: src/guiMessageMenu.cpp:112 src/guiPauseMenu.cpp:138

View File

@ -1,24 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Lisa 'darkrose' Milne
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Roman M. Yagodin <roman.yagodin@gmail.com>, 2014
# Roman M. Yagodin <roman.yagodin@gmail.com>, 2014-2015
msgid ""
msgstr ""
"Project-Id-Version: Voxelands\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-23 18:51+1000\n"
"PO-Revision-Date: 2014-12-27 18:22+0000\n"
"PO-Revision-Date: 2015-01-25 14:12+0000\n"
"Last-Translator: Roman M. Yagodin <roman.yagodin@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/voxelands/"
"language/ru/)\n"
"Language: ru\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/voxelands/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Language: ru\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/character_creator.cpp:58
msgid "White Skin"
@ -230,18 +228,9 @@ msgstr "Холщовая обувь"
#: src/character_creator.cpp:205
msgid ""
"Here you can create your default character, this is how other players will "
"see you in-game. When you join a new server you will start with the clothing "
"you select here. Additional clothing, both protective and decorative, can be "
"crafted in-game.\n"
"Here you can create your default character, this is how other players will see you in-game. When you join a new server you will start with the clothing you select here. Additional clothing, both protective and decorative, can be crafted in-game.\n"
"You can return here from the main menu anytime to change your character."
msgstr ""
"Здесь можно задать исходный внешний вид своего персонажа. Так он будет "
"выглядеть для других игроков в начале игры - например, при подключении к "
"новому серверу. Другие предметы одежды, как защитные, так и декоративные, "
"могут быть созданы в процессе игры.\n"
"Вы можете вернуться сюда в любое время из главного меню, чтобы изменить "
"внешний вид вашего персонажа."
msgstr "Здесь можно задать исходный внешний вид своего персонажа. Так он будет выглядеть для других игроков в начале игры - например, при подключении к новому серверу. Другие предметы одежды, как защитные, так и декоративные, могут быть созданы в процессе игры.\nВы можете вернуться сюда в любое время из главного меню, чтобы изменить внешний вид вашего персонажа."
#: src/character_creator.cpp:226
msgid "Create Your Character"
@ -3421,35 +3410,17 @@ msgid "Warning! This will delete all construction from your map!"
msgstr "Предупреждаем! Все сооружения на карте буду уничтожены!"
#: src/guiMainMenu.cpp:877
#, fuzzy
msgid ""
"Voxelands\n"
"http://www.voxelands.com/\n"
"\n"
"By Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, "
"tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, "
"Wayward_One\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, Wayward_One\n"
"\n"
"Based on Minetest-C55\n"
"by Perttu Ahola <celeron55@gmail.com>\n"
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, "
"matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan "
"Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
msgstr ""
"Voxelands\n"
"http://www.voxelands.com/\n"
"\n"
"Создано Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"и сотоварищи: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay, "
"Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound\n"
"\n"
"Основано на Minetest-C55,\n"
"созданном Perttu Ahola <celeron55@gmail.com>\n"
"и сотоварищи: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, "
"matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan "
"Neuschafer, thexyz, VanessaE, sfan5... и еще десятком-другим случайных "
"прохожих."
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
msgstr "Voxelands\nhttp://www.voxelands.com/\n\nСоздано Lisa 'darkrose' Milne <lisa@ltmnet.com>\nи сотоварищи: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay, Szkodnix, soognarf, Tapoky, Wuzzy, JHeaton, Akien, redhound, Rui, Wayward_One\n\nОсновано на Minetest-C55,\nсозданном Perttu Ahola <celeron55@gmail.com>\nи сотоварищи: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan Neuschafer, thexyz, VanessaE, sfan5... и еще десятком-другим случайных прохожих."
#: src/guiMessageMenu.cpp:112 src/guiPauseMenu.cpp:138
msgid "Continue"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: voxelands\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-23 18:51+1000\n"
"POT-Creation-Date: 2015-01-26 01:31+1000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -2476,7 +2476,7 @@ msgid "Decraft Book"
msgstr ""
#: src/content_mapnode_special.cpp:732 src/content_mapnode_special.cpp:883
#: src/content_nodemeta.cpp:1980
#: src/content_nodemeta.cpp:1996
msgid "Diary"
msgstr ""
@ -2663,7 +2663,7 @@ msgid "Sand Stone Stair"
msgstr ""
#: src/content_nodemeta.cpp:74 src/content_nodemeta.cpp:137
#: src/content_nodemeta.cpp:1964 src/content_nodemeta.cpp:2063
#: src/content_nodemeta.cpp:1980 src/content_nodemeta.cpp:2079
#: src/guiKeyChangeMenu.cpp:307
msgid "Save"
msgstr ""
@ -2683,116 +2683,116 @@ msgstr ""
msgid "Safe owned by '%s'"
msgstr ""
#: src/content_nodemeta.cpp:494 src/content_nodemeta.cpp:1437
#: src/content_nodemeta.cpp:1639 src/content_nodemeta.cpp:1850
#: src/content_nodemeta.cpp:499 src/content_nodemeta.cpp:1447
#: src/content_nodemeta.cpp:1652 src/content_nodemeta.cpp:1866
#, c-format
msgid "Page %d of %d"
msgstr ""
#: src/content_nodemeta.cpp:498 src/content_nodemeta.cpp:1465
#: src/content_nodemeta.cpp:1648 src/content_nodemeta.cpp:1866
#: src/content_nodemeta.cpp:503 src/content_nodemeta.cpp:1475
#: src/content_nodemeta.cpp:1661 src/content_nodemeta.cpp:1882
msgid "<< Previous Page"
msgstr ""
#: src/content_nodemeta.cpp:504 src/content_nodemeta.cpp:1471
#: src/content_nodemeta.cpp:1654 src/content_nodemeta.cpp:1872
#: src/content_nodemeta.cpp:509 src/content_nodemeta.cpp:1481
#: src/content_nodemeta.cpp:1667 src/content_nodemeta.cpp:1888
msgid "Next Page >>"
msgstr ""
#: src/content_nodemeta.cpp:547
#: src/content_nodemeta.cpp:552
#, c-format
msgid "Border Stone owned by '%s'"
msgstr ""
#: src/content_nodemeta.cpp:622
#: src/content_nodemeta.cpp:627
msgid "Furnace is overloaded"
msgstr ""
#: src/content_nodemeta.cpp:623
#: src/content_nodemeta.cpp:628
msgid "Furnace is out of fuel"
msgstr ""
#: src/content_nodemeta.cpp:625
#: src/content_nodemeta.cpp:630
msgid "Furnace is inactive"
msgstr ""
#: src/content_nodemeta.cpp:628
#: src/content_nodemeta.cpp:633
msgid "Furnace is active"
msgstr ""
#: src/content_nodemeta.cpp:884
#: src/content_nodemeta.cpp:889
msgid "Locking Furnace is overloaded"
msgstr ""
#: src/content_nodemeta.cpp:885
#: src/content_nodemeta.cpp:890
msgid "Locking Furnace is out of fuel"
msgstr ""
#: src/content_nodemeta.cpp:887
#: src/content_nodemeta.cpp:892
msgid "Locking Furnace is inactive"
msgstr ""
#: src/content_nodemeta.cpp:890
#: src/content_nodemeta.cpp:895
msgid "Locking Furnace is active"
msgstr ""
#: src/content_nodemeta.cpp:1140
#: src/content_nodemeta.cpp:1145
msgid "Armed Explosive: about to detonate"
msgstr ""
#: src/content_nodemeta.cpp:1143
#: src/content_nodemeta.cpp:1148
#, c-format
msgid "Armed Explosive: %d second till detonation"
msgid_plural "Armed Explosive: %d seconds till detonation"
msgstr[0] ""
msgstr[1] ""
#: src/content_nodemeta.cpp:1193
#: src/content_nodemeta.cpp:1198
msgid "Incinerator is active"
msgstr ""
#: src/content_nodemeta.cpp:1194
#: src/content_nodemeta.cpp:1199
msgid "Incinerator is inactive"
msgstr ""
#: src/content_nodemeta.cpp:1237
#: src/content_nodemeta.cpp:1242
msgid "Add fuel, then punch to incinerate wielded item"
msgstr ""
#: src/content_nodemeta.cpp:1441
#: src/content_nodemeta.cpp:1451
msgid "Add item here to see recipe"
msgstr ""
#: src/content_nodemeta.cpp:1446
#: src/content_nodemeta.cpp:1456
#, c-format
msgid "Recipe %d of %d"
msgstr ""
#: src/content_nodemeta.cpp:1455
#: src/content_nodemeta.cpp:1465
msgid "Gives"
msgstr ""
#: src/content_nodemeta.cpp:1643
#: src/content_nodemeta.cpp:1656
msgid "Add item here to see cook result"
msgstr ""
#: src/content_nodemeta.cpp:1854
#: src/content_nodemeta.cpp:1870
msgid "Add item here to see dig result"
msgstr ""
#: src/content_nodemeta.cpp:1858
#: src/content_nodemeta.cpp:1874
msgid "Dig Result"
msgstr ""
#: src/content_nodemeta.cpp:1862
#: src/content_nodemeta.cpp:1878
msgid "Random Drop"
msgstr ""
#: src/content_nodemeta.cpp:1954 src/content_nodemeta.cpp:2053
#: src/content_nodemeta.cpp:1970 src/content_nodemeta.cpp:2069
msgid "Title"
msgstr ""
#: src/content_nodemeta.cpp:1959 src/content_nodemeta.cpp:2058
#: src/content_nodemeta.cpp:1975 src/content_nodemeta.cpp:2074
msgid "Content"
msgstr ""