Merge lp:~gunchleoc/widelands/i18n-20140406 into lp:widelands

Proposed by GunChleoc
Status: Merged
Merged at revision: 6853
Proposed branch: lp:~gunchleoc/widelands/i18n-20140406
Merge into: lp:widelands
Diff against target: 71 lines (+7/-7)
5 files modified
campaigns/tutorial01.wmf/scripting/texts.lua (+3/-3)
tribes/barbarians/fishers_hut/help.lua (+1/-1)
tribes/barbarians/gamekeepers_hut/help.lua (+1/-1)
tribes/barbarians/hunters_hut/help.lua (+1/-1)
tribes/barbarians/quarry/help.lua (+1/-1)
To merge this branch: bzr merge lp:~gunchleoc/widelands/i18n-20140406
Reviewer Review Type Date Requested Status
Widelands Developers Pending
Review via email: mp+209770@code.launchpad.net

Description of the change

Some small string bugfixes for i18n.

Catalogs will need rebuilding after the merge.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'campaigns/tutorial01.wmf/scripting/texts.lua'
2--- campaigns/tutorial01.wmf/scripting/texts.lua 2014-03-05 18:47:03 +0000
3+++ campaigns/tutorial01.wmf/scripting/texts.lua 2014-03-06 20:03:33 +0000
4@@ -13,12 +13,12 @@
5 -- =============
6 scould_player = {
7 title = _ "Nice And Easy Does It All the Time",
8- body = rt(p(_
9+ body = rt(p(_(
10 [[I am sorry, but will I have to tear this down again. ]] ..
11 [[We might need the space here later on. ]] ..
12 [[If I am too slow for you, you might want to play a real game and just find everything out for yourself. ]] ..
13 [[Otherwise, please bear with me, I am not the youngest and quickest anymore.]]
14- )
15+ ))
16 )
17 }
18
19@@ -584,7 +584,7 @@
20 [[Training happens in training sites like the training camp or the battle arena: ]] ..
21 [[soldiers go there (as our little fellows are currently doing), ]] ..
22 [[consume some wares and advance a level in one category. If a barbarian soldier is fully trained, ]] ..
23-[[he has level 3 health, level 5 attack, level 0 defense and level 2 evade. This is one fearsome warrior then!]] ..
24+[[he has level 3 health, level 5 attack, level 0 defense and level 2 evade. This is one fearsome warrior then! ]] ..
25 [[The individual statistics have the following meaning:]])
26 ) .. h2(_"Health:") .. p(_(
27 [[The total life of a soldier. A barbarian soldier starts with ~130 health points, ]] ..
28
29=== modified file 'tribes/barbarians/fishers_hut/help.lua'
30--- tribes/barbarians/fishers_hut/help.lua 2014-03-05 18:47:03 +0000
31+++ tribes/barbarians/fishers_hut/help.lua 2014-03-06 20:03:33 +0000
32@@ -46,5 +46,5 @@
33 text_line(_"Experience levels:","n/a") ..
34 --Production Section
35 rt(h2(_"Production")) ..
36- text_line(_"Performance:", _"The %1$s pauses %2$s before going to work again.":bformat(_"Fisher","18s"))
37+ text_line(_"Performance:", _"The fisher pauses 18s before going to work again.")
38 }
39
40=== modified file 'tribes/barbarians/gamekeepers_hut/help.lua'
41--- tribes/barbarians/gamekeepers_hut/help.lua 2014-03-05 18:47:03 +0000
42+++ tribes/barbarians/gamekeepers_hut/help.lua 2014-03-06 20:03:33 +0000
43@@ -40,5 +40,5 @@
44 text_line(_"Experience levels:","n/a") ..
45 --Production Section
46 rt(h2(_"Production")) ..
47- text_line(_"Performance:", _"The %1$s pauses %2$s before going to work again.":bformat(_"Gamekeeper","52.5s"))
48+ text_line(_"Performance:", _"The gamekeeper pauses 52.5s before going to work again.")
49 }
50
51=== modified file 'tribes/barbarians/hunters_hut/help.lua'
52--- tribes/barbarians/hunters_hut/help.lua 2014-03-05 18:47:03 +0000
53+++ tribes/barbarians/hunters_hut/help.lua 2014-03-06 20:03:33 +0000
54@@ -48,5 +48,5 @@
55 text_line(_"Experience levels:","n/a") ..
56 --Production Section
57 rt(h2(_"Production")) ..
58- text_line(_"Performance:", _"The %1$s pauses %2$s before going to work again.":bformat(_"Hunter","35s"))
59+ text_line(_"Performance:", _"The hunter pauses 35s before going to work again.")
60 }
61
62=== modified file 'tribes/barbarians/quarry/help.lua'
63--- tribes/barbarians/quarry/help.lua 2014-03-05 18:47:03 +0000
64+++ tribes/barbarians/quarry/help.lua 2014-03-06 20:03:33 +0000
65@@ -43,5 +43,5 @@
66 text_line(_"Experience levels:","n/a") ..
67 --Production Section
68 rt(h2(_"Production")) ..
69- text_line(_"Performance:", _"The %s pauses %s before going to work again.":format(_"Stonemason","25s"))
70+ text_line(_"Performance:", _"The stonemason pauses 25s before going to work again.")
71 }

Subscribers

People subscribed via source and target branches

to status/vote changes: