Compare commits

...

5 Commits

Author SHA1 Message Date
AntumDeluge 98d859fc22 Replace deprecated method 'setting_getbool' with 'settings:get_bool' 2017-09-30 11:44:27 -07:00
AntumDeluge 144012f082 Replace deprecated call to 'get_mapgen_params' with 'get_mapgen_setting' 2017-09-30 11:44:27 -07:00
Hamlet 15ea47ef69 Italian locale 2017-09-30 11:43:50 -07:00
fat115 da15cefcde sorted po/pot files
added corresponding option --sort-by-file in updatepo.sh
2017-09-30 11:43:39 -07:00
BrunoMine aab3acddd1 Add portuguese translation 2017-09-30 11:43:21 -07:00
15 changed files with 725 additions and 422 deletions

View File

@ -36,7 +36,7 @@ minetest.register_node("crops:corn", {
return
end
crops.plant(pointed_thing.above, {name="crops:corn_base_seed", param2 = 3})
if not minetest.setting_getbool("creative_mode") then
if not minetest.settings:get_bool("creative_mode") then
itemstack:take_item()
end
return itemstack

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-20 17:17-0300\n"
"POT-Creation-Date: 2017-04-30 08:37+0200\n"
"PO-Revision-Date: 2017-02-20 16:54-0300\n"
"Last-Translator: LNJ2\n"
"Language-Team: German\n"
@ -18,107 +18,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: melon.lua
msgid "Melon seed"
msgstr "Melonensamen"
#: melon.lua
msgid "Melon plant"
msgstr "Melonenpflanze"
#: melon.lua
msgid "Melon slice"
msgstr "Melonenscheibe"
#: melon.lua
msgid "Melon"
msgstr "Melone"
#: tomato.lua
msgid "Tomato seed"
msgstr "Tomatensamen"
#: tomato.lua
msgid "Tomato plant"
msgstr "Tomatenpflanze"
#: tomato.lua
msgid "Tomato"
msgstr "Tomate"
#: polebean.lua
msgid "Green Bean"
msgstr "Grne Bohne"
#: polebean.lua
msgid "Beanpoles"
msgstr "Bohnenstangen"
#: polebean.lua
msgid "Green bean seed"
msgstr "Samen einer Grnen Bohne"
#: polebean.lua
msgid "Green Bean plant"
msgstr "Grne Bohnenpflanze"
#: tools.lua
msgid "Watering Can"
msgstr "Giekanne"
#: tools.lua
msgid "Hydrometer"
msgstr "Hydrometer"
#: pumpkin.lua
msgid "Pumpkin seed"
msgstr "Krbissamen"
#: pumpkin.lua
msgid "Pumpkin plant"
msgstr "Krbispflanze"
#: pumpkin.lua
msgid "Roasted pumpkin"
msgstr "Gersteter Krbis"
#: pumpkin.lua
msgid "Pumpkin"
msgstr "Krbis"
#: init.lua
msgid "Defaulting to \"normal\" difficulty settings"
msgstr "Benutze standard Schwierigkeitsgrad \"normal\""
#: init.lua
msgid "Hydration and dehydration mechanics are enabled."
msgstr "Hydrierungs- und Dehydrierungsmechaniken sind aktiviert."
#: init.lua
#, fuzzy
msgid "Unable to find plant \"@1\" in crops table"
msgstr "Konnte Pflanze \"@1\" nicht in der Tabelle finden"
#: init.lua
msgid "Loaded!"
msgstr ""
#: potato.lua
msgid "Potato eyes"
msgstr "Kartoffelaugen"
#: potato.lua
msgid "Potato plant"
msgstr "Kartoffelpflanze"
#: potato.lua
msgid "Potato"
msgstr "Kartoffel"
#: potato.lua
msgid "Soil with potatoes"
msgstr "Acker mit Kartoffeln"
#: cooking.lua
msgid "Unbaked clay bowl"
msgstr "Ungebackene Lehmschale"
@ -150,3 +49,104 @@ msgstr "Gebackener Maiskolben"
#: corn.lua
msgid "Corn plant"
msgstr "Maispflanze"
#: init.lua
msgid "Defaulting to \"normal\" difficulty settings"
msgstr "Benutze standard Schwierigkeitsgrad \"normal\""
#: init.lua
msgid "Hydration and dehydration mechanics are enabled."
msgstr "Hydrierungs- und Dehydrierungsmechaniken sind aktiviert."
#: init.lua
#, fuzzy
msgid "Unable to find plant \"@1\" in crops table"
msgstr "Konnte Pflanze \"@1\" nicht in der Tabelle finden"
#: init.lua
msgid "Loaded!"
msgstr ""
#: melon.lua
msgid "Melon seed"
msgstr "Melonensamen"
#: melon.lua
msgid "Melon plant"
msgstr "Melonenpflanze"
#: melon.lua
msgid "Melon slice"
msgstr "Melonenscheibe"
#: melon.lua
msgid "Melon"
msgstr "Melone"
#: polebean.lua
msgid "Green Bean"
msgstr "Grne Bohne"
#: polebean.lua
msgid "Beanpoles"
msgstr "Bohnenstangen"
#: polebean.lua
msgid "Green bean seed"
msgstr "Samen einer Grnen Bohne"
#: polebean.lua
msgid "Green Bean plant"
msgstr "Grne Bohnenpflanze"
#: potato.lua
msgid "Potato eyes"
msgstr "Kartoffelaugen"
#: potato.lua
msgid "Potato plant"
msgstr "Kartoffelpflanze"
#: potato.lua
msgid "Potato"
msgstr "Kartoffel"
#: potato.lua
msgid "Soil with potatoes"
msgstr "Acker mit Kartoffeln"
#: pumpkin.lua
msgid "Pumpkin seed"
msgstr "Krbissamen"
#: pumpkin.lua
msgid "Pumpkin plant"
msgstr "Krbispflanze"
#: pumpkin.lua
msgid "Roasted pumpkin"
msgstr "Gersteter Krbis"
#: pumpkin.lua
msgid "Pumpkin"
msgstr "Krbis"
#: tomato.lua
msgid "Tomato seed"
msgstr "Tomatensamen"
#: tomato.lua
msgid "Tomato plant"
msgstr "Tomatenpflanze"
#: tomato.lua
msgid "Tomato"
msgstr "Tomate"
#: tools.lua
msgid "Watering Can"
msgstr "Giekanne"
#: tools.lua
msgid "Hydrometer"
msgstr "Hydrometer"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-20 17:17-0300\n"
"POT-Creation-Date: 2017-04-30 08:37+0200\n"
"PO-Revision-Date: 2017-02-20 16:54-0300\n"
"Last-Translator: Diego Martínez <kaeza@users.noreply.github.com>\n"
"Language-Team: Spanish\n"
@ -18,106 +18,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: melon.lua
msgid "Melon seed"
msgstr "Semilla de sandía"
#: melon.lua
msgid "Melon plant"
msgstr "Planta de sandía"
#: melon.lua
msgid "Melon slice"
msgstr "Trozo de sandía"
#: melon.lua
msgid "Melon"
msgstr "Sandía"
#: tomato.lua
msgid "Tomato seed"
msgstr "Semilla de tomate"
#: tomato.lua
msgid "Tomato plant"
msgstr "Planta de tomate"
#: tomato.lua
msgid "Tomato"
msgstr "Tomate"
#: polebean.lua
msgid "Green Bean"
msgstr "Frijol verde"
#: polebean.lua
msgid "Beanpoles"
msgstr "Poste para frijoles"
#: polebean.lua
msgid "Green bean seed"
msgstr "Semilla de frijoles verdes"
#: polebean.lua
msgid "Green Bean plant"
msgstr "Planta de frijoles verdes"
#: tools.lua
msgid "Watering Can"
msgstr "Regadera"
#: tools.lua
msgid "Hydrometer"
msgstr "Hidrómetro"
#: pumpkin.lua
msgid "Pumpkin seed"
msgstr "Semillas de calabaza"
#: pumpkin.lua
msgid "Pumpkin plant"
msgstr "Planta de calabaza"
#: pumpkin.lua
msgid "Roasted pumpkin"
msgstr "Calabaza asada"
#: pumpkin.lua
msgid "Pumpkin"
msgstr "Calabaza"
#: init.lua
msgid "Defaulting to \"normal\" difficulty settings"
msgstr "Se usará la dificultad \"normal\" por defecto"
#: init.lua
msgid "Hydration and dehydration mechanics are enabled."
msgstr "Mecánica de hidratación y deshidratación activada."
#: init.lua
msgid "Unable to find plant \"@1\" in crops table"
msgstr "No se pudo encontrar la planta \"@1\" en la tabla de cosechas"
#: init.lua
msgid "Loaded!"
msgstr "¡Cargado!"
#: potato.lua
msgid "Potato eyes"
msgstr "Ojos de patata"
#: potato.lua
msgid "Potato plant"
msgstr "Planta de patata"
#: potato.lua
msgid "Potato"
msgstr "Patata"
#: potato.lua
msgid "Soil with potatoes"
msgstr "Suelo con patatas"
#: cooking.lua
msgid "Unbaked clay bowl"
msgstr "Tazón de arcilla sin cocer"
@ -149,3 +49,103 @@ msgstr "Maíz en mazorca"
#: corn.lua
msgid "Corn plant"
msgstr "Planta de maíz"
#: init.lua
msgid "Defaulting to \"normal\" difficulty settings"
msgstr "Se usará la dificultad \"normal\" por defecto"
#: init.lua
msgid "Hydration and dehydration mechanics are enabled."
msgstr "Mecánica de hidratación y deshidratación activada."
#: init.lua
msgid "Unable to find plant \"@1\" in crops table"
msgstr "No se pudo encontrar la planta \"@1\" en la tabla de cosechas"
#: init.lua
msgid "Loaded!"
msgstr "¡Cargado!"
#: melon.lua
msgid "Melon seed"
msgstr "Semilla de sandía"
#: melon.lua
msgid "Melon plant"
msgstr "Planta de sandía"
#: melon.lua
msgid "Melon slice"
msgstr "Trozo de sandía"
#: melon.lua
msgid "Melon"
msgstr "Sandía"
#: polebean.lua
msgid "Green Bean"
msgstr "Frijol verde"
#: polebean.lua
msgid "Beanpoles"
msgstr "Poste para frijoles"
#: polebean.lua
msgid "Green bean seed"
msgstr "Semilla de frijoles verdes"
#: polebean.lua
msgid "Green Bean plant"
msgstr "Planta de frijoles verdes"
#: potato.lua
msgid "Potato eyes"
msgstr "Ojos de patata"
#: potato.lua
msgid "Potato plant"
msgstr "Planta de patata"
#: potato.lua
msgid "Potato"
msgstr "Patata"
#: potato.lua
msgid "Soil with potatoes"
msgstr "Suelo con patatas"
#: pumpkin.lua
msgid "Pumpkin seed"
msgstr "Semillas de calabaza"
#: pumpkin.lua
msgid "Pumpkin plant"
msgstr "Planta de calabaza"
#: pumpkin.lua
msgid "Roasted pumpkin"
msgstr "Calabaza asada"
#: pumpkin.lua
msgid "Pumpkin"
msgstr "Calabaza"
#: tomato.lua
msgid "Tomato seed"
msgstr "Semilla de tomate"
#: tomato.lua
msgid "Tomato plant"
msgstr "Planta de tomate"
#: tomato.lua
msgid "Tomato"
msgstr "Tomate"
#: tools.lua
msgid "Watering Can"
msgstr "Regadera"
#: tools.lua
msgid "Hydrometer"
msgstr "Hidrómetro"

View File

@ -5,117 +5,18 @@
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-20 17:17-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: xisd\n"
"POT-Creation-Date: 2017-04-30 08:37+0200\n"
"PO-Revision-Date: 2017-04-30 08:48+0200\n"
"Last-Translator: fat115 <fat115@framasoft.org>\n"
"Language-Team: French\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: melon.lua
msgid "Melon seed"
msgstr "Graine de Pastèque"
#: melon.lua
msgid "Melon plant"
msgstr "Pied de Pastèque"
#: melon.lua
msgid "Melon slice"
msgstr "Tranche de Pastèque"
#: melon.lua
msgid "Melon"
msgstr "Pastèque"
#: tomato.lua
msgid "Tomato seed"
msgstr "Graines de tomate"
#: tomato.lua
msgid "Tomato plant"
msgstr "Pied de tomate"
#: tomato.lua
msgid "Tomato"
msgstr "Tomate"
#: polebean.lua
msgid "Green Bean"
msgstr "Haricot vert"
#: polebean.lua
msgid "Beanpoles"
msgstr "Tuteur pour haricots"
#: polebean.lua
msgid "Green bean seed"
msgstr "Graine de haricot vert"
#: polebean.lua
msgid "Green Bean plant"
msgstr "Plant de haricot vert"
#: tools.lua
msgid "Watering Can"
msgstr "Arrosoir"
#: tools.lua
msgid "Hydrometer"
msgstr "Hydromètre"
#: pumpkin.lua
msgid "Pumpkin seed"
msgstr "Graines de citrouille"
#: pumpkin.lua
msgid "Pumpkin plant"
msgstr "Plant de citrouille"
#: pumpkin.lua
msgid "Roasted pumpkin"
msgstr "Citrouille grillée"
#: pumpkin.lua
msgid "Pumpkin"
msgstr "Citrouille"
#: init.lua
msgid "Defaulting to \"normal\" difficulty settings"
msgstr "Réglage par default : \"normal\""
#: init.lua
msgid "Hydration and dehydration mechanics are enabled."
msgstr "Les mécaniques d'hydratation et déshydratation sont activées."
#: init.lua
msgid "Unable to find plant \"@1\" in crops table"
msgstr "Impossible de trouver la plante \"@1\" dans le tableau crops"
#: init.lua
msgid "Loaded!"
msgstr "Chargé !"
#: potato.lua
msgid "Potato eyes"
msgstr "Yeux de pomme de terre"
#: potato.lua
msgid "Potato plant"
msgstr "Plant de pomme de terre"
#: potato.lua
msgid "Potato"
msgstr "Pomme de terre"
#: potato.lua
msgid "Soil with potatoes"
msgstr "Terre labourée avec pommes de terres"
"X-Generator: Poedit 1.8.12\n"
#: cooking.lua
msgid "Unbaked clay bowl"
@ -135,16 +36,116 @@ msgstr "Bol de soupe de légumes non-cuite"
#: corn.lua
msgid "Corn"
msgstr "Mais"
msgstr "Maïs"
#: corn.lua
msgid "Corn Cob"
msgstr "Epis de mais"
msgstr "Épi de maïs"
#: corn.lua
msgid "Corn on the Cob"
msgstr "Epis de mais grillé"
msgstr "Épi de maïs grillé"
#: corn.lua
msgid "Corn plant"
msgstr "Plant de Mais"
msgstr "Plant de Maïs"
#: init.lua
msgid "Defaulting to \"normal\" difficulty settings"
msgstr "Réglage par défaut : \"normal\""
#: init.lua
msgid "Hydration and dehydration mechanics are enabled."
msgstr "Les mécanismes d'hydratation et de déshydratation sont activés."
#: init.lua
msgid "Unable to find plant \"@1\" in crops table"
msgstr "Impossible de trouver la plante \"@1\" dans le tableau crops"
#: init.lua
msgid "Loaded!"
msgstr "Chargé !"
#: melon.lua
msgid "Melon seed"
msgstr "Graine de Pastèque"
#: melon.lua
msgid "Melon plant"
msgstr "Pied de Pastèque"
#: melon.lua
msgid "Melon slice"
msgstr "Tranche de Pastèque"
#: melon.lua
msgid "Melon"
msgstr "Pastèque"
#: polebean.lua
msgid "Green Bean"
msgstr "Haricot vert"
#: polebean.lua
msgid "Beanpoles"
msgstr "Tuteur pour haricots"
#: polebean.lua
msgid "Green bean seed"
msgstr "Graine de haricot vert"
#: polebean.lua
msgid "Green Bean plant"
msgstr "Plant de haricot vert"
#: potato.lua
msgid "Potato eyes"
msgstr "Yeux de pomme de terre"
#: potato.lua
msgid "Potato plant"
msgstr "Plant de pomme de terre"
#: potato.lua
msgid "Potato"
msgstr "Pomme de terre"
#: potato.lua
msgid "Soil with potatoes"
msgstr "Terre labourée avec pommes de terres"
#: pumpkin.lua
msgid "Pumpkin seed"
msgstr "Graines de citrouille"
#: pumpkin.lua
msgid "Pumpkin plant"
msgstr "Plant de citrouille"
#: pumpkin.lua
msgid "Roasted pumpkin"
msgstr "Citrouille grillée"
#: pumpkin.lua
msgid "Pumpkin"
msgstr "Citrouille"
#: tomato.lua
msgid "Tomato seed"
msgstr "Graines de tomate"
#: tomato.lua
msgid "Tomato plant"
msgstr "Pied de tomate"
#: tomato.lua
msgid "Tomato"
msgstr "Tomate"
#: tools.lua
msgid "Watering Can"
msgstr "Arrosoir"
#: tools.lua
msgid "Hydrometer"
msgstr "Hydromètre"

151
locale/it.po Normal file
View File

@ -0,0 +1,151 @@
# ITALIAN LOCALE FOR THE CROPS MODULE
# Copyright (C) 2017 Auke Kok <sofar@foo-projects.org>
# This file is distributed under the same license as the CROPS package.
# Hamlet <h4mlet@riseup.net>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: crops module's Italian translation\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-20 17:17-0300\n"
"PO-Revision-Date: 2017-08-17 22:03+0100\n"
"Last-Translator: H4mlet <h4mlet@riseup.net>\n"
"Language-Team: ITALIANO\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.6.10\n"
#: melon.lua
msgid "Melon seed"
msgstr "Seme di anguria"
#: melon.lua
msgid "Melon plant"
msgstr "Pianta di anguria"
#: melon.lua
msgid "Melon slice"
msgstr "Fetta di anguria"
#: melon.lua
msgid "Melon"
msgstr "Anguria"
#: tomato.lua
msgid "Tomato seed"
msgstr "Seme di pomodoro"
#: tomato.lua
msgid "Tomato plant"
msgstr "Pianta di pomodoro"
#: tomato.lua
msgid "Tomato"
msgstr "Pomodoro"
#: polebean.lua
msgid "Green Bean"
msgstr "Fagiolo verde"
#: polebean.lua
msgid "Beanpoles"
msgstr "Palo per fagioli"
#: polebean.lua
msgid "Green bean seed"
msgstr "Seme di fagiolo verde"
#: polebean.lua
msgid "Green Bean plant"
msgstr "Pianta di fagiolo verde"
#: tools.lua
msgid "Watering Can"
msgstr "Innaffiatoio"
#: tools.lua
msgid "Hydrometer"
msgstr "Idrometro"
#: pumpkin.lua
msgid "Pumpkin seed"
msgstr "Seme di zucca"
#: pumpkin.lua
msgid "Pumpkin plant"
msgstr "Pianta di zucca"
#: pumpkin.lua
msgid "Roasted pumpkin"
msgstr "Zucca arrostita"
#: pumpkin.lua
msgid "Pumpkin"
msgstr "Zucca"
#: init.lua
msgid "Defaulting to \"normal\" difficulty settings"
msgstr "Utilizzo delle impostazioni di difficoltà \"normal\""
#: init.lua
msgid "Hydration and dehydration mechanics are enabled."
msgstr "Le meccaniche di idratazione e disidratazione sono abilitate."
#: init.lua
msgid "Unable to find plant \"@1\" in crops table"
msgstr "Impossibile trovare la pianta \"@1\" nella tabella delle messi"
#: init.lua
msgid "Loaded!"
msgstr "Caricato!"
#: potato.lua
msgid "Potato eyes"
msgstr "Germogli di patata"
#: potato.lua
msgid "Potato plant"
msgstr "Pianta di patata"
#: potato.lua
msgid "Potato"
msgstr "Patata"
#: potato.lua
msgid "Soil with potatoes"
msgstr "Terreno con patate"
#: cooking.lua
msgid "Unbaked clay bowl"
msgstr "Ciotola di argilla cruda"
#: cooking.lua
msgid "Clay bowl"
msgstr "Ciotola di argilla"
#: cooking.lua
msgid "Bowl of vegetable stew"
msgstr "Ciotola di stufato vegetale"
#: cooking.lua
msgid "Bowl of uncooked vegetable stew"
msgstr "Ciotola di stufato vegetale crudo"
#: corn.lua
msgid "Corn"
msgstr "Granoturco"
#: corn.lua
msgid "Corn Cob"
msgstr "Pannocchia"
#: corn.lua
msgid "Corn on the Cob"
msgstr "Pannocchia arrostita"
#: corn.lua
msgid "Corn plant"
msgstr "Pianta di granoturco"

150
locale/pt.po Normal file
View File

@ -0,0 +1,150 @@
# Portuguese translation for Crops mod.
# Copyright (C) 2017
# This file is distributed under the same license as the PACKAGE package.
# BrunoMine <borgesdossantosbruno@gmail.com>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-20 17:17-0300\n"
"PO-Revision-Date: 2017-08-17 17:54-0300\n"
"Last-Translator: BrunoMine <borgesdossantosbruno@gmail.com>\n"
"Language-Team: \n"
"Language: Portuguese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Gtranslator 2.91.7\n"
#: melon.lua
msgid "Melon seed"
msgstr "Semente de Melancia"
#: melon.lua
msgid "Melon plant"
msgstr "Planta de Melancia"
#: melon.lua
msgid "Melon slice"
msgstr "Pedaço de Melancia"
#: melon.lua
msgid "Melon"
msgstr "Melancia"
#: tomato.lua
msgid "Tomato seed"
msgstr "Semente de Tomate"
#: tomato.lua
msgid "Tomato plant"
msgstr "Planta de Tomate"
#: tomato.lua
msgid "Tomato"
msgstr "Tomate"
#: polebean.lua
msgid "Green Bean"
msgstr "Feijao Verde"
#: polebean.lua
msgid "Beanpoles"
msgstr "Apoio de Feijao"
#: polebean.lua
msgid "Green bean seed"
msgstr "Semente de Feijao Verde"
#: polebean.lua
msgid "Green Bean plant"
msgstr "Planta de Feijao Verde"
#: tools.lua
msgid "Watering Can"
msgstr "Regador"
#: tools.lua
msgid "Hydrometer"
msgstr "Hydrometro"
#: pumpkin.lua
msgid "Pumpkin seed"
msgstr "Semente de Abobora"
#: pumpkin.lua
msgid "Pumpkin plant"
msgstr "Planta de Abobora"
#: pumpkin.lua
msgid "Roasted pumpkin"
msgstr "Abobora Assada"
#: pumpkin.lua
msgid "Pumpkin"
msgstr "Abobora"
#: init.lua
msgid "Defaulting to \"normal\" difficulty settings"
msgstr "Padrao para configuraçoes de dificuldade \"normal\""
#: init.lua
msgid "Hydration and dehydration mechanics are enabled."
msgstr "Mecanica de hidrataçao e desidrataçao esta habilitada."
#: init.lua
msgid "Unable to find plant \"@1\" in crops table"
msgstr "Impossivel encontrar a planta \"@1\" na tabela de culturas"
#: init.lua
msgid "Loaded!"
msgstr "Carregado!"
#: potato.lua
msgid "Potato eyes"
msgstr "Raizes de Batata"
#: potato.lua
msgid "Potato plant"
msgstr "Planta de Batata"
#: potato.lua
msgid "Potato"
msgstr "Batata"
#: potato.lua
msgid "Soil with potatoes"
msgstr "Solo com Batatas"
#: cooking.lua
msgid "Unbaked clay bowl"
msgstr "Tigela de Barro Fresco"
#: cooking.lua
msgid "Clay bowl"
msgstr "Tigela de Barro"
#: cooking.lua
msgid "Bowl of vegetable stew"
msgstr "Tigela de Ensopado de Vegetais"
#: cooking.lua
msgid "Bowl of uncooked vegetable stew"
msgstr "Tigela de Vegetais Crus"
#: corn.lua
msgid "Corn"
msgstr "Milho"
#: corn.lua
msgid "Corn Cob"
msgstr "Espiga de Milho"
#: corn.lua
msgid "Corn on the Cob"
msgstr "Milho na Espiga"
#: corn.lua
msgid "Corn plant"
msgstr "Planta de Milho"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-20 17:17-0300\n"
"POT-Creation-Date: 2017-04-30 08:37+0200\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"
@ -17,106 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: melon.lua
msgid "Melon seed"
msgstr ""
#: melon.lua
msgid "Melon plant"
msgstr ""
#: melon.lua
msgid "Melon slice"
msgstr ""
#: melon.lua
msgid "Melon"
msgstr ""
#: tomato.lua
msgid "Tomato seed"
msgstr ""
#: tomato.lua
msgid "Tomato plant"
msgstr ""
#: tomato.lua
msgid "Tomato"
msgstr ""
#: polebean.lua
msgid "Green Bean"
msgstr ""
#: polebean.lua
msgid "Beanpoles"
msgstr ""
#: polebean.lua
msgid "Green bean seed"
msgstr ""
#: polebean.lua
msgid "Green Bean plant"
msgstr ""
#: tools.lua
msgid "Watering Can"
msgstr ""
#: tools.lua
msgid "Hydrometer"
msgstr ""
#: pumpkin.lua
msgid "Pumpkin seed"
msgstr ""
#: pumpkin.lua
msgid "Pumpkin plant"
msgstr ""
#: pumpkin.lua
msgid "Roasted pumpkin"
msgstr ""
#: pumpkin.lua
msgid "Pumpkin"
msgstr ""
#: init.lua
msgid "Defaulting to \"normal\" difficulty settings"
msgstr ""
#: init.lua
msgid "Hydration and dehydration mechanics are enabled."
msgstr ""
#: init.lua
msgid "Unable to find plant \"@1\" in crops table"
msgstr ""
#: init.lua
msgid "Loaded!"
msgstr ""
#: potato.lua
msgid "Potato eyes"
msgstr ""
#: potato.lua
msgid "Potato plant"
msgstr ""
#: potato.lua
msgid "Potato"
msgstr ""
#: potato.lua
msgid "Soil with potatoes"
msgstr ""
#: cooking.lua
msgid "Unbaked clay bowl"
msgstr ""
@ -148,3 +48,103 @@ msgstr ""
#: corn.lua
msgid "Corn plant"
msgstr ""
#: init.lua
msgid "Defaulting to \"normal\" difficulty settings"
msgstr ""
#: init.lua
msgid "Hydration and dehydration mechanics are enabled."
msgstr ""
#: init.lua
msgid "Unable to find plant \"@1\" in crops table"
msgstr ""
#: init.lua
msgid "Loaded!"
msgstr ""
#: melon.lua
msgid "Melon seed"
msgstr ""
#: melon.lua
msgid "Melon plant"
msgstr ""
#: melon.lua
msgid "Melon slice"
msgstr ""
#: melon.lua
msgid "Melon"
msgstr ""
#: polebean.lua
msgid "Green Bean"
msgstr ""
#: polebean.lua
msgid "Beanpoles"
msgstr ""
#: polebean.lua
msgid "Green bean seed"
msgstr ""
#: polebean.lua
msgid "Green Bean plant"
msgstr ""
#: potato.lua
msgid "Potato eyes"
msgstr ""
#: potato.lua
msgid "Potato plant"
msgstr ""
#: potato.lua
msgid "Potato"
msgstr ""
#: potato.lua
msgid "Soil with potatoes"
msgstr ""
#: pumpkin.lua
msgid "Pumpkin seed"
msgstr ""
#: pumpkin.lua
msgid "Pumpkin plant"
msgstr ""
#: pumpkin.lua
msgid "Roasted pumpkin"
msgstr ""
#: pumpkin.lua
msgid "Pumpkin"
msgstr ""
#: tomato.lua
msgid "Tomato seed"
msgstr ""
#: tomato.lua
msgid "Tomato plant"
msgstr ""
#: tomato.lua
msgid "Tomato"
msgstr ""
#: tools.lua
msgid "Watering Can"
msgstr ""
#: tools.lua
msgid "Hydrometer"
msgstr ""

View File

@ -1,6 +1,6 @@
local mg_params = minetest.get_mapgen_params()
if mg_params.mgname ~= "v6" and mg_params.mgname ~= "singlenode" then
local mg_name = minetest.get_mapgen_setting("mg_name")
if mg_name ~= "v6" and mg_name ~= "singlenode" then
minetest.register_decoration({
deco_type = "simple",
place_on = { "default:dirt_with_grass" },

View File

@ -40,7 +40,7 @@ minetest.register_node("crops:melon_seed", {
return
end
crops.plant(pointed_thing.above, {name="crops:melon_plant_1"})
if not minetest.setting_getbool("creative_mode") then
if not minetest.settings:get_bool("creative_mode") then
itemstack:take_item()
end
return itemstack

View File

@ -175,7 +175,7 @@ minetest.register_node("crops:beanpoles", {
end
minetest.set_node(pointed_thing.above, {name="crops:beanpole_base"})
minetest.set_node(top, {name="crops:beanpole_top"})
if not minetest.setting_getbool("creative_mode") then
if not minetest.settings:get_bool("creative_mode") then
itemstack:take_item()
end
return itemstack
@ -207,7 +207,7 @@ minetest.register_craftitem("crops:green_bean_seed", {
else
return
end
if not minetest.setting_getbool("creative_mode") then
if not minetest.settings:get_bool("creative_mode") then
itemstack:take_item()
end
return itemstack

View File

@ -38,7 +38,7 @@ minetest.register_node("crops:potato_eyes", {
return
end
crops.plant(pointed_thing.above, {name="crops:potato_plant_1", param2 = 3})
if not minetest.setting_getbool("creative_mode") then
if not minetest.settings:get_bool("creative_mode") then
itemstack:take_item()
end
return itemstack

View File

@ -40,7 +40,7 @@ minetest.register_node("crops:pumpkin_seed", {
return
end
crops.plant(pointed_thing.above, {name="crops:pumpkin_plant_1"})
if not minetest.setting_getbool("creative_mode") then
if not minetest.settings:get_bool("creative_mode") then
itemstack:take_item()
end
return itemstack

View File

@ -36,7 +36,7 @@ minetest.register_node("crops:tomato_seed", {
return
end
crops.plant(pointed_thing.above, {name="crops:tomato_plant_1", param2 = 1})
if not minetest.setting_getbool("creative_mode") then
if not minetest.settings:get_bool("creative_mode") then
itemstack:take_item()
end
return itemstack

View File

@ -69,7 +69,7 @@ minetest.register_tool("crops:watering_can", {
water = math.min(water + crops.settings.watercan, crops.settings.watercan_max)
meta:set_int("crops_water", water)
if not minetest.setting_getbool("creative_mode") then
if not minetest.settings:get_bool("creative_mode") then
itemstack:set_wear(math.min(65534, wear + (65535 / crops.settings.watercan_uses)))
end
return itemstack

View File

@ -10,6 +10,7 @@ xgettext --from-code=UTF-8 \
--keyword=S \
--keyword=NS:1,2 \
--keyword=N_ \
--sort-by-file \
--add-comments='Translators:' \
--add-location=file \
-o locale/template.pot \