Merge lp:~widelands-dev/widelands/string-fixes into lp:widelands

Proposed by GunChleoc
Status: Merged
Merged at revision: 8393
Proposed branch: lp:~widelands-dev/widelands/string-fixes
Merge into: lp:widelands
Diff against target: 87 lines (+8/-8)
4 files modified
data/campaigns/bar02.wmf/scripting/texts.lua (+1/-1)
data/campaigns/emp03.wmf/scripting/texts.lua (+5/-5)
data/tribes/buildings/productionsites/barbarians/granitemine/helptexts.lua (+1/-1)
data/tribes/buildings/productionsites/barbarians/warmill/helptexts.lua (+1/-1)
To merge this branch: bzr merge lp:~widelands-dev/widelands/string-fixes
Reviewer Review Type Date Requested Status
SirVer Approve
Review via email: mp+326266@code.launchpad.net

Commit message

Various string fixes for Empire scenario 3. Removed all instances of the term "upgrade" from the UI.

To post a comment you must log in.
Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 2365. State: passed. Details: https://travis-ci.org/widelands/widelands/builds/246730986.
Appveyor build 2193. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_string_fixes-2193.

Revision history for this message
SirVer (sirver) wrote :

@bunnybot merge

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/campaigns/bar02.wmf/scripting/texts.lua'
2--- data/campaigns/bar02.wmf/scripting/texts.lua 2017-01-05 21:04:20 +0000
3+++ data/campaigns/bar02.wmf/scripting/texts.lua 2017-06-28 10:48:39 +0000
4@@ -205,7 +205,7 @@
5 title = _"The Story Continues",
6 body = thron(_"Thron says:",
7 -- TRANSLATORS: Thron
8- _([[I have sent men to meet with Kalitath in his fortress. He has barricaded the former main entrance to the capital and is trying to set up a siege ring around Al’thunran. He will not let anyone enter or leave the city while the ring is intact. Until now, he has not answered any of my messages. But the time I spend waiting won’t be lost. I will further upgrade my soldiers and prepare for battle.]]))
9+ _([[I have sent men to meet with Kalitath in his fortress. He has barricaded the former main entrance to the capital and is trying to set up a siege ring around Al’thunran. He will not let anyone enter or leave the city while the ring is intact. Until now, he has not answered any of my messages. But the time I spend waiting won’t be lost. I will train my soldiers further and prepare for battle.]]))
10 }
11
12 order_msg_7_destroy_kalitaths_army = {
13
14=== modified file 'data/campaigns/emp03.wmf/scripting/texts.lua'
15--- data/campaigns/emp03.wmf/scripting/texts.lua 2017-05-16 18:50:05 +0000
16+++ data/campaigns/emp03.wmf/scripting/texts.lua 2017-06-28 10:48:39 +0000
17@@ -114,7 +114,7 @@
18 -- TRANSLATORS: Objective - create 2 expeditions and found new colonies with them
19 body = objective_text(_"Build 2 Expedition Ports",
20 listitem_bullet(_[[We should explore the island in the south. Use an expedition to build a port there. Afterwards, let’s try to find some mining resources.]]) ..
21- listitem_bullet(_[[We should send a ship nothwards to gather some intelligence about the Barbarians. Try to build a port on the island and found an outpost.]])
22+ listitem_bullet(_[[We should send a ship northwards to gather some intelligence about the Barbarians. Try to build a port on the island and found an outpost.]])
23 ),
24 }
25
26@@ -201,7 +201,7 @@
27 _([[Finally, the wrath of the gods and the ocean seems to be over.]])
28 .. paragraphdivider() ..
29 -- TRANSLATORS: Lutius - Diary
30- _([[We landed on an unknown coast and found some rest under the palm trees growing at the shore. But that is about as good as it gets. The truth is: when I woke up this morning, I saw nothing but sand and stone around us.]])
31+ _([[Again, we stranded on an unknown coast and slept in the shade under some palm trees until the sun was risen high up in the sky. I’m afraid that when we awoke at noon, nobody was really surprised that all we could see was sand… although the amount of rocks near our camp was astonishing.]])
32 .. paragraphdivider() ..
33 -- TRANSLATORS: Lutius - Diary
34 _([[It really seems as if we have landed on a very small island with little space.]])
35@@ -526,7 +526,7 @@
36 }
37
38 amalea_13 = {
39- title=_"Amalea’s Councel",
40+ title=_"Amalea’s Counsel",
41 body= amalea1(_"Amalea is clapping her hands…",
42 -- TRANSLATORS: Amalea
43 _([[Salve Lutius. We just completed our weaving mill. Now we are very close to taking to the sea again. However, I thought it would be helpful to remind you that ship production is not the only industry that needs cloth.]])
44@@ -555,7 +555,7 @@
45 -- TRANSLATORS: Saledus
46 _([[Sire, we are making good progress towards getting home eventually. But there is one thing I need to talk about:]])
47 .. paragraphdivider() ..
48- _([[As we have seen on our last journey, it is of great importance to put the gods and especially Neptune in a good mood to safeguard our journey.]])
49+ _([[As we have seen on our journeys, it is of great importance to put the gods and especially Neptune in a good mood to safeguard our journey.]])
50 .. paragraphdivider() ..
51 _([[Unfortunately, we lost our holy shrine of Neptune in the great storm, so we can’t worship him well. I think we should search the whole region to see if we can recover all six pieces of the shrine.]])
52 .. paragraphdivider() ..
53@@ -581,7 +581,7 @@
54 title=_"Unpleasant Discoveries",
55 body= saledus3(_"Saledus looks very worried…",
56 -- TRANSLATORS: Saledus
57- _([[Sire, we found the ruins of a former Barbarian fortress and village. I’m somewhat worried that we will have to fight against them before we are ready.]])),
58+ _([[Sire, we found the ruins of a former Barbarian fortress and village. I’m somewhat worried that we will have to fight against them before we are ready to do so.]])),
59 posy=1,
60 w=500,
61 }
62
63=== modified file 'data/tribes/buildings/productionsites/barbarians/granitemine/helptexts.lua'
64--- data/tribes/buildings/productionsites/barbarians/granitemine/helptexts.lua 2015-10-31 12:11:44 +0000
65+++ data/tribes/buildings/productionsites/barbarians/granitemine/helptexts.lua 2017-06-28 10:48:39 +0000
66@@ -18,7 +18,7 @@
67 return
68 (pgettext("barbarians_building","This mine exploits all of the resource down to the deepest level. But even after having done so, it will still have a %s chance of finding some more granite."):bformat("5%") .. "<br>"
69 -- TRANSLATORS: 'It' is a mine
70- .. pgettext("barbarians_building", "It cannot be upgraded."))
71+ .. pgettext("barbarians_building", "It cannot be enhanced."))
72 end
73
74 function building_helptext_performance()
75
76=== modified file 'data/tribes/buildings/productionsites/barbarians/warmill/helptexts.lua'
77--- data/tribes/buildings/productionsites/barbarians/warmill/helptexts.lua 2015-11-07 08:45:50 +0000
78+++ data/tribes/buildings/productionsites/barbarians/warmill/helptexts.lua 2017-06-28 10:48:39 +0000
79@@ -18,7 +18,7 @@
80
81 function building_helptext_note()
82 -- TRANSLATORS: Note helptext for a building
83- return pgettext("barbarians_building", "The Barbarian war mill is their most advanced production site for weapons. As such it needs to be upgraded from an ax workshop.")
84+ return pgettext("barbarians_building", "The Barbarian war mill is their most advanced production site for weapons. As such you will need to enhance an ax workshop in order to get one.")
85 end
86
87 function building_helptext_performance()

Subscribers

People subscribed via source and target branches

to status/vote changes: