Merge lp:~alocritani/widelands/translations_typos into lp:widelands

Proposed by Angelo Locritani
Status: Merged
Merged at revision: 6170
Proposed branch: lp:~alocritani/widelands/translations_typos
Merge into: lp:widelands
Diff against target: 219 lines (+20/-20)
14 files modified
campaigns/t01.wmf/scripting/texts.lua (+1/-1)
campaigns/t02.wmf/scripting/mission_thread_texts.lua (+2/-2)
campaigns/t03.wmf/scripting/texts.lua (+1/-1)
src/map_io/widelands_map_players_messages_data_packet.cc (+1/-1)
src/network/netclient.cc (+1/-1)
src/network/nethost.cc (+2/-2)
src/ui_fsmenu/launchMPG.cc (+4/-4)
src/ui_fsmenu/launchSPG.cc (+1/-1)
src/wlapplication.cc (+2/-2)
tribes/atlanteans/smoked_meat/conf (+1/-1)
tribes/barbarians/lime-burner/conf (+1/-1)
tribes/empire/shepherd/conf (+1/-1)
tribes/empire/wool/conf (+1/-1)
worlds/greenland/conf (+1/-1)
To merge this branch: bzr merge lp:~alocritani/widelands/translations_typos
Reviewer Review Type Date Requested Status
Widelands Developers Pending
Review via email: mp+86407@code.launchpad.net

Description of the change

fixed a bit of misspelled words.

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
=== modified file 'campaigns/t01.wmf/scripting/texts.lua'
--- campaigns/t01.wmf/scripting/texts.lua 2010-11-15 21:23:02 +0000
+++ campaigns/t01.wmf/scripting/texts.lua 2011-12-20 14:35:43 +0000
@@ -58,7 +58,7 @@
58_"The elder remarks..." ..58_"The elder remarks..." ..
59"</p></rt><rt image=map:khantrukh.png><p line-spacing=3 font-size=12>" ..59"</p></rt><rt image=map:khantrukh.png><p line-spacing=3 font-size=12>" ..
60_[[ "Obviously, it would be too exhausting for our people to walk all the way to the lumberjack's hut through the wilderness. We will have to build a road between our hall and the lumberjack's hut. It's not a hard guess that the men would appreciate a way as short and plain as possible - the wood will surely be heavy enough, nevertheless."<br><br>-- NEW OBJECTIVE --<br> ]] ..60_[[ "Obviously, it would be too exhausting for our people to walk all the way to the lumberjack's hut through the wilderness. We will have to build a road between our hall and the lumberjack's hut. It's not a hard guess that the men would appreciate a way as short and plain as possible - the wood will surely be heavy enough, nevertheless."<br><br>-- NEW OBJECTIVE --<br> ]] ..
61_"* Build a road between your headquarters and the construction site of the lumberjack's hut.<br> When you place the lumberjack's hut, a flag is created for it. You need to connect it to another flag by building a road between them.<br> If you click on a flag and select to build a road, little symbols will appear around it to show you in which directions you can build it.<br> The colour of these symbols indicates how steep this part of the road will be. Green is for flat, yellow means steep and red stands for very steep. The steeper the road is, the harder it will be for your people to walk on it (and your wares will be transported more slowly).<br> You can click on any of the symbols to build the first part of the road there. New symbols will appear to show you where the next part of the road can go, and so on. However, you can also click farer away from the flag to build several steps at once. Click on the flag at the headquarters to finish the road." ..61_"* Build a road between your headquarters and the construction site of the lumberjack's hut.<br> When you place the lumberjack's hut, a flag is created for it. You need to connect it to another flag by building a road between them.<br> If you click on a flag and select to build a road, little symbols will appear around it to show you in which directions you can build it.<br> The colour of these symbols indicates how steep this part of the road will be. Green is for flat, yellow means steep and red stands for very steep. The steeper the road is, the harder it will be for your people to walk on it (and your wares will be transported more slowly).<br> You can click on any of the symbols to build the first part of the road there. New symbols will appear to show you where the next part of the road can go, and so on. However, you can also click farther away from the flag to build several steps at once. Click on the flag at the headquarters to finish the road." ..
62"</p></rt>"62"</p></rt>"
6363
64khantrukh_4 = "<rt><p font-size=24 font-face=FreeSerif font-weight=bold font-color=8080FF>" ..64khantrukh_4 = "<rt><p font-size=24 font-face=FreeSerif font-weight=bold font-color=8080FF>" ..
6565
=== modified file 'campaigns/t02.wmf/scripting/mission_thread_texts.lua'
--- campaigns/t02.wmf/scripting/mission_thread_texts.lua 2011-08-06 16:45:37 +0000
+++ campaigns/t02.wmf/scripting/mission_thread_texts.lua 2011-12-20 14:35:43 +0000
@@ -309,14 +309,14 @@
309 body=khantrukh(_"The elder jumps into the air...", _309 body=khantrukh(_"The elder jumps into the air...", _
310[["Wisdom commands to seek variety.<br> North of the great mountain is a large310[["Wisdom commands to seek variety.<br> North of the great mountain is a large
311plain - why don't we use the space Mother Nature gave us and build a farm? I311plain - why don't we use the space Mother Nature gave us and build a farm? I
312sure would enjoy a freshly baken pitta bread for a change..."]]) ..312sure would enjoy a freshly baked pitta bread for a change..."]]) ..
313 new_objectives(obj_begin_farming)313 new_objectives(obj_begin_farming)
314}314}
315315
316order_msg_11_basic_food_began = {316order_msg_11_basic_food_began = {
317 title=_"Your loyal companion",317 title=_"Your loyal companion",
318 body=boldreth(_"Boldreth cheers up...", _318 body=boldreth(_"Boldreth cheers up...", _
319[[ "Our hunters are out in the forests, Thron.<br> I promise you, before the sun sets today you will have a magnificient meal fit for the chieftain of all clans!" ]]319[[ "Our hunters are out in the forests, Thron.<br> I promise you, before the sun sets today you will have a magnificent meal fit for the chieftain of all clans!" ]]
320 )320 )
321}321}
322322
323323
=== modified file 'campaigns/t03.wmf/scripting/texts.lua'
--- campaigns/t03.wmf/scripting/texts.lua 2011-07-08 11:25:40 +0000
+++ campaigns/t03.wmf/scripting/texts.lua 2011-12-20 14:35:43 +0000
@@ -90,7 +90,7 @@
90 body= "<rt><p line-spacing=3 font-size=12>" ..90 body= "<rt><p line-spacing=3 font-size=12>" ..
91_"* Build a warehouse to the west of the mountains." ..91_"* Build a warehouse to the west of the mountains." ..
92"<br>" ..92"<br>" ..
93_"-> Warehouses are similiar to your headquarters, with the only difference that it is not defended by soldiers. It is often wise to build a warehouse when your territory is growing and the paths to your headquarters get longer and longer." ..93_"-> Warehouses are similar to your headquarters, with the only difference that it is not defended by soldiers. It is often wise to build a warehouse when your territory is growing and the paths to your headquarters get longer and longer." ..
94"</p></rt>",94"</p></rt>",
95}95}
9696
9797
=== modified file 'src/map_io/widelands_map_players_messages_data_packet.cc'
--- src/map_io/widelands_map_players_messages_data_packet.cc 2011-11-30 21:38:37 +0000
+++ src/map_io/widelands_map_players_messages_data_packet.cc 2011-12-20 14:35:43 +0000
@@ -101,7 +101,7 @@
101 throw game_data_error101 throw game_data_error
102 (_102 (_
103 ("the value %u is not allowed as duration; it is "103 ("the value %u is not allowed as duration; it is "
104 "a specal value meaning forever, which is the "104 "a special value meaning forever, which is the "
105 "default; omit the duration key to make the "105 "default; omit the duration key to make the "
106 "message exist forever"),106 "message exist forever"),
107 Forever());107 Forever());
108108
=== modified file 'src/network/netclient.cc'
--- src/network/netclient.cc 2011-12-18 22:16:48 +0000
+++ src/network/netclient.cc 2011-12-20 14:35:43 +0000
@@ -850,7 +850,7 @@
850 s.Unsigned8(NETCMD_CHAT);850 s.Unsigned8(NETCMD_CHAT);
851 s.String851 s.String
852 (_852 (_
853 ("/me checked the recieved file. Although md5 check summing succeded, "853 ("/me checked the received file. Although md5 check summing succeeded, "
854 "I can not handle the file."));854 "I can not handle the file."));
855 s.send(d->sock);855 s.send(d->sock);
856 }856 }
857857
=== modified file 'src/network/nethost.cc'
--- src/network/nethost.cc 2011-12-18 22:16:48 +0000
+++ src/network/nethost.cc 2011-12-20 14:35:43 +0000
@@ -2613,7 +2613,7 @@
26132613
2614 case NETCMD_NEW_FILE_AVAILABLE: {2614 case NETCMD_NEW_FILE_AVAILABLE: {
2615 if (!file) // Do we have a file for sending2615 if (!file) // Do we have a file for sending
2616 throw DisconnectException(_("Client requests file altough none is available to send."));2616 throw DisconnectException(_("Client requests file although none is available to send."));
2617 sendSystemChat2617 sendSystemChat
2618 (_("Started to send file %s to %s!"),2618 (_("Started to send file %s to %s!"),
2619 file->filename.c_str(),2619 file->filename.c_str(),
@@ -2624,7 +2624,7 @@
26242624
2625 case NETCMD_FILE_PART: {2625 case NETCMD_FILE_PART: {
2626 if (!file) // Do we have a file for sending2626 if (!file) // Do we have a file for sending
2627 throw DisconnectException(_("Client requests file altough none is available to send."));2627 throw DisconnectException(_("Client requests file although none is available to send."));
2628 uint32_t part = r.Unsigned32();2628 uint32_t part = r.Unsigned32();
2629 std::string x = r.String();2629 std::string x = r.String();
2630 if (x != file->md5sum) {2630 if (x != file->md5sum) {
26312631
=== modified file 'src/ui_fsmenu/launchMPG.cc'
--- src/ui_fsmenu/launchMPG.cc 2011-11-30 21:38:37 +0000
+++ src/ui_fsmenu/launchMPG.cc 2011-12-20 14:35:43 +0000
@@ -408,7 +408,7 @@
408 "The file was: %s\n"408 "The file was: %s\n"
409 "If this happens, the host might have selected a file that you do "409 "If this happens, the host might have selected a file that you do "
410 "not own. Normally such a file should be send from the host to "410 "not own. Normally such a file should be send from the host to "
411 "you, but perhaps the transfer was not yet finnished!?!"),411 "you, but perhaps the transfer was not yet finished!?!"),
412 m_settings->settings().mapfilename.c_str());412 m_settings->settings().mapfilename.c_str());
413 if (m_settings->canLaunch())413 if (m_settings->canLaunch())
414 end_modal(1);414 end_modal(1);
@@ -428,7 +428,7 @@
428 m_client_info.set_font(m_fn, m_fs, UI_FONT_CLR_WARNING);428 m_client_info.set_font(m_fn, m_fs, UI_FONT_CLR_WARNING);
429 m_client_info.set_text429 m_client_info.set_text
430 (_("The selected file can not be found. If it is not automatically "430 (_("The selected file can not be found. If it is not automatically "
431 "transfered to you, please write the host about this problem."));431 "transferred to you, please write the host about this problem."));
432 } else {432 } else {
433 // Reset font color433 // Reset font color
434 m_client_info.set_font(m_fn, m_fs, UI_FONT_CLR_FG);434 m_client_info.set_font(m_fn, m_fs, UI_FONT_CLR_FG);
@@ -635,7 +635,7 @@
635 if (m_help)635 if (m_help)
636 delete m_help;636 delete m_help;
637 m_help = new UI::HelpWindow(this, _("Multiplayer Game Setup"), m_fs);637 m_help = new UI::HelpWindow(this, _("Multiplayer Game Setup"), m_fs);
638 m_help->add_paragraph(_("You are in the multi player launch game menu."));638 m_help->add_paragraph(_("You are in the multiplayer launch game menu."));
639 m_help->add_heading(_("Client settings"));639 m_help->add_heading(_("Client settings"));
640 m_help->add_paragraph640 m_help->add_paragraph
641 (_641 (_
@@ -665,7 +665,7 @@
665 m_help->add_picture_li(_("Closed."), "pics/stop.png");665 m_help->add_picture_li(_("Closed."), "pics/stop.png");
666 m_help->add_block666 m_help->add_block
667 (_667 (_
668 ("The later three are only setable by the hosting client by left clicking the \"type\" button of a "668 ("The later three are only settable by the hosting client by left clicking the \"type\" button of a "
669 "player. Hosting players can further set the initializations of each player (the set of buildings, "669 "player. Hosting players can further set the initializations of each player (the set of buildings, "
670 "wares and workers the player starts with) and the tribe an team for computer players"));670 "wares and workers the player starts with) and the tribe an team for computer players"));
671 m_help->add_block671 m_help->add_block
672672
=== modified file 'src/ui_fsmenu/launchSPG.cc'
--- src/ui_fsmenu/launchSPG.cc 2011-11-30 21:38:37 +0000
+++ src/ui_fsmenu/launchSPG.cc 2011-12-20 14:35:43 +0000
@@ -259,7 +259,7 @@
259 "If this happens in a network game, the host might have selected "259 "If this happens in a network game, the host might have selected "
260 "a file that you do not own. Normally such a file should be send "260 "a file that you do not own. Normally such a file should be send "
261 "from the host to you, but perhaps the transfer was not yet "261 "from the host to you, but perhaps the transfer was not yet "
262 "finnished!?!"),262 "finished!?!"),
263 m_filename.c_str());263 m_filename.c_str());
264 if (m_settings->canLaunch()) {264 if (m_settings->canLaunch()) {
265 end_modal(1 + m_is_scenario);265 end_modal(1 + m_is_scenario);
266266
=== modified file 'src/wlapplication.cc'
--- src/wlapplication.cc 2011-11-30 21:38:37 +0000
+++ src/wlapplication.cc 2011-12-20 14:35:43 +0000
@@ -1,4 +1,4 @@
1/*1t/*
2 * Copyright (C) 2006-2011 by the Widelands Development Team2 * Copyright (C) 2006-2011 by the Widelands Development Team
3 *3 *
4 * This program is free software; you can redistribute it and/or4 * This program is free software; you can redistribute it and/or
@@ -1673,7 +1673,7 @@
1673 NetGGZ::ref().data();1673 NetGGZ::ref().data();
1674 if (10 < time(0) - secs)1674 if (10 < time(0) - secs)
1675 throw warning1675 throw warning
1676 (_("Connection timeouted"), "%s",1676 (_("Connection timed out"), "%s",
1677 _1677 _
1678 ("Widelands has not been able to get the IP "1678 ("Widelands has not been able to get the IP "
1679 "address of the server in time.\n"1679 "address of the server in time.\n"
16801680
=== modified file 'tribes/atlanteans/smoked_meat/conf'
--- tribes/atlanteans/smoked_meat/conf 2010-11-02 12:13:56 +0000
+++ tribes/atlanteans/smoked_meat/conf 2011-12-20 14:35:43 +0000
@@ -1,4 +1,4 @@
1help=_Smoked meat is made out of meat in a smokery. It is delivered to the mines and training sites (labyrinth and dungeon) where the miners and soldiers prepare a nutricious lunch for themselves.1help=_Smoked meat is made out of meat in a smokery. It is delivered to the mines and training sites (labyrinth and dungeon) where the miners and soldiers prepare a nutritious lunch for themselves.
22
33
4preciousness=24preciousness=2
55
=== modified file 'tribes/barbarians/lime-burner/conf'
--- tribes/barbarians/lime-burner/conf 2010-08-01 14:35:38 +0000
+++ tribes/barbarians/lime-burner/conf 2011-12-20 14:35:43 +0000
@@ -1,4 +1,4 @@
1help=_Burns lime in the lime kilm.1help=_Burns lime in the lime kiln.
22
3[buildcost]3[buildcost]
4carrier=14carrier=1
55
=== modified file 'tribes/empire/shepherd/conf'
--- tribes/empire/shepherd/conf 2011-10-03 15:51:56 +0000
+++ tribes/empire/shepherd/conf 2011-12-20 14:35:43 +0000
@@ -1,4 +1,4 @@
1help=_Keeping sheeps.1help=_Keeping sheep.
22
3[buildcost]3[buildcost]
4carrier=14carrier=1
55
=== modified file 'tribes/empire/wool/conf'
--- tribes/empire/wool/conf 2009-04-27 16:01:08 +0000
+++ tribes/empire/wool/conf 2011-12-20 14:35:43 +0000
@@ -1,4 +1,4 @@
1help=_Wool is the hair of sheeps. Weaving mills use it to make cloth.1help=_Wool is the hair of sheep. Weaving mills use it to make cloth.
2default_target_quantity=42default_target_quantity=4
3preciousness=23preciousness=2
44
55
=== modified file 'worlds/greenland/conf'
--- worlds/greenland/conf 2009-01-25 19:40:02 +0000
+++ worlds/greenland/conf 2011-12-20 14:35:43 +0000
@@ -1,7 +1,7 @@
1[world]1[world]
2author=_The Widelands Development Team2author=_The Widelands Development Team
3name=_Greenland3name=_Greenland
4descr=_"These are the beauty and bountifull countries of the barbarians"4descr=_"These are the beauty and bountiful countries of the barbarians"
55
6[immovable types]6[immovable types]
7bush1=_Bush7bush1=_Bush

Subscribers

People subscribed via source and target branches

to status/vote changes: