Merge lp:~gunchleoc/widelands/gci18nfixes into lp:widelands

Proposed by GunChleoc
Status: Rejected
Rejected by: SirVer
Proposed branch: lp:~gunchleoc/widelands/gci18nfixes
Merge into: lp:widelands
Diff against target: 11991 lines (+4194/-4216)
79 files modified
compile.sh (+31/-27)
po/map_plateau.wmf/map_plateau.wmf.pot (+1/-1)
po/maps/maps.pot (+1/-1)
po/mp_scenario_island_hopping.wmf/mp_scenario_island_hopping.wmf.pot (+1/-1)
po/mp_scenario_smugglers.wmf/mp_scenario_smugglers.wmf.pot (+1/-1)
po/scenario_atl01.wmf/scenario_atl01.wmf.pot (+1/-1)
po/scenario_dummy.wmf/scenario_dummy.wmf.pot (+1/-1)
po/scenario_emp01.wmf/scenario_emp01.wmf.pot (+1/-1)
po/scenario_emp02.wmf/scenario_emp02.wmf.pot (+1/-1)
po/scenario_t01.wmf/scenario_t01.wmf.pot (+1/-1)
po/scenario_t02.wmf/scenario_t02.wmf.pot (+1/-1)
po/scenario_t03.wmf/scenario_t03.wmf.pot (+1/-1)
po/scenario_tutorial01.wmf/scenario_tutorial01.wmf.pot (+1/-1)
po/texts/texts.pot (+1/-1)
po/tribe_atlanteans/tribe_atlanteans.pot (+1/-1)
po/tribe_barbarians/tribe_barbarians.pot (+16/-11)
po/tribe_empire/tribe_empire.pot (+1/-1)
po/widelands/gd.po (+56/-11)
po/widelands/widelands.pot (+3443/-3607)
po/win_conditions/gd.po (+11/-4)
po/win_conditions/win_conditions.pot (+67/-43)
po/world_blackland/world_blackland.pot (+1/-1)
po/world_desert/world_desert.pot (+1/-1)
po/world_greenland/world_greenland.pot (+1/-1)
po/world_winterland/world_winterland.pot (+1/-1)
scripting/win_condition_texts.lua (+0/-31)
scripting/win_conditions/02_collectors.lua (+9/-6)
scripting/win_conditions/03_territorial_lord.lua (+9/-6)
scripting/win_conditions/03_territorial_time.lua (+33/-18)
scripting/win_conditions/04_wood_gnome.lua (+13/-7)
src/editor/tools/editor_info_tool.cc (+3/-3)
src/game_io/game_player_economies_data_packet.cc (+1/-1)
src/game_io/game_player_info_data_packet.cc (+7/-7)
src/graphic/animation.cc (+3/-3)
src/logic/building.cc (+11/-11)
src/logic/cmd_queue.cc (+1/-1)
src/logic/constructionsite.cc (+3/-1)
src/logic/immovable.cc (+16/-16)
src/logic/instances.cc (+4/-4)
src/logic/military_data.cc (+4/-4)
src/logic/militarysite.cc (+1/-1)
src/logic/playercommand.cc (+27/-27)
src/logic/production_program.cc (+123/-96)
src/logic/requirements.cc (+2/-2)
src/logic/soldier.cc (+18/-18)
src/logic/tribe.cc (+17/-16)
src/logic/worker.cc (+3/-1)
src/map_io/widelands_map_bobdata_data_packet.cc (+11/-11)
src/map_io/widelands_map_buildingdata_data_packet.cc (+37/-37)
src/map_io/widelands_map_flag_data_packet.cc (+4/-2)
src/map_io/widelands_map_flagdata_data_packet.cc (+9/-9)
src/map_io/widelands_map_objective_data_packet.cc (+1/-1)
src/map_io/widelands_map_player_position_data_packet.cc (+1/-1)
src/map_io/widelands_map_players_messages_data_packet.cc (+25/-25)
src/map_io/widelands_map_roaddata_data_packet.cc (+5/-5)
src/map_io/widelands_map_ware_data_packet.cc (+1/-1)
src/map_io/widelands_map_waredata_data_packet.cc (+6/-6)
src/network/internet_gaming.cc (+11/-2)
src/network/nethost.cc (+24/-16)
src/network/network_gaming_messages.cc (+8/-7)
src/sound/sound_handler.cc (+3/-3)
src/ui_basic/messagebox.cc (+4/-4)
src/ui_fsmenu/launchMPG.cc (+16/-14)
src/ui_fsmenu/launchSPG.cc (+14/-12)
src/ui_fsmenu/loadgame.cc (+3/-1)
src/ui_fsmenu/loadreplay.cc (+3/-1)
src/ui_fsmenu/mapselect.cc (+1/-1)
src/ui_fsmenu/options.cc (+3/-3)
src/wui/building_statistics_menu.cc (+8/-8)
src/wui/game_debug_ui.cc (+9/-9)
src/wui/game_message_menu.cc (+12/-12)
src/wui/game_options_menu.cc (+1/-2)
src/wui/interactive_base.cc (+2/-2)
src/wui/login_box.cc (+3/-3)
src/wui/login_box.h (+2/-1)
src/wui/multiplayersetupgroup.cc (+2/-2)
src/wui/playerdescrgroup.cc (+9/-8)
src/wui/story_message_box.cc (+1/-1)
tribes/barbarians/trainingscamp/help.lua (+4/-4)
To merge this branch: bzr merge lp:~gunchleoc/widelands/gci18nfixes
Reviewer Review Type Date Requested Status
Widelands Developers Pending
Review via email: mp+191497@code.launchpad.net

Description of the change

i18n string fixes

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

This is superseeded by work on lp:~widelands-dev/widelands/gci18nfixes which is currently in_progress.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'compile.sh'
--- compile.sh 2013-07-18 12:31:57 +0000
+++ compile.sh 2013-10-20 08:28:11 +0000
@@ -58,33 +58,37 @@
58 local_var_ready=058 local_var_ready=0
59 while [ $local_var_ready -eq 0 ]59 while [ $local_var_ready -eq 0 ]
60 do60 do
61 echo " "61var_build=1
62 echo " Should Widelands be build in [r]elease or [d]ebug mode?"62local_var_ready=1
63 echo " "63# echo " "
64 read local_var_choice64# echo " Should Widelands be build in [r]elease or [d]ebug mode?"
65 echo " "65# echo " "
66 case $local_var_choice in66# read local_var_choice
67 r) echo " -> Release mode selected" ; var_build=1 ; local_var_ready=1 ;;67# echo " "
68 d) echo " -> Debug mode selected" ; var_build=0 ; local_var_ready=1 ;;68# case $local_var_choice in
69 *) echo " -> Bad choice. Please try again!" ;;69# r) echo " -> Release mode selected" ; var_build=1 ; local_var_ready=1 ;;
70 esac70# d) echo " -> Debug mode selected" ; var_build=0 ; local_var_ready=1 ;;
71# *) echo " -> Bad choice. Please try again!" ;;
72# esac
71 done73 done
72 local_var_ready=074 local_var_ready=0
73 if [ $var_build -eq 0 ] ; then75var_build_lang=0
74 while [ $local_var_ready -eq 0 ]76local_var_ready=1
75 do77# if [ $var_build -eq 0 ] ; then
76 echo " "78# while [ $local_var_ready -eq 0 ]
77 echo " Should translations be build [y]/[n]?"79# do
78 echo " "80# echo " "
79 read local_var_choice81# echo " Should translations be build [y]/[n]?"
80 echo " "82# echo " "
81 case $local_var_choice in83# read local_var_choice
82 y) echo " -> Translations will be build" ; var_build_lang=1 ; local_var_ready=1 ;;84# echo " "
83 n) echo " -> Translations will not be build" ; var_build_lang=0 ; local_var_ready=1 ;;85# case $local_var_choice in
84 *) echo " -> Bad choice. Please try again!" ;;86# y) echo " -> Translations will be build" ; var_build_lang=1 ; local_var_ready=1 ;;
85 esac87# n) echo " -> Translations will not be build" ; var_build_lang=0 ; local_var_ready=1 ;;
86 done88# *) echo " -> Bad choice. Please try again!" ;;
87 fi89# esac
90# done
91# fi
88 return 092 return 0
89 }93 }
9094
@@ -154,9 +158,9 @@
154 update_script () {158 update_script () {
155 # First check if this is an bzr checkout at all - only in that case,159 # First check if this is an bzr checkout at all - only in that case,
156 # creation of a script makes any sense.160 # creation of a script makes any sense.
157 if ! [ -f .bzr/branch-format ] ; then161# if ! [ -f .bzr/branch-format ] ; then
158 return 0162 return 0
159 fi163# fi
160 while :164 while :
161 do165 do
162 echo " "166 echo " "
163167
=== modified file 'po/map_plateau.wmf/map_plateau.wmf.pot'
--- po/map_plateau.wmf/map_plateau.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/map_plateau.wmf/map_plateau.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/maps/maps.pot'
--- po/maps/maps.pot 2013-09-15 17:41:36 +0000
+++ po/maps/maps.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/mp_scenario_island_hopping.wmf/mp_scenario_island_hopping.wmf.pot'
--- po/mp_scenario_island_hopping.wmf/mp_scenario_island_hopping.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/mp_scenario_island_hopping.wmf/mp_scenario_island_hopping.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/mp_scenario_smugglers.wmf/mp_scenario_smugglers.wmf.pot'
--- po/mp_scenario_smugglers.wmf/mp_scenario_smugglers.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/mp_scenario_smugglers.wmf/mp_scenario_smugglers.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/scenario_atl01.wmf/scenario_atl01.wmf.pot'
--- po/scenario_atl01.wmf/scenario_atl01.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/scenario_atl01.wmf/scenario_atl01.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/scenario_dummy.wmf/scenario_dummy.wmf.pot'
--- po/scenario_dummy.wmf/scenario_dummy.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/scenario_dummy.wmf/scenario_dummy.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/scenario_emp01.wmf/scenario_emp01.wmf.pot'
--- po/scenario_emp01.wmf/scenario_emp01.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/scenario_emp01.wmf/scenario_emp01.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/scenario_emp02.wmf/scenario_emp02.wmf.pot'
--- po/scenario_emp02.wmf/scenario_emp02.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/scenario_emp02.wmf/scenario_emp02.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/scenario_t01.wmf/scenario_t01.wmf.pot'
--- po/scenario_t01.wmf/scenario_t01.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/scenario_t01.wmf/scenario_t01.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/scenario_t02.wmf/scenario_t02.wmf.pot'
--- po/scenario_t02.wmf/scenario_t02.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/scenario_t02.wmf/scenario_t02.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/scenario_t03.wmf/scenario_t03.wmf.pot'
--- po/scenario_t03.wmf/scenario_t03.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/scenario_t03.wmf/scenario_t03.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/scenario_tutorial01.wmf/scenario_tutorial01.wmf.pot'
--- po/scenario_tutorial01.wmf/scenario_tutorial01.wmf.pot 2013-09-15 17:41:36 +0000
+++ po/scenario_tutorial01.wmf/scenario_tutorial01.wmf.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/texts/texts.pot'
--- po/texts/texts.pot 2013-09-15 17:41:36 +0000
+++ po/texts/texts.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/tribe_atlanteans/tribe_atlanteans.pot'
--- po/tribe_atlanteans/tribe_atlanteans.pot 2013-09-15 17:41:36 +0000
+++ po/tribe_atlanteans/tribe_atlanteans.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/tribe_barbarians/tribe_barbarians.pot'
--- po/tribe_barbarians/tribe_barbarians.pot 2013-09-15 17:41:36 +0000
+++ po/tribe_barbarians/tribe_barbarians.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
@@ -358,7 +358,6 @@
358#: ../../tribes/barbarians/deep_coalmine/help.lua:30358#: ../../tribes/barbarians/deep_coalmine/help.lua:30
359#: ../../tribes/barbarians/deeper_coalmine/help.lua:29359#: ../../tribes/barbarians/deeper_coalmine/help.lua:29
360#: ../../tribes/barbarians/metalworks/help.lua:59360#: ../../tribes/barbarians/metalworks/help.lua:59
361#: ../../tribes/barbarians/trainingscamp/help.lua:27
362#: ../../tribes/barbarians/warmill/help.lua:35361#: ../../tribes/barbarians/warmill/help.lua:35
363msgid ""362msgid ""
364"Axefactory"363"Axefactory"
@@ -1365,7 +1364,6 @@
1365#: ../../tribes/barbarians/conf:2071364#: ../../tribes/barbarians/conf:207
1366#: ../../tribes/barbarians/deep_coalmine/help.lua:321365#: ../../tribes/barbarians/deep_coalmine/help.lua:32
1367#: ../../tribes/barbarians/deeper_coalmine/help.lua:311366#: ../../tribes/barbarians/deeper_coalmine/help.lua:31
1368#: ../../tribes/barbarians/trainingscamp/help.lua:32
1369msgid ""1367msgid ""
1370"Helmsmithy"1368"Helmsmithy"
1371msgstr ""1369msgstr ""
@@ -1419,16 +1417,16 @@
1419"Hunting Spear"1417"Hunting Spear"
1420msgstr ""1418msgstr ""
14211419
1420#: ../../tribes/barbarians/trainingscamp/help.lua:61
1421msgid ""
1422"If all needed wares are delivered in time, a %1s can train one new soldier in %2s and %3s to the final level in %4s on average."
1423msgstr ""
1424
1422#: ../../tribes/barbarians/battlearena/help.lua:551425#: ../../tribes/barbarians/battlearena/help.lua:55
1423msgid ""1426msgid ""
1424"If all needed wares are delivered in time, a %s can train %s for one soldier from 0 to the highest level in %s on average."1427"If all needed wares are delivered in time, a %s can train %s for one soldier from 0 to the highest level in %s on average."
1425msgstr ""1428msgstr ""
14261429
1427#: ../../tribes/barbarians/trainingscamp/help.lua:61
1428msgid ""
1429"If all needed wares are delivered in time, a %s can train one new soldier in %s and %s to the final level in %s on average."
1430msgstr ""
1431
1432#: ../../tribes/barbarians/bakery/help.lua:551430#: ../../tribes/barbarians/bakery/help.lua:55
1433#: ../../tribes/barbarians/cattlefarm/help.lua:481431#: ../../tribes/barbarians/cattlefarm/help.lua:48
1434msgid ""1432msgid ""
@@ -2073,10 +2071,18 @@
2073msgstr ""2071msgstr ""
20742072
2075#: ../../tribes/barbarians/trainingscamp/help.lua:272073#: ../../tribes/barbarians/trainingscamp/help.lua:27
2074msgid ""
2075"Provided by the Axefactory"
2076msgstr ""
2077
2078#: ../../tribes/barbarians/trainingscamp/help.lua:32
2079msgid ""
2080"Provided by the Helmsmithy"
2081msgstr ""
2082
2076#: ../../tribes/barbarians/trainingscamp/help.lua:292083#: ../../tribes/barbarians/trainingscamp/help.lua:29
2077#: ../../tribes/barbarians/trainingscamp/help.lua:32
2078msgid ""2084msgid ""
2079"Provided by the "2085"Provided by the War Mill"
2080msgstr ""2086msgstr ""
20812087
2082#: ../../tribes/barbarians/axefactory/help.lua:162088#: ../../tribes/barbarians/axefactory/help.lua:16
@@ -3283,7 +3289,6 @@
3283#: ../../tribes/barbarians/conf:2013289#: ../../tribes/barbarians/conf:201
3284#: ../../tribes/barbarians/deep_coalmine/help.lua:313290#: ../../tribes/barbarians/deep_coalmine/help.lua:31
3285#: ../../tribes/barbarians/deeper_coalmine/help.lua:303291#: ../../tribes/barbarians/deeper_coalmine/help.lua:30
3286#: ../../tribes/barbarians/trainingscamp/help.lua:29
3287msgid ""3292msgid ""
3288"War Mill"3293"War Mill"
3289msgstr ""3294msgstr ""
32903295
=== modified file 'po/tribe_empire/tribe_empire.pot'
--- po/tribe_empire/tribe_empire.pot 2013-09-15 17:41:36 +0000
+++ po/tribe_empire/tribe_empire.pot 2013-10-20 08:28:11 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: Widelands svnVERSION\n"7"Project-Id-Version: Widelands svnVERSION\n"
8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"8"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
9"POT-Creation-Date: 2013-09-15 17:41+0000\n"9"POT-Creation-Date: 2013-10-18 14:52+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"12"Language-Team: LANGUAGE <widelands-public@lists.sourceforge.net>\n"
1313
=== modified file 'po/widelands/gd.po'
--- po/widelands/gd.po 2013-10-09 05:12:14 +0000
+++ po/widelands/gd.po 2013-10-20 08:28:11 +0000
@@ -1523,8 +1523,29 @@
1523msgstr ""1523msgstr ""
15241524
1525#: ../../src/logic/production_program.cc:10221525#: ../../src/logic/production_program.cc:1022
1526msgid "Recruited "1526msgid "Recruited %s"
1527msgstr ""1527msgstr "%s air a thrusadh"
1528
1529#
1530msgid "Provided by the Axefactory"
1531msgstr "'Ga sholar leis an fhactaraidh thuaghan"
1532
1533#
1534msgid "Provided by the War Mill"
1535msgstr "'Ga sholar leis a' cheàrdach-cogaidh"
1536
1537#
1538msgid "Provided by the Helmsmithy"
1539msgstr "'Ga sholar leis a' cheàrdach chlogaidean"
1540
1541msgid "If all needed wares are delivered in time, "
1542"a %1s can train one new soldier in %2s and %3s "
1543"to the final level in %4s on average."
1544msgstr "Ma thèid na h-uile bathar a lìbhrigeadh ri àm, "
1545"bheir %1s %4s 'sa chuibheas gus %2s is %3s aig saighdear "
1546"a thrèanadh gun leibheil dheireannach."
1547
1548
15281549
1529#: ../../src/logic/production_program.cc:10691550#: ../../src/logic/production_program.cc:1069
1530msgid "distance"1551msgid "distance"
@@ -1727,12 +1748,13 @@
1727#, c-format1748#, c-format
1728msgid ""1749msgid ""
1729"should breed resource type %s, which does not exist in world; tribe is not "1750"should breed resource type %s, which does not exist in world; tribe is not "
1730"compatible with world"1751"compatible with world"
1752
1731msgstr ""1753msgstr ""
17321754
1733#: ../../src/logic/worker.cc:6051755#: ../../src/logic/worker.cc:605
1734msgid "Out of "1756msgid "Out of %s"
1735msgstr ""1757msgstr "%s a dhìth"
17361758
1737#: ../../src/logic/worker.cc:6081759#: ../../src/logic/worker.cc:608
1738msgid ""1760msgid ""
@@ -2164,8 +2186,22 @@
21642186
2165#: ../../src/network/internet_gaming.cc:4342187#: ../../src/network/internet_gaming.cc:434
2166#, c-format2188#, c-format
2167msgid "Server time offset is %i seconds."2189msgid "Server time offset is %u second."
2168msgstr ""2190msgid_plural "Server time offset is %u seconds."
2191msgstr[0] "Tha frith-àireamh ama an fhrithealaiche na %u diog."
2192msgstr[1] "Tha frith-àireamh ama an fhrithealaiche na %u dhiog."
2193msgstr[2] "Tha frith-àireamh ama an fhrithealaiche na %u diogan."
2194msgstr[3] "Tha frith-àireamh ama an fhrithealaiche na %u diog."
2195
2196#: ../../src/network/internet_gaming.cc:434
2197#, c-format
2198msgid "InternetGaming: Server time offset is %u second."
2199msgid_plural "InternetGaming: Server time offset is %u seconds."
2200msgstr[0] "Geama eadar-lìn: Tha frith-àireamh ama an fhrithealaiche na %u diog."
2201msgstr[1] "Geama eadar-lìn: Tha frith-àireamh ama an fhrithealaiche na %u dhiog."
2202msgstr[2] "Geama eadar-lìn: Tha frith-àireamh ama an fhrithealaiche na %u diogan."
2203msgstr[3] "Geama eadar-lìn: Tha frith-àireamh ama an fhrithealaiche na %u diog."
2204
21692205
2170#: ../../src/network/internet_gaming.cc:4542206#: ../../src/network/internet_gaming.cc:454
2171msgid "Invalid message type"2207msgid "Invalid message type"
@@ -2539,6 +2575,10 @@
2539msgid "Received command number %s, that is disallowed in this state."2575msgid "Received command number %s, that is disallowed in this state."
2540msgstr ""2576msgstr ""
25412577
2578#, c-format
2579msgid "%1$i%% built"
2580msgstr "%1$i%% air a thogail"
2581
2542#: ../../src/network/network_gaming_messages.cc:1422582#: ../../src/network/network_gaming_messages.cc:142
2543msgid "Client reports time to host that is running backwards."2583msgid "Client reports time to host that is running backwards."
2544msgstr ""2584msgstr ""
@@ -3033,8 +3073,13 @@
30333073
3034#: ../../src/ui_fsmenu/launchMPG.cc:6493074#: ../../src/ui_fsmenu/launchMPG.cc:649
3035#, c-format3075#, c-format
3036msgid "* %i Players\n"3076msgid "* %u Player\n"
3037msgstr ""3077msgid_plural "* %u Players\n"
3078msgstr[0] "* %u chluicheadair\n"
3079msgstr[1] "* %u chluicheadair\n"
3080msgstr[2] "* %u cluicheadairean\n"
3081msgstr[3] "* %u cluicheadair\n"
3082
30383083
3039#: ../../src/ui_fsmenu/launchMPG.cc:6503084#: ../../src/ui_fsmenu/launchMPG.cc:650
3040#, c-format3085#, c-format
@@ -3198,8 +3243,8 @@
3198msgstr "Sguab às am faidhle"3243msgstr "Sguab às am faidhle"
31993244
3200#: ../../src/ui_fsmenu/loadgame.cc:158 ../../src/ui_fsmenu/loadreplay.cc:1393245#: ../../src/ui_fsmenu/loadgame.cc:158 ../../src/ui_fsmenu/loadreplay.cc:139
3201msgid "Do you really want to delete "3246msgid "Do you really want to delete %s?"
3202msgstr ""3247msgstr "A bheil thu airson %s a sguabadh às?"
32033248
3204#: ../../src/ui_fsmenu/loadgame.cc:2153249#: ../../src/ui_fsmenu/loadgame.cc:215
3205msgid "Savegame from dedicated server"3250msgid "Savegame from dedicated server"
32063251
=== modified file 'po/widelands/widelands.pot'
--- po/widelands/widelands.pot 2013-09-15 17:41:36 +0000
+++ po/widelands/widelands.pot 2013-10-20 08:28:11 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"10"Report-Msgid-Bugs-To: widelands-public@lists.sourceforge.net\n"
11"POT-Creation-Date: 2013-09-15 19:41+0200\n"11"POT-Creation-Date: 2013-10-18 15:52+0100\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,39 +18,6 @@
18"Content-Transfer-Encoding: 8bit\n"18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
2020
21#: ../../src/computer_player.cc:38
22msgid "None"
23msgstr ""
24
25#: ../../src/s2map.cc:231
26msgid "Bluebyte Settlers II Map. No comment defined!"
27msgstr ""
28
29#: ../../src/s2map.cc:874
30#, c-format
31msgid ""
32"WARNING: %i invalid port buildspaces could not be fixed and have been "
33"removed! Some islands might be unreachable now. Please consider to fix the "
34"map in the map editor.\n"
35"\n"
36msgstr ""
37
38#: ../../src/s2map.cc:886
39msgid "WARNING"
40msgstr ""
41
42#: ../../src/save_handler.cc:75
43msgid "Saving game..."
44msgstr ""
45
46#: ../../src/save_handler.cc:94
47msgid "Saving failed!"
48msgstr ""
49
50#: ../../src/save_handler.cc:113
51msgid "Game saved"
52msgstr ""
53
54#: ../../src/wlapplication.cc:39821#: ../../src/wlapplication.cc:398
55msgid "ERROR: Could not connect to metaserver (reason above)!\n"22msgid "ERROR: Could not connect to metaserver (reason above)!\n"
56msgstr ""23msgstr ""
@@ -87,23 +54,23 @@
87msgid "--double is disabled. This is not a debug build!"54msgid "--double is disabled. This is not a debug build!"
88msgstr ""55msgstr ""
8956
90#: ../../src/wlapplication.cc:133257#: ../../src/wlapplication.cc:1340
91msgid "This is Widelands-"58msgid "This is Widelands-"
92msgstr ""59msgstr ""
9360
94#: ../../src/wlapplication.cc:133461#: ../../src/wlapplication.cc:1342
95msgid ""62msgid ""
96"Usage: widelands <option0>=<value0> ... <optionN>=<valueN>\n"63"Usage: widelands <option0>=<value0> ... <optionN>=<valueN>\n"
97"\n"64"\n"
98msgstr ""65msgstr ""
9966
100#: ../../src/wlapplication.cc:133567#: ../../src/wlapplication.cc:1343
101msgid ""68msgid ""
102"Options:\n"69"Options:\n"
103"\n"70"\n"
104msgstr ""71msgstr ""
10572
106#: ../../src/wlapplication.cc:133973#: ../../src/wlapplication.cc:1347
107msgid ""74msgid ""
108" --<config-entry-name>=value overwrites any config file setting\n"75" --<config-entry-name>=value overwrites any config file setting\n"
109"\n"76"\n"
@@ -115,11 +82,11 @@
115" files, savegames and replays\n"82" files, savegames and replays\n"
116msgstr ""83msgstr ""
11784
118#: ../../src/wlapplication.cc:134785#: ../../src/wlapplication.cc:1355
119msgid " Default is ~/.widelands\n"86msgid " Default is ~/.widelands\n"
120msgstr ""87msgstr ""
12188
122#: ../../src/wlapplication.cc:135089#: ../../src/wlapplication.cc:1358
123msgid ""90msgid ""
124" --record=FILENAME Record all events to the given filename for\n"91" --record=FILENAME Record all events to the given filename for\n"
125" later playback\n"92" later playback\n"
@@ -137,7 +104,7 @@
137" If this is 0 replays are not deleted.\n"104" If this is 0 replays are not deleted.\n"
138msgstr ""105msgstr ""
139106
140#: ../../src/wlapplication.cc:1365107#: ../../src/wlapplication.cc:1373
141msgid ""108msgid ""
142"Sound options:\n"109"Sound options:\n"
143" --nosound Starts the game with sound disabled.\n"110" --nosound Starts the game with sound disabled.\n"
@@ -154,11 +121,17 @@
154" --loadgame=FILENAME Directly loads the savegame FILENAME.\n"121" --loadgame=FILENAME Directly loads the savegame FILENAME.\n"
155msgstr ""122msgstr ""
156123
157#: ../../src/wlapplication.cc:1378124#: ../../src/wlapplication.cc:1387
125msgid ""
126" --script=FILENAME Run the given Lua script after initialization.\n"
127" Only valid with --scenario, --loadgame, or --editor.\n"
128msgstr ""
129
130#: ../../src/wlapplication.cc:1389
158msgid " --dedicated=FILENAME Starts a dedicated server with FILENAME as map\n"131msgid " --dedicated=FILENAME Starts a dedicated server with FILENAME as map\n"
159msgstr ""132msgstr ""
160133
161#: ../../src/wlapplication.cc:1381134#: ../../src/wlapplication.cc:1392
162msgid ""135msgid ""
163" --speed_of_new_game The speed that the new game will run at\n"136" --speed_of_new_game The speed that the new game will run at\n"
164" when started, with factor 1000 (0 is pause,\n"137" when started, with factor 1000 (0 is pause,\n"
@@ -167,8 +140,6 @@
167" Whether to enter roadbuilding mode\n"140" Whether to enter roadbuilding mode\n"
168" automatically after placing a flag that is\n"141" automatically after placing a flag that is\n"
169" not connected to a road.\n"142" not connected to a road.\n"
170" --write_HTML=[yes|no]\n"
171" Write HTML-helpfiles for parsed game data.\n"
172"\n"143"\n"
173"Graphic options:\n"144"Graphic options:\n"
174" --fullscreen=[yes|no]\n"145" --fullscreen=[yes|no]\n"
@@ -179,13 +150,13 @@
179" --yres=[...] Height of the window in pixel.\n"150" --yres=[...] Height of the window in pixel.\n"
180msgstr ""151msgstr ""
181152
182#: ../../src/wlapplication.cc:1400153#: ../../src/wlapplication.cc:1409
183msgid ""154msgid ""
184" --opengl=[0|1]\n"155" --opengl=[0|1]\n"
185" Enables OpenGL rendering\n"156" Enables OpenGL rendering\n"
186msgstr ""157msgstr ""
187158
188#: ../../src/wlapplication.cc:1404159#: ../../src/wlapplication.cc:1413
189msgid ""160msgid ""
190"\n"161"\n"
191"Options for the internal window manager:\n"162"Options for the internal window manager:\n"
@@ -208,22 +179,22 @@
208"\n"179"\n"
209msgstr ""180msgstr ""
210181
211#: ../../src/wlapplication.cc:1428182#: ../../src/wlapplication.cc:1437
212msgid ""183msgid ""
213" --double Start the game twice (for localhost network\n"184" --double Start the game twice (for localhost network\n"
214" testing)\n"185" testing)\n"
215"\n"186"\n"
216msgstr ""187msgstr ""
217188
218#: ../../src/wlapplication.cc:1432189#: ../../src/wlapplication.cc:1441
219msgid " --verbose Enable verbose debug messages\n"190msgid " --verbose Enable verbose debug messages\n"
220msgstr ""191msgstr ""
221192
222#: ../../src/wlapplication.cc:1433193#: ../../src/wlapplication.cc:1442
223msgid " --help Show this help\n"194msgid " --help Show this help\n"
224msgstr ""195msgstr ""
225196
226#: ../../src/wlapplication.cc:1437197#: ../../src/wlapplication.cc:1446
227msgid ""198msgid ""
228"Bug reports? Suggestions? Check out the project website:\n"199"Bug reports? Suggestions? Check out the project website:\n"
229" https://launchpad.net/widelands\n"200" https://launchpad.net/widelands\n"
@@ -232,29 +203,29 @@
232"\n"203"\n"
233msgstr ""204msgstr ""
234205
235#: ../../src/wlapplication.cc:1525206#: ../../src/wlapplication.cc:1534
236msgid "Fallback settings in effect"207msgid "Fallback settings in effect"
237msgstr ""208msgstr ""
238209
239#: ../../src/wlapplication.cc:1527210#: ../../src/wlapplication.cc:1536
240msgid ""211msgid ""
241"Your video settings could not be enabled, and fallback settings are in "212"Your video settings could not be enabled, and fallback settings are in "
242"effect. Please check the graphics options!"213"effect. Please check the graphics options!"
243msgstr ""214msgstr ""
244215
245#: ../../src/wlapplication.cc:1598216#: ../../src/wlapplication.cc:1607
246msgid "Warning: "217msgid "Warning: "
247msgstr ""218msgstr ""
248219
249#: ../../src/wlapplication.cc:1602220#: ../../src/wlapplication.cc:1611
250msgid "Game data error"221msgid "Game data error"
251msgstr ""222msgstr ""
252223
253#: ../../src/wlapplication.cc:1607224#: ../../src/wlapplication.cc:1616
254msgid "Unexpected error during the game"225msgid "Unexpected error during the game"
255msgstr ""226msgstr ""
256227
257#: ../../src/wlapplication.cc:1611228#: ../../src/wlapplication.cc:1620
258msgid ""229msgid ""
259"\n"230"\n"
260"\n"231"\n"
@@ -263,7 +234,7 @@
263"using build "234"using build "
264msgstr ""235msgstr ""
265236
266#: ../../src/wlapplication.cc:1617237#: ../../src/wlapplication.cc:1626
267msgid ""238msgid ""
268". Please add this information to your report.\n"239". Please add this information to your report.\n"
269"\n"240"\n"
@@ -271,528 +242,232 @@
271"It is often - though not always - possible to load it and continue playing.\n"242"It is often - though not always - possible to load it and continue playing.\n"
272msgstr ""243msgstr ""
273244
274#: ../../src/wlapplication.cc:1729245#: ../../src/wlapplication.cc:1738
275msgid "The address of the game server is invalid"246msgid "The address of the game server is invalid"
276msgstr ""247msgstr ""
277248
278#: ../../src/wlapplication.cc:1834 ../../src/network/nethost.cc:2050249#: ../../src/wlapplication.cc:1843 ../../src/wui/game_summary.cc:90
279#: ../../src/wui/game_summary.cc:90250#: ../../src/network/nethost.cc:2052
280msgid "Player"251msgid "Player"
281msgstr ""252msgstr ""
282253
283#: ../../src/wlapplication.cc:2029 ../../src/network/netclient.cc:197254#: ../../src/wlapplication.cc:2038 ../../src/network/netclient.cc:197
284#: ../../src/network/nethost.cc:839255#: ../../src/network/nethost.cc:839
285msgid "Preparing game"256msgid "Preparing game"
286msgstr ""257msgstr ""
287258
288#: ../../src/wlapplication.cc:2137259#: ../../src/wlapplication.cc:2146
289msgid "End of replay"260msgid "End of replay"
290msgstr ""261msgstr ""
291262
292#: ../../src/wlapplication.cc:2139263#: ../../src/wlapplication.cc:2148
293msgid ""264msgid ""
294"The end of the replay has been reached and the game has been paused. You may "265"The end of the replay has been reached and the game has been paused. You may "
295"unpause the game and continue watching if you want to."266"unpause the game and continue watching if you want to."
296msgstr ""267msgstr ""
297268
298#: ../../src/wlapplication.cc:2222 ../../src/logic/game.cc:375269#: ../../src/wlapplication.cc:2231 ../../src/logic/game.cc:375
299#: ../../src/logic/game.cc:414270#: ../../src/logic/game.cc:408
300msgid "Loading..."271msgid "Loading..."
301msgstr ""272msgstr ""
302273
303#: ../../src/writeHTML.cc:42274#: ../../src/computer_player.cc:38
304msgid "Requesters"275msgid "None"
305msgstr ""276msgstr ""
306277
307#: ../../src/writeHTML.cc:57278#: ../../src/save_handler.cc:76
308msgid "Providers"279msgid "Saving game..."
309msgstr ""280msgstr ""
310281
311#: ../../src/writeHTML.cc:72282#: ../../src/save_handler.cc:95
312msgid "Successors"283msgid "Saving failed!"
313msgstr ""284msgstr ""
314285
315#: ../../src/writeHTML.cc:87286#: ../../src/save_handler.cc:114
316msgid "Predecessors"287msgid "Game saved"
317msgstr ""288msgstr ""
318289
319#: ../../src/writeHTML.cc:102290#: ../../src/s2map.cc:231
320msgid "Employers"291msgid "Bluebyte Settlers II Map. No comment defined!"
321msgstr ""292msgstr ""
322293
323#: ../../src/writeHTML.cc:265 ../../src/writeHTML.cc:271294#: ../../src/s2map.cc:874
324msgid "Building types"295#, c-format
325msgstr ""296msgid ""
326297"WARNING: %i invalid port buildspaces could not be fixed and have been "
327#: ../../src/writeHTML.cc:276 ../../src/writeHTML.cc:510298"removed! Some islands might be unreachable now. Please consider to fix the "
328#: ../../src/writeHTML.cc:1463299"map in the map editor.\n"
329msgid "Icon"300"\n"
330msgstr ""301msgstr ""
331302
332#: ../../src/writeHTML.cc:278 ../../src/writeHTML.cc:512303#: ../../src/s2map.cc:886
333#: ../../src/writeHTML.cc:1465 ../../src/ui_fsmenu/internet_lobby.cc:155304msgid "WARNING"
334#: ../../src/wui/building_statistics_menu.cc:110305msgstr ""
335msgid "Name"306
336msgstr ""307#: ../../src/ui_basic/spinbox.cc:115
337308msgid "Increase the value"
338#: ../../src/writeHTML.cc:280 ../../src/wui/building_statistics_menu.cc:111309msgstr ""
339msgid "Size"310
340msgstr ""311#: ../../src/ui_basic/spinbox.cc:123
341312msgid "Decrease the value"
342#: ../../src/writeHTML.cc:282313msgstr ""
343msgid "Buildable"314
344msgstr ""315#: ../../src/ui_basic/spinbox.cc:134
345316msgid "Increase the value by 10"
346#: ../../src/writeHTML.cc:284317msgstr ""
347msgid "Enhanced"318
348msgstr ""319#: ../../src/ui_basic/spinbox.cc:142
349320msgid "Decrease the value by 10"
350#: ../../src/writeHTML.cc:286321msgstr ""
351msgid "Conquer<br/>range"322
352msgstr ""323#: ../../src/ui_basic/progresswindow.cc:51
353324msgid "Preparing..."
354#: ../../src/writeHTML.cc:288 ../../src/writeHTML.cc:514325msgstr ""
355msgid "Vision<br/>range"326
356msgstr ""327#: ../../src/ui_basic/helpwindow.cc:47 ../../src/ui_basic/helpwindow.cc:191
357328msgid "Help: "
358#: ../../src/writeHTML.cc:315 ../../src/writeHTML.cc:371329msgstr ""
359#: ../../src/logic/building.cc:545330
360msgid "Mine"331#: ../../src/ui_basic/helpwindow.cc:83 ../../src/ui_basic/messagebox.cc:92
361msgstr ""332#: ../../src/ui_fsmenu/mapselect.cc:110 ../../src/ui_fsmenu/loadreplay.cc:51
362333#: ../../src/ui_fsmenu/editor_mapselect.cc:96
363#: ../../src/writeHTML.cc:319 ../../src/writeHTML.cc:387334#: ../../src/ui_fsmenu/campaign_select.cc:74
364#: ../../src/logic/building.cc:546335#: ../../src/ui_fsmenu/campaign_select.cc:281
365msgid "Small"336#: ../../src/ui_fsmenu/loadgame.cc:68 ../../src/scripting/lua_game.cc:444
366msgstr ""337#: ../../src/wui/game_main_menu_save_game.cc:96
367338#: ../../src/editor/ui_menus/editor_main_menu_save_map.cc:132
368#: ../../src/writeHTML.cc:323 ../../src/writeHTML.cc:381339#: ../../src/editor/ui_menus/editor_main_menu_save_map_make_directory.cc:57
369#: ../../src/logic/building.cc:547340#: ../../src/editor/ui_menus/editor_main_menu_load_map.cc:121
370#: ../../src/editor/ui_menus/editor_main_menu_random_map.cc:255341msgid "OK"
371msgid "Medium"342msgstr ""
372msgstr ""343
373
374#: ../../src/writeHTML.cc:328 ../../src/writeHTML.cc:376
375#: ../../src/logic/building.cc:547
376msgid "Big"
377msgstr ""
378
379#: ../../src/writeHTML.cc:332 ../../src/writeHTML.cc:335
380#: ../../src/ui_basic/messagebox.cc:99344#: ../../src/ui_basic/messagebox.cc:99
381#: ../../src/editor/tools/editor_info_tool.cc:75345#: ../../src/editor/tools/editor_info_tool.cc:75
382#: ../../src/editor/tools/editor_info_tool.cc:76346#: ../../src/editor/tools/editor_info_tool.cc:76
383msgid "Yes"347msgid "Yes"
384msgstr ""348msgstr ""
385349
386#: ../../src/writeHTML.cc:332 ../../src/writeHTML.cc:335
387#: ../../src/ui_basic/messagebox.cc:106350#: ../../src/ui_basic/messagebox.cc:106
388#: ../../src/editor/tools/editor_info_tool.cc:75351#: ../../src/editor/tools/editor_info_tool.cc:75
389#: ../../src/editor/tools/editor_info_tool.cc:76352#: ../../src/editor/tools/editor_info_tool.cc:76
390msgid "No"353msgid "No"
391msgstr ""354msgstr ""
392355
393#: ../../src/writeHTML.cc:373356#: ../../src/sound/sound_handler.cc:147
394msgid "Is mine."357#, c-format
395msgstr ""358msgid "Sound_Handler closing times %1$i, freq %2$i, format %3$i, chan %4$i\n"
396359msgstr ""
397#: ../../src/writeHTML.cc:378360
398msgid "Is big."361#: ../../src/sound/sound_handler.cc:165
399msgstr ""362msgid "PROBLEM: sound device opened multiple times, trying to close"
400363msgstr ""
401#: ../../src/writeHTML.cc:383364
402msgid "Is medium."365#: ../../src/graphic/animation.cc:137
403msgstr ""366#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:557
404367#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:131
405#: ../../src/writeHTML.cc:389368#: ../../src/logic/building.cc:88 ../../src/logic/military_data.cc:51
406msgid "Is small."369#: ../../src/logic/military_data.cc:58 ../../src/logic/immovable.cc:192
407msgstr ""370#: ../../src/logic/immovable.cc:828 ../../src/logic/immovable.cc:868
408371#: ../../src/logic/immovable.cc:1033 ../../src/logic/production_program.cc:114
409#: ../../src/writeHTML.cc:396372#: ../../src/logic/production_program.cc:282
410msgid "Is not buildable."373#: ../../src/logic/production_program.cc:289
411msgstr ""374#: ../../src/logic/production_program.cc:307
412375#: ../../src/logic/production_program.cc:324
413#: ../../src/writeHTML.cc:403376#: ../../src/logic/production_program.cc:349
414msgid "Is enhanced."377#: ../../src/logic/production_program.cc:368
415msgstr ""378#: ../../src/logic/production_program.cc:401
416379#: ../../src/logic/production_program.cc:405
417#: ../../src/writeHTML.cc:410380#: ../../src/logic/production_program.cc:540
418#, c-format381#: ../../src/logic/production_program.cc:554
419msgid "Conquer range is %u."382#: ../../src/logic/production_program.cc:672
420msgstr ""383#: ../../src/logic/production_program.cc:746
421384#: ../../src/logic/production_program.cc:908
422#: ../../src/writeHTML.cc:418 ../../src/writeHTML.cc:642385#: ../../src/logic/production_program.cc:1006
423#, c-format386#: ../../src/logic/production_program.cc:1087
424msgid "Vision range is %u."387#: ../../src/logic/production_program.cc:1097
425msgstr ""388#: ../../src/logic/production_program.cc:1108
426389#: ../../src/logic/production_program.cc:1263
427#: ../../src/writeHTML.cc:426 ../../src/writeHTML.cc:649390#: ../../src/logic/production_program.cc:1275
428msgid "Build cost"391#: ../../src/logic/production_program.cc:1283
429msgstr ""392#: ../../src/logic/production_program.cc:1342
430393#: ../../src/logic/production_program.cc:1354
431#: ../../src/writeHTML.cc:436394#: ../../src/logic/production_program.cc:1363
432#, c-format395#: ../../src/logic/production_program.cc:1454 ../../src/logic/soldier.cc:70
433msgid "%s's constructionsite"396#: ../../src/logic/soldier.cc:77 ../../src/logic/soldier.cc:185
434msgstr ""397#, c-format
435398msgid "expected %1$s but found \"%2$s\""
436#: ../../src/writeHTML.cc:448399msgstr ""
437msgid "Enhancements"400
438msgstr ""401#: ../../src/graphic/animation.cc:138
439402msgid "frame number"
440#: ../../src/writeHTML.cc:458403msgstr ""
441#, c-format404
442msgid "%s's enhancement"405#: ../../src/game_io/game_player_info_data_packet.cc:54
443msgstr ""406#, c-format
444407msgid "player number (%1$i) is out of range (1 .. %2$u)"
445#: ../../src/writeHTML.cc:499 ../../src/writeHTML.cc:505408msgstr ""
446msgid "Worker types"409
447msgstr ""410#: ../../src/game_io/game_player_info_data_packet.cc:143
448411#: ../../src/game_io/game_game_class_data_packet.cc:44
449#: ../../src/writeHTML.cc:516412#: ../../src/game_io/game_player_economies_data_packet.cc:87
450msgid "Needed<br/>experience"
451msgstr ""
452
453#: ../../src/writeHTML.cc:518
454msgid "Becomes"
455msgstr ""
456
457#: ../../src/writeHTML.cc:577
458msgid "Combat Properties"
459msgstr ""
460
461#: ../../src/writeHTML.cc:584
462#, c-format
463msgid "Hitpoints is %u, plus %u for each level above 0 (maximum level is %u)."
464msgstr ""
465
466#: ../../src/writeHTML.cc:594
467#, c-format
468msgid ""
469"Attack is between %u and %u, plus %u for each level above 0 (maximum level "
470"is %u)."
471msgstr ""
472
473#: ../../src/writeHTML.cc:604
474#, c-format
475msgid "Defense is %u, plus %u for each level above 0 (maximum level is %u)."
476msgstr ""
477
478#: ../../src/writeHTML.cc:614
479#, c-format
480msgid "Evade is %u, plus %u for each level above 0 (maximum level is %u)."
481msgstr ""
482
483#: ../../src/writeHTML.cc:660 ../../src/writeHTML.cc:671
484#, c-format
485msgid "%s's creation"
486msgstr ""
487
488#: ../../src/writeHTML.cc:682
489msgid "Spawns in warehouses."
490msgstr ""
491
492#: ../../src/writeHTML.cc:691
493#, c-format
494msgid "Needs experience from working %u times to become"
495msgstr ""
496
497#: ../../src/writeHTML.cc:699
498#, c-format
499msgid "%s's promotion"
500msgstr ""
501
502#: ../../src/writeHTML.cc:710 ../../src/writeHTML.cc:855
503msgid "Programs"
504msgstr ""
505
506#: ../../src/writeHTML.cc:764
507msgid "UNKNOWN"
508msgstr ""
509
510#: ../../src/writeHTML.cc:771 ../../src/wui/ware_statistics_menu.cc:177
511msgid "Production"
512msgstr ""
513
514#: ../../src/writeHTML.cc:775 ../../src/wui/general_statistics_menu.cc:180
515#: ../../src/wui/productionsitewindow.cc:106 ../../src/wui/transport_ui.cc:66
516#: ../../src/wui/warehousewindow.cc:211
517msgid "Workers"
518msgstr ""
519
520#: ../../src/writeHTML.cc:786
521#, c-format
522msgid "%s's employee"
523msgstr ""
524
525#: ../../src/writeHTML.cc:796
526msgid "Inputs"
527msgstr ""
528
529#: ../../src/writeHTML.cc:807
530#, c-format
531msgid "%s's input"
532msgstr ""
533
534#: ../../src/writeHTML.cc:819
535msgid "Output"
536msgstr ""
537
538#: ../../src/writeHTML.cc:830 ../../src/writeHTML.cc:844
539#, c-format
540msgid "%s's output"
541msgstr ""
542
543#: ../../src/writeHTML.cc:893 ../../src/writeHTML.cc:1037
544#: ../../src/writeHTML.cc:1100 ../../src/writeHTML.cc:1129
545#: ../../src/writeHTML.cc:1150 ../../src/writeHTML.cc:1170
546#: ../../src/writeHTML.cc:1192 ../../src/writeHTML.cc:1236
547#: ../../src/writeHTML.cc:1274 ../../src/writeHTML.cc:1316
548#: ../../src/writeHTML.cc:1344 ../../src/writeHTML.cc:1369
549#: ../../src/writeHTML.cc:1394 ../../src/writeHTML.cc:1412
550msgid "Documentation for program command "
551msgstr ""
552
553#: ../../src/writeHTML.cc:1017
554msgid "workers of this site"
555msgstr ""
556
557#: ../../src/writeHTML.cc:1047
558#, c-format
559msgid "site's program %s"
560msgstr ""
561
562#: ../../src/writeHTML.cc:1114
563#, c-format
564msgid "%s's program %s"
565msgstr ""
566
567#: ../../src/writeHTML.cc:1138 ../../src/writeHTML.cc:1179
568#, c-format
569msgid " %u.%03u s"
570msgstr ""
571
572#: ../../src/writeHTML.cc:1452 ../../src/writeHTML.cc:1458
573msgid "Ware types"
574msgstr ""
575
576#: ../../src/economy/cmd_call_economy_balance.cc:86
577#: ../../src/economy/fleet.cc:767 ../../src/economy/portdock.cc:619
578#: ../../src/economy/request.cc:240 ../../src/economy/wares_queue.cc:287
579#: ../../src/game_io/game_cmd_queue_data_packet.cc:84413#: ../../src/game_io/game_cmd_queue_data_packet.cc:84
580#: ../../src/game_io/game_game_class_data_packet.cc:44
581#: ../../src/game_io/game_interactive_player_data_packet.cc:79414#: ../../src/game_io/game_interactive_player_data_packet.cc:79
582#: ../../src/game_io/game_player_economies_data_packet.cc:71415#: ../../src/map_io/widelands_map_terrain_data_packet.cc:77
583#: ../../src/game_io/game_player_info_data_packet.cc:143416#: ../../src/map_io/widelands_map_bob_data_packet.cc:135
584#: ../../src/logic/battle.cc:408417#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:220
585#: ../../src/logic/cmd_calculate_statistics.cc:44418#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:247
586#: ../../src/logic/cmd_incorporate.cc:46419#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:348
587#: ../../src/logic/cmd_luacoroutine.cc:75 ../../src/logic/cmd_luascript.cc:56420#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:385
588#: ../../src/logic/cmd_queue.cc:191 ../../src/logic/critter_bob.cc:387421#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:465
589#: ../../src/logic/immovable.cc:793 ../../src/logic/immovable.cc:1489422#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:734
590#: ../../src/logic/instances.cc:71 ../../src/logic/instances.cc:129423#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:831
591#: ../../src/logic/instances.cc:495 ../../src/logic/legacy.cc:428424#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:1130
592#: ../../src/logic/legacy.cc:486 ../../src/logic/playercommand.cc:151425#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:1206
593#: ../../src/logic/playercommand.cc:199 ../../src/logic/playercommand.cc:253426#: ../../src/map_io/widelands_map_player_position_data_packet.cc:58
594#: ../../src/logic/playercommand.cc:301 ../../src/logic/playercommand.cc:388
595#: ../../src/logic/playercommand.cc:448 ../../src/logic/playercommand.cc:505
596#: ../../src/logic/playercommand.cc:579 ../../src/logic/playercommand.cc:623
597#: ../../src/logic/playercommand.cc:684 ../../src/logic/playercommand.cc:1177
598#: ../../src/logic/playercommand.cc:1368 ../../src/logic/playercommand.cc:1431
599#: ../../src/logic/playercommand.cc:1490 ../../src/logic/playercommand.cc:1553
600#: ../../src/logic/playercommand.cc:1615 ../../src/logic/playercommand.cc:1685
601#: ../../src/logic/playercommand.cc:1757 ../../src/logic/playercommand.cc:1855
602#: ../../src/logic/playercommand.cc:1933 ../../src/logic/playercommand.cc:1977
603#: ../../src/logic/replay.cc:116 ../../src/logic/requirements.cc:48
604#: ../../src/logic/ship.cc:984
605#: ../../src/map_io/widelands_map_bob_data_packet.cc:136
606#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:372427#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:372
607#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:387428#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:387
608#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:481429#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:481
609#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:497430#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:497
610#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:549431#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:549
611#: ../../src/map_io/widelands_map_building_data_packet.cc:111432#: ../../src/map_io/widelands_map_extradata_data_packet.cc:98
612#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:247433#: ../../src/map_io/widelands_map_heights_data_packet.cc:50
613#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:348434#: ../../src/map_io/widelands_map_waredata_data_packet.cc:205
614#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:385
615#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:465
616#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:763
617#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:860
618#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:1159
619#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:1235
620#: ../../src/map_io/widelands_map_exploration_data_packet.cc:92
621#: ../../src/map_io/widelands_map_extradata_data_packet.cc:99
622#: ../../src/map_io/widelands_map_flag_data_packet.cc:118435#: ../../src/map_io/widelands_map_flag_data_packet.cc:118
623#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:221
624#: ../../src/map_io/widelands_map_heights_data_packet.cc:51
625#: ../../src/map_io/widelands_map_node_ownership_data_packet.cc:62436#: ../../src/map_io/widelands_map_node_ownership_data_packet.cc:62
437#: ../../src/map_io/widelands_map_road_data_packet.cc:66
438#: ../../src/map_io/widelands_map_exploration_data_packet.cc:91
439#: ../../src/map_io/widelands_map_version_data_packet.cc:73
626#: ../../src/map_io/widelands_map_object_packet.cc:61440#: ../../src/map_io/widelands_map_object_packet.cc:61
627#: ../../src/map_io/widelands_map_player_position_data_packet.cc:59441#: ../../src/map_io/widelands_map_building_data_packet.cc:110
628#: ../../src/map_io/widelands_map_road_data_packet.cc:67442#: ../../src/map_io/widelands_map_ware_data_packet.cc:73
629#: ../../src/map_io/widelands_map_roaddata_data_packet.cc:207443#: ../../src/map_io/widelands_map_roaddata_data_packet.cc:206
630#: ../../src/map_io/widelands_map_terrain_data_packet.cc:78444#: ../../src/logic/battle.cc:407 ../../src/logic/cmd_incorporate.cc:46
631#: ../../src/map_io/widelands_map_version_data_packet.cc:74445#: ../../src/logic/cmd_luacoroutine.cc:75 ../../src/logic/ship.cc:1045
632#: ../../src/map_io/widelands_map_ware_data_packet.cc:74446#: ../../src/logic/cmd_queue.cc:184 ../../src/logic/instances.cc:71
633#: ../../src/map_io/widelands_map_waredata_data_packet.cc:206447#: ../../src/logic/instances.cc:129 ../../src/logic/instances.cc:495
448#: ../../src/logic/cmd_luascript.cc:56 ../../src/logic/critter_bob.cc:387
449#: ../../src/logic/requirements.cc:48 ../../src/logic/immovable.cc:793
450#: ../../src/logic/immovable.cc:1489 ../../src/logic/legacy.cc:428
451#: ../../src/logic/legacy.cc:486 ../../src/logic/replay.cc:116
452#: ../../src/logic/playercommand.cc:151 ../../src/logic/playercommand.cc:199
453#: ../../src/logic/playercommand.cc:253 ../../src/logic/playercommand.cc:301
454#: ../../src/logic/playercommand.cc:388 ../../src/logic/playercommand.cc:448
455#: ../../src/logic/playercommand.cc:505 ../../src/logic/playercommand.cc:579
456#: ../../src/logic/playercommand.cc:623 ../../src/logic/playercommand.cc:684
457#: ../../src/logic/playercommand.cc:1177 ../../src/logic/playercommand.cc:1368
458#: ../../src/logic/playercommand.cc:1431 ../../src/logic/playercommand.cc:1490
459#: ../../src/logic/playercommand.cc:1553 ../../src/logic/playercommand.cc:1615
460#: ../../src/logic/playercommand.cc:1685 ../../src/logic/playercommand.cc:1757
461#: ../../src/logic/playercommand.cc:1855 ../../src/logic/playercommand.cc:1933
462#: ../../src/logic/playercommand.cc:1977
463#: ../../src/logic/cmd_calculate_statistics.cc:44
464#: ../../src/economy/portdock.cc:537 ../../src/economy/request.cc:241
465#: ../../src/economy/wares_queue.cc:287 ../../src/economy/fleet.cc:770
466#: ../../src/economy/cmd_call_economy_balance.cc:86
634#, c-format467#, c-format
635msgid "unknown/unhandled version %u"468msgid "unknown/unhandled version %u"
636msgstr ""469msgstr ""
637470
638#: ../../src/economy/cmd_call_economy_balance.cc:88
639#, c-format
640msgid "call economy balance: %s"
641msgstr ""
642
643#: ../../src/economy/economy_data_packet.cc:61
644#: ../../src/economy/economy_data_packet.cc:80
645#, c-format
646msgid "duplicated entry for %s"
647msgstr ""
648
649#: ../../src/economy/economy_data_packet.cc:92
650#, c-format
651msgid "target quantities: %s"
652msgstr ""
653
654#: ../../src/economy/economy_data_packet.cc:96
655#, c-format
656msgid "unknown version %u"
657msgstr ""
658
659#: ../../src/economy/economy_data_packet.cc:99
660#, c-format
661msgid "economy: %s"
662msgstr ""
663
664#: ../../src/economy/fleet.cc:769 ../../src/economy/portdock.cc:621
665#, c-format
666msgid "loading portdock: %s"
667msgstr ""
668
669#: ../../src/economy/wares_queue.cc:289
670#, c-format
671msgid "waresqueue: %s"
672msgstr ""
673
674#: ../../src/editor/editorinteractive.cc:64
675msgid "Menu"
676msgstr ""
677
678#: ../../src/editor/editorinteractive.cc:67
679#: ../../src/editor/ui_menus/editor_tool_menu.cc:46
680msgid "Tools"
681msgstr ""
682
683#: ../../src/editor/editorinteractive.cc:71
684#: ../../src/editor/ui_menus/editor_toolsize_menu.cc:41
685msgid "Toolsize"
686msgstr ""
687
688#: ../../src/editor/editorinteractive.cc:74
689#: ../../src/wui/interactive_player.cc:119
690#: ../../src/wui/interactive_spectator.cc:61
691msgid "Minimap"
692msgstr ""
693
694#: ../../src/editor/editorinteractive.cc:77
695#: ../../src/wui/interactive_player.cc:122
696msgid "Buildhelp"
697msgstr ""
698
699#: ../../src/editor/editorinteractive.cc:80
700#: ../../src/ui_fsmenu/launchMPG.cc:160
701msgid "Players"
702msgstr ""
703
704#: ../../src/editor/editorinteractive.cc:83
705msgid "Undo"
706msgstr ""
707
708#: ../../src/editor/editorinteractive.cc:86
709msgid "Redo"
710msgstr ""
711
712#: ../../src/editor/editorinteractive.cc:190
713#: ../../src/editor/editorinteractive.cc:610
714#, c-format
715msgid "Loading tribe: %s"
716msgstr ""
717
718#: ../../src/editor/editorinteractive.cc:196
719msgid "Creating players"
720msgstr ""
721
722#: ../../src/editor/editorinteractive.cc:203
723#: ../../src/logic/editor_game_base.cc:276
724msgid "Loading world data"
725msgstr ""
726
727#: ../../src/editor/editorinteractive.cc:206
728#: ../../src/editor/editorinteractive.cc:614
729msgid "Loading graphics..."
730msgstr ""
731
732#: ../../src/editor/editorinteractive.cc:252
733msgid "Map unsaved"
734msgstr ""
735
736#: ../../src/editor/editorinteractive.cc:253
737msgid "The Map is unsaved, do you really want to quit?"
738msgstr ""
739
740#: ../../src/editor/editorinteractive.cc:601
741#: ../../src/editor/ui_menus/editor_main_menu_new_map.cc:179
742#: ../../src/editor/ui_menus/editor_main_menu_random_map.cc:486
743#: ../../src/editor/ui_menus/editor_main_menu_save_map.cc:182
744#: ../../src/logic/map.h:166
745msgid "No Name"
746msgstr ""
747
748#: ../../src/editor/editorinteractive.cc:603
749#: ../../src/ui_fsmenu/loadgame.cc:241 ../../src/ui_fsmenu/loadreplay.cc:197
750#: ../../src/ui_fsmenu/netsetup_lan.cc:198 ../../src/wui/game_summary.cc:171
751#: ../../src/editor/ui_menus/editor_main_menu_new_map.cc:180
752#: ../../src/editor/ui_menus/editor_main_menu_random_map.cc:487
753#: ../../src/logic/map.h:167
754msgid "Unknown"
755msgstr ""
756
757#: ../../src/game_io/game_cmd_queue_data_packet.cc:86
758#, c-format
759msgid "command queue: %s"
760msgstr ""
761
762#: ../../src/game_io/game_game_class_data_packet.cc:46
763#, c-format
764msgid "game_class: %s"
765msgstr ""
766
767#: ../../src/game_io/game_interactive_player_data_packet.cc:57
768msgid "The game has no players!"
769msgstr ""
770
771#: ../../src/game_io/game_interactive_player_data_packet.cc:81
772#, c-format
773msgid "interactive player: %s"
774msgstr ""
775
776#: ../../src/game_io/game_player_economies_data_packet.cc:65
777msgid "there is no flag at the specified location"
778msgstr ""
779
780#: ../../src/game_io/game_player_economies_data_packet.cc:67
781#: ../../src/map_io/widelands_map_player_position_data_packet.cc:55
782#, c-format
783msgid "player %u: %s"
784msgstr ""
785
786#: ../../src/game_io/game_player_economies_data_packet.cc:73
787#, c-format
788msgid "economies: %s"
789msgstr ""
790
791#: ../../src/game_io/game_player_info_data_packet.cc:54
792#, c-format
793msgid "player number (%i) is out of range (1 .. %u)"
794msgstr ""
795
796#: ../../src/game_io/game_player_info_data_packet.cc:145471#: ../../src/game_io/game_player_info_data_packet.cc:145
797#, c-format472#, c-format
798msgid "player info: %s"473msgid "player info: %s"
@@ -803,19 +478,19 @@
803msgstr ""478msgstr ""
804479
805#: ../../src/game_io/game_preload_data_packet.cc:77480#: ../../src/game_io/game_preload_data_packet.cc:77
481#: ../../src/ui_fsmenu/launchMPG.cc:287 ../../src/ui_fsmenu/launchSPG.cc:230
806#: ../../src/logic/game.cc:248 ../../src/logic/game.cc:344482#: ../../src/logic/game.cc:248 ../../src/logic/game.cc:344
807#: ../../src/ui_fsmenu/launchMPG.cc:286 ../../src/ui_fsmenu/launchSPG.cc:230
808#: ../../src/wui/multiplayersetupgroup.cc:356483#: ../../src/wui/multiplayersetupgroup.cc:356
809msgid "Scenario"484msgid "Scenario"
810msgstr ""485msgstr ""
811486
812#: ../../src/game_io/game_preload_data_packet.cc:104487#: ../../src/game_io/game_preload_data_packet.cc:104
813#: ../../src/map_io/widelands_map_allowed_building_types_data_packet.cc:93488#: ../../src/map_io/widelands_map_objective_data_packet.cc:70
814#: ../../src/map_io/widelands_map_allowed_worker_types_data_packet.cc:79489#: ../../src/map_io/widelands_map_allowed_worker_types_data_packet.cc:78
815#: ../../src/map_io/widelands_map_elemental_data_packet.cc:68
816#: ../../src/map_io/widelands_map_objective_data_packet.cc:71
817#: ../../src/map_io/widelands_map_player_names_and_tribes_data_packet.cc:79
818#: ../../src/map_io/widelands_map_port_spaces_data_packet.cc:61490#: ../../src/map_io/widelands_map_port_spaces_data_packet.cc:61
491#: ../../src/map_io/widelands_map_allowed_building_types_data_packet.cc:92
492#: ../../src/map_io/widelands_map_elemental_data_packet.cc:67
493#: ../../src/map_io/widelands_map_player_names_and_tribes_data_packet.cc:78
819#, c-format494#, c-format
820msgid "unknown/unhandled version %i"495msgid "unknown/unhandled version %i"
821msgstr ""496msgstr ""
@@ -825,928 +500,43 @@
825msgid "preload: %s"500msgid "preload: %s"
826msgstr ""501msgstr ""
827502
828#: ../../src/graphic/animation.cc:137 ../../src/logic/building.cc:88503#: ../../src/game_io/game_game_class_data_packet.cc:46
829#: ../../src/logic/immovable.cc:192 ../../src/logic/immovable.cc:828504#, c-format
830#: ../../src/logic/immovable.cc:868 ../../src/logic/immovable.cc:1033505msgid "game_class: %s"
831#: ../../src/logic/military_data.cc:51 ../../src/logic/military_data.cc:58506msgstr ""
832#: ../../src/logic/production_program.cc:114507
833#: ../../src/logic/production_program.cc:276508#: ../../src/game_io/game_player_economies_data_packet.cc:62
834#: ../../src/logic/production_program.cc:283509msgid "there is no flag at the specified location"
835#: ../../src/logic/production_program.cc:301510msgstr ""
836#: ../../src/logic/production_program.cc:318511
837#: ../../src/logic/production_program.cc:397512#: ../../src/game_io/game_player_economies_data_packet.cc:83
838#: ../../src/logic/production_program.cc:401513#: ../../src/map_io/widelands_map_player_position_data_packet.cc:54
839#: ../../src/logic/production_program.cc:529514#, c-format
840#: ../../src/logic/production_program.cc:543515msgid "player %1$u: %2$s"
841#: ../../src/logic/production_program.cc:661516msgstr ""
842#: ../../src/logic/production_program.cc:735517
843#: ../../src/logic/production_program.cc:891518#: ../../src/game_io/game_player_economies_data_packet.cc:89
844#: ../../src/logic/production_program.cc:989519#, c-format
845#: ../../src/logic/production_program.cc:1069520msgid "economies: %s"
846#: ../../src/logic/production_program.cc:1079521msgstr ""
847#: ../../src/logic/production_program.cc:1090522
848#: ../../src/logic/production_program.cc:1246523#: ../../src/game_io/game_cmd_queue_data_packet.cc:86
849#: ../../src/logic/production_program.cc:1268524#, c-format
850#: ../../src/logic/production_program.cc:1327525msgid "command queue: %s"
851#: ../../src/logic/production_program.cc:1339526msgstr ""
852#: ../../src/logic/production_program.cc:1348527
853#: ../../src/logic/production_program.cc:1438 ../../src/logic/soldier.cc:70528#: ../../src/game_io/game_interactive_player_data_packet.cc:57
854#: ../../src/logic/soldier.cc:77 ../../src/logic/soldier.cc:185529msgid "The game has no players!"
855#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:557530msgstr ""
856#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:131531
857#, c-format532#: ../../src/game_io/game_interactive_player_data_packet.cc:81
858msgid "expected %s but found \"%s\""533#, c-format
859msgstr ""534msgid "interactive player: %s"
860535msgstr ""
861#: ../../src/graphic/animation.cc:138536
862msgid "frame number"537#: ../../src/map_io/widelands_map_terrain_data_packet.cc:79
863msgstr ""538#, c-format
864539msgid "terrain: %s"
865#: ../../src/io/dedicated_log.cc:66 ../../src/network/internet_gaming.cc:795
866#: ../../src/ui_fsmenu/mapselect.cc:503 ../../src/ui_fsmenu/mapselect.cc:507
867msgid "unknown"
868msgstr ""
869
870#: ../../src/logic/battle.cc:174
871#, c-format
872msgid "[battle] soldier %u lose battle\n"
873msgstr ""
874
875#: ../../src/logic/battle.cc:178
876#, c-format
877msgid "[battle] waking up winner %d\n"
878msgstr ""
879
880#: ../../src/logic/bob.cc:88 ../../src/logic/immovable.cc:204
881#, c-format
882msgid "bad attribute \"%s\""
883msgstr ""
884
885#: ../../src/logic/building.cc:540
886msgid "mine"
887msgstr ""
888
889#: ../../src/logic/building.cc:541
890#: ../../src/editor/tools/editor_info_tool.cc:60
891msgid "small"
892msgstr ""
893
894#: ../../src/logic/building.cc:542
895#: ../../src/editor/tools/editor_info_tool.cc:61
896msgid "medium"
897msgstr ""
898
899#: ../../src/logic/building.cc:542
900#: ../../src/editor/tools/editor_info_tool.cc:62
901msgid "big"
902msgstr ""
903
904#: ../../src/logic/cmd_calculate_statistics.cc:46
905#, c-format
906msgid "calculate statistics function: %s"
907msgstr ""
908
909#: ../../src/logic/cmd_luacoroutine.cc:77
910#, c-format
911msgid "lua function: %s"
912msgstr ""
913
914#: ../../src/logic/cmd_luascript.cc:58
915#, c-format
916msgid "lua: %s"
917msgstr ""
918
919#: ../../src/logic/cmd_queue.cc:188
920#, c-format
921msgid "duetime (%i) < gametime (%i)"
922msgstr ""
923
924#: ../../src/logic/cmd_queue.cc:193
925#, c-format
926msgid "game logic: %s"
927msgstr ""
928
929#: ../../src/logic/critter_bob.cc:389
930#, c-format
931msgid "loading critter: %s"
932msgstr ""
933
934#: ../../src/logic/dismantlesite.cc:100
935#, c-format
936msgid "%u%% dismantled"
937msgstr ""
938
939#: ../../src/logic/editor_game_base.cc:283
940msgid "Loading tribes"
941msgstr ""
942
943#: ../../src/logic/game.cc:139
944msgid "Not set"
945msgstr ""
946
947#: ../../src/logic/game.cc:227
948msgid "Preloading a map"
949msgstr ""
950
951#: ../../src/logic/game.cc:234
952msgid "Loading a world"
953msgstr ""
954
955#: ../../src/logic/game.cc:240
956#, c-format
957msgid "Adding player %u"
958msgstr ""
959
960#: ../../src/logic/game.cc:254
961msgid "Loading a map"
962msgstr ""
963
964#: ../../src/logic/game.cc:283 ../../src/logic/game.cc:362
965#: ../../src/logic/game.cc:397
966msgid "Preloading map"
967msgstr ""
968
969#: ../../src/logic/game.cc:298
970msgid "Configuring players"
971msgstr ""
972
973#: ../../src/logic/game.cc:332
974msgid "Loading map"
975msgstr ""
976
977#: ../../src/logic/game.cc:484
978msgid "Creating player infrastructure"
979msgstr ""
980
981#: ../../src/logic/game.cc:497 ../../src/logic/player.cc:221
982msgid "Missing starting position"
983msgstr ""
984
985#: ../../src/logic/game.cc:499 ../../src/logic/player.cc:223
986#, c-format
987msgid ""
988"Widelands could not start the game, because player %u has no starting "
989"position.\n"
990"You can manually add a starting position with Widelands Editor, to fix this "
991"problem."
992msgstr ""
993
994#: ../../src/logic/immovable.cc:141 ../../src/logic/production_program.cc:1647
995#, c-format
996msgid "unknown command type \"%s\""
997msgstr ""
998
999#: ../../src/logic/immovable.cc:145
1000msgid "no actions"
1001msgstr ""
1002
1003#: ../../src/logic/immovable.cc:218
1004msgid "this program has already been declared"
1005msgstr ""
1006
1007#: ../../src/logic/immovable.cc:224
1008#, c-format
1009msgid "program %s: %s"
1010msgstr ""
1011
1012#: ../../src/logic/immovable.cc:256 ../../src/logic/immovable.cc:271
1013#, c-format
1014msgid "expected 0 .. 255 but found %u"
1015msgstr ""
1016
1017#: ../../src/logic/immovable.cc:258 ../../src/logic/immovable.cc:273
1018msgid "duplicated"
1019msgstr ""
1020
1021#: ../../src/logic/immovable.cc:276
1022#, c-format
1023msgid "[terrain affinity] \"%s\" (not in current world): %s"
1024msgstr ""
1025
1026#: ../../src/logic/immovable.cc:312
1027#, c-format
1028msgid "immovable %s has no program \"%s\""
1029msgstr ""
1030
1031#: ../../src/logic/immovable.cc:776
1032#, c-format
1033msgid "tribe %s does not define immovable type \"%s\""
1034msgstr ""
1035
1036#: ../../src/logic/immovable.cc:779
1037#, c-format
1038msgid "unknown tribe %s"
1039msgstr ""
1040
1041#: ../../src/logic/immovable.cc:785
1042#, c-format
1043msgid "world does not define immovable type \"%s\""
1044msgstr ""
1045
1046#: ../../src/logic/immovable.cc:795
1047#, c-format
1048msgid "immovable type %s"
1049msgstr ""
1050
1051#: ../../src/logic/immovable.cc:829 ../../src/logic/production_program.cc:662
1052#: ../../src/logic/production_program.cc:736
1053msgid "duration in ms"
1054msgstr ""
1055
1056#: ../../src/logic/immovable.cc:868 ../../src/logic/production_program.cc:1438
1057msgid "priority"
1058msgstr ""
1059
1060#: ../../src/logic/immovable.cc:908 ../../src/logic/immovable.cc:1088
1061#, c-format
1062msgid "expected probability in range [1, 254] but found \"%s\""
1063msgstr ""
1064
1065#: ../../src/logic/immovable.cc:927
1066#, c-format
1067msgid ""
1068"unknown scope \"%s\" given for target type (must be \"world\" or \"tribe\")"
1069msgstr ""
1070
1071#: ../../src/logic/immovable.cc:938
1072msgid "illegal transformation to the same type"
1073msgstr ""
1074
1075#: ../../src/logic/immovable.cc:980 ../../src/logic/immovable.cc:1067
1076#, c-format
1077msgid "immovable type not in tribe but target type has scope (\"%s\")"
1078msgstr ""
1079
1080#: ../../src/logic/immovable.cc:986 ../../src/logic/immovable.cc:1073
1081#, c-format
1082msgid "scope \"%s\" given for target type (must be \"world\")"
1083msgstr ""
1084
1085#: ../../src/logic/immovable.cc:1034
1086msgid "probability in range [1, 254]"
1087msgstr ""
1088
1089#: ../../src/logic/immovable.cc:1491
1090#, c-format
1091msgid "loading player immovable: %s"
1092msgstr ""
1093
1094#: ../../src/logic/instances.cc:73
1095#, c-format
1096msgid "destroy map object: %s"
1097msgstr ""
1098
1099#: ../../src/logic/instances.cc:122
1100#, c-format
1101msgid "object %u: %s"
1102msgstr ""
1103
1104#: ../../src/logic/instances.cc:131
1105#, c-format
1106msgid "act: %s"
1107msgstr ""
1108
1109#: ../../src/logic/map.cc:363
1110msgid "Player 1"
1111msgstr ""
1112
1113#: ../../src/logic/military_data.cc:51 ../../src/logic/soldier.cc:70
1114msgid "\"min-max\""
1115msgstr ""
1116
1117#: ../../src/logic/military_data.cc:59
1118msgid "positive integer <= 100"
1119msgstr ""
1120
1121#: ../../src/logic/military_data.cc:63
1122#, c-format
1123msgid "expected positive integer >= %u <= 100 but found \"%s\""
1124msgstr ""
1125
1126#: ../../src/logic/military_data.cc:75
1127#, c-format
1128msgid "expected positive integer >= %u <= %u but found \"%u\""
1129msgstr ""
1130
1131#: ../../src/logic/militarysite.cc:62 ../../src/logic/warehouse.cc:251
1132msgid " conquer"
1133msgstr ""
1134
1135#: ../../src/logic/militarysite.cc:119
1136#, c-format
1137msgid "%u soldier"
1138msgid_plural "%u soldiers"
1139msgstr[0] ""
1140msgstr[1] ""
1141
1142#: ../../src/logic/militarysite.cc:124
1143#, c-format
1144msgid "%u(+%u) soldier"
1145msgid_plural "%u(+%u) soldiers"
1146msgstr[0] ""
1147msgstr[1] ""
1148
1149#: ../../src/logic/militarysite.cc:239
1150#, c-format
1151msgid "Your soldiers occupied your %s."
1152msgstr ""
1153
1154#: ../../src/logic/militarysite.cc:840
1155#, c-format
1156msgid "The enemy defeated your soldiers at the %s."
1157msgstr ""
1158
1159#: ../../src/logic/militarysite.cc:845
1160msgid "Militarysite lost!"
1161msgstr ""
1162
1163#: ../../src/logic/militarysite.cc:899
1164#, c-format
1165msgid "Your soldiers defeated the enemy at the %s."
1166msgstr ""
1167
1168#: ../../src/logic/militarysite.cc:904
1169msgid "Enemy at site defeated!"
1170msgstr ""
1171
1172#: ../../src/logic/militarysite.cc:949
1173#, c-format
1174msgid "Your %s discovered an aggressor.</p>"
1175msgstr ""
1176
1177#: ../../src/logic/militarysite.cc:950
1178#, c-format
1179msgid "Your %s is under attack.</p>"
1180msgstr ""
1181
1182#: ../../src/logic/militarysite.cc:958
1183msgid "You are under attack"
1184msgstr ""
1185
1186#: ../../src/logic/playercommand.cc:147
1187#: ../../src/map_io/widelands_map_building_data_packet.cc:105
1188#, c-format
1189msgid "player %u does not exist"
1190msgstr ""
1191
1192#: ../../src/logic/playercommand.cc:153
1193#, c-format
1194msgid "player command: %s"
1195msgstr ""
1196
1197#: ../../src/logic/playercommand.cc:195
1198#, c-format
1199msgid "player immovable %u: %s"
1200msgstr ""
1201
1202#: ../../src/logic/playercommand.cc:201
1203#, c-format
1204msgid "bulldoze: %s"
1205msgstr ""
1206
1207#: ../../src/logic/playercommand.cc:255
1208#, c-format
1209msgid "build: %s"
1210msgstr ""
1211
1212#: ../../src/logic/playercommand.cc:303
1213#, c-format
1214msgid "build flag: %s"
1215msgstr ""
1216
1217#: ../../src/logic/playercommand.cc:390
1218#, c-format
1219msgid "build road: %s"
1220msgstr ""
1221
1222#: ../../src/logic/playercommand.cc:444
1223#, c-format
1224msgid "flag %u: %s"
1225msgstr ""
1226
1227#: ../../src/logic/playercommand.cc:450
1228#, c-format
1229msgid "flag action: %s"
1230msgstr ""
1231
1232#: ../../src/logic/playercommand.cc:501 ../../src/logic/playercommand.cc:575
1233#: ../../src/logic/playercommand.cc:619 ../../src/logic/playercommand.cc:677
1234#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:242
1235#, c-format
1236msgid "building %u: %s"
1237msgstr ""
1238
1239#: ../../src/logic/playercommand.cc:507 ../../src/logic/playercommand.cc:581
1240#: ../../src/logic/playercommand.cc:625
1241#, c-format
1242msgid "start/stop building: %s"
1243msgstr ""
1244
1245#: ../../src/logic/playercommand.cc:686
1246#, c-format
1247msgid "enhance building: %s"
1248msgstr ""
1249
1250#: ../../src/logic/playercommand.cc:1169 ../../src/logic/playercommand.cc:1674
1251#: ../../src/logic/playercommand.cc:1752
1252#, c-format
1253msgid "site %u: %s"
1254msgstr ""
1255
1256#: ../../src/logic/playercommand.cc:1179
1257#, c-format
1258msgid "set ware priority: %s"
1259msgstr ""
1260
1261#: ../../src/logic/playercommand.cc:1307
1262#, c-format
1263msgid "change target quantity: %s"
1264msgstr ""
1265
1266#: ../../src/logic/playercommand.cc:1370
1267#, c-format
1268msgid "set ware target quantity: %s"
1269msgstr ""
1270
1271#: ../../src/logic/playercommand.cc:1492
1272#, c-format
1273msgid "set worker target quantity: %s"
1274msgstr ""
1275
1276#: ../../src/logic/playercommand.cc:1617
1277#, c-format
1278msgid "change training options: %s"
1279msgstr ""
1280
1281#: ../../src/logic/playercommand.cc:1681
1282#, c-format
1283msgid "soldier %u: %s"
1284msgstr ""
1285
1286#: ../../src/logic/playercommand.cc:1687
1287#, c-format
1288msgid "drop soldier: %s"
1289msgstr ""
1290
1291#: ../../src/logic/playercommand.cc:1759
1292#, c-format
1293msgid "change soldier capacity: %s"
1294msgstr ""
1295
1296#: ../../src/logic/playercommand.cc:1924
1297#, c-format
1298msgid "retreat: value out of range. Received %u expected %u-%u"
1299msgstr ""
1300
1301#: ../../src/logic/playercommand.cc:1935
1302#, c-format
1303msgid "change military config: %s"
1304msgstr ""
1305
1306#: ../../src/logic/playercommand.cc:1974
1307#, c-format
1308msgid "(player %u): message id is null"
1309msgstr ""
1310
1311#: ../../src/logic/playercommand.cc:1979
1312#, c-format
1313msgid "player message: %s"
1314msgstr ""
1315
1316#: ../../src/logic/production_program.cc:87
1317#, c-format
1318msgid ""
1319"%s is not declared as an input (\"%s=<count>\" was not found in the [inputs] "
1320"section)"
1321msgstr ""
1322
1323#: ../../src/logic/production_program.cc:100
1324#, c-format
1325msgid ""
1326"wrong order of ware types within group: ware type %s appears after ware type "
1327"%s (fix order!)"
1328msgstr ""
1329
1330#: ../../src/logic/production_program.cc:114
1331#: ../../src/logic/production_program.cc:892
1332#: ../../src/logic/production_program.cc:990
1333msgid "count"
1334msgstr ""
1335
1336#: ../../src/logic/production_program.cc:119
1337#, c-format
1338msgid ""
1339"group count is %u but (total) input storage capacity of the specified ware "
1340"type(s) is only %u, so the group can never be fulfilled by the site"
1341msgstr ""
1342
1343#: ../../src/logic/production_program.cc:154
1344msgid "not "
1345msgstr ""
1346
1347#: ../../src/logic/production_program.cc:176
1348#: ../../src/logic/production_program.cc:197
1349msgid "economy needs "
1350msgstr ""
1351
1352#: ../../src/logic/production_program.cc:226
1353msgid "site has "
1354msgstr ""
1355
1356#: ../../src/logic/production_program.cc:252
1357msgid "workers need experience"
1358msgstr ""
1359
1360#: ../../src/logic/production_program.cc:277
1361msgid "ware type or worker type"
1362msgstr ""
1363
1364#: ../../src/logic/production_program.cc:346
1365#, c-format
1366msgid "invalid condition: %s"
1367msgstr ""
1368
1369#: ../../src/logic/production_program.cc:363
1370#, c-format
1371msgid "expected {\"failed\"|\"completed\"|\"skipped\"} but found \"%s\""
1372msgstr ""
1373
1374#: ../../src/logic/production_program.cc:376
1375msgid "expected \"and\" or end of input"
1376msgstr ""
1377
1378#: ../../src/logic/production_program.cc:385
1379msgid "expected condition at end of input"
1380msgstr ""
1381
1382#: ../../src/logic/production_program.cc:391
1383msgid "expected \"or\" or end of input"
1384msgstr ""
1385
1386#: ../../src/logic/production_program.cc:424
1387#: ../../src/logic/production_program.cc:815
1388msgid "failed"
1389msgstr ""
1390
1391#: ../../src/logic/production_program.cc:425
1392msgid "completed"
1393msgstr ""
1394
1395#: ../../src/logic/production_program.cc:425
1396msgid "skipped"
1397msgstr ""
1398
1399#: ../../src/logic/production_program.cc:431
1400#: ../../src/logic/production_program.cc:839
1401msgid " and "
1402msgstr ""
1403
1404#: ../../src/logic/production_program.cc:432
1405#: ../../src/logic/production_program.cc:818
1406msgid " because: "
1407msgstr ""
1408
1409#: ../../src/logic/production_program.cc:443
1410#: ../../src/wui/encyclopedia_window.cc:198
1411msgid " or "
1412msgstr ""
1413
1414#: ../../src/logic/production_program.cc:444
1415msgid " because not: "
1416msgstr ""
1417
1418#: ../../src/logic/production_program.cc:493
1419#, c-format
1420msgid ""
1421"the program \"%s\" has not (yet) been declared in %s (wrong declaration "
1422"order?)"
1423msgstr ""
1424
1425#: ../../src/logic/production_program.cc:515
1426#: ../../src/logic/production_program.cc:520
1427#: ../../src/logic/production_program.cc:525
1428#, c-format
1429msgid "%s handling method already defined"
1430msgstr ""
1431
1432#: ../../src/logic/production_program.cc:515
1433msgid "failure"
1434msgstr ""
1435
1436#: ../../src/logic/production_program.cc:520
1437msgid "completion"
1438msgstr ""
1439
1440#: ../../src/logic/production_program.cc:525
1441msgid "skip"
1442msgstr ""
1443
1444#: ../../src/logic/production_program.cc:530
1445msgid "{\"failure\"|\"completion\"|\"skip\"}"
1446msgstr ""
1447
1448#: ../../src/logic/production_program.cc:544
1449msgid "{\"fail\"|\"complete\"|\"skip\"|\"repeat\"}"
1450msgstr ""
1451
1452#: ../../src/logic/production_program.cc:666
1453#: ../../src/logic/production_program.cc:688
1454#, c-format
1455msgid "sleep: %s"
1456msgstr ""
1457
1458#: ../../src/logic/production_program.cc:684
1459#, c-format
1460msgid "Unknown parameter \"%s\""
1461msgstr ""
1462
1463#: ../../src/logic/production_program.cc:686
1464msgid "No parameter given!"
1465msgstr ""
1466
1467#: ../../src/logic/production_program.cc:719
1468msgid "idle animation is default; calling is not allowed"
1469msgstr ""
1470
1471#: ../../src/logic/production_program.cc:768
1472msgid "expected ware_type1[,ware_type2[,...]][:N] ..."
1473msgstr ""
1474
1475#: ../../src/logic/production_program.cc:842
1476msgid " is missing"
1477msgid_plural " are missing"
1478msgstr[0] ""
1479msgstr[1] ""
1480
1481#: ../../src/logic/production_program.cc:907
1482#: ../../src/logic/production_program.cc:1005
1483#, c-format
1484msgid ""
1485"%s is not declared as an output (\"output=%s\" was not found in the [global] "
1486"section)"
1487msgstr ""
1488
1489#: ../../src/logic/production_program.cc:934
1490#: ../../src/logic/production_program.cc:1030
1491#, c-format
1492msgid "%u "
1493msgstr ""
1494
1495#: ../../src/logic/production_program.cc:941
1496#: ../../src/logic/production_program.cc:1037
1497msgid ", "
1498msgstr ""
1499
1500#: ../../src/logic/production_program.cc:944
1501#, c-format
1502msgid "Produced %s"
1503msgstr ""
1504
1505#: ../../src/logic/production_program.cc:1022
1506msgid "Recruited "
1507msgstr ""
1508
1509#: ../../src/logic/production_program.cc:1069
1510msgid "distance"
1511msgstr ""
1512
1513#: ../../src/logic/production_program.cc:1080
1514#: ../../src/logic/production_program.cc:1091
1515msgid "percentage"
1516msgstr ""
1517
1518#: ../../src/logic/production_program.cc:1208
1519#, c-format
1520msgid "No left resources found!"
1521msgstr ""
1522
1523#: ../../src/logic/production_program.cc:1229
1524msgid "Main vein exhausted"
1525msgstr ""
1526
1527#: ../../src/logic/production_program.cc:1231
1528msgid ""
1529"This mines' main vein exhausted. Expect strongly diminished returns on "
1530"investment. You should consider to expand, dismantle or destruct it."
1531msgstr ""
1532
1533#: ../../src/logic/production_program.cc:1246
1534#: ../../src/logic/production_program.cc:1327
1535msgid "soldier type"
1536msgstr ""
1537
1538#: ../../src/logic/production_program.cc:1259
1539#, c-format
1540msgid "expected {\"hp\"|\"attack\"|\"defense\"|\"evade\"} but found \"%s\""
1541msgstr ""
1542
1543#: ../../src/logic/production_program.cc:1268
1544#: ../../src/logic/production_program.cc:1348
1545msgid "level"
1546msgstr ""
1547
1548#: ../../src/logic/production_program.cc:1282
1549#, c-format
1550msgid "No soldier to train!"
1551msgstr ""
1552
1553#: ../../src/logic/production_program.cc:1292
1554#: ../../src/logic/production_program.cc:1382
1555#, c-format
1556msgid "No soldier for this training level found!"
1557msgstr ""
1558
1559#: ../../src/logic/production_program.cc:1358
1560#, c-format
1561msgid "expected level > %u but found \"%s\""
1562msgstr ""
1563
1564#: ../../src/logic/productionsite.cc:71
1565msgid "this ware type has already been declared as an output"
1566msgstr ""
1567
1568#: ../../src/logic/productionsite.cc:75
1569msgid "this worker type has already been declared as an output"
1570msgstr ""
1571
1572#: ../../src/logic/productionsite.cc:245
1573msgid "(not occupied)"
1574msgstr ""
1575
1576#: ../../src/logic/productionsite.cc:249
1577msgid "Worker missing"
1578msgstr ""
1579
1580#: ../../src/logic/productionsite.cc:249
1581msgid "Workers missing"
1582msgstr ""
1583
1584#: ../../src/logic/productionsite.cc:258
1585msgid "(stopped)"
1586msgstr ""
1587
1588#: ../../src/logic/requirements.cc:233
1589#, c-format
1590msgid ""
1591"expected atrHP (%u), atrAttack (%u), atrDefense (%u), atrEvade (%u) or "
1592"atrTotal (%u) but found unknown attribute value (%u)"
1593msgstr ""
1594
1595#: ../../src/logic/ship.cc:423
1596msgid "Port space found"
1597msgstr ""
1598
1599#: ../../src/logic/ship.cc:424
1600msgid "An expedition ship found a new port build space."
1601msgstr ""
1602
1603#: ../../src/logic/ship.cc:531
1604msgid "Island surrounded"
1605msgstr ""
1606
1607#: ../../src/logic/ship.cc:532
1608msgid "An expedition ship surrounded its island without any events."
1609msgstr ""
1610
1611#: ../../src/logic/ship.cc:584
1612msgid "Coast reached"
1613msgstr ""
1614
1615#: ../../src/logic/ship.cc:586
1616msgid "An expedition ship reached a coast and is waiting for further commands."
1617msgstr ""
1618
1619#: ../../src/logic/ship.cc:722
1620msgid "Expedition ready"
1621msgstr ""
1622
1623#: ../../src/logic/ship.cc:723
1624msgid "An expedition ship is waiting for your commands."
1625msgstr ""
1626
1627#: ../../src/logic/ship.cc:986
1628#, c-format
1629msgid "loading ship: %s"
1630msgstr ""
1631
1632#: ../../src/logic/soldier.cc:78
1633msgid "positive integer"
1634msgstr ""
1635
1636#: ../../src/logic/soldier.cc:82
1637#, c-format
1638msgid "expected positive integer >= %u but found \"%s\""
1639msgstr ""
1640
1641#: ../../src/logic/soldier.cc:186
1642msgid "\"anim_name[,another_anim,...]\""
1643msgstr ""
1644
1645#: ../../src/logic/soldier.cc:1369
1646#, c-format
1647msgid "bad direction '%d'"
1648msgstr ""
1649
1650#: ../../src/logic/soldier.cc:1560 ../../src/logic/soldier.cc:1565
1651msgid "no"
1652msgstr ""
1653
1654#: ../../src/logic/soldier.cc:1572 ../../src/logic/soldier.cc:1581
1655msgid "Logic error"
1656msgstr ""
1657
1658#: ../../src/logic/tribe.cc:133
1659msgid "constructionsite type \"constructionsite\" is missing"
1660msgstr ""
1661
1662#: ../../src/logic/tribe.cc:142
1663msgid "dismantlesite type \"distmantlesite\" is missing"
1664msgstr ""
1665
1666#: ../../src/logic/tribe.cc:259 ../../src/logic/tribe.cc:280
1667#, c-format
1668msgid "\"%s\" is duplicated"
1669msgstr ""
1670
1671#: ../../src/logic/tribe.cc:268 ../../src/logic/tribe.cc:289
1672msgid "none found"
1673msgstr ""
1674
1675#: ../../src/logic/tribe.cc:270
1676#, c-format
1677msgid "frontier styles: %s"
1678msgstr ""
1679
1680#: ../../src/logic/tribe.cc:291
1681#, c-format
1682msgid "flag styles: %s"
1683msgstr ""
1684
1685#: ../../src/logic/tribe.cc:334
1686#, c-format
1687msgid "tribe %s: %s"
1688msgstr ""
1689
1690#: ../../src/logic/warehouse.cc:464
1691#, c-format
1692msgid "A new %s was added to your economy."
1693msgstr ""
1694
1695#: ../../src/logic/worker.cc:109
1696#, c-format
1697msgid ""
1698"should mine resource %s, which does not exist in world; tribe is not "
1699"compatible with world"
1700msgstr ""
1701
1702#: ../../src/logic/worker.cc:214
1703#, c-format
1704msgid ""
1705"should breed resource type %s, which does not exist in world; tribe is not "
1706"compatible with world"
1707msgstr ""
1708
1709#: ../../src/logic/worker.cc:605
1710msgid "Out of "
1711msgstr ""
1712
1713#: ../../src/logic/worker.cc:608
1714msgid ""
1715"The worker of this building cannot find any more resources of the following "
1716"type: "
1717msgstr ""
1718
1719#: ../../src/logic/worker.cc:956
1720msgid "A geologist found resources."
1721msgstr ""
1722
1723#: ../../src/logic/worker.cc:1867
1724#, c-format
1725msgid "Your %s can't find a way home and will likely die."
1726msgstr ""
1727
1728#: ../../src/logic/worker.cc:1874
1729msgid "Worker got lost!"
1730msgstr ""
1731
1732#: ../../src/logic/worker.cc:3088
1733#, c-format
1734msgid "loading worker: %s"
1735msgstr ""
1736
1737#: ../../src/logic/world.cc:628
1738#, c-format
1739msgid "%s: too many terrain types, can not be more than 16"
1740msgstr ""
1741
1742#: ../../src/map_io/widelands_map_allowed_building_types_data_packet.cc:95
1743#, c-format
1744msgid "allowed buildings: %s"
1745msgstr ""
1746
1747#: ../../src/map_io/widelands_map_allowed_worker_types_data_packet.cc:81
1748#, c-format
1749msgid "allowed worker types: %s"
1750msgstr ""540msgstr ""
1751541
1752#: ../../src/map_io/widelands_map_bob_data_packet.cc:47542#: ../../src/map_io/widelands_map_bob_data_packet.cc:47
@@ -1759,11 +549,160 @@
1759msgid "tribe \"%s\" does not exist"549msgid "tribe \"%s\" does not exist"
1760msgstr ""550msgstr ""
1761551
1762#: ../../src/map_io/widelands_map_bob_data_packet.cc:138552#: ../../src/map_io/widelands_map_bob_data_packet.cc:137
1763#, c-format553#, c-format
1764msgid "bobs: %s"554msgid "bobs: %s"
1765msgstr ""555msgstr ""
1766556
557#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:84
558#, c-format
559msgid "wrong flag (%1$u) at given position (%2$i, %3$i)"
560msgstr ""
561
562#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:89
563#, c-format
564msgid "no flag at given position (%1$i, %2$i)"
565msgstr ""
566
567#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:109
568#, c-format
569msgid "has building %1$u at (%2$i, %3$i), which is not at the top left node"
570msgstr ""
571
572#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:116
573#, c-format
574msgid "building (%1$u): %2$s"
575msgstr ""
576
577#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:215
578#: ../../src/map_io/widelands_map_ware_data_packet.cc:68
579#, c-format
580msgid "%1$u: %2$s"
581msgstr ""
582
583#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:222
584#, c-format
585msgid "flagdata: %s"
586msgstr ""
587
588#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:242
589#: ../../src/logic/playercommand.cc:501 ../../src/logic/playercommand.cc:575
590#: ../../src/logic/playercommand.cc:619 ../../src/logic/playercommand.cc:677
591#, c-format
592msgid "building %1$u: %2$s"
593msgstr ""
594
595#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:249
596#, c-format
597msgid "buildingdata: %s"
598msgstr ""
599
600#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:339
601#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:440
602#, c-format
603msgid "wares: %s"
604msgstr ""
605
606#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:350
607#, c-format
608msgid "partially_constructed_buildings: %s"
609msgstr ""
610
611#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:387
612#, c-format
613msgid "constructionsite: %s"
614msgstr ""
615
616#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:467
617#, c-format
618msgid "dismantlesite: %s"
619msgstr ""
620
621#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:651
622#, c-format
623msgid ""
624"%1$s %2$u has a next_spawn time for worker type \"%3$s\" set to %4$u, but it "
625"was previously set to %5$u\n"
626msgstr ""
627
628#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:736
629#, c-format
630msgid "warehouse: %s"
631msgstr ""
632
633#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:860
634#, c-format
635msgid "militarysite: %s"
636msgstr ""
637
638#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:1017
639#, c-format
640msgid "program %1$s was skipped at time %2$u, but time is only %3$u"
641msgstr ""
642
643#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:1235
644#, c-format
645msgid "trainingsite: %s"
646msgstr ""
647
648#: ../../src/map_io/widelands_map_objective_data_packet.cc:65
649#, c-format
650msgid "%1$s: %2$s"
651msgstr ""
652
653#: ../../src/map_io/widelands_map_objective_data_packet.cc:72
654#, c-format
655msgid "Objectives: %s"
656msgstr ""
657
658#: ../../src/map_io/widelands_map_player_position_data_packet.cc:60
659#, c-format
660msgid "player positions: %s"
661msgstr ""
662
663#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:89
664#, c-format
665msgid ""
666"messages are not ordered: sent at %1$u but previous message sent at %2$u"
667msgstr ""
668
669#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:95
670#, c-format
671msgid "message is sent in the future: sent at %1$u but gametime is only %2$u"
672msgstr ""
673
674#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:104
675#, c-format
676msgid ""
677"the value %u is not allowed as duration; it is a special value meaning "
678"forever, which is the default; omit the duration key to make the message "
679"exist forever"
680msgstr ""
681
682#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:112
683#, c-format
684msgid ""
685"duration %1$u is too large; causes numeric overflow when added to sent time "
686"%2$u"
687msgstr ""
688
689#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:118
690#, c-format
691msgid ""
692"message should have expired at %1$u; sent at %2$u with duration %3$u but "
693"gametime is already %4$u"
694msgstr ""
695
696#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:161
697#, c-format
698msgid "\"%1$s\": %2$s"
699msgstr ""
700
701#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:166
702#, c-format
703msgid "messages for player %1$u: %2$s"
704msgstr ""
705
1767#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:227706#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:227
1768#, c-format707#, c-format
1769msgid "unknown task type \"%s\""708msgid "unknown task type \"%s\""
@@ -1781,7 +720,7 @@
1781720
1782#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:367721#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:367
1783#, c-format722#, c-format
1784msgid "bob %u: %s"723msgid "bob %1$u: %2$s"
1785msgstr ""724msgstr ""
1786725
1787#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:374726#: ../../src/map_io/widelands_map_bobdata_data_packet.cc:374
@@ -1804,79 +743,43 @@
1804msgid "carrier: %s"743msgid "carrier: %s"
1805msgstr ""744msgstr ""
1806745
1807#: ../../src/map_io/widelands_map_building_data_packet.cc:113746#: ../../src/map_io/widelands_map_extradata_data_packet.cc:100
1808#, c-format
1809msgid "buildings: %s"
1810msgstr ""
1811
1812#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:249
1813#, c-format
1814msgid "buildingdata: %s"
1815msgstr ""
1816
1817#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:339
1818#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:440
1819#, c-format
1820msgid "wares: %s"
1821msgstr ""
1822
1823#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:350
1824#, c-format
1825msgid "partially_constructed_buildings: %s"
1826msgstr ""
1827
1828#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:387
1829#, c-format
1830msgid "constructionsite: %s"
1831msgstr ""
1832
1833#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:467
1834#, c-format
1835msgid "dismantlesite: %s"
1836msgstr ""
1837
1838#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:651
1839#, c-format
1840msgid ""
1841"%s %u has a next_spawn time for worker type \"%s\" set to %u, but it was "
1842"previously set to %u\n"
1843msgstr ""
1844
1845#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:765
1846#, c-format
1847msgid "warehouse: %s"
1848msgstr ""
1849
1850#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:889
1851#, c-format
1852msgid "militarysite: %s"
1853msgstr ""
1854
1855#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:1046
1856#, c-format
1857msgid "program %s was skipped at time %u, but time is only %u"
1858msgstr ""
1859
1860#: ../../src/map_io/widelands_map_buildingdata_data_packet.cc:1264
1861#, c-format
1862msgid "trainingsite: %s"
1863msgstr ""
1864
1865#: ../../src/map_io/widelands_map_elemental_data_packet.cc:70
1866#, c-format
1867msgid "elemental data: %s"
1868msgstr ""
1869
1870#: ../../src/map_io/widelands_map_exploration_data_packet.cc:94
1871#, c-format
1872msgid "seen: %s"
1873msgstr ""
1874
1875#: ../../src/map_io/widelands_map_extradata_data_packet.cc:101
1876#, c-format747#, c-format
1877msgid "extradata: %s"748msgid "extradata: %s"
1878msgstr ""749msgstr ""
1879750
751#: ../../src/map_io/widelands_map_players_view_data_packet.cc:216
752#, c-format
753msgid "unseen immovable: %s"
754msgstr ""
755
756#: ../../src/map_io/widelands_map_allowed_worker_types_data_packet.cc:80
757#, c-format
758msgid "allowed worker types: %s"
759msgstr ""
760
761#: ../../src/map_io/widelands_map_heights_data_packet.cc:52
762#, c-format
763msgid "heights: %s"
764msgstr ""
765
766#: ../../src/map_io/widelands_map_port_spaces_data_packet.cc:63
767#, c-format
768msgid "port_spaces data: %s"
769msgstr ""
770
771#: ../../src/map_io/widelands_map_waredata_data_packet.cc:130
772#: ../../src/map_io/widelands_map_waredata_data_packet.cc:200
773#, c-format
774msgid "item %1$u: %2$s"
775msgstr ""
776
777#: ../../src/map_io/widelands_map_waredata_data_packet.cc:207
778#: ../../src/map_io/widelands_map_ware_data_packet.cc:75
779#, c-format
780msgid "ware data: %s"
781msgstr ""
782
1880#: ../../src/map_io/widelands_map_flag_data_packet.cc:66783#: ../../src/map_io/widelands_map_flag_data_packet.cc:66
1881#, c-format784#, c-format
1882msgid "the node is owned by player %u"785msgid "the node is owned by player %u"
@@ -1894,7 +797,7 @@
1894797
1895#: ../../src/map_io/widelands_map_flag_data_packet.cc:92798#: ../../src/map_io/widelands_map_flag_data_packet.cc:92
1896#, c-format799#, c-format
1897msgid "neighbour node (%i, %i): %s"800msgid "neighbour node (%1$i, %2$i): %3$s"
1898msgstr ""801msgstr ""
1899802
1900#: ../../src/map_io/widelands_map_flag_data_packet.cc:120803#: ../../src/map_io/widelands_map_flag_data_packet.cc:120
@@ -1902,47 +805,21 @@
1902msgid "flags: %s"805msgid "flags: %s"
1903msgstr ""806msgstr ""
1904807
1905#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:85808#: ../../src/map_io/widelands_map_allowed_building_types_data_packet.cc:94
1906#, c-format809#, c-format
1907msgid "wrong flag (%u) at given position (%i, %i)"810msgid "allowed buildings: %s"
1908msgstr ""811msgstr ""
1909812
1910#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:90813#: ../../src/map_io/widelands_map_elemental_data_packet.cc:69
1911#, c-format814#, c-format
1912msgid "no flag at given position (%i, %i)"815msgid "elemental data: %s"
1913msgstr ""816msgstr ""
1914817
1915#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:110818#: ../../src/map_io/widelands_map_loader.cc:86
1916#, c-format
1917msgid "has building %u at (%i, %i), which is not at the top left node"
1918msgstr ""
1919
1920#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:117
1921#, c-format
1922msgid "building (%u): %s"
1923msgstr ""
1924
1925#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:216
1926#: ../../src/map_io/widelands_map_ware_data_packet.cc:69
1927#, c-format
1928msgid "%u: %s"
1929msgstr ""
1930
1931#: ../../src/map_io/widelands_map_flagdata_data_packet.cc:223
1932#, c-format
1933msgid "flagdata: %s"
1934msgstr ""
1935
1936#: ../../src/map_io/widelands_map_heights_data_packet.cc:53
1937#, c-format
1938msgid "heights: %s"
1939msgstr ""
1940
1941#: ../../src/map_io/widelands_map_loader.cc:85
1942msgid "Invalid World"819msgid "Invalid World"
1943msgstr ""820msgstr ""
1944821
1945#: ../../src/map_io/widelands_map_loader.cc:87822#: ../../src/map_io/widelands_map_loader.cc:88
1946#, c-format823#, c-format
1947msgid "The world \"%s\" set by the map, does not exist on your filesystem."824msgid "The world \"%s\" set by the map, does not exist on your filesystem."
1948msgstr ""825msgstr ""
@@ -1952,6 +829,26 @@
1952msgid "ownership: %s"829msgid "ownership: %s"
1953msgstr ""830msgstr ""
1954831
832#: ../../src/map_io/widelands_map_road_data_packet.cc:68
833#, c-format
834msgid "road: %s"
835msgstr ""
836
837#: ../../src/map_io/widelands_map_exploration_data_packet.cc:93
838#, c-format
839msgid "seen: %s"
840msgstr ""
841
842#: ../../src/map_io/widelands_map_player_names_and_tribes_data_packet.cc:80
843#, c-format
844msgid "player names and tribes: %s"
845msgstr ""
846
847#: ../../src/map_io/widelands_map_version_data_packet.cc:75
848#, c-format
849msgid "version: %s"
850msgstr ""
851
1955#: ../../src/map_io/widelands_map_object_packet.cc:109852#: ../../src/map_io/widelands_map_object_packet.cc:109
1956#, c-format853#, c-format
1957msgid "unknown object header %u"854msgid "unknown object header %u"
@@ -1962,965 +859,293 @@
1962msgid "map objects: %s"859msgid "map objects: %s"
1963msgstr ""860msgstr ""
1964861
1965#: ../../src/map_io/widelands_map_objective_data_packet.cc:66862#: ../../src/map_io/widelands_map_building_data_packet.cc:104
1966#, c-format863#: ../../src/logic/playercommand.cc:147
1967msgid "%s: %s"864#, c-format
1968msgstr ""865msgid "player %u does not exist"
1969866msgstr ""
1970#: ../../src/map_io/widelands_map_objective_data_packet.cc:73867
1971#, c-format868#: ../../src/map_io/widelands_map_building_data_packet.cc:112
1972msgid "Objectives: %s"869#, c-format
1973msgstr ""870msgid "buildings: %s"
1974871msgstr ""
1975#: ../../src/map_io/widelands_map_player_names_and_tribes_data_packet.cc:81872
1976#, c-format873#: ../../src/map_io/widelands_map_roaddata_data_packet.cc:128
1977msgid "player names and tribes: %s"
1978msgstr ""
1979
1980#: ../../src/map_io/widelands_map_player_position_data_packet.cc:61
1981#, c-format
1982msgid "player positions: %s"
1983msgstr ""
1984
1985#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:89
1986#, c-format
1987msgid "messages are not ordered: sent at %u but previous message sent at %u"
1988msgstr ""
1989
1990#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:95
1991#, c-format
1992msgid "message is sent in the future: sent at %u but gametime is only %u"
1993msgstr ""
1994
1995#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:104
1996#, c-format
1997msgid ""
1998"the value %u is not allowed as duration; it is a special value meaning "
1999"forever, which is the default; omit the duration key to make the message "
2000"exist forever"
2001msgstr ""
2002
2003#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:112
2004#, c-format
2005msgid ""
2006"duration %u is too large; causes numeric overflow when added to sent time %u"
2007msgstr ""
2008
2009#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:118
2010#, c-format
2011msgid ""
2012"message should have expired at %u; sent at %u with duration %u but gametime "
2013"is already %u"
2014msgstr ""
2015
2016#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:161
2017#, c-format
2018msgid "\"%s\": %s"
2019msgstr ""
2020
2021#: ../../src/map_io/widelands_map_players_messages_data_packet.cc:166
2022#, c-format
2023msgid "messages for player %u: %s"
2024msgstr ""
2025
2026#: ../../src/map_io/widelands_map_players_view_data_packet.cc:216
2027#, c-format
2028msgid "unseen immovable: %s"
2029msgstr ""
2030
2031#: ../../src/map_io/widelands_map_port_spaces_data_packet.cc:63
2032#, c-format
2033msgid "port_spaces data: %s"
2034msgstr ""
2035
2036#: ../../src/map_io/widelands_map_road_data_packet.cc:69
2037#, c-format
2038msgid "road: %s"
2039msgstr ""
2040
2041#: ../../src/map_io/widelands_map_roaddata_data_packet.cc:129
2042msgid "no carrier slot"874msgid "no carrier slot"
2043msgstr ""875msgstr ""
2044876
2045#: ../../src/map_io/widelands_map_roaddata_data_packet.cc:133877#: ../../src/map_io/widelands_map_roaddata_data_packet.cc:132
2046#, c-format878#, c-format
2047msgid ""879msgid ""
2048"expected 1 but found %u carrier slots in road saved with packet version 2 "880"expected 1 but found %u carrier slots in road saved with packet version 2 "
2049"(old)"881"(old)"
2050msgstr ""882msgstr ""
2051883
2052#: ../../src/map_io/widelands_map_roaddata_data_packet.cc:202884#: ../../src/map_io/widelands_map_roaddata_data_packet.cc:201
2053#, c-format885#, c-format
2054msgid "road %u: %s"886msgid "road %1$u: %2$s"
2055msgstr ""887msgstr ""
2056888
2057#: ../../src/map_io/widelands_map_roaddata_data_packet.cc:209889#: ../../src/map_io/widelands_map_roaddata_data_packet.cc:208
2058#, c-format890#, c-format
2059msgid "roaddata: %s"891msgid "roaddata: %s"
2060msgstr ""892msgstr ""
2061893
2062#: ../../src/map_io/widelands_map_terrain_data_packet.cc:80894#: ../../src/ui_fsmenu/mapselect.cc:54
2063#, c-format895#: ../../src/ui_fsmenu/editor_mapselect.cc:52
2064msgid "terrain: %s"
2065msgstr ""
2066
2067#: ../../src/map_io/widelands_map_version_data_packet.cc:76
2068#, c-format
2069msgid "version: %s"
2070msgstr ""
2071
2072#: ../../src/map_io/widelands_map_ware_data_packet.cc:76
2073#: ../../src/map_io/widelands_map_waredata_data_packet.cc:208
2074#, c-format
2075msgid "ware data: %s"
2076msgstr ""
2077
2078#: ../../src/map_io/widelands_map_waredata_data_packet.cc:131
2079#: ../../src/map_io/widelands_map_waredata_data_packet.cc:201
2080#, c-format
2081msgid "item %u: %s"
2082msgstr ""
2083
2084#: ../../src/network/internet_gaming.cc:116
2085#: ../../src/ui_fsmenu/internet_lobby.cc:409
2086msgid "Connection problem"
2087msgstr ""
2088
2089#: ../../src/network/internet_gaming.cc:116
2090msgid "Widelands could not connect to the metaserver."
2091msgstr ""
2092
2093#: ../../src/network/internet_gaming.cc:122 ../../src/network/netclient.cc:102
2094msgid "Could not establish connection to host"
2095msgstr ""
2096
2097#: ../../src/network/internet_gaming.cc:124
2098msgid ""
2099"Widelands could not establish a connection to the given address.\n"
2100"Either there was no metaserver running at the supposed port or\n"
2101"your network setup is broken."
2102msgstr ""
2103
2104#: ../../src/network/internet_gaming.cc:171
2105msgid "For hosting a game, please take a look at the notes at:"
2106msgstr ""
2107
2108#: ../../src/network/internet_gaming.cc:302
2109msgid "Something went wrong: "
2110msgstr ""
2111
2112#: ../../src/network/internet_gaming.cc:392
2113msgid "Successfully reconnected to the metaserver!"
2114msgstr ""
2115
2116#: ../../src/network/internet_gaming.cc:399
2117msgid "Mixed up"
2118msgstr ""
2119
2120#: ../../src/network/internet_gaming.cc:399
2121msgid "The metaserver sent a strange ERROR during connection"
2122msgstr ""
2123
2124#: ../../src/network/internet_gaming.cc:410
2125msgid "Unexpected packet"
2126msgstr ""
2127
2128#: ../../src/network/internet_gaming.cc:412
2129#, c-format
2130msgid ""
2131"Expected a LOGIN, RELOGIN or REJECTED packet from server, but received "
2132"command %s. Maybe the metaserver is using a different protocol version ?"
2133msgstr ""
2134
2135#: ../../src/network/internet_gaming.cc:425
2136#, c-format
2137msgid "WARNING: Received a %s command although we are not in CONNECTING state."
2138msgstr ""
2139
2140#: ../../src/network/internet_gaming.cc:434
2141#, c-format
2142msgid "Server time offset is %i seconds."
2143msgstr ""
2144
2145#: ../../src/network/internet_gaming.cc:454
2146msgid "Invalid message type"
2147msgstr ""
2148
2149#: ../../src/network/internet_gaming.cc:454
2150#, c-format
2151msgid "Invalid chat message type \"%s\"."
2152msgstr ""
2153
2154#: ../../src/network/internet_gaming.cc:535
2155msgid "ERROR: "
2156msgstr ""
2157
2158#: ../../src/network/internet_gaming.cc:539
2159msgid "Chat message could not be sent. "
2160msgstr ""
2161
2162#: ../../src/network/internet_gaming.cc:560
2163msgid "Received an unknown command from the metaserver: "
2164msgstr ""
2165
2166#: ../../src/network/internet_gaming.cc:692
2167msgid "Message could not be sent: You are not connected to the metaserver!"
2168msgstr ""
2169
2170#: ../../src/network/internet_gaming.cc:704
2171msgid "Message could not be sent: Was this supposed to be a private message?"
2172msgstr ""
2173
2174#: ../../src/network/internet_gaming.cc:778
2175msgid "Conversion error"
2176msgstr ""
2177
2178#: ../../src/network/internet_gaming.cc:779
2179#, c-format
2180msgid "Conversion from std::string to bool failed. String was \"%s\""
2181msgstr ""
2182
2183#: ../../src/network/internet_gaming_messages.cc:42
2184#, c-format
2185msgid "No user with the name %s is logged in!"
2186msgstr ""
2187
2188#: ../../src/network/internet_gaming_messages.cc:43
2189#: ../../src/network/nethost.cc:1260
2190msgid "The sent password was incorrect!"
2191msgstr ""
2192
2193#: ../../src/network/internet_gaming_messages.cc:44
2194msgid "The protocol version you are using is not supported!"
2195msgstr ""
2196
2197#: ../../src/network/internet_gaming_messages.cc:45
2198msgid "You are already logged in!"
2199msgstr ""
2200
2201#: ../../src/network/internet_gaming_messages.cc:48
2202msgid ""
2203"You got disconnected, as you sent a superuser command without superuser "
2204"permission. This incident will be logged and reported to the administrator."
2205msgstr ""
2206
2207#: ../../src/network/internet_gaming_messages.cc:50
2208msgid "You got disconnected, as the metaserver is currently restarting."
2209msgstr ""
2210
2211#: ../../src/network/internet_gaming_messages.cc:52
2212msgid "Connection was closed by the client normally."
2213msgstr ""
2214
2215#: ../../src/network/internet_gaming_messages.cc:53
2216msgid "The connection to the metaserver was lost."
2217msgstr ""
2218
2219#: ../../src/network/internet_gaming_messages.cc:54
2220msgid "Metaserver did not answer"
2221msgstr ""
2222
2223#: ../../src/network/internet_gaming_messages.cc:55
2224msgid "Your game is not connectable from the internet"
2225msgstr ""
2226
2227#: ../../src/network/internet_gaming_messages.cc:57
2228msgid ""
2229"You got disconnected from the metaserver, as you did not answer a PING "
2230"request in time."
2231msgstr ""
2232
2233#: ../../src/network/internet_gaming_messages.cc:60
2234msgid ""
2235"The metaserver was unable to connect to your game. Most likely it is not "
2236"connectable from the internet! Please take a look at http://wl.widelands.org/"
2237"wiki/InternetGaming for setting up your internet connection for hosting a "
2238"game online."
2239msgstr ""
2240
2241#: ../../src/network/internet_gaming_messages.cc:64
2242msgid ""
2243"You tried to relogin, but the server has no more knowledge of your previous "
2244"state."
2245msgstr ""
2246
2247#: ../../src/network/netclient.cc:104
2248msgid ""
2249"Widelands could not establish a connection to the given address.\n"
2250"Either no Widelands server was running at the supposed port or\n"
2251"the server shut down as you tried to connect."
2252msgstr ""
2253
2254#: ../../src/network/netclient.cc:863
2255msgid "/me 's file failed md5 checksumming."
2256msgstr ""
2257
2258#: ../../src/network/netclient.cc:893
2259msgid ""
2260"/me checked the received file. Although md5 check summing succeeded, I can "
2261"not handle the file."
2262msgstr ""
2263
2264#: ../../src/network/netclient.cc:1108
2265msgid " An automatic savegame will be created."
2266msgstr ""
2267
2268#: ../../src/network/netclient.cc:1112
2269msgid "Disconnected from Host"
2270msgstr ""
2271
2272#: ../../src/network/nethost.cc:368
2273msgid ""
2274"<br>Available host commands are:<br>/help - Shows this help<br>/announce "
2275"<msg> - Send a chatmessage as announcement (system chat)<br>/warn <name> "
2276"<reason> - Warn the user <name> because of <reason><br>/kick <name> "
2277"<reason> - Kick the user <name> because of <reason><br>/"
2278"forcePause - Force the game to pause.<br>/endForcedPause "
2279"- Puts game back to normal speed."
2280msgstr ""
2281
2282#: ../../src/network/nethost.cc:382
2283msgid "Wrong use, should be: /announce <message>"
2284msgstr ""
2285
2286#: ../../src/network/nethost.cc:395
2287msgid "Wrong use, should be: /warn <name> <reason>"
2288msgstr ""
2289
2290#: ../../src/network/nethost.cc:403
2291msgid "Why would you warn yourself?"
2292msgstr ""
2293
2294#: ../../src/network/nethost.cc:405
2295msgid "Why would you want to warn the dedicated server?"
2296msgstr ""
2297
2298#: ../../src/network/nethost.cc:409 ../../src/network/nethost.cc:435
2299#, c-format
2300msgid "The client %s could not be found."
2301msgstr ""
2302
2303#: ../../src/network/nethost.cc:420
2304msgid "Wrong use, should be: /kick <name> <reason>"
2305msgstr ""
2306
2307#: ../../src/network/nethost.cc:431
2308msgid "You can not kick yourself!"
2309msgstr ""
2310
2311#: ../../src/network/nethost.cc:433
2312msgid "You can not kick the dedicated server"
2313msgstr ""
2314
2315#: ../../src/network/nethost.cc:438
2316#, c-format
2317msgid "Are you sure you want to kick %s?<br>"
2318msgstr ""
2319
2320#: ../../src/network/nethost.cc:439
2321#, c-format
2322msgid "The stated reason was: %s<br>"
2323msgstr ""
2324
2325#: ../../src/network/nethost.cc:440
2326#, c-format
2327msgid "If yes, type: /ack_kick %s"
2328msgstr ""
2329
2330#: ../../src/network/nethost.cc:451
2331msgid "kick acknowledgement cancelled: No name given!"
2332msgstr ""
2333
2334#: ../../src/network/nethost.cc:453
2335msgid "Wrong use, should be: /ack_kick <name>"
2336msgstr ""
2337
2338#: ../../src/network/nethost.cc:459
2339msgid "kick acknowledgement cancelled: Wrong name given!"
2340msgstr ""
2341
2342#: ../../src/network/nethost.cc:470
2343msgid "Pause was already forced - game should be paused."
2344msgstr ""
2345
2346#: ../../src/network/nethost.cc:482
2347msgid "There is no forced pause - nothing to end."
2348msgstr ""
2349
2350#: ../../src/network/nethost.cc:493
2351msgid "Invalid command! Type /help for a list of commands."
2352msgstr ""
2353
2354#: ../../src/network/nethost.cc:733
2355#, c-format
2356msgid ""
2357"This is a dedicated server. Send \"@%s help\" to get a full list of "
2358"available commands."
2359msgstr ""
2360
2361#: ../../src/network/nethost.cc:1201
2362msgid ""
2363"<br>Available host commands are:<br>help - Shows this help<br>host $ - "
2364"Tries to run the host command $<br>save $ - Saves the current game state as "
2365"$.wgf"
2366msgstr ""
2367
2368#: ../../src/network/nethost.cc:1208
2369msgid ""
2370"<br>Available host commands are:<br>help - Shows this "
2371"help<br>host $ - Tries to run the host command $"
2372msgstr ""
2373
2374#: ../../src/network/nethost.cc:1213
2375msgid "pwd $ - Sends the password $ to the host"
2376msgstr ""
2377
2378#: ../../src/network/nethost.cc:1220
2379msgid ""
2380"Access to host commands denied. To gain access, send the password with pwd "
2381"command."
2382msgstr ""
2383
2384#: ../../src/network/nethost.cc:1225
2385#, c-format
2386msgid "%s told me to run the command: \"%s\""
2387msgstr ""
2388
2389#: ../../src/network/nethost.cc:1234
2390msgid "Sorry! Saving was deactivated on this dedicated server!"
2391msgstr ""
2392
2393#: ../../src/network/nethost.cc:1237
2394msgid "Can not save, as long as no game is running!"
2395msgstr ""
2396
2397#: ../../src/network/nethost.cc:1248
2398msgid "Game successfully saved!"
2399msgstr ""
2400
2401#: ../../src/network/nethost.cc:1250
2402#, c-format
2403msgid "Could not save the game to the file \"%s\"! (%s)"
2404msgstr ""
2405
2406#: ../../src/network/nethost.cc:1257
2407msgid "This server is not password protected!"
2408msgstr ""
2409
2410#: ../../src/network/nethost.cc:1273
2411msgid "The password was correct, access was granted!"
2412msgstr ""
2413
2414#: ../../src/network/nethost.cc:1279
2415#, c-format
2416msgid "Unknown dedicated server command \"%s\"!"
2417msgstr ""
2418
2419#: ../../src/network/nethost.cc:1984
2420#, c-format
2421msgid "Computer%u"
2422msgstr ""
2423
2424#: ../../src/network/nethost.cc:2147
2425#, c-format
2426msgid ""
2427"This server is password protected. You can send the password with: \"@%s pwd "
2428"PASSWORD\""
2429msgstr ""
2430
2431#: ../../src/network/network_gaming_messages.cc:122
2432msgid "Client has left the game."
2433msgstr ""
2434
2435#: ../../src/network/network_gaming_messages.cc:123
2436msgid "Client crashed and performed an emergency save."
2437msgstr ""
2438
2439#: ../../src/network/network_gaming_messages.cc:124
2440msgid "Connection was lost."
2441msgstr ""
2442
2443#: ../../src/network/network_gaming_messages.cc:125
2444msgid "Server has left the game."
2445msgstr ""
2446
2447#: ../../src/network/network_gaming_messages.cc:126
2448msgid "The game has started just after you tried to connect."
2449msgstr ""
2450
2451#: ../../src/network/network_gaming_messages.cc:127
2452msgid "Server has crashed and performed an emergency save."
2453msgstr ""
2454
2455#: ../../src/network/network_gaming_messages.cc:128
2456msgid "Connection to client timeouted: no response for 10 minutes!"
2457msgstr ""
2458
2459#: ../../src/network/network_gaming_messages.cc:129
2460msgid "Client and host have become desynchronized."
2461msgstr ""
2462
2463#: ../../src/network/network_gaming_messages.cc:130
2464#, c-format
2465msgid "Kicked by the host: %s"
2466msgstr ""
2467
2468#: ../../src/network/network_gaming_messages.cc:131
2469#, c-format
2470msgid "Client sent malformed commands: %s"
2471msgstr ""
2472
2473#: ../../src/network/network_gaming_messages.cc:132
2474#, c-format
2475msgid "Something went wrong: %s"
2476msgstr ""
2477
2478#: ../../src/network/network_gaming_messages.cc:133
2479#, c-format
2480msgid "%s has left the game (%s)"
2481msgstr ""
2482
2483#: ../../src/network/network_gaming_messages.cc:134
2484#, c-format
2485msgid "Unknown user has left the game (%s)"
2486msgstr ""
2487
2488#: ../../src/network/network_gaming_messages.cc:135
2489msgid "Server sent a SYNCREQUEST even though no game is running."
2490msgstr ""
2491
2492#: ../../src/network/network_gaming_messages.cc:136
2493msgid "Received a PLAYERCOMMAND even though no game is running."
2494msgstr ""
2495
2496#: ../../src/network/network_gaming_messages.cc:137
2497msgid "Unexpectedly received LAUNCH command from server."
2498msgstr ""
2499
2500#: ../../src/network/network_gaming_messages.cc:138
2501msgid "Server sent a player update for a player that does not exist."
2502msgstr ""
2503
2504#: ../../src/network/network_gaming_messages.cc:139
2505msgid "Server sent an user update for a user that does not exist."
2506msgstr ""
2507
2508#: ../../src/network/network_gaming_messages.cc:140
2509msgid "Server uses a different protocol version"
2510msgstr ""
2511
2512#: ../../src/network/network_gaming_messages.cc:141
2513#, c-format
2514msgid "Received command number %s, that is disallowed in this state."
2515msgstr ""
2516
2517#: ../../src/network/network_gaming_messages.cc:142
2518msgid "Client reports time to host that is running backwards."
2519msgstr ""
2520
2521#: ../../src/network/network_gaming_messages.cc:143
2522msgid "Client simulates beyond the game time allowed by the host."
2523msgstr ""
2524
2525#: ../../src/network/network_gaming_messages.cc:144
2526msgid "Client did not submit sync report in time."
2527msgstr ""
2528
2529#: ../../src/network/network_gaming_messages.cc:145
2530msgid "The game has already started."
2531msgstr ""
2532
2533#: ../../src/network/network_gaming_messages.cc:146
2534msgid "Client has no access to other player's settings."
2535msgstr ""
2536
2537#: ../../src/network/network_gaming_messages.cc:147
2538msgid "Client has no access to server settings."
2539msgstr ""
2540
2541#: ../../src/network/network_gaming_messages.cc:148
2542msgid "Client sent start command, although server is not yet ready."
2543msgstr ""
2544
2545#: ../../src/network/network_gaming_messages.cc:149
2546msgid "Client sent TIME command even though game is not running."
2547msgstr ""
2548
2549#: ../../src/network/network_gaming_messages.cc:150
2550msgid "Client sent a playercommand for another player."
2551msgstr ""
2552
2553#: ../../src/network/network_gaming_messages.cc:151
2554msgid "Client sent unexpected synchronization report."
2555msgstr ""
2556
2557#: ../../src/network/network_gaming_messages.cc:152
2558msgid "Client requests file although none is available to send."
2559msgstr ""
2560
2561#: ../../src/network/network_gaming_messages.cc:153
2562msgid "Client requests file part that does not exist."
2563msgstr ""
2564
2565#: ../../src/network/network_gaming_messages.cc:154
2566#, c-format
2567msgid "Host sent player %s to the lobby!"
2568msgstr ""
2569
2570#: ../../src/network/network_gaming_messages.cc:155
2571#, c-format
2572msgid "WARNING: %s uses version: %s, while Host uses version: %s"
2573msgstr ""
2574
2575#: ../../src/network/network_gaming_messages.cc:156
2576#, c-format
2577msgid "%s has joined the game"
2578msgstr ""
2579
2580#: ../../src/network/network_gaming_messages.cc:157
2581#, c-format
2582msgid "Game was saved as %s."
2583msgstr ""
2584
2585#: ../../src/network/network_gaming_messages.cc:158
2586#, c-format
2587msgid "Started to send file %s to %s!"
2588msgstr ""
2589
2590#: ../../src/network/network_gaming_messages.cc:159
2591#, c-format
2592msgid "Completed transfer of file %s to %s"
2593msgstr ""
2594
2595#: ../../src/network/network_gaming_messages.cc:160
2596#, c-format
2597msgid "Sending part %s of file %s to %s"
2598msgstr ""
2599
2600#: ../../src/network/network_gaming_messages.cc:161
2601#, c-format
2602msgid "The player \"%s\" was defeated and became spectator."
2603msgstr ""
2604
2605#: ../../src/network/network_gaming_messages.cc:162
2606#, c-format
2607msgid "Client %s did not answer for more than %s seconds."
2608msgstr ""
2609
2610#: ../../src/network/network_gaming_messages.cc:164
2611#, c-format
2612msgid ""
2613"Client %s will automatically be kicked, if no answer is received within %s "
2614"seconds."
2615msgstr ""
2616
2617#: ../../src/scripting/lua_game.cc:444 ../../src/ui_basic/helpwindow.cc:83
2618#: ../../src/ui_basic/messagebox.cc:92
2619#: ../../src/ui_fsmenu/campaign_select.cc:74
2620#: ../../src/ui_fsmenu/campaign_select.cc:281
2621#: ../../src/ui_fsmenu/editor_mapselect.cc:96
2622#: ../../src/ui_fsmenu/loadgame.cc:67 ../../src/ui_fsmenu/loadreplay.cc:50
2623#: ../../src/ui_fsmenu/mapselect.cc:110
2624#: ../../src/wui/game_main_menu_save_game.cc:96
2625#: ../../src/editor/ui_menus/editor_main_menu_load_map.cc:121
2626#: ../../src/editor/ui_menus/editor_main_menu_save_map.cc:132
2627#: ../../src/editor/ui_menus/editor_main_menu_save_map_make_directory.cc:57
2628msgid "OK"
2629msgstr ""
2630
2631#: ../../src/scripting/lua_game.cc:1088
2632#, c-format
2633msgid " (achieved %s)"
2634msgstr ""
2635
2636#: ../../src/sound/sound_handler.cc:147
2637#, c-format
2638msgid "Sound_Handler closing times %i, freq %i, format %i, chan %i\n"
2639msgstr ""
2640
2641#: ../../src/sound/sound_handler.cc:165
2642msgid "PROBLEM: sound device opened multiple times, trying to close"
2643msgstr ""
2644
2645#: ../../src/ui_basic/helpwindow.cc:47 ../../src/ui_basic/helpwindow.cc:191
2646msgid "Help: "
2647msgstr ""
2648
2649#: ../../src/ui_basic/progresswindow.cc:51
2650msgid "Preparing..."
2651msgstr ""
2652
2653#: ../../src/ui_basic/spinbox.cc:115
2654msgid "Increase the value"
2655msgstr ""
2656
2657#: ../../src/ui_basic/spinbox.cc:123
2658msgid "Decrease the value"
2659msgstr ""
2660
2661#: ../../src/ui_basic/spinbox.cc:134
2662msgid "Increase the value by 10"
2663msgstr ""
2664
2665#: ../../src/ui_basic/spinbox.cc:142
2666msgid "Decrease the value by 10"
2667msgstr ""
2668
2669#: ../../src/ui_fsmenu/campaign_select.cc:53
2670msgid "Select a campaign"
2671msgstr ""
2672
2673#: ../../src/ui_fsmenu/campaign_select.cc:55
2674msgid "Campaign:"
2675msgstr ""
2676
2677#: ../../src/ui_fsmenu/campaign_select.cc:59
2678msgid "Difficulty:"
2679msgstr ""
2680
2681#: ../../src/ui_fsmenu/campaign_select.cc:63
2682#: ../../src/ui_fsmenu/campaign_select.cc:271
2683msgid "Description:"
2684msgstr ""
2685
2686#: ../../src/ui_fsmenu/campaign_select.cc:79
2687#: ../../src/ui_fsmenu/campaign_select.cc:286 ../../src/ui_fsmenu/editor.cc:53
2688#: ../../src/ui_fsmenu/editor_mapselect.cc:91
2689#: ../../src/ui_fsmenu/internet_lobby.cc:91
2690#: ../../src/ui_fsmenu/launchMPG.cc:131 ../../src/ui_fsmenu/launchSPG.cc:64
2691#: ../../src/ui_fsmenu/loadgame.cc:62 ../../src/ui_fsmenu/loadreplay.cc:45
2692#: ../../src/ui_fsmenu/mapselect.cc:105 ../../src/ui_fsmenu/multiplayer.cc:58
2693#: ../../src/ui_fsmenu/netsetup_lan.cc:71
2694#: ../../src/ui_fsmenu/singleplayer.cc:62
2695msgid "Back"
2696msgstr ""
2697
2698#: ../../src/ui_fsmenu/campaign_select.cc:164
2699#: ../../src/ui_fsmenu/campaign_select.cc:166
2700#: ../../src/ui_fsmenu/campaign_select.cc:168
2701#: ../../src/ui_fsmenu/campaign_select.cc:227
2702#: ../../src/ui_fsmenu/campaign_select.cc:420
2703msgid "[No value found]"
2704msgstr ""
2705
2706#: ../../src/ui_fsmenu/campaign_select.cc:171
2707msgid "[Invalid entry]"
2708msgstr ""
2709
2710#: ../../src/ui_fsmenu/campaign_select.cc:265896#: ../../src/ui_fsmenu/campaign_select.cc:265
2711#: ../../src/ui_fsmenu/editor_mapselect.cc:52
2712#: ../../src/ui_fsmenu/mapselect.cc:54
2713msgid "Choose a map"897msgid "Choose a map"
2714msgstr ""898msgstr ""
2715899
900#: ../../src/ui_fsmenu/mapselect.cc:59
901msgid "Load Map as scenario: "
902msgstr ""
903
904#: ../../src/ui_fsmenu/mapselect.cc:64
905#: ../../src/ui_fsmenu/editor_mapselect.cc:56
2716#: ../../src/ui_fsmenu/campaign_select.cc:267906#: ../../src/ui_fsmenu/campaign_select.cc:267
2717#: ../../src/ui_fsmenu/editor_mapselect.cc:56
2718#: ../../src/ui_fsmenu/mapselect.cc:64
2719msgid "Name:"907msgid "Name:"
2720msgstr ""908msgstr ""
2721909
910#: ../../src/ui_fsmenu/mapselect.cc:70
911#: ../../src/ui_fsmenu/editor_mapselect.cc:61
2722#: ../../src/ui_fsmenu/campaign_select.cc:269912#: ../../src/ui_fsmenu/campaign_select.cc:269
2723#: ../../src/ui_fsmenu/editor_mapselect.cc:61
2724#: ../../src/ui_fsmenu/mapselect.cc:70
2725#: ../../src/editor/ui_menus/editor_main_menu_map_options.cc:80913#: ../../src/editor/ui_menus/editor_main_menu_map_options.cc:80
2726msgid "Author:"914msgid "Author:"
2727msgstr ""915msgstr ""
2728916
2729#: ../../src/ui_fsmenu/campaign_select.cc:359917#: ../../src/ui_fsmenu/mapselect.cc:76
2730#, c-format
2731msgid "Invalid path to file in cconfig: %s"
2732msgstr ""
2733
2734#: ../../src/ui_fsmenu/editor.cc:36 ../../src/ui_fsmenu/main.cc:60
2735msgid "Editor"
2736msgstr ""
2737
2738#: ../../src/ui_fsmenu/editor.cc:43
2739#: ../../src/editor/ui_menus/editor_main_menu.cc:56
2740#: ../../src/editor/ui_menus/editor_main_menu_new_map.cc:46
2741msgid "New Map"
2742msgstr ""
2743
2744#: ../../src/ui_fsmenu/editor.cc:48
2745#: ../../src/editor/ui_menus/editor_main_menu.cc:66
2746#: ../../src/editor/ui_menus/editor_main_menu_load_map.cc:52
2747msgid "Load Map"
2748msgstr ""
2749
2750#: ../../src/ui_fsmenu/editor_mapselect.cc:66918#: ../../src/ui_fsmenu/editor_mapselect.cc:66
2751#: ../../src/ui_fsmenu/mapselect.cc:76
2752#: ../../src/editor/ui_menus/editor_main_menu_map_options.cc:66919#: ../../src/editor/ui_menus/editor_main_menu_map_options.cc:66
2753msgid "Size:"920msgid "Size:"
2754msgstr ""921msgstr ""
2755922
923#: ../../src/ui_fsmenu/mapselect.cc:82
2756#: ../../src/ui_fsmenu/editor_mapselect.cc:71924#: ../../src/ui_fsmenu/editor_mapselect.cc:71
2757#: ../../src/ui_fsmenu/mapselect.cc:82
2758#: ../../src/editor/ui_menus/editor_main_menu_map_options.cc:75925#: ../../src/editor/ui_menus/editor_main_menu_map_options.cc:75
2759msgid "World:"926msgid "World:"
2760msgstr ""927msgstr ""
2761928
929#: ../../src/ui_fsmenu/mapselect.cc:88 ../../src/ui_fsmenu/loadreplay.cc:82
2762#: ../../src/ui_fsmenu/editor_mapselect.cc:76930#: ../../src/ui_fsmenu/editor_mapselect.cc:76
2763#: ../../src/ui_fsmenu/loadgame.cc:97 ../../src/ui_fsmenu/loadreplay.cc:81931#: ../../src/ui_fsmenu/loadgame.cc:98
2764#: ../../src/ui_fsmenu/mapselect.cc:88
2765msgid "Players:"932msgid "Players:"
2766msgstr ""933msgstr ""
2767934
935#: ../../src/ui_fsmenu/mapselect.cc:94
2768#: ../../src/ui_fsmenu/editor_mapselect.cc:81936#: ../../src/ui_fsmenu/editor_mapselect.cc:81
2769#: ../../src/ui_fsmenu/mapselect.cc:94
2770msgid "Descr:"937msgid "Descr:"
2771msgstr ""938msgstr ""
2772939
940#: ../../src/ui_fsmenu/mapselect.cc:105 ../../src/ui_fsmenu/loadreplay.cc:46
941#: ../../src/ui_fsmenu/launchMPG.cc:132
942#: ../../src/ui_fsmenu/editor_mapselect.cc:91
943#: ../../src/ui_fsmenu/launchSPG.cc:64
944#: ../../src/ui_fsmenu/internet_lobby.cc:91
945#: ../../src/ui_fsmenu/multiplayer.cc:58 ../../src/ui_fsmenu/editor.cc:53
946#: ../../src/ui_fsmenu/netsetup_lan.cc:71
947#: ../../src/ui_fsmenu/singleplayer.cc:62
948#: ../../src/ui_fsmenu/campaign_select.cc:79
949#: ../../src/ui_fsmenu/campaign_select.cc:286
950#: ../../src/ui_fsmenu/loadgame.cc:63
951msgid "Back"
952msgstr ""
953
954#: ../../src/ui_fsmenu/mapselect.cc:149
955msgid "#"
956msgstr ""
957
958#: ../../src/ui_fsmenu/mapselect.cc:151
959msgid "Map Name"
960msgstr ""
961
962#: ../../src/ui_fsmenu/mapselect.cc:166
963msgid "Show all maps"
964msgstr ""
965
966#: ../../src/ui_fsmenu/mapselect.cc:171
967msgid "Official Map"
968msgstr ""
969
970#: ../../src/ui_fsmenu/mapselect.cc:172
971msgid "Seafaring Map"
972msgstr ""
973
974#: ../../src/ui_fsmenu/mapselect.cc:175
975msgid "1v1"
976msgstr ""
977
978#: ../../src/ui_fsmenu/mapselect.cc:176
979msgid "Teams of 2"
980msgstr ""
981
982#: ../../src/ui_fsmenu/mapselect.cc:177
983msgid "Teams of 3"
984msgstr ""
985
986#: ../../src/ui_fsmenu/mapselect.cc:180
987msgid "Teams of 4"
988msgstr ""
989
990#: ../../src/ui_fsmenu/mapselect.cc:181
991msgid "Free for all"
992msgstr ""
993
994#: ../../src/ui_fsmenu/mapselect.cc:182
995msgid "Unbalanced"
996msgstr ""
997
998#: ../../src/ui_fsmenu/mapselect.cc:280
999msgid "(directory)"
1000msgstr ""
1001
1002#: ../../src/ui_fsmenu/mapselect.cc:347
2773#: ../../src/ui_fsmenu/editor_mapselect.cc:2301003#: ../../src/ui_fsmenu/editor_mapselect.cc:230
2774#: ../../src/ui_fsmenu/mapselect.cc:3471004#: ../../src/editor/ui_menus/editor_main_menu_save_map.cc:297
2775#: ../../src/editor/ui_menus/editor_main_menu_load_map.cc:2241005#: ../../src/editor/ui_menus/editor_main_menu_load_map.cc:224
2776#: ../../src/editor/ui_menus/editor_main_menu_save_map.cc:297
2777msgid "parent"1006msgid "parent"
2778msgstr ""1007msgstr ""
27791008
1009#: ../../src/ui_fsmenu/mapselect.cc:503 ../../src/ui_fsmenu/mapselect.cc:507
1010#: ../../src/io/dedicated_log.cc:66 ../../src/network/internet_gaming.cc:797
1011msgid "unknown"
1012msgstr ""
1013
1014#: ../../src/ui_fsmenu/mapselect.cc:505
1015msgid ""
1016"This map file is not present on your filesystem. Data shown here was sent by "
1017"the server."
1018msgstr ""
1019
2780#: ../../src/ui_fsmenu/fileview.cc:72 ../../src/wui/watchwindow.cc:1391020#: ../../src/ui_fsmenu/fileview.cc:72 ../../src/wui/watchwindow.cc:139
2781msgid "Close"1021msgid "Close"
2782msgstr ""1022msgstr ""
27831023
2784#: ../../src/ui_fsmenu/internet_lobby.cc:521024#: ../../src/ui_fsmenu/loadreplay.cc:56 ../../src/ui_fsmenu/loadgame.cc:73
2785msgid "Metaserver Lobby"1025#: ../../src/wui/game_main_menu_save_game.cc:114
2786msgstr ""1026msgid "Delete"
27871027msgstr ""
2788#: ../../src/ui_fsmenu/internet_lobby.cc:561028
2789msgid "Clients online:"1029#: ../../src/ui_fsmenu/loadreplay.cc:68
2790msgstr ""1030msgid "Choose a replay"
27911031msgstr ""
2792#: ../../src/ui_fsmenu/internet_lobby.cc:601032
2793msgid "List of games:"1033#: ../../src/ui_fsmenu/loadreplay.cc:72 ../../src/ui_fsmenu/loadgame.cc:88
2794msgstr ""1034#: ../../src/editor/ui_menus/editor_main_menu_map_options.cc:57
27951035msgid "Map Name:"
2796#: ../../src/ui_fsmenu/internet_lobby.cc:641036msgstr ""
2797msgid "Name of your server:"1037
2798msgstr ""1038#: ../../src/ui_fsmenu/loadreplay.cc:77 ../../src/ui_fsmenu/loadgame.cc:93
27991039msgid "Gametime:"
2800#: ../../src/ui_fsmenu/internet_lobby.cc:681040msgstr ""
2801msgid "Maximum of players:"1041
2802msgstr ""1042#: ../../src/ui_fsmenu/loadreplay.cc:139 ../../src/ui_fsmenu/loadgame.cc:158
28031043msgid "Delete file"
2804#: ../../src/ui_fsmenu/internet_lobby.cc:811044msgstr ""
2805#: ../../src/ui_fsmenu/netsetup_lan.cc:611045
2806msgid "Join this game"1046#: ../../src/ui_fsmenu/loadreplay.cc:140 ../../src/ui_fsmenu/loadgame.cc:159
2807msgstr ""1047#, c-format
28081048msgid "Do you really want to delete %s?"
2809#: ../../src/ui_fsmenu/internet_lobby.cc:861049msgstr ""
2810msgid "Open a new game"1050
2811msgstr ""1051#: ../../src/ui_fsmenu/loadreplay.cc:198
28121052#: ../../src/ui_fsmenu/netsetup_lan.cc:198 ../../src/ui_fsmenu/loadgame.cc:242
2813#: ../../src/ui_fsmenu/internet_lobby.cc:1561053#: ../../src/editor/editorinteractive.cc:599 ../../src/wui/game_summary.cc:171
2814msgid "Points"1054#: ../../src/editor/ui_menus/editor_main_menu_random_map.cc:487
2815msgstr ""1055#: ../../src/editor/ui_menus/editor_main_menu_new_map.cc:180
28161056#: ../../src/logic/map.h:169
2817#: ../../src/ui_fsmenu/internet_lobby.cc:1571057msgid "Unknown"
2818msgid "Game"1058msgstr ""
2819msgstr ""1059
28201060#: ../../src/ui_fsmenu/launchMPG.cc:52
2821#: ../../src/ui_fsmenu/internet_lobby.cc:379
2822msgid "Connection timed out"
2823msgstr ""
2824
2825#: ../../src/ui_fsmenu/internet_lobby.cc:382
2826msgid ""
2827"Widelands has not been able to get the IP address of the server in time.\n"
2828"There seems to be a network problem, either on your side or on the side\n"
2829"of the server.\n"
2830msgstr ""
2831
2832#: ../../src/ui_fsmenu/internet_lobby.cc:410
2833msgid "Widelands has not been able to connect to the host."
2834msgstr ""
2835
2836#: ../../src/ui_fsmenu/intro.cc:32
2837msgid "Press ESC or click to continue ..."
2838msgstr ""
2839
2840#: ../../src/ui_fsmenu/launchMPG.cc:51
2841msgid "Please select"1061msgid "Please select"
2842msgstr ""1062msgstr ""
28431063
2844#: ../../src/ui_fsmenu/launchMPG.cc:64 ../../src/ui_fsmenu/launchMPG.cc:1641064#: ../../src/ui_fsmenu/launchMPG.cc:65 ../../src/ui_fsmenu/launchMPG.cc:165
2845#: ../../src/ui_fsmenu/netsetup_lan.cc:126 ../../src/wui/minimap.cc:1461065#: ../../src/ui_fsmenu/netsetup_lan.cc:126 ../../src/wui/minimap.cc:145
2846msgid "Map"1066msgid "Map"
2847msgstr ""1067msgstr ""
28481068
2849#: ../../src/ui_fsmenu/launchMPG.cc:641069#: ../../src/ui_fsmenu/launchMPG.cc:65
2850msgid "Select a map"1070msgid "Select a map"
2851msgstr ""1071msgstr ""
28521072
2853#: ../../src/ui_fsmenu/launchMPG.cc:741073#: ../../src/ui_fsmenu/launchMPG.cc:75
2854msgid "Saved game"1074msgid "Saved game"
2855msgstr ""1075msgstr ""
28561076
2857#: ../../src/ui_fsmenu/launchMPG.cc:741077#: ../../src/ui_fsmenu/launchMPG.cc:75
2858msgid "Select a saved game"1078msgid "Select a saved game"
2859msgstr ""1079msgstr ""
28601080
2861#: ../../src/ui_fsmenu/launchMPG.cc:84 ../../src/ui_fsmenu/options.cc:561081#: ../../src/ui_fsmenu/launchMPG.cc:85 ../../src/ui_fsmenu/options.cc:56
2862#: ../../src/ui_fsmenu/options.cc:4001082#: ../../src/ui_fsmenu/options.cc:400
2863#: ../../src/wui/game_main_menu_save_game.cc:106 ../../src/wui/login_box.cc:701083#: ../../src/wui/game_main_menu_save_game.cc:106 ../../src/wui/login_box.cc:70
2864#: ../../src/editor/ui_menus/editor_main_menu_load_map.cc:130
2865#: ../../src/editor/ui_menus/editor_main_menu_save_map.cc:1391084#: ../../src/editor/ui_menus/editor_main_menu_save_map.cc:139
2866#: ../../src/editor/ui_menus/editor_main_menu_save_map_make_directory.cc:671085#: ../../src/editor/ui_menus/editor_main_menu_save_map_make_directory.cc:67
1086#: ../../src/editor/ui_menus/editor_main_menu_load_map.cc:130
2867msgid "Cancel"1087msgid "Cancel"
2868msgstr ""1088msgstr ""
28691089
2870#: ../../src/ui_fsmenu/launchMPG.cc:841090#: ../../src/ui_fsmenu/launchMPG.cc:85
2871msgid "Cancel selection"1091msgid "Cancel selection"
2872msgstr ""1092msgstr ""
28731093
2874#: ../../src/ui_fsmenu/launchMPG.cc:1211094#: ../../src/ui_fsmenu/launchMPG.cc:122
2875msgid "Change map or saved game"1095msgid "Change map or saved game"
2876msgstr ""1096msgstr ""
28771097
2878#: ../../src/ui_fsmenu/launchMPG.cc:126 ../../src/ui_fsmenu/launchSPG.cc:691098#: ../../src/ui_fsmenu/launchMPG.cc:127 ../../src/ui_fsmenu/launchSPG.cc:69
2879msgid "Start game"1099msgid "Start game"
2880msgstr ""1100msgstr ""
28811101
2882#: ../../src/ui_fsmenu/launchMPG.cc:1421102#: ../../src/ui_fsmenu/launchMPG.cc:143
2883msgid "Show the help window"1103msgid "Show the help window"
2884msgstr ""1104msgstr ""
28851105
2886#: ../../src/ui_fsmenu/launchMPG.cc:148 ../../src/ui_fsmenu/launchMPG.cc:6661106#: ../../src/ui_fsmenu/launchMPG.cc:149 ../../src/ui_fsmenu/launchMPG.cc:667
2887msgid "Multiplayer Game Setup"1107msgid "Multiplayer Game Setup"
2888msgstr ""1108msgstr ""
28891109
2890#: ../../src/ui_fsmenu/launchMPG.cc:1561110#: ../../src/ui_fsmenu/launchMPG.cc:157
2891msgid "Clients"1111msgid "Clients"
2892msgstr ""1112msgstr ""
28931113
2894#: ../../src/ui_fsmenu/launchMPG.cc:168 ../../src/ui_fsmenu/launchSPG.cc:1031114#: ../../src/ui_fsmenu/launchMPG.cc:161
1115#: ../../src/editor/editorinteractive.cc:80
1116msgid "Players"
1117msgstr ""
1118
1119#: ../../src/ui_fsmenu/launchMPG.cc:169 ../../src/ui_fsmenu/launchSPG.cc:103
2895msgid "Type of game"1120msgid "Type of game"
2896msgstr ""1121msgstr ""
28971122
2898#: ../../src/ui_fsmenu/launchMPG.cc:214 ../../src/ui_fsmenu/launchSPG.cc:2841123#: ../../src/ui_fsmenu/launchMPG.cc:215 ../../src/ui_fsmenu/launchSPG.cc:284
2899msgid "(no map)"1124msgid "(no map)"
2900msgstr ""1125msgstr ""
29011126
2902#: ../../src/ui_fsmenu/launchMPG.cc:2151127#: ../../src/ui_fsmenu/launchMPG.cc:216
2903msgid "The host has not yet selected a map or saved game."1128msgid "The host has not yet selected a map or saved game."
2904msgstr ""1129msgstr ""
29051130
2906#: ../../src/ui_fsmenu/launchMPG.cc:288 ../../src/ui_fsmenu/launchSPG.cc:2321131#: ../../src/ui_fsmenu/launchMPG.cc:289 ../../src/ui_fsmenu/launchSPG.cc:232
2907msgid "Win condition is set through the scenario"1132msgid "Win condition is set through the scenario"
2908msgstr ""1133msgstr ""
29091134
2910#: ../../src/ui_fsmenu/launchMPG.cc:2901135#: ../../src/ui_fsmenu/launchMPG.cc:291
2911#: ../../src/wui/multiplayersetupgroup.cc:3581136#: ../../src/wui/multiplayersetupgroup.cc:358
2912msgid "Savegame"1137msgid "Savegame"
2913msgstr ""1138msgstr ""
29141139
2915#: ../../src/ui_fsmenu/launchMPG.cc:2921140#: ../../src/ui_fsmenu/launchMPG.cc:293
2916msgid "The game is a saved game - the win condition was set before."1141msgid "The game is a saved game - the win condition was set before."
2917msgstr ""1142msgstr ""
29181143
2919#: ../../src/ui_fsmenu/launchMPG.cc:3931144#: ../../src/ui_fsmenu/launchMPG.cc:394
2920msgid "Saved game is directory"1145msgid "Saved game is directory"
2921msgstr ""1146msgstr ""
29221147
2923#: ../../src/ui_fsmenu/launchMPG.cc:3951148#: ../../src/ui_fsmenu/launchMPG.cc:396
2924msgid ""1149msgid ""
2925"WARNING:\n"1150"WARNING:\n"
2926"The saved game you selected is a directory. This happens, if you set the "1151"The saved game you selected is a directory. This happens, if you set the "
@@ -2929,11 +1154,11 @@
2929"please select another saved game or zip the directories content."1154"please select another saved game or zip the directories content."
2930msgstr ""1155msgstr ""
29311156
2932#: ../../src/ui_fsmenu/launchMPG.cc:423 ../../src/ui_fsmenu/launchSPG.cc:2581157#: ../../src/ui_fsmenu/launchMPG.cc:424 ../../src/ui_fsmenu/launchSPG.cc:258
2933msgid "File not found"1158msgid "File not found"
2934msgstr ""1159msgstr ""
29351160
2936#: ../../src/ui_fsmenu/launchMPG.cc:4251161#: ../../src/ui_fsmenu/launchMPG.cc:426
2937#, c-format1162#, c-format
2938msgid ""1163msgid ""
2939"Widelands tried to start a game with a file that could not be found at given "1164"Widelands tried to start a game with a file that could not be found at given "
@@ -2944,137 +1169,139 @@
2944"transfer was not yet finished!?!"1169"transfer was not yet finished!?!"
2945msgstr ""1170msgstr ""
29461171
2947#: ../../src/ui_fsmenu/launchMPG.cc:4491172#: ../../src/ui_fsmenu/launchMPG.cc:450
2948msgid ""1173msgid ""
2949"The selected file can not be found. If it is not automatically transferred "1174"The selected file can not be found. If it is not automatically transferred "
2950"to you, please write the host about this problem."1175"to you, please write the host about this problem."
2951msgstr ""1176msgstr ""
29521177
2953#: ../../src/ui_fsmenu/launchMPG.cc:4811178#: ../../src/ui_fsmenu/launchMPG.cc:482
2954#: ../../src/wui/multiplayersetupgroup.cc:1201179#: ../../src/wui/multiplayersetupgroup.cc:120
2955#: ../../src/wui/multiplayersetupgroup.cc:2861180#: ../../src/wui/multiplayersetupgroup.cc:286
2956#, c-format1181#, c-format
2957msgid "Player %i"1182msgid "Player %i"
2958msgstr ""1183msgstr ""
29591184
2960#: ../../src/ui_fsmenu/launchMPG.cc:4831185#: ../../src/ui_fsmenu/launchMPG.cc:484
2961#: ../../src/wui/multiplayersetupgroup.cc:1221186#: ../../src/wui/multiplayersetupgroup.cc:122
2962#, c-format1187#, c-format
2963msgid "Spectator"1188msgid "Spectator"
2964msgstr ""1189msgstr ""
29651190
2966#: ../../src/ui_fsmenu/launchMPG.cc:4841191#: ../../src/ui_fsmenu/launchMPG.cc:485
2967#, c-format1192#, c-format
2968msgid ""1193msgid ""
2969"At the moment you are %s\n"1194"At the moment you are %s\n"
2970"\n"1195"\n"
2971msgstr ""1196msgstr ""
29721197
2973#: ../../src/ui_fsmenu/launchMPG.cc:4851198#: ../../src/ui_fsmenu/launchMPG.cc:486
2974msgid "Click on the \"?\" in the right top corner to get help."1199msgid "Click on the \"?\" in the right top corner to get help."
2975msgstr ""1200msgstr ""
29761201
2977#: ../../src/ui_fsmenu/launchMPG.cc:5461202#: ../../src/ui_fsmenu/launchMPG.cc:547
2978msgid "Saved players are:"1203msgid "Saved players are:"
2979msgstr ""1204msgstr ""
29801205
2981#: ../../src/ui_fsmenu/launchMPG.cc:5621206#: ../../src/ui_fsmenu/launchMPG.cc:563
2982#, c-format1207#, c-format
2983msgid "Player %u"1208msgid "Player %u"
2984msgstr ""1209msgstr ""
29851210
2986#: ../../src/ui_fsmenu/launchMPG.cc:5661211#: ../../src/ui_fsmenu/launchMPG.cc:567
2987msgid "closed"1212msgid "closed"
2988msgstr ""1213msgstr ""
29891214
2990#: ../../src/ui_fsmenu/launchMPG.cc:6301215#: ../../src/ui_fsmenu/launchMPG.cc:631
2991msgid "There was an error!"1216msgid "There was an error!"
2992msgstr ""1217msgstr ""
29931218
2994#: ../../src/ui_fsmenu/launchMPG.cc:6301219#: ../../src/ui_fsmenu/launchMPG.cc:631
2995msgid "The map file seems to be invalid!"1220msgid "The map file seems to be invalid!"
2996msgstr ""1221msgstr ""
29971222
2998#: ../../src/ui_fsmenu/launchMPG.cc:6471223#: ../../src/ui_fsmenu/launchMPG.cc:648
2999msgid "Map informations:\n"1224msgid "Map informations:\n"
3000msgstr ""1225msgstr ""
30011226
3002#: ../../src/ui_fsmenu/launchMPG.cc:648
3003#, c-format
3004msgid "* Size: %ux%u\n"
3005msgstr ""
3006
3007#: ../../src/ui_fsmenu/launchMPG.cc:6491227#: ../../src/ui_fsmenu/launchMPG.cc:649
3008#, c-format1228#, c-format
3009msgid "* %i Players\n"1229msgid "* Size: %1$ux%2$u\n"
3010msgstr ""1230msgstr ""
30111231
3012#: ../../src/ui_fsmenu/launchMPG.cc:6501232#: ../../src/ui_fsmenu/launchMPG.cc:650
3013#, c-format1233#, c-format
1234msgid "* %u Player\n"
1235msgid_plural "* %u Players\n"
1236msgstr[0] ""
1237msgstr[1] ""
1238
1239#: ../../src/ui_fsmenu/launchMPG.cc:651
1240#, c-format
3014msgid "* World type: %s\n"1241msgid "* World type: %s\n"
3015msgstr ""1242msgstr ""
30161243
3017#: ../../src/ui_fsmenu/launchMPG.cc:6521244#: ../../src/ui_fsmenu/launchMPG.cc:653
3018msgid "* Scenario mode selected\n"1245msgid "* Scenario mode selected\n"
3019msgstr ""1246msgstr ""
30201247
3021#: ../../src/ui_fsmenu/launchMPG.cc:6671248#: ../../src/ui_fsmenu/launchMPG.cc:668
3022msgid "You are in the multiplayer launch game menu."1249msgid "You are in the multiplayer launch game menu."
3023msgstr ""1250msgstr ""
30241251
3025#: ../../src/ui_fsmenu/launchMPG.cc:6681252#: ../../src/ui_fsmenu/launchMPG.cc:669
3026msgid "Client settings"1253msgid "Client settings"
3027msgstr ""1254msgstr ""
30281255
3029#: ../../src/ui_fsmenu/launchMPG.cc:6711256#: ../../src/ui_fsmenu/launchMPG.cc:672
3030msgid ""1257msgid ""
3031"On the left side is a list of all clients including you. With the button in "1258"On the left side is a list of all clients including you. With the button in "
3032"the rear of your nickname, you can set your role. Available roles are:"1259"the rear of your nickname, you can set your role. Available roles are:"
3033msgstr ""1260msgstr ""
30341261
3035#: ../../src/ui_fsmenu/launchMPG.cc:6751262#: ../../src/ui_fsmenu/launchMPG.cc:676
3036msgid ""1263msgid ""
3037"The player with the color of the flag. If more than one client selected the "1264"The player with the color of the flag. If more than one client selected the "
3038"same color, these share the control over the player (\"shared kingdom mode"1265"same color, these share the control over the player (\"shared kingdom mode"
3039"\")."1266"\")."
3040msgstr ""1267msgstr ""
30411268
3042#: ../../src/ui_fsmenu/launchMPG.cc:6791269#: ../../src/ui_fsmenu/launchMPG.cc:680
3043msgid ""1270msgid ""
3044"And spectator mode, meaning you can see everything, but can not control any "1271"And spectator mode, meaning you can see everything, but can not control any "
3045"player"1272"player"
3046msgstr ""1273msgstr ""
30471274
3048#: ../../src/ui_fsmenu/launchMPG.cc:6811275#: ../../src/ui_fsmenu/launchMPG.cc:682
3049msgid "Player settings"1276msgid "Player settings"
3050msgstr ""1277msgstr ""
30511278
3052#: ../../src/ui_fsmenu/launchMPG.cc:6841279#: ../../src/ui_fsmenu/launchMPG.cc:685
3053msgid ""1280msgid ""
3054"In the middle are the settings for the players. To start a game, each player "1281"In the middle are the settings for the players. To start a game, each player "
3055"must be one of the following:"1282"must be one of the following:"
3056msgstr ""1283msgstr ""
30571284
3058#: ../../src/ui_fsmenu/launchMPG.cc:6871285#: ../../src/ui_fsmenu/launchMPG.cc:688
3059msgid "Connected to one or more clients (see \"Client settings\")."1286msgid "Connected to one or more clients (see \"Client settings\")."
3060msgstr ""1287msgstr ""
30611288
3062#: ../../src/ui_fsmenu/launchMPG.cc:6901289#: ../../src/ui_fsmenu/launchMPG.cc:691
3063msgid ""1290msgid ""
3064"Connected to a computer player (the face in the picture as well as the mouse "1291"Connected to a computer player (the face in the picture as well as the mouse "
3065"hover texts indicates the strength of the currently selected computer "1292"hover texts indicates the strength of the currently selected computer "
3066"player)."1293"player)."
3067msgstr ""1294msgstr ""
30681295
3069#: ../../src/ui_fsmenu/launchMPG.cc:6931296#: ../../src/ui_fsmenu/launchMPG.cc:694
3070msgid "Set as shared in starting position for another player."1297msgid "Set as shared in starting position for another player."
3071msgstr ""1298msgstr ""
30721299
3073#: ../../src/ui_fsmenu/launchMPG.cc:6941300#: ../../src/ui_fsmenu/launchMPG.cc:695
3074msgid "Closed."1301msgid "Closed."
3075msgstr ""1302msgstr ""
30761303
3077#: ../../src/ui_fsmenu/launchMPG.cc:6971304#: ../../src/ui_fsmenu/launchMPG.cc:698
3078msgid ""1305msgid ""
3079"The later three are only settable by the hosting client by left clicking the "1306"The later three are only settable by the hosting client by left clicking the "
3080"\"type\" button of a player. Hosting players can further set the "1307"\"type\" button of a player. Hosting players can further set the "
@@ -3082,17 +1309,17 @@
3082"player starts with) and the tribe an team for computer players"1309"player starts with) and the tribe an team for computer players"
3083msgstr ""1310msgstr ""
30841311
3085#: ../../src/ui_fsmenu/launchMPG.cc:7021312#: ../../src/ui_fsmenu/launchMPG.cc:703
3086msgid ""1313msgid ""
3087"Every client connected to a player (the set \"role\" player) can set the "1314"Every client connected to a player (the set \"role\" player) can set the "
3088"tribe and the team for that player"1315"tribe and the team for that player"
3089msgstr ""1316msgstr ""
30901317
3091#: ../../src/ui_fsmenu/launchMPG.cc:7041318#: ../../src/ui_fsmenu/launchMPG.cc:705
3092msgid "Map informations"1319msgid "Map informations"
3093msgstr ""1320msgstr ""
30941321
3095#: ../../src/ui_fsmenu/launchMPG.cc:7071322#: ../../src/ui_fsmenu/launchMPG.cc:708
3096msgid ""1323msgid ""
3097"On the right side are informations about the selected map or savegame. A "1324"On the right side are informations about the selected map or savegame. A "
3098"button right to the map name allows the host to change to a different one. "1325"button right to the map name allows the host to change to a different one. "
@@ -3116,8 +1343,8 @@
3116msgid "Player's type"1343msgid "Player's type"
3117msgstr ""1344msgstr ""
31181345
3119#: ../../src/ui_fsmenu/launchSPG.cc:91 ../../src/wui/game_summary.cc:911346#: ../../src/ui_fsmenu/launchSPG.cc:91
3120#: ../../src/wui/multiplayersetupgroup.cc:4621347#: ../../src/wui/multiplayersetupgroup.cc:462 ../../src/wui/game_summary.cc:91
3121msgid "Team"1348msgid "Team"
3122msgstr ""1349msgstr ""
31231350
@@ -3144,215 +1371,70 @@
3144"but perhaps the transfer was not yet finished!?!"1371"but perhaps the transfer was not yet finished!?!"
3145msgstr ""1372msgstr ""
31461373
3147#: ../../src/ui_fsmenu/loadgame.cc:72 ../../src/ui_fsmenu/loadreplay.cc:551374#: ../../src/ui_fsmenu/intro.cc:32
3148#: ../../src/wui/game_main_menu_save_game.cc:1141375msgid "Press ESC or click to continue ..."
3149msgid "Delete"1376msgstr ""
3150msgstr ""1377
31511378#: ../../src/ui_fsmenu/internet_lobby.cc:52
3152#: ../../src/ui_fsmenu/loadgame.cc:831379msgid "Metaserver Lobby"
3153msgid "Choose saved game"1380msgstr ""
3154msgstr ""1381
31551382#: ../../src/ui_fsmenu/internet_lobby.cc:56
3156#: ../../src/ui_fsmenu/loadgame.cc:87 ../../src/ui_fsmenu/loadreplay.cc:711383msgid "Clients online:"
3157#: ../../src/editor/ui_menus/editor_main_menu_map_options.cc:571384msgstr ""
3158msgid "Map Name:"1385
3159msgstr ""1386#: ../../src/ui_fsmenu/internet_lobby.cc:60
31601387msgid "List of games:"
3161#: ../../src/ui_fsmenu/loadgame.cc:92 ../../src/ui_fsmenu/loadreplay.cc:761388msgstr ""
3162msgid "Gametime:"1389
3163msgstr ""1390#: ../../src/ui_fsmenu/internet_lobby.cc:64
31641391msgid "Name of your server:"
3165#: ../../src/ui_fsmenu/loadgame.cc:1051392msgstr ""
3166msgid "Minimap:"1393
3167msgstr ""1394#: ../../src/ui_fsmenu/internet_lobby.cc:68
31681395msgid "Maximum of players:"
3169#: ../../src/ui_fsmenu/loadgame.cc:157 ../../src/ui_fsmenu/loadreplay.cc:1381396msgstr ""
3170msgid "Delete file"1397
3171msgstr ""1398#: ../../src/ui_fsmenu/internet_lobby.cc:81
31721399#: ../../src/ui_fsmenu/netsetup_lan.cc:61
3173#: ../../src/ui_fsmenu/loadgame.cc:158 ../../src/ui_fsmenu/loadreplay.cc:1391400msgid "Join this game"
3174msgid "Do you really want to delete "1401msgstr ""
3175msgstr ""1402
31761403#: ../../src/ui_fsmenu/internet_lobby.cc:86
3177#: ../../src/ui_fsmenu/loadgame.cc:2151404msgid "Open a new game"
3178msgid "Savegame from dedicated server"1405msgstr ""
3179msgstr ""1406
31801407#: ../../src/ui_fsmenu/internet_lobby.cc:155
3181#: ../../src/ui_fsmenu/loadgame.cc:2161408#: ../../src/wui/building_statistics_menu.cc:110
3182msgid "Unknown gametime"1409msgid "Name"
3183msgstr ""1410msgstr ""
31841411
3185#: ../../src/ui_fsmenu/loadreplay.cc:671412#: ../../src/ui_fsmenu/internet_lobby.cc:156
3186msgid "Choose a replay"1413msgid "Points"
3187msgstr ""1414msgstr ""
31881415
3189#: ../../src/ui_fsmenu/main.cc:401416#: ../../src/ui_fsmenu/internet_lobby.cc:157
3190msgid "Play Tutorial"1417msgid "Game"
3191msgstr ""1418msgstr ""
31921419
3193#: ../../src/ui_fsmenu/main.cc:451420#: ../../src/ui_fsmenu/internet_lobby.cc:380
3194msgid "Single Player"1421msgid "Connection timed out"
3195msgstr ""1422msgstr ""
31961423
3197#: ../../src/ui_fsmenu/main.cc:501424#: ../../src/ui_fsmenu/internet_lobby.cc:383
3198msgid "Multi Player"
3199msgstr ""
3200
3201#: ../../src/ui_fsmenu/main.cc:55
3202msgid "Watch Replay"
3203msgstr ""
3204
3205#: ../../src/ui_fsmenu/main.cc:65 ../../src/wui/game_options_menu.cc:47
3206#: ../../src/wui/interactive_player.cc:110
3207#: ../../src/wui/interactive_spectator.cc:57
3208msgid "Options"
3209msgstr ""
3210
3211#: ../../src/ui_fsmenu/main.cc:70
3212#: ../../src/editor/ui_menus/editor_main_menu.cc:81
3213msgid "View Readme"
3214msgstr ""
3215
3216#: ../../src/ui_fsmenu/main.cc:75 ../../src/wui/game_options_menu.cc:63
3217msgid "License"
3218msgstr ""
3219
3220#: ../../src/ui_fsmenu/main.cc:80 ../../src/wui/game_options_menu.cc:94
3221msgid "Exit Game"
3222msgstr ""
3223
3224#: ../../src/ui_fsmenu/main.cc:86
3225msgid "Version "
3226msgstr ""
3227
3228#: ../../src/ui_fsmenu/main.cc:91
3229msgid "by the Widelands Development Team"
3230msgstr ""
3231
3232#: ../../src/ui_fsmenu/main.cc:96
3233msgid "Licensed under the GNU General Public License V2.0"
3234msgstr ""
3235
3236#: ../../src/ui_fsmenu/mapselect.cc:59
3237msgid "Load Map as scenario: "
3238msgstr ""
3239
3240#: ../../src/ui_fsmenu/mapselect.cc:149
3241msgid "#"
3242msgstr ""
3243
3244#: ../../src/ui_fsmenu/mapselect.cc:151
3245msgid "Map Name"
3246msgstr ""
3247
3248#: ../../src/ui_fsmenu/mapselect.cc:166
3249msgid "Show all maps"
3250msgstr ""
3251
3252#: ../../src/ui_fsmenu/mapselect.cc:171
3253msgid "Official Map"
3254msgstr ""
3255
3256#: ../../src/ui_fsmenu/mapselect.cc:172
3257msgid "Seafaring Map"
3258msgstr ""
3259
3260#: ../../src/ui_fsmenu/mapselect.cc:175
3261msgid "1v1"
3262msgstr ""
3263
3264#: ../../src/ui_fsmenu/mapselect.cc:176
3265msgid "Teams of 2"
3266msgstr ""
3267
3268#: ../../src/ui_fsmenu/mapselect.cc:177
3269msgid "Teams of 3"
3270msgstr ""
3271
3272#: ../../src/ui_fsmenu/mapselect.cc:180
3273msgid "Teams of 4"
3274msgstr ""
3275
3276#: ../../src/ui_fsmenu/mapselect.cc:181
3277msgid "Free for all"
3278msgstr ""
3279
3280#: ../../src/ui_fsmenu/mapselect.cc:182
3281msgid "Unbalanced"
3282msgstr ""
3283
3284#: ../../src/ui_fsmenu/mapselect.cc:280
3285msgid "(directory)"
3286msgstr ""
3287
3288#: ../../src/ui_fsmenu/mapselect.cc:505
3289msgid ""1425msgid ""
3290"This map file is not present on your filesystem. Data shown here was sent by "1426"Widelands has not been able to get the IP address of the server in time.\n"
3291"the server."1427"There seems to be a network problem, either on your side or on the side\n"
3292msgstr ""1428"of the server.\n"
32931429msgstr ""
3294#: ../../src/ui_fsmenu/multiplayer.cc:411430
3295msgid "Choose game type"1431#: ../../src/ui_fsmenu/internet_lobby.cc:410
3296msgstr ""1432#: ../../src/network/internet_gaming.cc:116
32971433msgid "Connection problem"
3298#: ../../src/ui_fsmenu/multiplayer.cc:481434msgstr ""
3299msgid "Internet game"1435
3300msgstr ""1436#: ../../src/ui_fsmenu/internet_lobby.cc:411
33011437msgid "Widelands has not been able to connect to the host."
3302#: ../../src/ui_fsmenu/multiplayer.cc:53
3303msgid "LAN / Direct IP"
3304msgstr ""
3305
3306#: ../../src/ui_fsmenu/multiplayer.cc:84
3307msgid "Show login dialog"
3308msgstr ""
3309
3310#: ../../src/ui_fsmenu/multiplayer.cc:115
3311#: ../../src/ui_fsmenu/netsetup_lan.cc:120 ../../src/wui/login_box.cc:74
3312msgid "nobody"
3313msgstr ""
3314
3315#: ../../src/ui_fsmenu/netsetup_lan.cc:42
3316msgid "Begin Network Game"
3317msgstr ""
3318
3319#: ../../src/ui_fsmenu/netsetup_lan.cc:46
3320msgid "List of games in your local network:"
3321msgstr ""
3322
3323#: ../../src/ui_fsmenu/netsetup_lan.cc:50
3324msgid "Your nickname:"
3325msgstr ""
3326
3327#: ../../src/ui_fsmenu/netsetup_lan.cc:54
3328msgid "Host to connect:"
3329msgstr ""
3330
3331#: ../../src/ui_fsmenu/netsetup_lan.cc:66
3332msgid "Host a new game"
3333msgstr ""
3334
3335#: ../../src/ui_fsmenu/netsetup_lan.cc:77
3336msgid "Load previous host"
3337msgstr ""
3338
3339#: ../../src/ui_fsmenu/netsetup_lan.cc:125
3340msgid "Host"
3341msgstr ""
3342
3343#: ../../src/ui_fsmenu/netsetup_lan.cc:127
3344msgid "State"
3345msgstr ""
3346
3347#: ../../src/ui_fsmenu/netsetup_lan.cc:196
3348#: ../../src/wui/multiplayersetupgroup.cc:270
3349#: ../../src/wui/playerdescrgroup.cc:157
3350msgid "Open"
3351msgstr ""
3352
3353#: ../../src/ui_fsmenu/netsetup_lan.cc:197
3354#: ../../src/wui/multiplayersetupgroup.cc:259
3355msgid "Closed"
3356msgstr ""1438msgstr ""
33571439
3358#: ../../src/ui_fsmenu/options.cc:51 ../../src/ui_fsmenu/options.cc:4291440#: ../../src/ui_fsmenu/options.cc:51 ../../src/ui_fsmenu/options.cc:429
@@ -3449,7 +1531,7 @@
34491531
3450#: ../../src/ui_fsmenu/options.cc:2651532#: ../../src/ui_fsmenu/options.cc:265
3451#, c-format1533#, c-format
3452msgid "%ix%i %i bit"1534msgid "%1$ix%2$i %3$i bit"
3453msgstr ""1535msgstr ""
34541536
3455#: ../../src/ui_fsmenu/options.cc:2871537#: ../../src/ui_fsmenu/options.cc:287
@@ -3508,6 +1590,133 @@
3508msgid "DejaVuSerif (Default)"1590msgid "DejaVuSerif (Default)"
3509msgstr ""1591msgstr ""
35101592
1593#: ../../src/ui_fsmenu/main.cc:40
1594msgid "Play Tutorial"
1595msgstr ""
1596
1597#: ../../src/ui_fsmenu/main.cc:45
1598msgid "Single Player"
1599msgstr ""
1600
1601#: ../../src/ui_fsmenu/main.cc:50
1602msgid "Multi Player"
1603msgstr ""
1604
1605#: ../../src/ui_fsmenu/main.cc:55
1606msgid "Watch Replay"
1607msgstr ""
1608
1609#: ../../src/ui_fsmenu/main.cc:60 ../../src/ui_fsmenu/editor.cc:36
1610msgid "Editor"
1611msgstr ""
1612
1613#: ../../src/ui_fsmenu/main.cc:65 ../../src/wui/interactive_player.cc:110
1614#: ../../src/wui/interactive_spectator.cc:57
1615#: ../../src/wui/game_options_menu.cc:46
1616msgid "Options"
1617msgstr ""
1618
1619#: ../../src/ui_fsmenu/main.cc:70
1620#: ../../src/editor/ui_menus/editor_main_menu.cc:81
1621msgid "View Readme"
1622msgstr ""
1623
1624#: ../../src/ui_fsmenu/main.cc:75 ../../src/wui/game_options_menu.cc:62
1625msgid "License"
1626msgstr ""
1627
1628#: ../../src/ui_fsmenu/main.cc:80 ../../src/wui/game_options_menu.cc:93
1629msgid "Exit Game"
1630msgstr ""
1631
1632#: ../../src/ui_fsmenu/main.cc:86
1633msgid "Version "
1634msgstr ""
1635
1636#: ../../src/ui_fsmenu/main.cc:91
1637msgid "by the Widelands Development Team"
1638msgstr ""
1639
1640#: ../../src/ui_fsmenu/main.cc:96
1641msgid "Licensed under the GNU General Public License V2.0"
1642msgstr ""
1643
1644#: ../../src/ui_fsmenu/multiplayer.cc:41
1645msgid "Choose game type"
1646msgstr ""
1647
1648#: ../../src/ui_fsmenu/multiplayer.cc:48
1649msgid "Internet game"
1650msgstr ""
1651
1652#: ../../src/ui_fsmenu/multiplayer.cc:53
1653msgid "LAN / Direct IP"
1654msgstr ""
1655
1656#: ../../src/ui_fsmenu/multiplayer.cc:84
1657msgid "Show login dialog"
1658msgstr ""
1659
1660#: ../../src/ui_fsmenu/multiplayer.cc:115
1661#: ../../src/ui_fsmenu/netsetup_lan.cc:120 ../../src/wui/login_box.cc:74
1662msgid "nobody"
1663msgstr ""
1664
1665#: ../../src/ui_fsmenu/editor.cc:43
1666#: ../../src/editor/ui_menus/editor_main_menu_new_map.cc:46
1667#: ../../src/editor/ui_menus/editor_main_menu.cc:56
1668msgid "New Map"
1669msgstr ""
1670
1671#: ../../src/ui_fsmenu/editor.cc:48
1672#: ../../src/editor/ui_menus/editor_main_menu_load_map.cc:52
1673#: ../../src/editor/ui_menus/editor_main_menu.cc:66
1674msgid "Load Map"
1675msgstr ""
1676
1677#: ../../src/ui_fsmenu/netsetup_lan.cc:42
1678msgid "Begin Network Game"
1679msgstr ""
1680
1681#: ../../src/ui_fsmenu/netsetup_lan.cc:46
1682msgid "List of games in your local network:"
1683msgstr ""
1684
1685#: ../../src/ui_fsmenu/netsetup_lan.cc:50
1686msgid "Your nickname:"
1687msgstr ""
1688
1689#: ../../src/ui_fsmenu/netsetup_lan.cc:54
1690msgid "Host to connect:"
1691msgstr ""
1692
1693#: ../../src/ui_fsmenu/netsetup_lan.cc:66
1694msgid "Host a new game"
1695msgstr ""
1696
1697#: ../../src/ui_fsmenu/netsetup_lan.cc:77
1698msgid "Load previous host"
1699msgstr ""
1700
1701#: ../../src/ui_fsmenu/netsetup_lan.cc:125
1702msgid "Host"
1703msgstr ""
1704
1705#: ../../src/ui_fsmenu/netsetup_lan.cc:127
1706msgid "State"
1707msgstr ""
1708
1709#: ../../src/ui_fsmenu/netsetup_lan.cc:196
1710#: ../../src/wui/multiplayersetupgroup.cc:270
1711#: ../../src/wui/playerdescrgroup.cc:157
1712msgid "Open"
1713msgstr ""
1714
1715#: ../../src/ui_fsmenu/netsetup_lan.cc:197
1716#: ../../src/wui/multiplayersetupgroup.cc:259
1717msgid "Closed"
1718msgstr ""
1719
3511#: ../../src/ui_fsmenu/singleplayer.cc:401720#: ../../src/ui_fsmenu/singleplayer.cc:40
3512msgid "Single Player Menu"1721msgid "Single Player Menu"
3513msgstr ""1722msgstr ""
@@ -3524,43 +1733,1092 @@
3524msgid "Load Game"1733msgid "Load Game"
3525msgstr ""1734msgstr ""
35261735
3527#: ../../src/wui/actionconfirm.cc:2231736#: ../../src/ui_fsmenu/campaign_select.cc:53
3528msgid "Destroy building?"1737msgid "Select a campaign"
3529msgstr ""1738msgstr ""
35301739
3531#: ../../src/wui/actionconfirm.cc:2241740#: ../../src/ui_fsmenu/campaign_select.cc:55
3532#, c-format1741msgid "Campaign:"
3533msgid "Do you really want to destroy this %s?"1742msgstr ""
3534msgstr ""1743
35351744#: ../../src/ui_fsmenu/campaign_select.cc:59
3536#: ../../src/wui/actionconfirm.cc:2881745msgid "Difficulty:"
3537msgid "Dismantle building?"1746msgstr ""
3538msgstr ""1747
35391748#: ../../src/ui_fsmenu/campaign_select.cc:63
3540#: ../../src/wui/actionconfirm.cc:2891749#: ../../src/ui_fsmenu/campaign_select.cc:271
3541#, c-format1750msgid "Description:"
3542msgid "Do you really want to dismantle this %s?"1751msgstr ""
3543msgstr ""1752
35441753#: ../../src/ui_fsmenu/campaign_select.cc:164
3545#: ../../src/wui/actionconfirm.cc:3491754#: ../../src/ui_fsmenu/campaign_select.cc:166
3546msgid "Enhance building?"1755#: ../../src/ui_fsmenu/campaign_select.cc:168
3547msgstr ""1756#: ../../src/ui_fsmenu/campaign_select.cc:227
35481757#: ../../src/ui_fsmenu/campaign_select.cc:420
3549#: ../../src/wui/actionconfirm.cc:3501758msgid "[No value found]"
3550#, c-format1759msgstr ""
3551msgid "Do you really want to enhance this %s?"1760
3552msgstr ""1761#: ../../src/ui_fsmenu/campaign_select.cc:171
35531762msgid "[Invalid entry]"
3554#: ../../src/wui/actionconfirm.cc:402 ../../src/wui/actionconfirm.cc:4431763msgstr ""
3555msgid "Sink the ship?"1764
3556msgstr ""1765#: ../../src/ui_fsmenu/campaign_select.cc:359
35571766#, c-format
3558#: ../../src/wui/actionconfirm.cc:4021767msgid "Invalid path to file in cconfig: %s"
3559msgid "Do you really want to sink this ship?"1768msgstr ""
3560msgstr ""1769
35611770#: ../../src/ui_fsmenu/loadgame.cc:84
3562#: ../../src/wui/actionconfirm.cc:4431771msgid "Choose saved game"
3563msgid "Do you really want to cancel the active expedition?"1772msgstr ""
1773
1774#: ../../src/ui_fsmenu/loadgame.cc:106
1775msgid "Minimap:"
1776msgstr ""
1777
1778#: ../../src/ui_fsmenu/loadgame.cc:216
1779msgid "Savegame from dedicated server"
1780msgstr ""
1781
1782#: ../../src/ui_fsmenu/loadgame.cc:217
1783msgid "Unknown gametime"
1784msgstr ""
1785
1786#: ../../src/logic/battle.cc:173
1787#, c-format
1788msgid "[battle] soldier %u lose battle\n"
1789msgstr ""
1790
1791#: ../../src/logic/battle.cc:177
1792#, c-format
1793msgid "[battle] waking up winner %d\n"
1794msgstr ""
1795
1796#: ../../src/logic/constructionsite.cc:91
1797#, c-format
1798msgid "%1$i%% built"
1799msgstr ""
1800
1801#: ../../src/logic/cmd_luacoroutine.cc:77
1802#, c-format
1803msgid "lua function: %s"
1804msgstr ""
1805
1806#: ../../src/logic/ship.cc:437
1807msgid "Port space found"
1808msgstr ""
1809
1810#: ../../src/logic/ship.cc:438
1811msgid "An expedition ship found a new port build space."
1812msgstr ""
1813
1814#: ../../src/logic/ship.cc:545
1815msgid "Island surrounded"
1816msgstr ""
1817
1818#: ../../src/logic/ship.cc:546
1819msgid "An expedition ship surrounded its island without any events."
1820msgstr ""
1821
1822#: ../../src/logic/ship.cc:598
1823msgid "Coast reached"
1824msgstr ""
1825
1826#: ../../src/logic/ship.cc:600
1827msgid "An expedition ship reached a coast and is waiting for further commands."
1828msgstr ""
1829
1830#: ../../src/logic/ship.cc:764
1831msgid "Expedition ready"
1832msgstr ""
1833
1834#: ../../src/logic/ship.cc:765
1835msgid "An expedition ship is waiting for your commands."
1836msgstr ""
1837
1838#: ../../src/logic/ship.cc:1047
1839#, c-format
1840msgid "loading ship: %s"
1841msgstr ""
1842
1843#: ../../src/logic/worker.cc:110
1844#, c-format
1845msgid ""
1846"should mine resource %s, which does not exist in world; tribe is not "
1847"compatible with world"
1848msgstr ""
1849
1850#: ../../src/logic/worker.cc:215
1851#, c-format
1852msgid ""
1853"should breed resource type %s, which does not exist in world; tribe is not "
1854"compatible with world"
1855msgstr ""
1856
1857#: ../../src/logic/worker.cc:606
1858#, c-format
1859msgid "Out of %s"
1860msgstr ""
1861
1862#: ../../src/logic/worker.cc:609
1863msgid ""
1864"The worker of this building cannot find any more resources of the following "
1865"type: "
1866msgstr ""
1867
1868#: ../../src/logic/worker.cc:957
1869msgid "A geologist found resources."
1870msgstr ""
1871
1872#: ../../src/logic/worker.cc:1871
1873#, c-format
1874msgid "Your %s can't find a way home and will likely die."
1875msgstr ""
1876
1877#: ../../src/logic/worker.cc:1878
1878msgid "Worker got lost!"
1879msgstr ""
1880
1881#: ../../src/logic/worker.cc:3093
1882#, c-format
1883msgid "loading worker: %s"
1884msgstr ""
1885
1886#: ../../src/logic/cmd_queue.cc:181
1887#, c-format
1888msgid "duetime (%1$i) < gametime (%2$i)"
1889msgstr ""
1890
1891#: ../../src/logic/cmd_queue.cc:186
1892#, c-format
1893msgid "game logic: %s"
1894msgstr ""
1895
1896#: ../../src/logic/editor_game_base.cc:276
1897#: ../../src/editor/editorinteractive.cc:203
1898msgid "Loading world data"
1899msgstr ""
1900
1901#: ../../src/logic/editor_game_base.cc:283
1902msgid "Loading tribes"
1903msgstr ""
1904
1905#: ../../src/logic/world.cc:628
1906#, c-format
1907msgid "%s: too many terrain types, can not be more than 16"
1908msgstr ""
1909
1910#: ../../src/logic/tribe.cc:133
1911msgid "constructionsite type \"constructionsite\" is missing"
1912msgstr ""
1913
1914#: ../../src/logic/tribe.cc:142
1915msgid "dismantlesite type \"distmantlesite\" is missing"
1916msgstr ""
1917
1918#: ../../src/logic/tribe.cc:259 ../../src/logic/tribe.cc:280
1919#, c-format
1920msgid "\"%s\" is duplicated"
1921msgstr ""
1922
1923#: ../../src/logic/tribe.cc:268 ../../src/logic/tribe.cc:289
1924msgid "none found"
1925msgstr ""
1926
1927#: ../../src/logic/tribe.cc:270
1928#, c-format
1929msgid "frontier styles: %s"
1930msgstr ""
1931
1932#: ../../src/logic/tribe.cc:291
1933#, c-format
1934msgid "flag styles: %s"
1935msgstr ""
1936
1937#: ../../src/logic/tribe.cc:334
1938#, c-format
1939msgid "tribe %1$s: %2$s"
1940msgstr ""
1941
1942#: ../../src/logic/building.cc:539
1943msgid "mine"
1944msgstr ""
1945
1946#: ../../src/logic/building.cc:540
1947#: ../../src/editor/tools/editor_info_tool.cc:60
1948msgid "small"
1949msgstr ""
1950
1951#: ../../src/logic/building.cc:541
1952#: ../../src/editor/tools/editor_info_tool.cc:61
1953msgid "medium"
1954msgstr ""
1955
1956#: ../../src/logic/building.cc:541
1957#: ../../src/editor/tools/editor_info_tool.cc:62
1958msgid "big"
1959msgstr ""
1960
1961#: ../../src/logic/building.cc:544
1962msgid "Mine"
1963msgstr ""
1964
1965#: ../../src/logic/building.cc:545
1966msgid "Small"
1967msgstr ""
1968
1969#: ../../src/logic/building.cc:546
1970#: ../../src/editor/ui_menus/editor_main_menu_random_map.cc:255
1971msgid "Medium"
1972msgstr ""
1973
1974#: ../../src/logic/building.cc:546
1975msgid "Big"
1976msgstr ""
1977
1978#: ../../src/logic/instances.cc:73
1979#, c-format
1980msgid "destroy map object: %s"
1981msgstr ""
1982
1983#: ../../src/logic/instances.cc:122
1984#, c-format
1985msgid "object %1$u: %2$s"
1986msgstr ""
1987
1988#: ../../src/logic/instances.cc:131
1989#, c-format
1990msgid "act: %s"
1991msgstr ""
1992
1993#: ../../src/logic/military_data.cc:51 ../../src/logic/soldier.cc:70
1994msgid "\"min-max\""
1995msgstr ""
1996
1997#: ../../src/logic/military_data.cc:59
1998msgid "positive integer <= 100"
1999msgstr ""
2000
2001#: ../../src/logic/military_data.cc:63
2002#, c-format
2003msgid "expected positive integer >= %1$u <= 100 but found \"%2$s\""
2004msgstr ""
2005
2006#: ../../src/logic/military_data.cc:75
2007#, c-format
2008msgid "expected positive integer >= %1$u <= %2$u but found \"%3$u\""
2009msgstr ""
2010
2011#: ../../src/logic/game.cc:139
2012msgid "Not set"
2013msgstr ""
2014
2015#: ../../src/logic/game.cc:227
2016msgid "Preloading a map"
2017msgstr ""
2018
2019#: ../../src/logic/game.cc:234
2020msgid "Loading a world"
2021msgstr ""
2022
2023#: ../../src/logic/game.cc:240
2024#, c-format
2025msgid "Adding player %u"
2026msgstr ""
2027
2028#: ../../src/logic/game.cc:254
2029msgid "Loading a map"
2030msgstr ""
2031
2032#: ../../src/logic/game.cc:283 ../../src/logic/game.cc:362
2033#: ../../src/logic/game.cc:391
2034msgid "Preloading map"
2035msgstr ""
2036
2037#: ../../src/logic/game.cc:298
2038msgid "Configuring players"
2039msgstr ""
2040
2041#: ../../src/logic/game.cc:332
2042msgid "Loading map"
2043msgstr ""
2044
2045#: ../../src/logic/game.cc:478
2046msgid "Creating player infrastructure"
2047msgstr ""
2048
2049#: ../../src/logic/game.cc:491 ../../src/logic/player.cc:221
2050msgid "Missing starting position"
2051msgstr ""
2052
2053#: ../../src/logic/game.cc:493 ../../src/logic/player.cc:223
2054#, c-format
2055msgid ""
2056"Widelands could not start the game, because player %u has no starting "
2057"position.\n"
2058"You can manually add a starting position with Widelands Editor, to fix this "
2059"problem."
2060msgstr ""
2061
2062#: ../../src/logic/cmd_luascript.cc:58
2063#, c-format
2064msgid "lua: %s"
2065msgstr ""
2066
2067#: ../../src/logic/critter_bob.cc:389
2068#, c-format
2069msgid "loading critter: %s"
2070msgstr ""
2071
2072#: ../../src/logic/map.cc:365
2073msgid "Player 1"
2074msgstr ""
2075
2076#: ../../src/logic/dismantlesite.cc:100
2077#, c-format
2078msgid "%u%% dismantled"
2079msgstr ""
2080
2081#: ../../src/logic/requirements.cc:233
2082#, c-format
2083msgid ""
2084"expected atrHP (%1$u), atrAttack (%2$u), atrDefense (%3$u), atrEvade (%4$u) "
2085"or atrTotal (%5$u) but found unknown attribute value (%6$u)"
2086msgstr ""
2087
2088#: ../../src/logic/immovable.cc:141 ../../src/logic/production_program.cc:1663
2089#, c-format
2090msgid "unknown command type \"%s\""
2091msgstr ""
2092
2093#: ../../src/logic/immovable.cc:145
2094msgid "no actions"
2095msgstr ""
2096
2097#: ../../src/logic/immovable.cc:204 ../../src/logic/bob.cc:88
2098#, c-format
2099msgid "bad attribute \"%s\""
2100msgstr ""
2101
2102#: ../../src/logic/immovable.cc:218
2103msgid "this program has already been declared"
2104msgstr ""
2105
2106#: ../../src/logic/immovable.cc:224
2107#, c-format
2108msgid "program %1$s: %2$s"
2109msgstr ""
2110
2111#: ../../src/logic/immovable.cc:256 ../../src/logic/immovable.cc:271
2112#, c-format
2113msgid "expected 0 .. 255 but found %u"
2114msgstr ""
2115
2116#: ../../src/logic/immovable.cc:258 ../../src/logic/immovable.cc:273
2117msgid "duplicated"
2118msgstr ""
2119
2120#: ../../src/logic/immovable.cc:276
2121#, c-format
2122msgid "[terrain affinity] \"%1$s\" (not in current world): %2$s"
2123msgstr ""
2124
2125#: ../../src/logic/immovable.cc:312
2126#, c-format
2127msgid "immovable %1$s has no program \"%2$s\""
2128msgstr ""
2129
2130#: ../../src/logic/immovable.cc:776
2131#, c-format
2132msgid "tribe %1$s does not define immovable type \"%2$s\""
2133msgstr ""
2134
2135#: ../../src/logic/immovable.cc:779
2136#, c-format
2137msgid "unknown tribe %s"
2138msgstr ""
2139
2140#: ../../src/logic/immovable.cc:785
2141#, c-format
2142msgid "world does not define immovable type \"%s\""
2143msgstr ""
2144
2145#: ../../src/logic/immovable.cc:795
2146#, c-format
2147msgid "immovable type %s"
2148msgstr ""
2149
2150#: ../../src/logic/immovable.cc:829 ../../src/logic/production_program.cc:673
2151#: ../../src/logic/production_program.cc:747
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to status/vote changes: