← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/world-stringfix into lp:widelands

 

GunChleoc has proposed merging lp:~widelands-dev/widelands/world-stringfix into lp:widelands.

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/world-stringfix/+merge/226426

Removed a blank space from tree name + added some translator comments
-- 
https://code.launchpad.net/~widelands-dev/widelands/world-stringfix/+merge/226426
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/world-stringfix into lp:widelands.
=== modified file 'world/immovables/trees/cirrus/init.lua'
--- world/immovables/trees/cirrus/init.lua	2014-07-05 14:09:47 +0000
+++ world/immovables/trees/cirrus/init.lua	2014-07-11 09:52:56 +0000
@@ -9,7 +9,8 @@
 
 world:new_immovable_type{
    name = "cirrus_wasteland_sapling",
-   descname = _ " Cirrus Tree (Sapling)",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
+   descname = _ "Cirrus Tree (Sapling)",
    editor_category = "trees_wasteland",
    size = "small",
    attributes = { "tree_sapling" },
@@ -32,6 +33,7 @@
 
 world:new_immovable_type{
    name = "cirrus_wasteland_pole",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Cirrus Tree (Pole)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -55,6 +57,7 @@
 
 world:new_immovable_type{
    name = "cirrus_wasteland_mature",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Cirrus Tree (Mature)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -78,6 +81,7 @@
 
 world:new_immovable_type{
    name = "cirrus_wasteland_old",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Cirrus Tree (Old)",
    editor_category = "trees_wasteland",
    size = "small",

=== modified file 'world/immovables/trees/liana/init.lua'
--- world/immovables/trees/liana/init.lua	2014-07-05 14:09:47 +0000
+++ world/immovables/trees/liana/init.lua	2014-07-11 09:52:56 +0000
@@ -9,6 +9,7 @@
 
 world:new_immovable_type{
    name = "liana_wasteland_sapling",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Liana Tree (Sapling)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -32,6 +33,7 @@
 
 world:new_immovable_type{
    name = "liana_wasteland_pole",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Liana Tree (Pole)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -55,6 +57,7 @@
 
 world:new_immovable_type{
    name = "liana_wasteland_mature",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Liana Tree (Mature)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -81,6 +84,7 @@
 
 world:new_immovable_type{
    name = "liana_wasteland_old",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Liana Tree (Old)",
    editor_category = "trees_wasteland",
    size = "small",

=== modified file 'world/immovables/trees/mushroom_dark/init.lua'
--- world/immovables/trees/mushroom_dark/init.lua	2014-07-05 14:09:47 +0000
+++ world/immovables/trees/mushroom_dark/init.lua	2014-07-11 09:52:56 +0000
@@ -9,6 +9,7 @@
 
 world:new_immovable_type{
    name = "mushroom_dark_wasteland_sapling",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Dark Mushroom Tree (Sapling)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -32,6 +33,7 @@
 
 world:new_immovable_type{
    name = "mushroom_dark_wasteland_pole",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Dark Mushroom Tree (Pole)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -55,6 +57,7 @@
 
 world:new_immovable_type{
    name = "mushroom_dark_wasteland_mature",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Dark Mushroom Tree (Mature)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -78,6 +81,7 @@
 
 world:new_immovable_type{
    name = "mushroom_dark_wasteland_old",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Dark Mushroom Tree (Old)",
    editor_category = "trees_wasteland",
    size = "small",

=== modified file 'world/immovables/trees/mushroom_green/init.lua'
--- world/immovables/trees/mushroom_green/init.lua	2014-07-05 14:09:47 +0000
+++ world/immovables/trees/mushroom_green/init.lua	2014-07-11 09:52:56 +0000
@@ -9,6 +9,7 @@
 
 world:new_immovable_type{
    name = "mushroom_green_wasteland_sapling",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Green Mushroom Tree (Sapling)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -32,6 +33,7 @@
 
 world:new_immovable_type{
    name = "mushroom_green_wasteland_pole",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Green Mushroom Tree (Pole)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -55,6 +57,7 @@
 
 world:new_immovable_type{
    name = "mushroom_green_wasteland_mature",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Green Mushroom Tree (Mature)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -78,6 +81,7 @@
 
 world:new_immovable_type{
    name = "mushroom_green_wasteland_old",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Green Mushroom Tree (Old)",
    editor_category = "trees_wasteland",
    size = "small",

=== modified file 'world/immovables/trees/mushroom_red/init.lua'
--- world/immovables/trees/mushroom_red/init.lua	2014-07-05 14:09:47 +0000
+++ world/immovables/trees/mushroom_red/init.lua	2014-07-11 09:52:56 +0000
@@ -9,6 +9,7 @@
 
 world:new_immovable_type{
    name = "mushroom_red_wasteland_sapling",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Red Mushroom Tree (Sapling)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -32,6 +33,7 @@
 
 world:new_immovable_type{
    name = "mushroom_red_wasteland_pole",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Red Mushroom Tree (Pole)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -55,6 +57,7 @@
 
 world:new_immovable_type{
    name = "mushroom_red_wasteland_mature",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Red Mushroom Tree (Mature)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -81,6 +84,7 @@
 
 world:new_immovable_type{
    name = "mushroom_red_wasteland_old",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Red Mushroom Tree (Old)",
    editor_category = "trees_wasteland",
    size = "small",

=== modified file 'world/immovables/trees/twine/init.lua'
--- world/immovables/trees/twine/init.lua	2014-07-05 14:09:47 +0000
+++ world/immovables/trees/twine/init.lua	2014-07-11 09:52:56 +0000
@@ -9,6 +9,7 @@
 
 world:new_immovable_type{
    name = "twine_wasteland_sapling",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Twine Tree (Sapling)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -32,6 +33,7 @@
 
 world:new_immovable_type{
    name = "twine_wasteland_pole",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Twine Tree (Pole)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -55,6 +57,7 @@
 
 world:new_immovable_type{
    name = "twine_wasteland_mature",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Twine Tree (Mature)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -78,6 +81,7 @@
 
 world:new_immovable_type{
    name = "twine_wasteland_old",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Twine Tree (Old)",
    editor_category = "trees_wasteland",
    size = "small",

=== modified file 'world/immovables/trees/umbrella_green/init.lua'
--- world/immovables/trees/umbrella_green/init.lua	2014-07-05 14:09:47 +0000
+++ world/immovables/trees/umbrella_green/init.lua	2014-07-11 09:52:56 +0000
@@ -9,6 +9,7 @@
 
 world:new_immovable_type{
    name = "umbrella_green_wasteland_sapling",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Green Umbrella Tree (Sapling)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -32,6 +33,7 @@
 
 world:new_immovable_type{
    name = "umbrella_green_wasteland_pole",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Green Umbrella Tree (Pole)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -55,6 +57,7 @@
 
 world:new_immovable_type{
    name = "umbrella_green_wasteland_mature",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Green Umbrella Tree (Mature)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -78,6 +81,7 @@
 
 world:new_immovable_type{
    name = "umbrella_green_wasteland_old",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Green Umbrella Tree (Old)",
    editor_category = "trees_wasteland",
    size = "small",

=== modified file 'world/immovables/trees/umbrella_red/init.lua'
--- world/immovables/trees/umbrella_red/init.lua	2014-07-05 14:09:47 +0000
+++ world/immovables/trees/umbrella_red/init.lua	2014-07-11 09:52:56 +0000
@@ -9,6 +9,7 @@
 
 world:new_immovable_type{
    name = "umbrella_red_wasteland_sapling",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Red Umbrella Tree (Sapling)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -32,6 +33,7 @@
 
 world:new_immovable_type{
    name = "umbrella_red_wasteland_pole",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Red Umbrella Tree (Pole)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -55,6 +57,7 @@
 
 world:new_immovable_type{
    name = "umbrella_red_wasteland_mature",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Red Umbrella Tree (Mature)",
    editor_category = "trees_wasteland",
    size = "small",
@@ -81,6 +84,7 @@
 
 world:new_immovable_type{
    name = "umbrella_red_wasteland_old",
+   -- TRANSLATORS: This is a fictitious tree. Be creative if you want.
    descname = _ "Red Umbrella Tree (Old)",
    editor_category = "trees_wasteland",
    size = "small",


Follow ups