From: Brad Smith Subject: UPDATE: widelands 1.3.1 To: ports@openbsd.org Date: Sun, 22 Feb 2026 04:53:01 -0500 Here is an update to widelands 1.3.1. https://raw.githubusercontent.com/widelands/widelands/refs/heads/master/ChangeLog Index: Makefile =================================================================== RCS file: /cvs/ports/games/widelands/Makefile,v retrieving revision 1.45 diff -u -p -u -p -r1.45 Makefile --- Makefile 27 Feb 2025 18:45:44 -0000 1.45 +++ Makefile 22 Feb 2026 08:25:40 -0000 @@ -2,9 +2,8 @@ COMMENT = economic and military simulati GH_ACCOUNT = widelands GH_PROJECT = widelands -GH_TAGNAME = v1.2.1 +GH_TAGNAME = v1.3.1 CATEGORIES = games -REVISION = 0 HOMEPAGE = https://www.widelands.org/ @@ -20,7 +19,7 @@ COMPILER = base-clang ports-gcc BUILD_DEPENDS = devel/asio \ devel/gettext,-tools -LIB_DEPENDS = archivers/minizip>=4.0.8 \ +LIB_DEPENDS = archivers/minizip \ devel/gettext,-runtime \ devel/sdl2-image \ devel/sdl2-mixer \ Index: distinfo =================================================================== RCS file: /cvs/ports/games/widelands/distinfo,v retrieving revision 1.9 diff -u -p -u -p -r1.9 distinfo --- distinfo 25 Feb 2025 17:57:00 -0000 1.9 +++ distinfo 22 Feb 2026 08:25:40 -0000 @@ -1,2 +1,2 @@ -SHA256 (widelands-1.2.1.tar.gz) = eZv9MgSO8gEYxI4h8/yEOuBFHEK7i/LqvLmya/b+VLQ= -SIZE (widelands-1.2.1.tar.gz) = 457853247 +SHA256 (widelands-1.3.1.tar.gz) = 5vPo9Pyv02eWLbrN6A4m/GOvrTjP4m+tupyS1KAb1oc= +SIZE (widelands-1.3.1.tar.gz) = 468150797 Index: patches/patch-CMakeLists_txt =================================================================== RCS file: /cvs/ports/games/widelands/patches/patch-CMakeLists_txt,v retrieving revision 1.10 diff -u -p -u -p -r1.10 patch-CMakeLists_txt --- patches/patch-CMakeLists_txt 25 Feb 2025 17:57:00 -0000 1.10 +++ patches/patch-CMakeLists_txt 22 Feb 2026 08:25:40 -0000 @@ -4,16 +4,16 @@ Index: CMakeLists.txt --- CMakeLists.txt.orig +++ CMakeLists.txt -@@ -191,7 +191,7 @@ elseif((CMAKE_BUILD_TYPE STREQUAL "Release") OR (CMAKE - elseif(MSVC) - set(WL_OPTIMIZE_FLAGS "/O2") +@@ -204,7 +204,7 @@ elseif((CMAKE_BUILD_TYPE STREQUAL "Release") OR (CMAKE + set(WL_OPTIMIZE_FLAGS "/Ob2") + endif() else() - set(WL_OPTIMIZE_FLAGS "-O3") + set(WL_OPTIMIZE_FLAGS "-O2") endif() if(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") AND (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 7.6)) message(WARNING "GCC <7.6.0 is known to cause segfaults in release builds. Please consider upgrading to GCC version 7.6 or newer or using Clang. Adding selected overrides to suppress reporting of known bugs.") -@@ -559,15 +559,6 @@ install( +@@ -591,15 +591,6 @@ install( DESTINATION ${WL_INSTALL_BASEDIR} CONFIGURATIONS Debug;Release;RelWithDebInfo;None COMPONENT CoreLicenseFiles @@ -28,4 +28,4 @@ Index: CMakeLists.txt - PATTERN "CMakeLists.txt" EXCLUDE ) - if(OPTION_BUILD_TRANSLATIONS) + if (UNIX AND NOT APPLE) Index: patches/patch-xdg_CMakeLists_txt =================================================================== RCS file: /cvs/ports/games/widelands/patches/patch-xdg_CMakeLists_txt,v retrieving revision 1.3 diff -u -p -u -p -r1.3 patch-xdg_CMakeLists_txt --- patches/patch-xdg_CMakeLists_txt 1 Dec 2023 17:26:12 -0000 1.3 +++ patches/patch-xdg_CMakeLists_txt 22 Feb 2026 08:25:40 -0000 @@ -4,9 +4,9 @@ Index: xdg/CMakeLists.txt @@ -9,7 +9,7 @@ foreach (icon_size ${icon_sizes}) install(FILES ${CMAKE_SOURCE_DIR}/data/images/logos/wl-ico-${icon_size}.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/${icon_size}x${icon_size}/apps RENAME ${XDG_APPLICATION_ID}.png) endforeach (icon_size ${icon_sizes}) - #install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.6 DESTINATION ${CMAKE_INSTALL_MANDIR}/man6) --install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6) -+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6) - #install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${XDG_APPLICATION_ID}.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications) - install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${XDG_APPLICATION_ID}.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) - #install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${XDG_APPLICATION_ID}.appdata.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo) + #install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.6 DESTINATION ${CMAKE_INSTALL_MANDIR}/man6) +-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6) ++install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6) + #install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${XDG_APPLICATION_ID}.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications) + install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${XDG_APPLICATION_ID}.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) + #install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${XDG_APPLICATION_ID}.metainfo.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo) Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/games/widelands/pkg/PLIST,v retrieving revision 1.12 diff -u -p -u -p -r1.12 PLIST --- pkg/PLIST 13 Apr 2024 14:41:55 -0000 1.12 +++ pkg/PLIST 22 Feb 2026 08:26:07 -0000 @@ -10,7 +10,7 @@ share/icons/hicolor/32x32/apps/org.widel share/icons/hicolor/48x48/apps/org.widelands.Widelands.png share/icons/hicolor/64x64/apps/org.widelands.Widelands.png share/metainfo/ -share/metainfo/org.widelands.Widelands.appdata.xml +share/metainfo/org.widelands.Widelands.metainfo.xml share/widelands/ share/widelands/COPYING share/widelands/CREDITS @@ -909,6 +909,1735 @@ share/widelands/i18n/locales/uk.json share/widelands/i18n/locales/zh_CN.json share/widelands/i18n/locales/zh_TW.json share/widelands/i18n/translation_stats.conf +share/widelands/i18n/translations/ +share/widelands/i18n/translations/map_along_the_river.wmf/ +share/widelands/i18n/translations/map_along_the_river.wmf/ar.po +share/widelands/i18n/translations/map_along_the_river.wmf/bg.po +share/widelands/i18n/translations/map_along_the_river.wmf/br.po +share/widelands/i18n/translations/map_along_the_river.wmf/ca.po +share/widelands/i18n/translations/map_along_the_river.wmf/cs.po +share/widelands/i18n/translations/map_along_the_river.wmf/da.po +share/widelands/i18n/translations/map_along_the_river.wmf/de.po +share/widelands/i18n/translations/map_along_the_river.wmf/el.po +share/widelands/i18n/translations/map_along_the_river.wmf/en_GB.po +share/widelands/i18n/translations/map_along_the_river.wmf/en_US.po +share/widelands/i18n/translations/map_along_the_river.wmf/eo.po +share/widelands/i18n/translations/map_along_the_river.wmf/es.po +share/widelands/i18n/translations/map_along_the_river.wmf/eu.po +share/widelands/i18n/translations/map_along_the_river.wmf/fa.po +share/widelands/i18n/translations/map_along_the_river.wmf/fi.po +share/widelands/i18n/translations/map_along_the_river.wmf/fr.po +share/widelands/i18n/translations/map_along_the_river.wmf/fy.po +share/widelands/i18n/translations/map_along_the_river.wmf/ga.po +share/widelands/i18n/translations/map_along_the_river.wmf/gd.po +share/widelands/i18n/translations/map_along_the_river.wmf/gl.po +share/widelands/i18n/translations/map_along_the_river.wmf/he.po +share/widelands/i18n/translations/map_along_the_river.wmf/hi.po +share/widelands/i18n/translations/map_along_the_river.wmf/hr.po +share/widelands/i18n/translations/map_along_the_river.wmf/hu.po +share/widelands/i18n/translations/map_along_the_river.wmf/id.po +share/widelands/i18n/translations/map_along_the_river.wmf/ig.po +share/widelands/i18n/translations/map_along_the_river.wmf/it.po +share/widelands/i18n/translations/map_along_the_river.wmf/ja.po +share/widelands/i18n/translations/map_along_the_river.wmf/ka.po +share/widelands/i18n/translations/map_along_the_river.wmf/ko.po +share/widelands/i18n/translations/map_along_the_river.wmf/krl.po +share/widelands/i18n/translations/map_along_the_river.wmf/la.po +share/widelands/i18n/translations/map_along_the_river.wmf/lt.po +share/widelands/i18n/translations/map_along_the_river.wmf/map_along_the_river.wmf.pot +share/widelands/i18n/translations/map_along_the_river.wmf/ms.po +share/widelands/i18n/translations/map_along_the_river.wmf/nb.po +share/widelands/i18n/translations/map_along_the_river.wmf/nds.po +share/widelands/i18n/translations/map_along_the_river.wmf/nl.po +share/widelands/i18n/translations/map_along_the_river.wmf/nn.po +share/widelands/i18n/translations/map_along_the_river.wmf/pl.po +share/widelands/i18n/translations/map_along_the_river.wmf/pt.po +share/widelands/i18n/translations/map_along_the_river.wmf/pt_BR.po +share/widelands/i18n/translations/map_along_the_river.wmf/ro.po +share/widelands/i18n/translations/map_along_the_river.wmf/ru.po +share/widelands/i18n/translations/map_along_the_river.wmf/sk.po +share/widelands/i18n/translations/map_along_the_river.wmf/sl.po +share/widelands/i18n/translations/map_along_the_river.wmf/sr.po +share/widelands/i18n/translations/map_along_the_river.wmf/sr_RS.po +share/widelands/i18n/translations/map_along_the_river.wmf/sv.po +share/widelands/i18n/translations/map_along_the_river.wmf/tr.po +share/widelands/i18n/translations/map_along_the_river.wmf/uk.po +share/widelands/i18n/translations/map_along_the_river.wmf/zh_CN.po +share/widelands/i18n/translations/map_along_the_river.wmf/zh_TW.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/ +share/widelands/i18n/translations/map_the_green_plateau.wmf/ar.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/bg.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/br.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/ca.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/cs.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/da.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/de.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/el.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/en_GB.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/en_US.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/eo.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/es.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/eu.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/fa.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/fi.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/fr.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/fy.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/ga.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/gd.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/gl.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/he.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/hi.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/hr.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/hu.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/id.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/ig.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/it.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/ja.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/ka.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/ko.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/krl.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/la.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/lt.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/map_the_green_plateau.wmf.pot +share/widelands/i18n/translations/map_the_green_plateau.wmf/ms.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/nb.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/nds.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/nl.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/nn.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/pl.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/pt.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/pt_BR.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/ro.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/ru.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/sk.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/sl.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/sr.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/sr_RS.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/sv.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/tr.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/uk.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/zh_CN.po +share/widelands/i18n/translations/map_the_green_plateau.wmf/zh_TW.po +share/widelands/i18n/translations/maps/ +share/widelands/i18n/translations/maps/ar.po +share/widelands/i18n/translations/maps/bg.po +share/widelands/i18n/translations/maps/br.po +share/widelands/i18n/translations/maps/ca.po +share/widelands/i18n/translations/maps/cs.po +share/widelands/i18n/translations/maps/da.po +share/widelands/i18n/translations/maps/de.po +share/widelands/i18n/translations/maps/el.po +share/widelands/i18n/translations/maps/en_GB.po +share/widelands/i18n/translations/maps/en_US.po +share/widelands/i18n/translations/maps/eo.po +share/widelands/i18n/translations/maps/es.po +share/widelands/i18n/translations/maps/eu.po +share/widelands/i18n/translations/maps/fa.po +share/widelands/i18n/translations/maps/fi.po +share/widelands/i18n/translations/maps/fr.po +share/widelands/i18n/translations/maps/fy.po +share/widelands/i18n/translations/maps/ga.po +share/widelands/i18n/translations/maps/gd.po +share/widelands/i18n/translations/maps/gl.po +share/widelands/i18n/translations/maps/he.po +share/widelands/i18n/translations/maps/hi.po +share/widelands/i18n/translations/maps/hr.po +share/widelands/i18n/translations/maps/hu.po +share/widelands/i18n/translations/maps/id.po +share/widelands/i18n/translations/maps/ig.po +share/widelands/i18n/translations/maps/it.po +share/widelands/i18n/translations/maps/ja.po +share/widelands/i18n/translations/maps/ka.po +share/widelands/i18n/translations/maps/ko.po +share/widelands/i18n/translations/maps/krl.po +share/widelands/i18n/translations/maps/la.po +share/widelands/i18n/translations/maps/lt.po +share/widelands/i18n/translations/maps/maps.pot +share/widelands/i18n/translations/maps/ms.po +share/widelands/i18n/translations/maps/nb.po +share/widelands/i18n/translations/maps/nds.po +share/widelands/i18n/translations/maps/nl.po +share/widelands/i18n/translations/maps/nn.po +share/widelands/i18n/translations/maps/pl.po +share/widelands/i18n/translations/maps/pt.po +share/widelands/i18n/translations/maps/pt_BR.po +share/widelands/i18n/translations/maps/ro.po +share/widelands/i18n/translations/maps/ru.po +share/widelands/i18n/translations/maps/sk.po +share/widelands/i18n/translations/maps/sl.po +share/widelands/i18n/translations/maps/sr.po +share/widelands/i18n/translations/maps/sr_RS.po +share/widelands/i18n/translations/maps/sv.po +share/widelands/i18n/translations/maps/tr.po +share/widelands/i18n/translations/maps/uk.po +share/widelands/i18n/translations/maps/zh_CN.po +share/widelands/i18n/translations/maps/zh_TW.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ar.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/bg.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/br.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ca.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/cs.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/da.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/de.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/el.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/en_GB.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/en_US.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/eo.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/es.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/eu.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/fa.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/fi.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/fr.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/fy.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ga.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/gd.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/gl.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/he.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/hi.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/hr.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/hu.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/id.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ig.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/it.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ja.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ka.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ko.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/krl.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/la.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/lt.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/mp_scenario_island_hopping.wmf.pot +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ms.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/nb.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/nds.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/nl.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/nn.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/pl.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/pt.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/pt_BR.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ro.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/ru.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/sk.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/sl.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/sr.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/sr_RS.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/sv.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/tr.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/uk.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/zh_CN.po +share/widelands/i18n/translations/mp_scenario_island_hopping.wmf/zh_TW.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ar.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/bg.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/br.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ca.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/cs.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/da.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/de.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/el.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/en_GB.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/en_US.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/eo.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/es.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/eu.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/fa.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/fi.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/fr.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/fy.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ga.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/gd.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/gl.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/he.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/hi.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/hr.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/hu.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/id.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ig.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/it.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ja.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ka.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ko.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/krl.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/la.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/lt.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/mp_scenario_smugglers.wmf.pot +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ms.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/nb.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/nds.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/nl.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/nn.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/pl.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/pt.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/pt_BR.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ro.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/ru.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/sk.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/sl.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/sr.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/sr_RS.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/sv.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/tr.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/uk.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/zh_CN.po +share/widelands/i18n/translations/mp_scenario_smugglers.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_atl01.wmf/ +share/widelands/i18n/translations/scenario_atl01.wmf/ar.po +share/widelands/i18n/translations/scenario_atl01.wmf/bg.po +share/widelands/i18n/translations/scenario_atl01.wmf/br.po +share/widelands/i18n/translations/scenario_atl01.wmf/ca.po +share/widelands/i18n/translations/scenario_atl01.wmf/cs.po +share/widelands/i18n/translations/scenario_atl01.wmf/da.po +share/widelands/i18n/translations/scenario_atl01.wmf/de.po +share/widelands/i18n/translations/scenario_atl01.wmf/el.po +share/widelands/i18n/translations/scenario_atl01.wmf/en_GB.po +share/widelands/i18n/translations/scenario_atl01.wmf/en_US.po +share/widelands/i18n/translations/scenario_atl01.wmf/eo.po +share/widelands/i18n/translations/scenario_atl01.wmf/es.po +share/widelands/i18n/translations/scenario_atl01.wmf/eu.po +share/widelands/i18n/translations/scenario_atl01.wmf/fa.po +share/widelands/i18n/translations/scenario_atl01.wmf/fi.po +share/widelands/i18n/translations/scenario_atl01.wmf/fr.po +share/widelands/i18n/translations/scenario_atl01.wmf/fy.po +share/widelands/i18n/translations/scenario_atl01.wmf/ga.po +share/widelands/i18n/translations/scenario_atl01.wmf/gd.po +share/widelands/i18n/translations/scenario_atl01.wmf/gl.po +share/widelands/i18n/translations/scenario_atl01.wmf/he.po +share/widelands/i18n/translations/scenario_atl01.wmf/hi.po +share/widelands/i18n/translations/scenario_atl01.wmf/hr.po +share/widelands/i18n/translations/scenario_atl01.wmf/hu.po +share/widelands/i18n/translations/scenario_atl01.wmf/id.po +share/widelands/i18n/translations/scenario_atl01.wmf/ig.po +share/widelands/i18n/translations/scenario_atl01.wmf/it.po +share/widelands/i18n/translations/scenario_atl01.wmf/ja.po +share/widelands/i18n/translations/scenario_atl01.wmf/ka.po +share/widelands/i18n/translations/scenario_atl01.wmf/ko.po +share/widelands/i18n/translations/scenario_atl01.wmf/krl.po +share/widelands/i18n/translations/scenario_atl01.wmf/la.po +share/widelands/i18n/translations/scenario_atl01.wmf/lt.po +share/widelands/i18n/translations/scenario_atl01.wmf/ms.po +share/widelands/i18n/translations/scenario_atl01.wmf/nb.po +share/widelands/i18n/translations/scenario_atl01.wmf/nds.po +share/widelands/i18n/translations/scenario_atl01.wmf/nl.po +share/widelands/i18n/translations/scenario_atl01.wmf/nn.po +share/widelands/i18n/translations/scenario_atl01.wmf/pl.po +share/widelands/i18n/translations/scenario_atl01.wmf/pt.po +share/widelands/i18n/translations/scenario_atl01.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_atl01.wmf/ro.po +share/widelands/i18n/translations/scenario_atl01.wmf/ru.po +share/widelands/i18n/translations/scenario_atl01.wmf/scenario_atl01.wmf.pot +share/widelands/i18n/translations/scenario_atl01.wmf/sk.po +share/widelands/i18n/translations/scenario_atl01.wmf/sl.po +share/widelands/i18n/translations/scenario_atl01.wmf/sr.po +share/widelands/i18n/translations/scenario_atl01.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_atl01.wmf/sv.po +share/widelands/i18n/translations/scenario_atl01.wmf/tr.po +share/widelands/i18n/translations/scenario_atl01.wmf/uk.po +share/widelands/i18n/translations/scenario_atl01.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_atl01.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_atl02.wmf/ +share/widelands/i18n/translations/scenario_atl02.wmf/ar.po +share/widelands/i18n/translations/scenario_atl02.wmf/bg.po +share/widelands/i18n/translations/scenario_atl02.wmf/br.po +share/widelands/i18n/translations/scenario_atl02.wmf/ca.po +share/widelands/i18n/translations/scenario_atl02.wmf/cs.po +share/widelands/i18n/translations/scenario_atl02.wmf/da.po +share/widelands/i18n/translations/scenario_atl02.wmf/de.po +share/widelands/i18n/translations/scenario_atl02.wmf/el.po +share/widelands/i18n/translations/scenario_atl02.wmf/en_GB.po +share/widelands/i18n/translations/scenario_atl02.wmf/en_US.po +share/widelands/i18n/translations/scenario_atl02.wmf/eo.po +share/widelands/i18n/translations/scenario_atl02.wmf/es.po +share/widelands/i18n/translations/scenario_atl02.wmf/eu.po +share/widelands/i18n/translations/scenario_atl02.wmf/fa.po +share/widelands/i18n/translations/scenario_atl02.wmf/fi.po +share/widelands/i18n/translations/scenario_atl02.wmf/fr.po +share/widelands/i18n/translations/scenario_atl02.wmf/fy.po +share/widelands/i18n/translations/scenario_atl02.wmf/ga.po +share/widelands/i18n/translations/scenario_atl02.wmf/gd.po +share/widelands/i18n/translations/scenario_atl02.wmf/gl.po +share/widelands/i18n/translations/scenario_atl02.wmf/he.po +share/widelands/i18n/translations/scenario_atl02.wmf/hi.po +share/widelands/i18n/translations/scenario_atl02.wmf/hr.po +share/widelands/i18n/translations/scenario_atl02.wmf/hu.po +share/widelands/i18n/translations/scenario_atl02.wmf/id.po +share/widelands/i18n/translations/scenario_atl02.wmf/ig.po +share/widelands/i18n/translations/scenario_atl02.wmf/it.po +share/widelands/i18n/translations/scenario_atl02.wmf/ja.po +share/widelands/i18n/translations/scenario_atl02.wmf/ka.po +share/widelands/i18n/translations/scenario_atl02.wmf/ko.po +share/widelands/i18n/translations/scenario_atl02.wmf/krl.po +share/widelands/i18n/translations/scenario_atl02.wmf/la.po +share/widelands/i18n/translations/scenario_atl02.wmf/lt.po +share/widelands/i18n/translations/scenario_atl02.wmf/ms.po +share/widelands/i18n/translations/scenario_atl02.wmf/nb.po +share/widelands/i18n/translations/scenario_atl02.wmf/nds.po +share/widelands/i18n/translations/scenario_atl02.wmf/nl.po +share/widelands/i18n/translations/scenario_atl02.wmf/nn.po +share/widelands/i18n/translations/scenario_atl02.wmf/pl.po +share/widelands/i18n/translations/scenario_atl02.wmf/pt.po +share/widelands/i18n/translations/scenario_atl02.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_atl02.wmf/ro.po +share/widelands/i18n/translations/scenario_atl02.wmf/ru.po +share/widelands/i18n/translations/scenario_atl02.wmf/scenario_atl02.wmf.pot +share/widelands/i18n/translations/scenario_atl02.wmf/sk.po +share/widelands/i18n/translations/scenario_atl02.wmf/sl.po +share/widelands/i18n/translations/scenario_atl02.wmf/sr.po +share/widelands/i18n/translations/scenario_atl02.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_atl02.wmf/sv.po +share/widelands/i18n/translations/scenario_atl02.wmf/tr.po +share/widelands/i18n/translations/scenario_atl02.wmf/uk.po +share/widelands/i18n/translations/scenario_atl02.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_atl02.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_bar01.wmf/ +share/widelands/i18n/translations/scenario_bar01.wmf/ar.po +share/widelands/i18n/translations/scenario_bar01.wmf/bg.po +share/widelands/i18n/translations/scenario_bar01.wmf/br.po +share/widelands/i18n/translations/scenario_bar01.wmf/ca.po +share/widelands/i18n/translations/scenario_bar01.wmf/cs.po +share/widelands/i18n/translations/scenario_bar01.wmf/da.po +share/widelands/i18n/translations/scenario_bar01.wmf/de.po +share/widelands/i18n/translations/scenario_bar01.wmf/el.po +share/widelands/i18n/translations/scenario_bar01.wmf/en_GB.po +share/widelands/i18n/translations/scenario_bar01.wmf/en_US.po +share/widelands/i18n/translations/scenario_bar01.wmf/eo.po +share/widelands/i18n/translations/scenario_bar01.wmf/es.po +share/widelands/i18n/translations/scenario_bar01.wmf/eu.po +share/widelands/i18n/translations/scenario_bar01.wmf/fa.po +share/widelands/i18n/translations/scenario_bar01.wmf/fi.po +share/widelands/i18n/translations/scenario_bar01.wmf/fr.po +share/widelands/i18n/translations/scenario_bar01.wmf/fy.po +share/widelands/i18n/translations/scenario_bar01.wmf/ga.po +share/widelands/i18n/translations/scenario_bar01.wmf/gd.po +share/widelands/i18n/translations/scenario_bar01.wmf/gl.po +share/widelands/i18n/translations/scenario_bar01.wmf/he.po +share/widelands/i18n/translations/scenario_bar01.wmf/hi.po +share/widelands/i18n/translations/scenario_bar01.wmf/hr.po +share/widelands/i18n/translations/scenario_bar01.wmf/hu.po +share/widelands/i18n/translations/scenario_bar01.wmf/id.po +share/widelands/i18n/translations/scenario_bar01.wmf/ig.po +share/widelands/i18n/translations/scenario_bar01.wmf/it.po +share/widelands/i18n/translations/scenario_bar01.wmf/ja.po +share/widelands/i18n/translations/scenario_bar01.wmf/ka.po +share/widelands/i18n/translations/scenario_bar01.wmf/ko.po +share/widelands/i18n/translations/scenario_bar01.wmf/krl.po +share/widelands/i18n/translations/scenario_bar01.wmf/la.po +share/widelands/i18n/translations/scenario_bar01.wmf/lt.po +share/widelands/i18n/translations/scenario_bar01.wmf/ms.po +share/widelands/i18n/translations/scenario_bar01.wmf/nb.po +share/widelands/i18n/translations/scenario_bar01.wmf/nds.po +share/widelands/i18n/translations/scenario_bar01.wmf/nl.po +share/widelands/i18n/translations/scenario_bar01.wmf/nn.po +share/widelands/i18n/translations/scenario_bar01.wmf/pl.po +share/widelands/i18n/translations/scenario_bar01.wmf/pt.po +share/widelands/i18n/translations/scenario_bar01.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_bar01.wmf/ro.po +share/widelands/i18n/translations/scenario_bar01.wmf/ru.po +share/widelands/i18n/translations/scenario_bar01.wmf/scenario_bar01.wmf.pot +share/widelands/i18n/translations/scenario_bar01.wmf/sk.po +share/widelands/i18n/translations/scenario_bar01.wmf/sl.po +share/widelands/i18n/translations/scenario_bar01.wmf/sr.po +share/widelands/i18n/translations/scenario_bar01.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_bar01.wmf/sv.po +share/widelands/i18n/translations/scenario_bar01.wmf/tr.po +share/widelands/i18n/translations/scenario_bar01.wmf/uk.po +share/widelands/i18n/translations/scenario_bar01.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_bar01.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_bar02.wmf/ +share/widelands/i18n/translations/scenario_bar02.wmf/ar.po +share/widelands/i18n/translations/scenario_bar02.wmf/bg.po +share/widelands/i18n/translations/scenario_bar02.wmf/br.po +share/widelands/i18n/translations/scenario_bar02.wmf/ca.po +share/widelands/i18n/translations/scenario_bar02.wmf/cs.po +share/widelands/i18n/translations/scenario_bar02.wmf/da.po +share/widelands/i18n/translations/scenario_bar02.wmf/de.po +share/widelands/i18n/translations/scenario_bar02.wmf/el.po +share/widelands/i18n/translations/scenario_bar02.wmf/en_GB.po +share/widelands/i18n/translations/scenario_bar02.wmf/en_US.po +share/widelands/i18n/translations/scenario_bar02.wmf/eo.po +share/widelands/i18n/translations/scenario_bar02.wmf/es.po +share/widelands/i18n/translations/scenario_bar02.wmf/eu.po +share/widelands/i18n/translations/scenario_bar02.wmf/fa.po +share/widelands/i18n/translations/scenario_bar02.wmf/fi.po +share/widelands/i18n/translations/scenario_bar02.wmf/fr.po +share/widelands/i18n/translations/scenario_bar02.wmf/fy.po +share/widelands/i18n/translations/scenario_bar02.wmf/ga.po +share/widelands/i18n/translations/scenario_bar02.wmf/gd.po +share/widelands/i18n/translations/scenario_bar02.wmf/gl.po +share/widelands/i18n/translations/scenario_bar02.wmf/he.po +share/widelands/i18n/translations/scenario_bar02.wmf/hi.po +share/widelands/i18n/translations/scenario_bar02.wmf/hr.po +share/widelands/i18n/translations/scenario_bar02.wmf/hu.po +share/widelands/i18n/translations/scenario_bar02.wmf/id.po +share/widelands/i18n/translations/scenario_bar02.wmf/ig.po +share/widelands/i18n/translations/scenario_bar02.wmf/it.po +share/widelands/i18n/translations/scenario_bar02.wmf/ja.po +share/widelands/i18n/translations/scenario_bar02.wmf/ka.po +share/widelands/i18n/translations/scenario_bar02.wmf/ko.po +share/widelands/i18n/translations/scenario_bar02.wmf/krl.po +share/widelands/i18n/translations/scenario_bar02.wmf/la.po +share/widelands/i18n/translations/scenario_bar02.wmf/lt.po +share/widelands/i18n/translations/scenario_bar02.wmf/ms.po +share/widelands/i18n/translations/scenario_bar02.wmf/nb.po +share/widelands/i18n/translations/scenario_bar02.wmf/nds.po +share/widelands/i18n/translations/scenario_bar02.wmf/nl.po +share/widelands/i18n/translations/scenario_bar02.wmf/nn.po +share/widelands/i18n/translations/scenario_bar02.wmf/pl.po +share/widelands/i18n/translations/scenario_bar02.wmf/pt.po +share/widelands/i18n/translations/scenario_bar02.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_bar02.wmf/ro.po +share/widelands/i18n/translations/scenario_bar02.wmf/ru.po +share/widelands/i18n/translations/scenario_bar02.wmf/scenario_bar02.wmf.pot +share/widelands/i18n/translations/scenario_bar02.wmf/sk.po +share/widelands/i18n/translations/scenario_bar02.wmf/sl.po +share/widelands/i18n/translations/scenario_bar02.wmf/sr.po +share/widelands/i18n/translations/scenario_bar02.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_bar02.wmf/sv.po +share/widelands/i18n/translations/scenario_bar02.wmf/tr.po +share/widelands/i18n/translations/scenario_bar02.wmf/uk.po +share/widelands/i18n/translations/scenario_bar02.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_bar02.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_dummy.wmf/ +share/widelands/i18n/translations/scenario_dummy.wmf/ar.po +share/widelands/i18n/translations/scenario_dummy.wmf/bg.po +share/widelands/i18n/translations/scenario_dummy.wmf/br.po +share/widelands/i18n/translations/scenario_dummy.wmf/ca.po +share/widelands/i18n/translations/scenario_dummy.wmf/cs.po +share/widelands/i18n/translations/scenario_dummy.wmf/da.po +share/widelands/i18n/translations/scenario_dummy.wmf/de.po +share/widelands/i18n/translations/scenario_dummy.wmf/el.po +share/widelands/i18n/translations/scenario_dummy.wmf/en_GB.po +share/widelands/i18n/translations/scenario_dummy.wmf/en_US.po +share/widelands/i18n/translations/scenario_dummy.wmf/eo.po +share/widelands/i18n/translations/scenario_dummy.wmf/es.po +share/widelands/i18n/translations/scenario_dummy.wmf/eu.po +share/widelands/i18n/translations/scenario_dummy.wmf/fa.po +share/widelands/i18n/translations/scenario_dummy.wmf/fi.po +share/widelands/i18n/translations/scenario_dummy.wmf/fr.po +share/widelands/i18n/translations/scenario_dummy.wmf/fy.po +share/widelands/i18n/translations/scenario_dummy.wmf/ga.po +share/widelands/i18n/translations/scenario_dummy.wmf/gd.po +share/widelands/i18n/translations/scenario_dummy.wmf/gl.po +share/widelands/i18n/translations/scenario_dummy.wmf/he.po +share/widelands/i18n/translations/scenario_dummy.wmf/hi.po +share/widelands/i18n/translations/scenario_dummy.wmf/hr.po +share/widelands/i18n/translations/scenario_dummy.wmf/hu.po +share/widelands/i18n/translations/scenario_dummy.wmf/id.po +share/widelands/i18n/translations/scenario_dummy.wmf/ig.po +share/widelands/i18n/translations/scenario_dummy.wmf/it.po +share/widelands/i18n/translations/scenario_dummy.wmf/ja.po +share/widelands/i18n/translations/scenario_dummy.wmf/ka.po +share/widelands/i18n/translations/scenario_dummy.wmf/ko.po +share/widelands/i18n/translations/scenario_dummy.wmf/krl.po +share/widelands/i18n/translations/scenario_dummy.wmf/la.po +share/widelands/i18n/translations/scenario_dummy.wmf/lt.po +share/widelands/i18n/translations/scenario_dummy.wmf/ms.po +share/widelands/i18n/translations/scenario_dummy.wmf/nb.po +share/widelands/i18n/translations/scenario_dummy.wmf/nds.po +share/widelands/i18n/translations/scenario_dummy.wmf/nl.po +share/widelands/i18n/translations/scenario_dummy.wmf/nn.po +share/widelands/i18n/translations/scenario_dummy.wmf/pl.po +share/widelands/i18n/translations/scenario_dummy.wmf/pt.po +share/widelands/i18n/translations/scenario_dummy.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_dummy.wmf/ro.po +share/widelands/i18n/translations/scenario_dummy.wmf/ru.po +share/widelands/i18n/translations/scenario_dummy.wmf/scenario_dummy.wmf.pot +share/widelands/i18n/translations/scenario_dummy.wmf/sk.po +share/widelands/i18n/translations/scenario_dummy.wmf/sl.po +share/widelands/i18n/translations/scenario_dummy.wmf/sr.po +share/widelands/i18n/translations/scenario_dummy.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_dummy.wmf/sv.po +share/widelands/i18n/translations/scenario_dummy.wmf/tr.po +share/widelands/i18n/translations/scenario_dummy.wmf/uk.po +share/widelands/i18n/translations/scenario_dummy.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_dummy.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_emp01.wmf/ +share/widelands/i18n/translations/scenario_emp01.wmf/ar.po +share/widelands/i18n/translations/scenario_emp01.wmf/bg.po +share/widelands/i18n/translations/scenario_emp01.wmf/br.po +share/widelands/i18n/translations/scenario_emp01.wmf/ca.po +share/widelands/i18n/translations/scenario_emp01.wmf/cs.po +share/widelands/i18n/translations/scenario_emp01.wmf/da.po +share/widelands/i18n/translations/scenario_emp01.wmf/de.po +share/widelands/i18n/translations/scenario_emp01.wmf/el.po +share/widelands/i18n/translations/scenario_emp01.wmf/en_GB.po +share/widelands/i18n/translations/scenario_emp01.wmf/en_US.po +share/widelands/i18n/translations/scenario_emp01.wmf/eo.po +share/widelands/i18n/translations/scenario_emp01.wmf/es.po +share/widelands/i18n/translations/scenario_emp01.wmf/eu.po +share/widelands/i18n/translations/scenario_emp01.wmf/fa.po +share/widelands/i18n/translations/scenario_emp01.wmf/fi.po +share/widelands/i18n/translations/scenario_emp01.wmf/fr.po +share/widelands/i18n/translations/scenario_emp01.wmf/fy.po +share/widelands/i18n/translations/scenario_emp01.wmf/ga.po +share/widelands/i18n/translations/scenario_emp01.wmf/gd.po +share/widelands/i18n/translations/scenario_emp01.wmf/gl.po +share/widelands/i18n/translations/scenario_emp01.wmf/he.po +share/widelands/i18n/translations/scenario_emp01.wmf/hi.po +share/widelands/i18n/translations/scenario_emp01.wmf/hr.po +share/widelands/i18n/translations/scenario_emp01.wmf/hu.po +share/widelands/i18n/translations/scenario_emp01.wmf/id.po +share/widelands/i18n/translations/scenario_emp01.wmf/ig.po +share/widelands/i18n/translations/scenario_emp01.wmf/it.po +share/widelands/i18n/translations/scenario_emp01.wmf/ja.po +share/widelands/i18n/translations/scenario_emp01.wmf/ka.po +share/widelands/i18n/translations/scenario_emp01.wmf/ko.po +share/widelands/i18n/translations/scenario_emp01.wmf/krl.po +share/widelands/i18n/translations/scenario_emp01.wmf/la.po +share/widelands/i18n/translations/scenario_emp01.wmf/lt.po +share/widelands/i18n/translations/scenario_emp01.wmf/ms.po +share/widelands/i18n/translations/scenario_emp01.wmf/nb.po +share/widelands/i18n/translations/scenario_emp01.wmf/nds.po +share/widelands/i18n/translations/scenario_emp01.wmf/nl.po +share/widelands/i18n/translations/scenario_emp01.wmf/nn.po +share/widelands/i18n/translations/scenario_emp01.wmf/pl.po +share/widelands/i18n/translations/scenario_emp01.wmf/pt.po +share/widelands/i18n/translations/scenario_emp01.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_emp01.wmf/ro.po +share/widelands/i18n/translations/scenario_emp01.wmf/ru.po +share/widelands/i18n/translations/scenario_emp01.wmf/scenario_emp01.wmf.pot +share/widelands/i18n/translations/scenario_emp01.wmf/sk.po +share/widelands/i18n/translations/scenario_emp01.wmf/sl.po +share/widelands/i18n/translations/scenario_emp01.wmf/sr.po +share/widelands/i18n/translations/scenario_emp01.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_emp01.wmf/sv.po +share/widelands/i18n/translations/scenario_emp01.wmf/tr.po +share/widelands/i18n/translations/scenario_emp01.wmf/uk.po +share/widelands/i18n/translations/scenario_emp01.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_emp01.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_emp02.wmf/ +share/widelands/i18n/translations/scenario_emp02.wmf/ar.po +share/widelands/i18n/translations/scenario_emp02.wmf/bg.po +share/widelands/i18n/translations/scenario_emp02.wmf/br.po +share/widelands/i18n/translations/scenario_emp02.wmf/ca.po +share/widelands/i18n/translations/scenario_emp02.wmf/cs.po +share/widelands/i18n/translations/scenario_emp02.wmf/da.po +share/widelands/i18n/translations/scenario_emp02.wmf/de.po +share/widelands/i18n/translations/scenario_emp02.wmf/el.po +share/widelands/i18n/translations/scenario_emp02.wmf/en_GB.po +share/widelands/i18n/translations/scenario_emp02.wmf/en_US.po +share/widelands/i18n/translations/scenario_emp02.wmf/eo.po +share/widelands/i18n/translations/scenario_emp02.wmf/es.po +share/widelands/i18n/translations/scenario_emp02.wmf/eu.po +share/widelands/i18n/translations/scenario_emp02.wmf/fa.po +share/widelands/i18n/translations/scenario_emp02.wmf/fi.po +share/widelands/i18n/translations/scenario_emp02.wmf/fr.po +share/widelands/i18n/translations/scenario_emp02.wmf/fy.po +share/widelands/i18n/translations/scenario_emp02.wmf/ga.po +share/widelands/i18n/translations/scenario_emp02.wmf/gd.po +share/widelands/i18n/translations/scenario_emp02.wmf/gl.po +share/widelands/i18n/translations/scenario_emp02.wmf/he.po +share/widelands/i18n/translations/scenario_emp02.wmf/hi.po +share/widelands/i18n/translations/scenario_emp02.wmf/hr.po +share/widelands/i18n/translations/scenario_emp02.wmf/hu.po +share/widelands/i18n/translations/scenario_emp02.wmf/id.po +share/widelands/i18n/translations/scenario_emp02.wmf/ig.po +share/widelands/i18n/translations/scenario_emp02.wmf/it.po +share/widelands/i18n/translations/scenario_emp02.wmf/ja.po +share/widelands/i18n/translations/scenario_emp02.wmf/ka.po +share/widelands/i18n/translations/scenario_emp02.wmf/ko.po +share/widelands/i18n/translations/scenario_emp02.wmf/krl.po +share/widelands/i18n/translations/scenario_emp02.wmf/la.po +share/widelands/i18n/translations/scenario_emp02.wmf/lt.po +share/widelands/i18n/translations/scenario_emp02.wmf/ms.po +share/widelands/i18n/translations/scenario_emp02.wmf/nb.po +share/widelands/i18n/translations/scenario_emp02.wmf/nds.po +share/widelands/i18n/translations/scenario_emp02.wmf/nl.po +share/widelands/i18n/translations/scenario_emp02.wmf/nn.po +share/widelands/i18n/translations/scenario_emp02.wmf/pl.po +share/widelands/i18n/translations/scenario_emp02.wmf/pt.po +share/widelands/i18n/translations/scenario_emp02.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_emp02.wmf/ro.po +share/widelands/i18n/translations/scenario_emp02.wmf/ru.po +share/widelands/i18n/translations/scenario_emp02.wmf/scenario_emp02.wmf.pot +share/widelands/i18n/translations/scenario_emp02.wmf/sk.po +share/widelands/i18n/translations/scenario_emp02.wmf/sl.po +share/widelands/i18n/translations/scenario_emp02.wmf/sr.po +share/widelands/i18n/translations/scenario_emp02.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_emp02.wmf/sv.po +share/widelands/i18n/translations/scenario_emp02.wmf/tr.po +share/widelands/i18n/translations/scenario_emp02.wmf/uk.po +share/widelands/i18n/translations/scenario_emp02.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_emp02.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_emp03.wmf/ +share/widelands/i18n/translations/scenario_emp03.wmf/ar.po +share/widelands/i18n/translations/scenario_emp03.wmf/bg.po +share/widelands/i18n/translations/scenario_emp03.wmf/br.po +share/widelands/i18n/translations/scenario_emp03.wmf/ca.po +share/widelands/i18n/translations/scenario_emp03.wmf/cs.po +share/widelands/i18n/translations/scenario_emp03.wmf/da.po +share/widelands/i18n/translations/scenario_emp03.wmf/de.po +share/widelands/i18n/translations/scenario_emp03.wmf/el.po +share/widelands/i18n/translations/scenario_emp03.wmf/en_GB.po +share/widelands/i18n/translations/scenario_emp03.wmf/en_US.po +share/widelands/i18n/translations/scenario_emp03.wmf/eo.po +share/widelands/i18n/translations/scenario_emp03.wmf/es.po +share/widelands/i18n/translations/scenario_emp03.wmf/eu.po +share/widelands/i18n/translations/scenario_emp03.wmf/fa.po +share/widelands/i18n/translations/scenario_emp03.wmf/fi.po +share/widelands/i18n/translations/scenario_emp03.wmf/fr.po +share/widelands/i18n/translations/scenario_emp03.wmf/fy.po +share/widelands/i18n/translations/scenario_emp03.wmf/ga.po +share/widelands/i18n/translations/scenario_emp03.wmf/gd.po +share/widelands/i18n/translations/scenario_emp03.wmf/gl.po +share/widelands/i18n/translations/scenario_emp03.wmf/he.po +share/widelands/i18n/translations/scenario_emp03.wmf/hi.po +share/widelands/i18n/translations/scenario_emp03.wmf/hr.po +share/widelands/i18n/translations/scenario_emp03.wmf/hu.po +share/widelands/i18n/translations/scenario_emp03.wmf/id.po +share/widelands/i18n/translations/scenario_emp03.wmf/ig.po +share/widelands/i18n/translations/scenario_emp03.wmf/it.po +share/widelands/i18n/translations/scenario_emp03.wmf/ja.po +share/widelands/i18n/translations/scenario_emp03.wmf/ka.po +share/widelands/i18n/translations/scenario_emp03.wmf/ko.po +share/widelands/i18n/translations/scenario_emp03.wmf/krl.po +share/widelands/i18n/translations/scenario_emp03.wmf/la.po +share/widelands/i18n/translations/scenario_emp03.wmf/lt.po +share/widelands/i18n/translations/scenario_emp03.wmf/ms.po +share/widelands/i18n/translations/scenario_emp03.wmf/nb.po +share/widelands/i18n/translations/scenario_emp03.wmf/nds.po +share/widelands/i18n/translations/scenario_emp03.wmf/nl.po +share/widelands/i18n/translations/scenario_emp03.wmf/nn.po +share/widelands/i18n/translations/scenario_emp03.wmf/pl.po +share/widelands/i18n/translations/scenario_emp03.wmf/pt.po +share/widelands/i18n/translations/scenario_emp03.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_emp03.wmf/ro.po +share/widelands/i18n/translations/scenario_emp03.wmf/ru.po +share/widelands/i18n/translations/scenario_emp03.wmf/scenario_emp03.wmf.pot +share/widelands/i18n/translations/scenario_emp03.wmf/sk.po +share/widelands/i18n/translations/scenario_emp03.wmf/sl.po +share/widelands/i18n/translations/scenario_emp03.wmf/sr.po +share/widelands/i18n/translations/scenario_emp03.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_emp03.wmf/sv.po +share/widelands/i18n/translations/scenario_emp03.wmf/tr.po +share/widelands/i18n/translations/scenario_emp03.wmf/uk.po +share/widelands/i18n/translations/scenario_emp03.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_emp03.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_emp04.wmf/ +share/widelands/i18n/translations/scenario_emp04.wmf/ar.po +share/widelands/i18n/translations/scenario_emp04.wmf/bg.po +share/widelands/i18n/translations/scenario_emp04.wmf/br.po +share/widelands/i18n/translations/scenario_emp04.wmf/ca.po +share/widelands/i18n/translations/scenario_emp04.wmf/cs.po +share/widelands/i18n/translations/scenario_emp04.wmf/da.po +share/widelands/i18n/translations/scenario_emp04.wmf/de.po +share/widelands/i18n/translations/scenario_emp04.wmf/el.po +share/widelands/i18n/translations/scenario_emp04.wmf/en_GB.po +share/widelands/i18n/translations/scenario_emp04.wmf/en_US.po +share/widelands/i18n/translations/scenario_emp04.wmf/eo.po +share/widelands/i18n/translations/scenario_emp04.wmf/es.po +share/widelands/i18n/translations/scenario_emp04.wmf/eu.po +share/widelands/i18n/translations/scenario_emp04.wmf/fa.po +share/widelands/i18n/translations/scenario_emp04.wmf/fi.po +share/widelands/i18n/translations/scenario_emp04.wmf/fr.po +share/widelands/i18n/translations/scenario_emp04.wmf/fy.po +share/widelands/i18n/translations/scenario_emp04.wmf/ga.po +share/widelands/i18n/translations/scenario_emp04.wmf/gd.po +share/widelands/i18n/translations/scenario_emp04.wmf/gl.po +share/widelands/i18n/translations/scenario_emp04.wmf/he.po +share/widelands/i18n/translations/scenario_emp04.wmf/hi.po +share/widelands/i18n/translations/scenario_emp04.wmf/hr.po +share/widelands/i18n/translations/scenario_emp04.wmf/hu.po +share/widelands/i18n/translations/scenario_emp04.wmf/id.po +share/widelands/i18n/translations/scenario_emp04.wmf/ig.po +share/widelands/i18n/translations/scenario_emp04.wmf/it.po +share/widelands/i18n/translations/scenario_emp04.wmf/ja.po +share/widelands/i18n/translations/scenario_emp04.wmf/ka.po +share/widelands/i18n/translations/scenario_emp04.wmf/ko.po +share/widelands/i18n/translations/scenario_emp04.wmf/krl.po +share/widelands/i18n/translations/scenario_emp04.wmf/la.po +share/widelands/i18n/translations/scenario_emp04.wmf/lt.po +share/widelands/i18n/translations/scenario_emp04.wmf/ms.po +share/widelands/i18n/translations/scenario_emp04.wmf/nb.po +share/widelands/i18n/translations/scenario_emp04.wmf/nds.po +share/widelands/i18n/translations/scenario_emp04.wmf/nl.po +share/widelands/i18n/translations/scenario_emp04.wmf/nn.po +share/widelands/i18n/translations/scenario_emp04.wmf/pl.po +share/widelands/i18n/translations/scenario_emp04.wmf/pt.po +share/widelands/i18n/translations/scenario_emp04.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_emp04.wmf/ro.po +share/widelands/i18n/translations/scenario_emp04.wmf/ru.po +share/widelands/i18n/translations/scenario_emp04.wmf/scenario_emp04.wmf.pot +share/widelands/i18n/translations/scenario_emp04.wmf/sk.po +share/widelands/i18n/translations/scenario_emp04.wmf/sl.po +share/widelands/i18n/translations/scenario_emp04.wmf/sr.po +share/widelands/i18n/translations/scenario_emp04.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_emp04.wmf/sv.po +share/widelands/i18n/translations/scenario_emp04.wmf/tr.po +share/widelands/i18n/translations/scenario_emp04.wmf/uk.po +share/widelands/i18n/translations/scenario_emp04.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_emp04.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_fri01.wmf/ +share/widelands/i18n/translations/scenario_fri01.wmf/ar.po +share/widelands/i18n/translations/scenario_fri01.wmf/bg.po +share/widelands/i18n/translations/scenario_fri01.wmf/br.po +share/widelands/i18n/translations/scenario_fri01.wmf/ca.po +share/widelands/i18n/translations/scenario_fri01.wmf/cs.po +share/widelands/i18n/translations/scenario_fri01.wmf/da.po +share/widelands/i18n/translations/scenario_fri01.wmf/de.po +share/widelands/i18n/translations/scenario_fri01.wmf/el.po +share/widelands/i18n/translations/scenario_fri01.wmf/en_GB.po +share/widelands/i18n/translations/scenario_fri01.wmf/en_US.po +share/widelands/i18n/translations/scenario_fri01.wmf/eo.po +share/widelands/i18n/translations/scenario_fri01.wmf/es.po +share/widelands/i18n/translations/scenario_fri01.wmf/eu.po +share/widelands/i18n/translations/scenario_fri01.wmf/fa.po +share/widelands/i18n/translations/scenario_fri01.wmf/fi.po +share/widelands/i18n/translations/scenario_fri01.wmf/fr.po +share/widelands/i18n/translations/scenario_fri01.wmf/fy.po +share/widelands/i18n/translations/scenario_fri01.wmf/ga.po +share/widelands/i18n/translations/scenario_fri01.wmf/gd.po +share/widelands/i18n/translations/scenario_fri01.wmf/gl.po +share/widelands/i18n/translations/scenario_fri01.wmf/he.po +share/widelands/i18n/translations/scenario_fri01.wmf/hi.po +share/widelands/i18n/translations/scenario_fri01.wmf/hr.po +share/widelands/i18n/translations/scenario_fri01.wmf/hu.po +share/widelands/i18n/translations/scenario_fri01.wmf/id.po +share/widelands/i18n/translations/scenario_fri01.wmf/ig.po +share/widelands/i18n/translations/scenario_fri01.wmf/it.po +share/widelands/i18n/translations/scenario_fri01.wmf/ja.po +share/widelands/i18n/translations/scenario_fri01.wmf/ka.po +share/widelands/i18n/translations/scenario_fri01.wmf/ko.po +share/widelands/i18n/translations/scenario_fri01.wmf/krl.po +share/widelands/i18n/translations/scenario_fri01.wmf/la.po +share/widelands/i18n/translations/scenario_fri01.wmf/lt.po +share/widelands/i18n/translations/scenario_fri01.wmf/ms.po +share/widelands/i18n/translations/scenario_fri01.wmf/nb.po +share/widelands/i18n/translations/scenario_fri01.wmf/nds.po +share/widelands/i18n/translations/scenario_fri01.wmf/nl.po +share/widelands/i18n/translations/scenario_fri01.wmf/nn.po +share/widelands/i18n/translations/scenario_fri01.wmf/pl.po +share/widelands/i18n/translations/scenario_fri01.wmf/pt.po +share/widelands/i18n/translations/scenario_fri01.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_fri01.wmf/ro.po +share/widelands/i18n/translations/scenario_fri01.wmf/ru.po +share/widelands/i18n/translations/scenario_fri01.wmf/scenario_fri01.wmf.pot +share/widelands/i18n/translations/scenario_fri01.wmf/sk.po +share/widelands/i18n/translations/scenario_fri01.wmf/sl.po +share/widelands/i18n/translations/scenario_fri01.wmf/sr.po +share/widelands/i18n/translations/scenario_fri01.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_fri01.wmf/sv.po +share/widelands/i18n/translations/scenario_fri01.wmf/tr.po +share/widelands/i18n/translations/scenario_fri01.wmf/uk.po +share/widelands/i18n/translations/scenario_fri01.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_fri01.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_fri02.wmf/ +share/widelands/i18n/translations/scenario_fri02.wmf/ar.po +share/widelands/i18n/translations/scenario_fri02.wmf/bg.po +share/widelands/i18n/translations/scenario_fri02.wmf/br.po +share/widelands/i18n/translations/scenario_fri02.wmf/ca.po +share/widelands/i18n/translations/scenario_fri02.wmf/cs.po +share/widelands/i18n/translations/scenario_fri02.wmf/da.po +share/widelands/i18n/translations/scenario_fri02.wmf/de.po +share/widelands/i18n/translations/scenario_fri02.wmf/el.po +share/widelands/i18n/translations/scenario_fri02.wmf/en_GB.po +share/widelands/i18n/translations/scenario_fri02.wmf/en_US.po +share/widelands/i18n/translations/scenario_fri02.wmf/eo.po +share/widelands/i18n/translations/scenario_fri02.wmf/es.po +share/widelands/i18n/translations/scenario_fri02.wmf/eu.po +share/widelands/i18n/translations/scenario_fri02.wmf/fa.po +share/widelands/i18n/translations/scenario_fri02.wmf/fi.po +share/widelands/i18n/translations/scenario_fri02.wmf/fr.po +share/widelands/i18n/translations/scenario_fri02.wmf/fy.po +share/widelands/i18n/translations/scenario_fri02.wmf/ga.po +share/widelands/i18n/translations/scenario_fri02.wmf/gd.po +share/widelands/i18n/translations/scenario_fri02.wmf/gl.po +share/widelands/i18n/translations/scenario_fri02.wmf/he.po +share/widelands/i18n/translations/scenario_fri02.wmf/hi.po +share/widelands/i18n/translations/scenario_fri02.wmf/hr.po +share/widelands/i18n/translations/scenario_fri02.wmf/hu.po +share/widelands/i18n/translations/scenario_fri02.wmf/id.po +share/widelands/i18n/translations/scenario_fri02.wmf/ig.po +share/widelands/i18n/translations/scenario_fri02.wmf/it.po +share/widelands/i18n/translations/scenario_fri02.wmf/ja.po +share/widelands/i18n/translations/scenario_fri02.wmf/ka.po +share/widelands/i18n/translations/scenario_fri02.wmf/ko.po +share/widelands/i18n/translations/scenario_fri02.wmf/krl.po +share/widelands/i18n/translations/scenario_fri02.wmf/la.po +share/widelands/i18n/translations/scenario_fri02.wmf/lt.po +share/widelands/i18n/translations/scenario_fri02.wmf/ms.po +share/widelands/i18n/translations/scenario_fri02.wmf/nb.po +share/widelands/i18n/translations/scenario_fri02.wmf/nds.po +share/widelands/i18n/translations/scenario_fri02.wmf/nl.po +share/widelands/i18n/translations/scenario_fri02.wmf/nn.po +share/widelands/i18n/translations/scenario_fri02.wmf/pl.po +share/widelands/i18n/translations/scenario_fri02.wmf/pt.po +share/widelands/i18n/translations/scenario_fri02.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_fri02.wmf/ro.po +share/widelands/i18n/translations/scenario_fri02.wmf/ru.po +share/widelands/i18n/translations/scenario_fri02.wmf/scenario_fri02.wmf.pot +share/widelands/i18n/translations/scenario_fri02.wmf/sk.po +share/widelands/i18n/translations/scenario_fri02.wmf/sl.po +share/widelands/i18n/translations/scenario_fri02.wmf/sr.po +share/widelands/i18n/translations/scenario_fri02.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_fri02.wmf/sv.po +share/widelands/i18n/translations/scenario_fri02.wmf/tr.po +share/widelands/i18n/translations/scenario_fri02.wmf/uk.po +share/widelands/i18n/translations/scenario_fri02.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_fri02.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_fri03.wmf/ +share/widelands/i18n/translations/scenario_fri03.wmf/ar.po +share/widelands/i18n/translations/scenario_fri03.wmf/bg.po +share/widelands/i18n/translations/scenario_fri03.wmf/br.po +share/widelands/i18n/translations/scenario_fri03.wmf/ca.po +share/widelands/i18n/translations/scenario_fri03.wmf/cs.po +share/widelands/i18n/translations/scenario_fri03.wmf/da.po +share/widelands/i18n/translations/scenario_fri03.wmf/de.po +share/widelands/i18n/translations/scenario_fri03.wmf/el.po +share/widelands/i18n/translations/scenario_fri03.wmf/en_GB.po +share/widelands/i18n/translations/scenario_fri03.wmf/en_US.po +share/widelands/i18n/translations/scenario_fri03.wmf/eo.po +share/widelands/i18n/translations/scenario_fri03.wmf/es.po +share/widelands/i18n/translations/scenario_fri03.wmf/eu.po +share/widelands/i18n/translations/scenario_fri03.wmf/fa.po +share/widelands/i18n/translations/scenario_fri03.wmf/fi.po +share/widelands/i18n/translations/scenario_fri03.wmf/fr.po +share/widelands/i18n/translations/scenario_fri03.wmf/fy.po +share/widelands/i18n/translations/scenario_fri03.wmf/ga.po +share/widelands/i18n/translations/scenario_fri03.wmf/gd.po +share/widelands/i18n/translations/scenario_fri03.wmf/gl.po +share/widelands/i18n/translations/scenario_fri03.wmf/he.po +share/widelands/i18n/translations/scenario_fri03.wmf/hi.po +share/widelands/i18n/translations/scenario_fri03.wmf/hr.po +share/widelands/i18n/translations/scenario_fri03.wmf/hu.po +share/widelands/i18n/translations/scenario_fri03.wmf/id.po +share/widelands/i18n/translations/scenario_fri03.wmf/ig.po +share/widelands/i18n/translations/scenario_fri03.wmf/it.po +share/widelands/i18n/translations/scenario_fri03.wmf/ja.po +share/widelands/i18n/translations/scenario_fri03.wmf/ka.po +share/widelands/i18n/translations/scenario_fri03.wmf/ko.po +share/widelands/i18n/translations/scenario_fri03.wmf/krl.po +share/widelands/i18n/translations/scenario_fri03.wmf/la.po +share/widelands/i18n/translations/scenario_fri03.wmf/lt.po +share/widelands/i18n/translations/scenario_fri03.wmf/ms.po +share/widelands/i18n/translations/scenario_fri03.wmf/nb.po +share/widelands/i18n/translations/scenario_fri03.wmf/nds.po +share/widelands/i18n/translations/scenario_fri03.wmf/nl.po +share/widelands/i18n/translations/scenario_fri03.wmf/nn.po +share/widelands/i18n/translations/scenario_fri03.wmf/pl.po +share/widelands/i18n/translations/scenario_fri03.wmf/pt.po +share/widelands/i18n/translations/scenario_fri03.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_fri03.wmf/ro.po +share/widelands/i18n/translations/scenario_fri03.wmf/ru.po +share/widelands/i18n/translations/scenario_fri03.wmf/scenario_fri03.wmf.pot +share/widelands/i18n/translations/scenario_fri03.wmf/sk.po +share/widelands/i18n/translations/scenario_fri03.wmf/sl.po +share/widelands/i18n/translations/scenario_fri03.wmf/sr.po +share/widelands/i18n/translations/scenario_fri03.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_fri03.wmf/sv.po +share/widelands/i18n/translations/scenario_fri03.wmf/tr.po +share/widelands/i18n/translations/scenario_fri03.wmf/uk.po +share/widelands/i18n/translations/scenario_fri03.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_fri03.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_fri04.wmf/ +share/widelands/i18n/translations/scenario_fri04.wmf/ar.po +share/widelands/i18n/translations/scenario_fri04.wmf/bg.po +share/widelands/i18n/translations/scenario_fri04.wmf/br.po +share/widelands/i18n/translations/scenario_fri04.wmf/ca.po +share/widelands/i18n/translations/scenario_fri04.wmf/cs.po +share/widelands/i18n/translations/scenario_fri04.wmf/da.po +share/widelands/i18n/translations/scenario_fri04.wmf/de.po +share/widelands/i18n/translations/scenario_fri04.wmf/el.po +share/widelands/i18n/translations/scenario_fri04.wmf/en_GB.po +share/widelands/i18n/translations/scenario_fri04.wmf/en_US.po +share/widelands/i18n/translations/scenario_fri04.wmf/eo.po +share/widelands/i18n/translations/scenario_fri04.wmf/es.po +share/widelands/i18n/translations/scenario_fri04.wmf/eu.po +share/widelands/i18n/translations/scenario_fri04.wmf/fa.po +share/widelands/i18n/translations/scenario_fri04.wmf/fi.po +share/widelands/i18n/translations/scenario_fri04.wmf/fr.po +share/widelands/i18n/translations/scenario_fri04.wmf/fy.po +share/widelands/i18n/translations/scenario_fri04.wmf/ga.po +share/widelands/i18n/translations/scenario_fri04.wmf/gd.po +share/widelands/i18n/translations/scenario_fri04.wmf/gl.po +share/widelands/i18n/translations/scenario_fri04.wmf/he.po +share/widelands/i18n/translations/scenario_fri04.wmf/hi.po +share/widelands/i18n/translations/scenario_fri04.wmf/hr.po +share/widelands/i18n/translations/scenario_fri04.wmf/hu.po +share/widelands/i18n/translations/scenario_fri04.wmf/id.po +share/widelands/i18n/translations/scenario_fri04.wmf/ig.po +share/widelands/i18n/translations/scenario_fri04.wmf/it.po +share/widelands/i18n/translations/scenario_fri04.wmf/ja.po +share/widelands/i18n/translations/scenario_fri04.wmf/ka.po +share/widelands/i18n/translations/scenario_fri04.wmf/ko.po +share/widelands/i18n/translations/scenario_fri04.wmf/krl.po +share/widelands/i18n/translations/scenario_fri04.wmf/la.po +share/widelands/i18n/translations/scenario_fri04.wmf/lt.po +share/widelands/i18n/translations/scenario_fri04.wmf/ms.po +share/widelands/i18n/translations/scenario_fri04.wmf/nb.po +share/widelands/i18n/translations/scenario_fri04.wmf/nds.po +share/widelands/i18n/translations/scenario_fri04.wmf/nl.po +share/widelands/i18n/translations/scenario_fri04.wmf/nn.po +share/widelands/i18n/translations/scenario_fri04.wmf/pl.po +share/widelands/i18n/translations/scenario_fri04.wmf/pt.po +share/widelands/i18n/translations/scenario_fri04.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_fri04.wmf/ro.po +share/widelands/i18n/translations/scenario_fri04.wmf/ru.po +share/widelands/i18n/translations/scenario_fri04.wmf/scenario_fri04.wmf.pot +share/widelands/i18n/translations/scenario_fri04.wmf/sk.po +share/widelands/i18n/translations/scenario_fri04.wmf/sl.po +share/widelands/i18n/translations/scenario_fri04.wmf/sr.po +share/widelands/i18n/translations/scenario_fri04.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_fri04.wmf/sv.po +share/widelands/i18n/translations/scenario_fri04.wmf/tr.po +share/widelands/i18n/translations/scenario_fri04.wmf/uk.po +share/widelands/i18n/translations/scenario_fri04.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_fri04.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_fri05.wmf/ +share/widelands/i18n/translations/scenario_fri05.wmf/ar.po +share/widelands/i18n/translations/scenario_fri05.wmf/bg.po +share/widelands/i18n/translations/scenario_fri05.wmf/br.po +share/widelands/i18n/translations/scenario_fri05.wmf/ca.po +share/widelands/i18n/translations/scenario_fri05.wmf/cs.po +share/widelands/i18n/translations/scenario_fri05.wmf/da.po +share/widelands/i18n/translations/scenario_fri05.wmf/de.po +share/widelands/i18n/translations/scenario_fri05.wmf/el.po +share/widelands/i18n/translations/scenario_fri05.wmf/en_GB.po +share/widelands/i18n/translations/scenario_fri05.wmf/en_US.po +share/widelands/i18n/translations/scenario_fri05.wmf/eo.po +share/widelands/i18n/translations/scenario_fri05.wmf/es.po +share/widelands/i18n/translations/scenario_fri05.wmf/eu.po +share/widelands/i18n/translations/scenario_fri05.wmf/fa.po +share/widelands/i18n/translations/scenario_fri05.wmf/fi.po +share/widelands/i18n/translations/scenario_fri05.wmf/fr.po +share/widelands/i18n/translations/scenario_fri05.wmf/fy.po +share/widelands/i18n/translations/scenario_fri05.wmf/ga.po +share/widelands/i18n/translations/scenario_fri05.wmf/gd.po +share/widelands/i18n/translations/scenario_fri05.wmf/gl.po +share/widelands/i18n/translations/scenario_fri05.wmf/he.po +share/widelands/i18n/translations/scenario_fri05.wmf/hi.po +share/widelands/i18n/translations/scenario_fri05.wmf/hr.po +share/widelands/i18n/translations/scenario_fri05.wmf/hu.po +share/widelands/i18n/translations/scenario_fri05.wmf/id.po +share/widelands/i18n/translations/scenario_fri05.wmf/ig.po +share/widelands/i18n/translations/scenario_fri05.wmf/it.po +share/widelands/i18n/translations/scenario_fri05.wmf/ja.po +share/widelands/i18n/translations/scenario_fri05.wmf/ka.po +share/widelands/i18n/translations/scenario_fri05.wmf/ko.po +share/widelands/i18n/translations/scenario_fri05.wmf/krl.po +share/widelands/i18n/translations/scenario_fri05.wmf/la.po +share/widelands/i18n/translations/scenario_fri05.wmf/lt.po +share/widelands/i18n/translations/scenario_fri05.wmf/ms.po +share/widelands/i18n/translations/scenario_fri05.wmf/nb.po +share/widelands/i18n/translations/scenario_fri05.wmf/nds.po +share/widelands/i18n/translations/scenario_fri05.wmf/nl.po +share/widelands/i18n/translations/scenario_fri05.wmf/nn.po +share/widelands/i18n/translations/scenario_fri05.wmf/pl.po +share/widelands/i18n/translations/scenario_fri05.wmf/pt.po +share/widelands/i18n/translations/scenario_fri05.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_fri05.wmf/ro.po +share/widelands/i18n/translations/scenario_fri05.wmf/ru.po +share/widelands/i18n/translations/scenario_fri05.wmf/scenario_fri05.wmf.pot +share/widelands/i18n/translations/scenario_fri05.wmf/sk.po +share/widelands/i18n/translations/scenario_fri05.wmf/sl.po +share/widelands/i18n/translations/scenario_fri05.wmf/sr.po +share/widelands/i18n/translations/scenario_fri05.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_fri05.wmf/sv.po +share/widelands/i18n/translations/scenario_fri05.wmf/tr.po +share/widelands/i18n/translations/scenario_fri05.wmf/uk.po +share/widelands/i18n/translations/scenario_fri05.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_fri05.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ar.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/bg.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/br.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ca.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/cs.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/da.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/de.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/el.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/en_GB.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/en_US.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/eo.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/es.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/eu.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/fa.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/fi.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/fr.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/fy.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ga.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/gd.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/gl.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/he.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/hi.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/hr.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/hu.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/id.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ig.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/it.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ja.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ka.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ko.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/krl.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/la.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/lt.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ms.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/nb.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/nds.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/nl.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/nn.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/pl.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/pt.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ro.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/ru.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/scenario_tutorial01_basic_control.wmf.pot +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/sk.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/sl.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/sr.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/sv.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/tr.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/uk.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_tutorial01_basic_control.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ar.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/bg.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/br.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ca.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/cs.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/da.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/de.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/el.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/en_GB.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/en_US.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/eo.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/es.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/eu.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/fa.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/fi.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/fr.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/fy.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ga.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/gd.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/gl.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/he.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/hi.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/hr.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/hu.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/id.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ig.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/it.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ja.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ka.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ko.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/krl.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/la.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/lt.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ms.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/nb.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/nds.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/nl.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/nn.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/pl.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/pt.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ro.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/ru.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/scenario_tutorial02_warfare.wmf.pot +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/sk.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/sl.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/sr.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/sv.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/tr.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/uk.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_tutorial02_warfare.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ar.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/bg.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/br.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ca.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/cs.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/da.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/de.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/el.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/en_GB.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/en_US.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/eo.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/es.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/eu.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/fa.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/fi.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/fr.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/fy.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ga.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/gd.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/gl.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/he.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/hi.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/hr.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/hu.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/id.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ig.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/it.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ja.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ka.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ko.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/krl.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/la.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/lt.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ms.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/nb.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/nds.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/nl.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/nn.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/pl.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/pt.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ro.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/ru.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/scenario_tutorial03_seafaring.wmf.pot +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/sk.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/sl.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/sr.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/sv.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/tr.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/uk.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_tutorial03_seafaring.wmf/zh_TW.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ar.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/bg.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/br.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ca.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/cs.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/da.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/de.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/el.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/en_GB.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/en_US.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/eo.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/es.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/eu.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/fa.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/fi.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/fr.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/fy.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ga.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/gd.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/gl.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/he.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/hi.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/hr.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/hu.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/id.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ig.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/it.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ja.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ka.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ko.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/krl.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/la.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/lt.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ms.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/nb.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/nds.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/nl.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/nn.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/pl.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/pt.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/pt_BR.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ro.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/ru.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/scenario_tutorial04_economy.wmf.pot +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/sk.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/sl.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/sr.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/sr_RS.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/sv.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/tr.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/uk.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/zh_CN.po +share/widelands/i18n/translations/scenario_tutorial04_economy.wmf/zh_TW.po +share/widelands/i18n/translations/texts/ +share/widelands/i18n/translations/texts/ar.po +share/widelands/i18n/translations/texts/bg.po +share/widelands/i18n/translations/texts/br.po +share/widelands/i18n/translations/texts/ca.po +share/widelands/i18n/translations/texts/cs.po +share/widelands/i18n/translations/texts/da.po +share/widelands/i18n/translations/texts/de.po +share/widelands/i18n/translations/texts/el.po +share/widelands/i18n/translations/texts/en_GB.po +share/widelands/i18n/translations/texts/en_US.po +share/widelands/i18n/translations/texts/eo.po +share/widelands/i18n/translations/texts/es.po +share/widelands/i18n/translations/texts/eu.po +share/widelands/i18n/translations/texts/fa.po +share/widelands/i18n/translations/texts/fi.po +share/widelands/i18n/translations/texts/fr.po +share/widelands/i18n/translations/texts/fy.po +share/widelands/i18n/translations/texts/ga.po +share/widelands/i18n/translations/texts/gd.po +share/widelands/i18n/translations/texts/gl.po +share/widelands/i18n/translations/texts/he.po +share/widelands/i18n/translations/texts/hi.po +share/widelands/i18n/translations/texts/hr.po +share/widelands/i18n/translations/texts/hu.po +share/widelands/i18n/translations/texts/id.po +share/widelands/i18n/translations/texts/ig.po +share/widelands/i18n/translations/texts/it.po +share/widelands/i18n/translations/texts/ja.po +share/widelands/i18n/translations/texts/ka.po +share/widelands/i18n/translations/texts/ko.po +share/widelands/i18n/translations/texts/krl.po +share/widelands/i18n/translations/texts/la.po +share/widelands/i18n/translations/texts/lt.po +share/widelands/i18n/translations/texts/ms.po +share/widelands/i18n/translations/texts/nb.po +share/widelands/i18n/translations/texts/nds.po +share/widelands/i18n/translations/texts/nl.po +share/widelands/i18n/translations/texts/nn.po +share/widelands/i18n/translations/texts/pl.po +share/widelands/i18n/translations/texts/pt.po +share/widelands/i18n/translations/texts/pt_BR.po +share/widelands/i18n/translations/texts/ro.po +share/widelands/i18n/translations/texts/ru.po +share/widelands/i18n/translations/texts/sk.po +share/widelands/i18n/translations/texts/sl.po +share/widelands/i18n/translations/texts/sr.po +share/widelands/i18n/translations/texts/sr_RS.po +share/widelands/i18n/translations/texts/sv.po +share/widelands/i18n/translations/texts/texts.pot +share/widelands/i18n/translations/texts/tr.po +share/widelands/i18n/translations/texts/uk.po +share/widelands/i18n/translations/texts/zh_CN.po +share/widelands/i18n/translations/texts/zh_TW.po +share/widelands/i18n/translations/training_wheels/ +share/widelands/i18n/translations/training_wheels/ar.po +share/widelands/i18n/translations/training_wheels/bg.po +share/widelands/i18n/translations/training_wheels/br.po +share/widelands/i18n/translations/training_wheels/ca.po +share/widelands/i18n/translations/training_wheels/cs.po +share/widelands/i18n/translations/training_wheels/da.po +share/widelands/i18n/translations/training_wheels/de.po +share/widelands/i18n/translations/training_wheels/el.po +share/widelands/i18n/translations/training_wheels/en_GB.po +share/widelands/i18n/translations/training_wheels/en_US.po +share/widelands/i18n/translations/training_wheels/eo.po +share/widelands/i18n/translations/training_wheels/es.po +share/widelands/i18n/translations/training_wheels/eu.po +share/widelands/i18n/translations/training_wheels/fa.po +share/widelands/i18n/translations/training_wheels/fi.po +share/widelands/i18n/translations/training_wheels/fr.po +share/widelands/i18n/translations/training_wheels/fy.po +share/widelands/i18n/translations/training_wheels/ga.po +share/widelands/i18n/translations/training_wheels/gd.po +share/widelands/i18n/translations/training_wheels/gl.po +share/widelands/i18n/translations/training_wheels/he.po +share/widelands/i18n/translations/training_wheels/hi.po +share/widelands/i18n/translations/training_wheels/hr.po +share/widelands/i18n/translations/training_wheels/hu.po +share/widelands/i18n/translations/training_wheels/id.po +share/widelands/i18n/translations/training_wheels/ig.po +share/widelands/i18n/translations/training_wheels/it.po +share/widelands/i18n/translations/training_wheels/ja.po +share/widelands/i18n/translations/training_wheels/ka.po +share/widelands/i18n/translations/training_wheels/ko.po +share/widelands/i18n/translations/training_wheels/krl.po +share/widelands/i18n/translations/training_wheels/la.po +share/widelands/i18n/translations/training_wheels/lt.po +share/widelands/i18n/translations/training_wheels/ms.po +share/widelands/i18n/translations/training_wheels/nb.po +share/widelands/i18n/translations/training_wheels/nds.po +share/widelands/i18n/translations/training_wheels/nl.po +share/widelands/i18n/translations/training_wheels/nn.po +share/widelands/i18n/translations/training_wheels/pl.po +share/widelands/i18n/translations/training_wheels/pt.po +share/widelands/i18n/translations/training_wheels/pt_BR.po +share/widelands/i18n/translations/training_wheels/ro.po +share/widelands/i18n/translations/training_wheels/ru.po +share/widelands/i18n/translations/training_wheels/sk.po +share/widelands/i18n/translations/training_wheels/sl.po +share/widelands/i18n/translations/training_wheels/sr.po +share/widelands/i18n/translations/training_wheels/sr_RS.po +share/widelands/i18n/translations/training_wheels/sv.po +share/widelands/i18n/translations/training_wheels/tr.po +share/widelands/i18n/translations/training_wheels/training_wheels.pot +share/widelands/i18n/translations/training_wheels/uk.po +share/widelands/i18n/translations/training_wheels/zh_CN.po +share/widelands/i18n/translations/training_wheels/zh_TW.po +share/widelands/i18n/translations/tribes/ +share/widelands/i18n/translations/tribes/ar.po +share/widelands/i18n/translations/tribes/bg.po +share/widelands/i18n/translations/tribes/br.po +share/widelands/i18n/translations/tribes/ca.po +share/widelands/i18n/translations/tribes/cs.po +share/widelands/i18n/translations/tribes/da.po +share/widelands/i18n/translations/tribes/de.po +share/widelands/i18n/translations/tribes/el.po +share/widelands/i18n/translations/tribes/en_GB.po +share/widelands/i18n/translations/tribes/en_US.po +share/widelands/i18n/translations/tribes/eo.po +share/widelands/i18n/translations/tribes/es.po +share/widelands/i18n/translations/tribes/eu.po +share/widelands/i18n/translations/tribes/fa.po +share/widelands/i18n/translations/tribes/fi.po +share/widelands/i18n/translations/tribes/fr.po +share/widelands/i18n/translations/tribes/fy.po +share/widelands/i18n/translations/tribes/ga.po +share/widelands/i18n/translations/tribes/gd.po +share/widelands/i18n/translations/tribes/gl.po +share/widelands/i18n/translations/tribes/he.po +share/widelands/i18n/translations/tribes/hi.po +share/widelands/i18n/translations/tribes/hr.po +share/widelands/i18n/translations/tribes/hu.po +share/widelands/i18n/translations/tribes/id.po +share/widelands/i18n/translations/tribes/ig.po +share/widelands/i18n/translations/tribes/it.po +share/widelands/i18n/translations/tribes/ja.po +share/widelands/i18n/translations/tribes/ka.po +share/widelands/i18n/translations/tribes/ko.po +share/widelands/i18n/translations/tribes/krl.po +share/widelands/i18n/translations/tribes/la.po +share/widelands/i18n/translations/tribes/lt.po +share/widelands/i18n/translations/tribes/ms.po +share/widelands/i18n/translations/tribes/nb.po +share/widelands/i18n/translations/tribes/nds.po +share/widelands/i18n/translations/tribes/nl.po +share/widelands/i18n/translations/tribes/nn.po +share/widelands/i18n/translations/tribes/pl.po +share/widelands/i18n/translations/tribes/pt.po +share/widelands/i18n/translations/tribes/pt_BR.po +share/widelands/i18n/translations/tribes/ro.po +share/widelands/i18n/translations/tribes/ru.po +share/widelands/i18n/translations/tribes/sk.po +share/widelands/i18n/translations/tribes/sl.po +share/widelands/i18n/translations/tribes/sr.po +share/widelands/i18n/translations/tribes/sr_RS.po +share/widelands/i18n/translations/tribes/sv.po +share/widelands/i18n/translations/tribes/tr.po +share/widelands/i18n/translations/tribes/tribes.pot +share/widelands/i18n/translations/tribes/uk.po +share/widelands/i18n/translations/tribes/zh_CN.po +share/widelands/i18n/translations/tribes/zh_TW.po +share/widelands/i18n/translations/tribes_encyclopedia/ +share/widelands/i18n/translations/tribes_encyclopedia/ar.po +share/widelands/i18n/translations/tribes_encyclopedia/bg.po +share/widelands/i18n/translations/tribes_encyclopedia/br.po +share/widelands/i18n/translations/tribes_encyclopedia/ca.po +share/widelands/i18n/translations/tribes_encyclopedia/cs.po +share/widelands/i18n/translations/tribes_encyclopedia/da.po +share/widelands/i18n/translations/tribes_encyclopedia/de.po +share/widelands/i18n/translations/tribes_encyclopedia/el.po +share/widelands/i18n/translations/tribes_encyclopedia/en_GB.po +share/widelands/i18n/translations/tribes_encyclopedia/en_US.po +share/widelands/i18n/translations/tribes_encyclopedia/eo.po +share/widelands/i18n/translations/tribes_encyclopedia/es.po +share/widelands/i18n/translations/tribes_encyclopedia/eu.po +share/widelands/i18n/translations/tribes_encyclopedia/fa.po +share/widelands/i18n/translations/tribes_encyclopedia/fi.po +share/widelands/i18n/translations/tribes_encyclopedia/fr.po +share/widelands/i18n/translations/tribes_encyclopedia/fy.po +share/widelands/i18n/translations/tribes_encyclopedia/ga.po +share/widelands/i18n/translations/tribes_encyclopedia/gd.po +share/widelands/i18n/translations/tribes_encyclopedia/gl.po +share/widelands/i18n/translations/tribes_encyclopedia/he.po +share/widelands/i18n/translations/tribes_encyclopedia/hi.po +share/widelands/i18n/translations/tribes_encyclopedia/hr.po +share/widelands/i18n/translations/tribes_encyclopedia/hu.po +share/widelands/i18n/translations/tribes_encyclopedia/id.po +share/widelands/i18n/translations/tribes_encyclopedia/ig.po +share/widelands/i18n/translations/tribes_encyclopedia/it.po +share/widelands/i18n/translations/tribes_encyclopedia/ja.po +share/widelands/i18n/translations/tribes_encyclopedia/ka.po +share/widelands/i18n/translations/tribes_encyclopedia/ko.po +share/widelands/i18n/translations/tribes_encyclopedia/krl.po +share/widelands/i18n/translations/tribes_encyclopedia/la.po +share/widelands/i18n/translations/tribes_encyclopedia/lt.po +share/widelands/i18n/translations/tribes_encyclopedia/ms.po +share/widelands/i18n/translations/tribes_encyclopedia/nb.po +share/widelands/i18n/translations/tribes_encyclopedia/nds.po +share/widelands/i18n/translations/tribes_encyclopedia/nl.po +share/widelands/i18n/translations/tribes_encyclopedia/nn.po +share/widelands/i18n/translations/tribes_encyclopedia/pl.po +share/widelands/i18n/translations/tribes_encyclopedia/pt.po +share/widelands/i18n/translations/tribes_encyclopedia/pt_BR.po +share/widelands/i18n/translations/tribes_encyclopedia/ro.po +share/widelands/i18n/translations/tribes_encyclopedia/ru.po +share/widelands/i18n/translations/tribes_encyclopedia/sk.po +share/widelands/i18n/translations/tribes_encyclopedia/sl.po +share/widelands/i18n/translations/tribes_encyclopedia/sr.po +share/widelands/i18n/translations/tribes_encyclopedia/sr_RS.po +share/widelands/i18n/translations/tribes_encyclopedia/sv.po +share/widelands/i18n/translations/tribes_encyclopedia/tr.po +share/widelands/i18n/translations/tribes_encyclopedia/tribes_encyclopedia.pot +share/widelands/i18n/translations/tribes_encyclopedia/uk.po +share/widelands/i18n/translations/tribes_encyclopedia/zh_CN.po +share/widelands/i18n/translations/tribes_encyclopedia/zh_TW.po +share/widelands/i18n/translations/widelands/ +share/widelands/i18n/translations/widelands/ar.po +share/widelands/i18n/translations/widelands/bg.po +share/widelands/i18n/translations/widelands/br.po +share/widelands/i18n/translations/widelands/ca.po +share/widelands/i18n/translations/widelands/cs.po +share/widelands/i18n/translations/widelands/da.po +share/widelands/i18n/translations/widelands/de.po +share/widelands/i18n/translations/widelands/el.po +share/widelands/i18n/translations/widelands/en_GB.po +share/widelands/i18n/translations/widelands/en_US.po +share/widelands/i18n/translations/widelands/eo.po +share/widelands/i18n/translations/widelands/es.po +share/widelands/i18n/translations/widelands/eu.po +share/widelands/i18n/translations/widelands/fa.po +share/widelands/i18n/translations/widelands/fi.po +share/widelands/i18n/translations/widelands/fr.po +share/widelands/i18n/translations/widelands/fy.po +share/widelands/i18n/translations/widelands/ga.po +share/widelands/i18n/translations/widelands/gd.po +share/widelands/i18n/translations/widelands/gl.po +share/widelands/i18n/translations/widelands/he.po +share/widelands/i18n/translations/widelands/hi.po +share/widelands/i18n/translations/widelands/hr.po +share/widelands/i18n/translations/widelands/hu.po +share/widelands/i18n/translations/widelands/id.po +share/widelands/i18n/translations/widelands/ig.po +share/widelands/i18n/translations/widelands/it.po +share/widelands/i18n/translations/widelands/ja.po +share/widelands/i18n/translations/widelands/ka.po +share/widelands/i18n/translations/widelands/ko.po +share/widelands/i18n/translations/widelands/krl.po +share/widelands/i18n/translations/widelands/la.po +share/widelands/i18n/translations/widelands/lt.po +share/widelands/i18n/translations/widelands/ms.po +share/widelands/i18n/translations/widelands/nb.po +share/widelands/i18n/translations/widelands/nds.po +share/widelands/i18n/translations/widelands/nl.po +share/widelands/i18n/translations/widelands/nn.po +share/widelands/i18n/translations/widelands/pl.po +share/widelands/i18n/translations/widelands/pt.po +share/widelands/i18n/translations/widelands/pt_BR.po +share/widelands/i18n/translations/widelands/ro.po +share/widelands/i18n/translations/widelands/ru.po +share/widelands/i18n/translations/widelands/sk.po +share/widelands/i18n/translations/widelands/sl.po +share/widelands/i18n/translations/widelands/sr.po +share/widelands/i18n/translations/widelands/sr_RS.po +share/widelands/i18n/translations/widelands/sv.po +share/widelands/i18n/translations/widelands/tr.po +share/widelands/i18n/translations/widelands/uk.po +share/widelands/i18n/translations/widelands/widelands.pot +share/widelands/i18n/translations/widelands/zh_CN.po +share/widelands/i18n/translations/widelands/zh_TW.po +share/widelands/i18n/translations/widelands_console/ +share/widelands/i18n/translations/widelands_console/ar.po +share/widelands/i18n/translations/widelands_console/bg.po +share/widelands/i18n/translations/widelands_console/br.po +share/widelands/i18n/translations/widelands_console/ca.po +share/widelands/i18n/translations/widelands_console/cs.po +share/widelands/i18n/translations/widelands_console/da.po +share/widelands/i18n/translations/widelands_console/de.po +share/widelands/i18n/translations/widelands_console/el.po +share/widelands/i18n/translations/widelands_console/en_GB.po +share/widelands/i18n/translations/widelands_console/en_US.po +share/widelands/i18n/translations/widelands_console/eo.po +share/widelands/i18n/translations/widelands_console/es.po +share/widelands/i18n/translations/widelands_console/eu.po +share/widelands/i18n/translations/widelands_console/fa.po +share/widelands/i18n/translations/widelands_console/fi.po +share/widelands/i18n/translations/widelands_console/fr.po +share/widelands/i18n/translations/widelands_console/fy.po +share/widelands/i18n/translations/widelands_console/ga.po +share/widelands/i18n/translations/widelands_console/gd.po +share/widelands/i18n/translations/widelands_console/gl.po +share/widelands/i18n/translations/widelands_console/he.po +share/widelands/i18n/translations/widelands_console/hi.po +share/widelands/i18n/translations/widelands_console/hr.po +share/widelands/i18n/translations/widelands_console/hu.po +share/widelands/i18n/translations/widelands_console/id.po +share/widelands/i18n/translations/widelands_console/ig.po +share/widelands/i18n/translations/widelands_console/it.po +share/widelands/i18n/translations/widelands_console/ja.po +share/widelands/i18n/translations/widelands_console/ka.po +share/widelands/i18n/translations/widelands_console/ko.po +share/widelands/i18n/translations/widelands_console/krl.po +share/widelands/i18n/translations/widelands_console/la.po +share/widelands/i18n/translations/widelands_console/lt.po +share/widelands/i18n/translations/widelands_console/ms.po +share/widelands/i18n/translations/widelands_console/nb.po +share/widelands/i18n/translations/widelands_console/nds.po +share/widelands/i18n/translations/widelands_console/nl.po +share/widelands/i18n/translations/widelands_console/nn.po +share/widelands/i18n/translations/widelands_console/pl.po +share/widelands/i18n/translations/widelands_console/pt.po +share/widelands/i18n/translations/widelands_console/pt_BR.po +share/widelands/i18n/translations/widelands_console/ro.po +share/widelands/i18n/translations/widelands_console/ru.po +share/widelands/i18n/translations/widelands_console/sk.po +share/widelands/i18n/translations/widelands_console/sl.po +share/widelands/i18n/translations/widelands_console/sr.po +share/widelands/i18n/translations/widelands_console/sr_RS.po +share/widelands/i18n/translations/widelands_console/sv.po +share/widelands/i18n/translations/widelands_console/tr.po +share/widelands/i18n/translations/widelands_console/uk.po +share/widelands/i18n/translations/widelands_console/widelands_console.pot +share/widelands/i18n/translations/widelands_console/zh_CN.po +share/widelands/i18n/translations/widelands_console/zh_TW.po +share/widelands/i18n/translations/widelands_editor/ +share/widelands/i18n/translations/widelands_editor/ar.po +share/widelands/i18n/translations/widelands_editor/bg.po +share/widelands/i18n/translations/widelands_editor/br.po +share/widelands/i18n/translations/widelands_editor/ca.po +share/widelands/i18n/translations/widelands_editor/cs.po +share/widelands/i18n/translations/widelands_editor/da.po +share/widelands/i18n/translations/widelands_editor/de.po +share/widelands/i18n/translations/widelands_editor/el.po +share/widelands/i18n/translations/widelands_editor/en_GB.po +share/widelands/i18n/translations/widelands_editor/en_US.po +share/widelands/i18n/translations/widelands_editor/eo.po +share/widelands/i18n/translations/widelands_editor/es.po +share/widelands/i18n/translations/widelands_editor/eu.po +share/widelands/i18n/translations/widelands_editor/fa.po +share/widelands/i18n/translations/widelands_editor/fi.po +share/widelands/i18n/translations/widelands_editor/fr.po +share/widelands/i18n/translations/widelands_editor/fy.po +share/widelands/i18n/translations/widelands_editor/ga.po +share/widelands/i18n/translations/widelands_editor/gd.po +share/widelands/i18n/translations/widelands_editor/gl.po +share/widelands/i18n/translations/widelands_editor/he.po +share/widelands/i18n/translations/widelands_editor/hi.po +share/widelands/i18n/translations/widelands_editor/hr.po +share/widelands/i18n/translations/widelands_editor/hu.po +share/widelands/i18n/translations/widelands_editor/id.po +share/widelands/i18n/translations/widelands_editor/ig.po +share/widelands/i18n/translations/widelands_editor/it.po +share/widelands/i18n/translations/widelands_editor/ja.po +share/widelands/i18n/translations/widelands_editor/ka.po +share/widelands/i18n/translations/widelands_editor/ko.po +share/widelands/i18n/translations/widelands_editor/krl.po +share/widelands/i18n/translations/widelands_editor/la.po +share/widelands/i18n/translations/widelands_editor/lt.po +share/widelands/i18n/translations/widelands_editor/ms.po +share/widelands/i18n/translations/widelands_editor/nb.po +share/widelands/i18n/translations/widelands_editor/nds.po +share/widelands/i18n/translations/widelands_editor/nl.po +share/widelands/i18n/translations/widelands_editor/nn.po +share/widelands/i18n/translations/widelands_editor/pl.po +share/widelands/i18n/translations/widelands_editor/pt.po +share/widelands/i18n/translations/widelands_editor/pt_BR.po +share/widelands/i18n/translations/widelands_editor/ro.po +share/widelands/i18n/translations/widelands_editor/ru.po +share/widelands/i18n/translations/widelands_editor/sk.po +share/widelands/i18n/translations/widelands_editor/sl.po +share/widelands/i18n/translations/widelands_editor/sr.po +share/widelands/i18n/translations/widelands_editor/sr_RS.po +share/widelands/i18n/translations/widelands_editor/sv.po +share/widelands/i18n/translations/widelands_editor/tr.po +share/widelands/i18n/translations/widelands_editor/uk.po +share/widelands/i18n/translations/widelands_editor/widelands_editor.pot +share/widelands/i18n/translations/widelands_editor/zh_CN.po +share/widelands/i18n/translations/widelands_editor/zh_TW.po +share/widelands/i18n/translations/win_conditions/ +share/widelands/i18n/translations/win_conditions/ar.po +share/widelands/i18n/translations/win_conditions/bg.po +share/widelands/i18n/translations/win_conditions/br.po +share/widelands/i18n/translations/win_conditions/ca.po +share/widelands/i18n/translations/win_conditions/cs.po +share/widelands/i18n/translations/win_conditions/da.po +share/widelands/i18n/translations/win_conditions/de.po +share/widelands/i18n/translations/win_conditions/el.po +share/widelands/i18n/translations/win_conditions/en_GB.po +share/widelands/i18n/translations/win_conditions/en_US.po +share/widelands/i18n/translations/win_conditions/eo.po +share/widelands/i18n/translations/win_conditions/es.po +share/widelands/i18n/translations/win_conditions/eu.po +share/widelands/i18n/translations/win_conditions/fa.po +share/widelands/i18n/translations/win_conditions/fi.po +share/widelands/i18n/translations/win_conditions/fr.po +share/widelands/i18n/translations/win_conditions/fy.po +share/widelands/i18n/translations/win_conditions/ga.po +share/widelands/i18n/translations/win_conditions/gd.po +share/widelands/i18n/translations/win_conditions/gl.po +share/widelands/i18n/translations/win_conditions/he.po +share/widelands/i18n/translations/win_conditions/hi.po +share/widelands/i18n/translations/win_conditions/hr.po +share/widelands/i18n/translations/win_conditions/hu.po +share/widelands/i18n/translations/win_conditions/id.po +share/widelands/i18n/translations/win_conditions/ig.po +share/widelands/i18n/translations/win_conditions/it.po +share/widelands/i18n/translations/win_conditions/ja.po +share/widelands/i18n/translations/win_conditions/ka.po +share/widelands/i18n/translations/win_conditions/ko.po +share/widelands/i18n/translations/win_conditions/krl.po +share/widelands/i18n/translations/win_conditions/la.po +share/widelands/i18n/translations/win_conditions/lt.po +share/widelands/i18n/translations/win_conditions/ms.po +share/widelands/i18n/translations/win_conditions/nb.po +share/widelands/i18n/translations/win_conditions/nds.po +share/widelands/i18n/translations/win_conditions/nl.po +share/widelands/i18n/translations/win_conditions/nn.po +share/widelands/i18n/translations/win_conditions/pl.po +share/widelands/i18n/translations/win_conditions/pt.po +share/widelands/i18n/translations/win_conditions/pt_BR.po +share/widelands/i18n/translations/win_conditions/ro.po +share/widelands/i18n/translations/win_conditions/ru.po +share/widelands/i18n/translations/win_conditions/sk.po +share/widelands/i18n/translations/win_conditions/sl.po +share/widelands/i18n/translations/win_conditions/sr.po +share/widelands/i18n/translations/win_conditions/sr_RS.po +share/widelands/i18n/translations/win_conditions/sv.po +share/widelands/i18n/translations/win_conditions/tr.po +share/widelands/i18n/translations/win_conditions/uk.po +share/widelands/i18n/translations/win_conditions/win_conditions.pot +share/widelands/i18n/translations/win_conditions/zh_CN.po +share/widelands/i18n/translations/win_conditions/zh_TW.po +share/widelands/i18n/translations/world/ +share/widelands/i18n/translations/world/ar.po +share/widelands/i18n/translations/world/bg.po +share/widelands/i18n/translations/world/br.po +share/widelands/i18n/translations/world/ca.po +share/widelands/i18n/translations/world/cs.po +share/widelands/i18n/translations/world/da.po +share/widelands/i18n/translations/world/de.po +share/widelands/i18n/translations/world/el.po +share/widelands/i18n/translations/world/en_GB.po +share/widelands/i18n/translations/world/en_US.po +share/widelands/i18n/translations/world/eo.po +share/widelands/i18n/translations/world/es.po +share/widelands/i18n/translations/world/eu.po +share/widelands/i18n/translations/world/fa.po +share/widelands/i18n/translations/world/fi.po +share/widelands/i18n/translations/world/fr.po +share/widelands/i18n/translations/world/fy.po +share/widelands/i18n/translations/world/ga.po +share/widelands/i18n/translations/world/gd.po +share/widelands/i18n/translations/world/gl.po +share/widelands/i18n/translations/world/he.po +share/widelands/i18n/translations/world/hi.po +share/widelands/i18n/translations/world/hr.po +share/widelands/i18n/translations/world/hu.po +share/widelands/i18n/translations/world/id.po +share/widelands/i18n/translations/world/ig.po +share/widelands/i18n/translations/world/it.po +share/widelands/i18n/translations/world/ja.po +share/widelands/i18n/translations/world/ka.po +share/widelands/i18n/translations/world/ko.po +share/widelands/i18n/translations/world/krl.po +share/widelands/i18n/translations/world/la.po +share/widelands/i18n/translations/world/lt.po +share/widelands/i18n/translations/world/ms.po +share/widelands/i18n/translations/world/nb.po +share/widelands/i18n/translations/world/nds.po +share/widelands/i18n/translations/world/nl.po +share/widelands/i18n/translations/world/nn.po +share/widelands/i18n/translations/world/pl.po +share/widelands/i18n/translations/world/pt.po +share/widelands/i18n/translations/world/pt_BR.po +share/widelands/i18n/translations/world/ro.po +share/widelands/i18n/translations/world/ru.po +share/widelands/i18n/translations/world/sk.po +share/widelands/i18n/translations/world/sl.po +share/widelands/i18n/translations/world/sr.po +share/widelands/i18n/translations/world/sr_RS.po +share/widelands/i18n/translations/world/sv.po +share/widelands/i18n/translations/world/tr.po +share/widelands/i18n/translations/world/uk.po +share/widelands/i18n/translations/world/world.pot +share/widelands/i18n/translations/world/zh_CN.po +share/widelands/i18n/translations/world/zh_TW.po share/widelands/images/ share/widelands/images/ai/ share/widelands/images/ai/ai_empty.png @@ -953,6 +2682,7 @@ share/widelands/images/ui_basic/checkbox share/widelands/images/ui_basic/continue.png share/widelands/images/ui_basic/cursor.png share/widelands/images/ui_basic/cursor_click.png +share/widelands/images/ui_basic/cursor_wait.png share/widelands/images/ui_basic/different.png share/widelands/images/ui_basic/fsel.png share/widelands/images/ui_basic/fsel_roadbuilding.png @@ -999,6 +2729,9 @@ share/widelands/images/wui/buildings/men share/widelands/images/wui/buildings/menu_mute_all.png share/widelands/images/wui/buildings/menu_mute_this.png share/widelands/images/wui/buildings/menu_tab_military.png +share/widelands/images/wui/buildings/menu_tab_trade.png +share/widelands/images/wui/buildings/menu_tab_trade_offers.png +share/widelands/images/wui/buildings/menu_tab_trade_proposals.png share/widelands/images/wui/buildings/menu_tab_wares.png share/widelands/images/wui/buildings/menu_tab_wares_dock.png share/widelands/images/wui/buildings/menu_tab_workers.png @@ -1112,6 +2845,8 @@ share/widelands/images/wui/menus/load_ga share/widelands/images/wui/menus/lua.png share/widelands/images/wui/menus/main_menu.png share/widelands/images/wui/menus/menu_toggle_grid.png +share/widelands/images/wui/menus/menu_toggle_height_heat_map.png +share/widelands/images/wui/menus/menu_toggle_oceans.png share/widelands/images/wui/menus/message_new.png share/widelands/images/wui/menus/message_old.png share/widelands/images/wui/menus/objectives.png @@ -1174,6 +2909,14 @@ share/widelands/images/wui/overlays/mine share/widelands/images/wui/overlays/mine_1.png share/widelands/images/wui/overlays/mine_2.png share/widelands/images/wui/overlays/mine_4.png +share/widelands/images/wui/overlays/ocean_0.5.png +share/widelands/images/wui/overlays/ocean_0.5_pc.png +share/widelands/images/wui/overlays/ocean_1.png +share/widelands/images/wui/overlays/ocean_1_pc.png +share/widelands/images/wui/overlays/ocean_2.png +share/widelands/images/wui/overlays/ocean_2_pc.png +share/widelands/images/wui/overlays/ocean_4.png +share/widelands/images/wui/overlays/ocean_4_pc.png share/widelands/images/wui/overlays/port_0.5.png share/widelands/images/wui/overlays/port_1.png share/widelands/images/wui/overlays/port_2.png @@ -1261,1776 +3004,33 @@ share/widelands/images/wui/toolbar/right share/widelands/images/wui/training_wheels_arrow.png share/widelands/images/wui/ware_list_bg.png share/widelands/images/wui/ware_list_bg_selected.png -share/widelands/locale/ -share/widelands/locale/ar/ -share/widelands/locale/ar/LC_MESSAGES/ -share/widelands/locale/ar/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/maps.mo -share/widelands/locale/ar/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/ar/LC_MESSAGES/texts.mo -share/widelands/locale/ar/LC_MESSAGES/training_wheels.mo -share/widelands/locale/ar/LC_MESSAGES/tribes.mo -share/widelands/locale/ar/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/ar/LC_MESSAGES/widelands.mo -share/widelands/locale/ar/LC_MESSAGES/widelands_console.mo -share/widelands/locale/ar/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/ar/LC_MESSAGES/win_conditions.mo -share/widelands/locale/ar/LC_MESSAGES/world.mo -share/widelands/locale/bg/ -share/widelands/locale/bg/LC_MESSAGES/ -share/widelands/locale/bg/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/maps.mo -share/widelands/locale/bg/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/bg/LC_MESSAGES/texts.mo -share/widelands/locale/bg/LC_MESSAGES/training_wheels.mo -share/widelands/locale/bg/LC_MESSAGES/tribes.mo -share/widelands/locale/bg/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/bg/LC_MESSAGES/widelands.mo -share/widelands/locale/bg/LC_MESSAGES/widelands_console.mo -share/widelands/locale/bg/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/bg/LC_MESSAGES/win_conditions.mo -share/widelands/locale/bg/LC_MESSAGES/world.mo -share/widelands/locale/br/ -share/widelands/locale/br/LC_MESSAGES/ -share/widelands/locale/br/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/br/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/br/LC_MESSAGES/maps.mo -share/widelands/locale/br/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/br/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/br/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/br/LC_MESSAGES/texts.mo -share/widelands/locale/br/LC_MESSAGES/training_wheels.mo -share/widelands/locale/br/LC_MESSAGES/tribes.mo -share/widelands/locale/br/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/br/LC_MESSAGES/widelands.mo -share/widelands/locale/br/LC_MESSAGES/widelands_console.mo -share/widelands/locale/br/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/br/LC_MESSAGES/win_conditions.mo -share/widelands/locale/br/LC_MESSAGES/world.mo -share/widelands/locale/ca/ -share/widelands/locale/ca/LC_MESSAGES/ -share/widelands/locale/ca/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/maps.mo -share/widelands/locale/ca/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/ca/LC_MESSAGES/texts.mo -share/widelands/locale/ca/LC_MESSAGES/training_wheels.mo -share/widelands/locale/ca/LC_MESSAGES/tribes.mo -share/widelands/locale/ca/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/ca/LC_MESSAGES/widelands.mo -share/widelands/locale/ca/LC_MESSAGES/widelands_console.mo -share/widelands/locale/ca/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/ca/LC_MESSAGES/win_conditions.mo -share/widelands/locale/ca/LC_MESSAGES/world.mo -share/widelands/locale/cs/ -share/widelands/locale/cs/LC_MESSAGES/ -share/widelands/locale/cs/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/maps.mo -share/widelands/locale/cs/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/cs/LC_MESSAGES/texts.mo -share/widelands/locale/cs/LC_MESSAGES/training_wheels.mo -share/widelands/locale/cs/LC_MESSAGES/tribes.mo -share/widelands/locale/cs/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/cs/LC_MESSAGES/widelands.mo -share/widelands/locale/cs/LC_MESSAGES/widelands_console.mo -share/widelands/locale/cs/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/cs/LC_MESSAGES/win_conditions.mo -share/widelands/locale/cs/LC_MESSAGES/world.mo -share/widelands/locale/da/ -share/widelands/locale/da/LC_MESSAGES/ -share/widelands/locale/da/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/da/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/da/LC_MESSAGES/maps.mo -share/widelands/locale/da/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/da/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/da/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/da/LC_MESSAGES/texts.mo -share/widelands/locale/da/LC_MESSAGES/training_wheels.mo -share/widelands/locale/da/LC_MESSAGES/tribes.mo -share/widelands/locale/da/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/da/LC_MESSAGES/widelands.mo -share/widelands/locale/da/LC_MESSAGES/widelands_console.mo -share/widelands/locale/da/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/da/LC_MESSAGES/win_conditions.mo -share/widelands/locale/da/LC_MESSAGES/world.mo -share/widelands/locale/de/ -share/widelands/locale/de/LC_MESSAGES/ -share/widelands/locale/de/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/de/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/de/LC_MESSAGES/maps.mo -share/widelands/locale/de/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/de/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/de/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/de/LC_MESSAGES/texts.mo -share/widelands/locale/de/LC_MESSAGES/training_wheels.mo -share/widelands/locale/de/LC_MESSAGES/tribes.mo -share/widelands/locale/de/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/de/LC_MESSAGES/widelands.mo -share/widelands/locale/de/LC_MESSAGES/widelands_console.mo -share/widelands/locale/de/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/de/LC_MESSAGES/win_conditions.mo -share/widelands/locale/de/LC_MESSAGES/world.mo -share/widelands/locale/el/ -share/widelands/locale/el/LC_MESSAGES/ -share/widelands/locale/el/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/el/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/el/LC_MESSAGES/maps.mo -share/widelands/locale/el/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/el/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/el/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/el/LC_MESSAGES/texts.mo -share/widelands/locale/el/LC_MESSAGES/training_wheels.mo -share/widelands/locale/el/LC_MESSAGES/tribes.mo -share/widelands/locale/el/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/el/LC_MESSAGES/widelands.mo -share/widelands/locale/el/LC_MESSAGES/widelands_console.mo -share/widelands/locale/el/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/el/LC_MESSAGES/win_conditions.mo -share/widelands/locale/el/LC_MESSAGES/world.mo -share/widelands/locale/en_GB/ -share/widelands/locale/en_GB/LC_MESSAGES/ -share/widelands/locale/en_GB/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/maps.mo -share/widelands/locale/en_GB/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/en_GB/LC_MESSAGES/texts.mo -share/widelands/locale/en_GB/LC_MESSAGES/training_wheels.mo -share/widelands/locale/en_GB/LC_MESSAGES/tribes.mo -share/widelands/locale/en_GB/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/en_GB/LC_MESSAGES/widelands.mo -share/widelands/locale/en_GB/LC_MESSAGES/widelands_console.mo -share/widelands/locale/en_GB/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/en_GB/LC_MESSAGES/win_conditions.mo -share/widelands/locale/en_GB/LC_MESSAGES/world.mo -share/widelands/locale/en_US/ -share/widelands/locale/en_US/LC_MESSAGES/ -share/widelands/locale/en_US/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/maps.mo -share/widelands/locale/en_US/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/en_US/LC_MESSAGES/texts.mo -share/widelands/locale/en_US/LC_MESSAGES/training_wheels.mo -share/widelands/locale/en_US/LC_MESSAGES/tribes.mo -share/widelands/locale/en_US/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/en_US/LC_MESSAGES/widelands.mo -share/widelands/locale/en_US/LC_MESSAGES/widelands_console.mo -share/widelands/locale/en_US/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/en_US/LC_MESSAGES/win_conditions.mo -share/widelands/locale/en_US/LC_MESSAGES/world.mo -share/widelands/locale/eo/ -share/widelands/locale/eo/LC_MESSAGES/ -share/widelands/locale/eo/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/maps.mo -share/widelands/locale/eo/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/eo/LC_MESSAGES/texts.mo -share/widelands/locale/eo/LC_MESSAGES/training_wheels.mo -share/widelands/locale/eo/LC_MESSAGES/tribes.mo -share/widelands/locale/eo/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/eo/LC_MESSAGES/widelands.mo -share/widelands/locale/eo/LC_MESSAGES/widelands_console.mo -share/widelands/locale/eo/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/eo/LC_MESSAGES/win_conditions.mo -share/widelands/locale/eo/LC_MESSAGES/world.mo -share/widelands/locale/es/ -share/widelands/locale/es/LC_MESSAGES/ -share/widelands/locale/es/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/es/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/es/LC_MESSAGES/maps.mo -share/widelands/locale/es/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/es/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/es/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/es/LC_MESSAGES/texts.mo -share/widelands/locale/es/LC_MESSAGES/training_wheels.mo -share/widelands/locale/es/LC_MESSAGES/tribes.mo -share/widelands/locale/es/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/es/LC_MESSAGES/widelands.mo -share/widelands/locale/es/LC_MESSAGES/widelands_console.mo -share/widelands/locale/es/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/es/LC_MESSAGES/win_conditions.mo -share/widelands/locale/es/LC_MESSAGES/world.mo -share/widelands/locale/eu/ -share/widelands/locale/eu/LC_MESSAGES/ -share/widelands/locale/eu/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/maps.mo -share/widelands/locale/eu/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/eu/LC_MESSAGES/texts.mo -share/widelands/locale/eu/LC_MESSAGES/training_wheels.mo -share/widelands/locale/eu/LC_MESSAGES/tribes.mo -share/widelands/locale/eu/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/eu/LC_MESSAGES/widelands.mo -share/widelands/locale/eu/LC_MESSAGES/widelands_console.mo -share/widelands/locale/eu/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/eu/LC_MESSAGES/win_conditions.mo -share/widelands/locale/eu/LC_MESSAGES/world.mo -share/widelands/locale/fa/ -share/widelands/locale/fa/LC_MESSAGES/ -share/widelands/locale/fa/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/maps.mo -share/widelands/locale/fa/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/fa/LC_MESSAGES/texts.mo -share/widelands/locale/fa/LC_MESSAGES/training_wheels.mo -share/widelands/locale/fa/LC_MESSAGES/tribes.mo -share/widelands/locale/fa/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/fa/LC_MESSAGES/widelands.mo -share/widelands/locale/fa/LC_MESSAGES/widelands_console.mo -share/widelands/locale/fa/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/fa/LC_MESSAGES/win_conditions.mo -share/widelands/locale/fa/LC_MESSAGES/world.mo -share/widelands/locale/fi/ -share/widelands/locale/fi/LC_MESSAGES/ -share/widelands/locale/fi/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/maps.mo -share/widelands/locale/fi/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/fi/LC_MESSAGES/texts.mo -share/widelands/locale/fi/LC_MESSAGES/training_wheels.mo -share/widelands/locale/fi/LC_MESSAGES/tribes.mo -share/widelands/locale/fi/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/fi/LC_MESSAGES/widelands.mo -share/widelands/locale/fi/LC_MESSAGES/widelands_console.mo -share/widelands/locale/fi/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/fi/LC_MESSAGES/win_conditions.mo -share/widelands/locale/fi/LC_MESSAGES/world.mo -share/widelands/locale/fr/ -share/widelands/locale/fr/LC_MESSAGES/ -share/widelands/locale/fr/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/maps.mo -share/widelands/locale/fr/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/fr/LC_MESSAGES/texts.mo -share/widelands/locale/fr/LC_MESSAGES/training_wheels.mo -share/widelands/locale/fr/LC_MESSAGES/tribes.mo -share/widelands/locale/fr/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/fr/LC_MESSAGES/widelands.mo -share/widelands/locale/fr/LC_MESSAGES/widelands_console.mo -share/widelands/locale/fr/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/fr/LC_MESSAGES/win_conditions.mo -share/widelands/locale/fr/LC_MESSAGES/world.mo -share/widelands/locale/fy/ -share/widelands/locale/fy/LC_MESSAGES/ -share/widelands/locale/fy/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/maps.mo -share/widelands/locale/fy/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/fy/LC_MESSAGES/texts.mo -share/widelands/locale/fy/LC_MESSAGES/training_wheels.mo -share/widelands/locale/fy/LC_MESSAGES/tribes.mo -share/widelands/locale/fy/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/fy/LC_MESSAGES/widelands.mo -share/widelands/locale/fy/LC_MESSAGES/widelands_console.mo -share/widelands/locale/fy/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/fy/LC_MESSAGES/win_conditions.mo -share/widelands/locale/fy/LC_MESSAGES/world.mo -share/widelands/locale/ga/ -share/widelands/locale/ga/LC_MESSAGES/ -share/widelands/locale/ga/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/maps.mo -share/widelands/locale/ga/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/ga/LC_MESSAGES/texts.mo -share/widelands/locale/ga/LC_MESSAGES/training_wheels.mo -share/widelands/locale/ga/LC_MESSAGES/tribes.mo -share/widelands/locale/ga/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/ga/LC_MESSAGES/widelands.mo -share/widelands/locale/ga/LC_MESSAGES/widelands_console.mo -share/widelands/locale/ga/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/ga/LC_MESSAGES/win_conditions.mo -share/widelands/locale/ga/LC_MESSAGES/world.mo -share/widelands/locale/gd/ -share/widelands/locale/gd/LC_MESSAGES/ -share/widelands/locale/gd/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/maps.mo -share/widelands/locale/gd/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/gd/LC_MESSAGES/texts.mo -share/widelands/locale/gd/LC_MESSAGES/training_wheels.mo -share/widelands/locale/gd/LC_MESSAGES/tribes.mo -share/widelands/locale/gd/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/gd/LC_MESSAGES/widelands.mo -share/widelands/locale/gd/LC_MESSAGES/widelands_console.mo -share/widelands/locale/gd/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/gd/LC_MESSAGES/win_conditions.mo -share/widelands/locale/gd/LC_MESSAGES/world.mo -share/widelands/locale/gl/ -share/widelands/locale/gl/LC_MESSAGES/ -share/widelands/locale/gl/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/maps.mo -share/widelands/locale/gl/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/gl/LC_MESSAGES/texts.mo -share/widelands/locale/gl/LC_MESSAGES/training_wheels.mo -share/widelands/locale/gl/LC_MESSAGES/tribes.mo -share/widelands/locale/gl/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/gl/LC_MESSAGES/widelands.mo -share/widelands/locale/gl/LC_MESSAGES/widelands_console.mo -share/widelands/locale/gl/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/gl/LC_MESSAGES/win_conditions.mo -share/widelands/locale/gl/LC_MESSAGES/world.mo -share/widelands/locale/he/ -share/widelands/locale/he/LC_MESSAGES/ -share/widelands/locale/he/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/he/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/he/LC_MESSAGES/maps.mo -share/widelands/locale/he/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/he/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/he/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/he/LC_MESSAGES/texts.mo -share/widelands/locale/he/LC_MESSAGES/training_wheels.mo -share/widelands/locale/he/LC_MESSAGES/tribes.mo -share/widelands/locale/he/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/he/LC_MESSAGES/widelands.mo -share/widelands/locale/he/LC_MESSAGES/widelands_console.mo -share/widelands/locale/he/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/he/LC_MESSAGES/win_conditions.mo -share/widelands/locale/he/LC_MESSAGES/world.mo -share/widelands/locale/hi/ -share/widelands/locale/hi/LC_MESSAGES/ -share/widelands/locale/hi/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/maps.mo -share/widelands/locale/hi/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/hi/LC_MESSAGES/texts.mo -share/widelands/locale/hi/LC_MESSAGES/training_wheels.mo -share/widelands/locale/hi/LC_MESSAGES/tribes.mo -share/widelands/locale/hi/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/hi/LC_MESSAGES/widelands.mo -share/widelands/locale/hi/LC_MESSAGES/widelands_console.mo -share/widelands/locale/hi/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/hi/LC_MESSAGES/win_conditions.mo -share/widelands/locale/hi/LC_MESSAGES/world.mo -share/widelands/locale/hr/ -share/widelands/locale/hr/LC_MESSAGES/ -share/widelands/locale/hr/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/maps.mo -share/widelands/locale/hr/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/hr/LC_MESSAGES/texts.mo -share/widelands/locale/hr/LC_MESSAGES/training_wheels.mo -share/widelands/locale/hr/LC_MESSAGES/tribes.mo -share/widelands/locale/hr/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/hr/LC_MESSAGES/widelands.mo -share/widelands/locale/hr/LC_MESSAGES/widelands_console.mo -share/widelands/locale/hr/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/hr/LC_MESSAGES/win_conditions.mo -share/widelands/locale/hr/LC_MESSAGES/world.mo -share/widelands/locale/hu/ -share/widelands/locale/hu/LC_MESSAGES/ -share/widelands/locale/hu/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/maps.mo -share/widelands/locale/hu/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/hu/LC_MESSAGES/texts.mo -share/widelands/locale/hu/LC_MESSAGES/training_wheels.mo -share/widelands/locale/hu/LC_MESSAGES/tribes.mo -share/widelands/locale/hu/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/hu/LC_MESSAGES/widelands.mo -share/widelands/locale/hu/LC_MESSAGES/widelands_console.mo -share/widelands/locale/hu/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/hu/LC_MESSAGES/win_conditions.mo -share/widelands/locale/hu/LC_MESSAGES/world.mo -share/widelands/locale/id/ -share/widelands/locale/id/LC_MESSAGES/ -share/widelands/locale/id/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/id/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/id/LC_MESSAGES/maps.mo -share/widelands/locale/id/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/id/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/id/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/id/LC_MESSAGES/texts.mo -share/widelands/locale/id/LC_MESSAGES/training_wheels.mo -share/widelands/locale/id/LC_MESSAGES/tribes.mo -share/widelands/locale/id/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/id/LC_MESSAGES/widelands.mo -share/widelands/locale/id/LC_MESSAGES/widelands_console.mo -share/widelands/locale/id/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/id/LC_MESSAGES/win_conditions.mo -share/widelands/locale/id/LC_MESSAGES/world.mo -share/widelands/locale/ig/ -share/widelands/locale/ig/LC_MESSAGES/ -share/widelands/locale/ig/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/maps.mo -share/widelands/locale/ig/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/ig/LC_MESSAGES/texts.mo -share/widelands/locale/ig/LC_MESSAGES/training_wheels.mo -share/widelands/locale/ig/LC_MESSAGES/tribes.mo -share/widelands/locale/ig/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/ig/LC_MESSAGES/widelands.mo -share/widelands/locale/ig/LC_MESSAGES/widelands_console.mo -share/widelands/locale/ig/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/ig/LC_MESSAGES/win_conditions.mo -share/widelands/locale/ig/LC_MESSAGES/world.mo -share/widelands/locale/it/ -share/widelands/locale/it/LC_MESSAGES/ -share/widelands/locale/it/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/it/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/it/LC_MESSAGES/maps.mo -share/widelands/locale/it/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/it/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/it/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/it/LC_MESSAGES/texts.mo -share/widelands/locale/it/LC_MESSAGES/training_wheels.mo -share/widelands/locale/it/LC_MESSAGES/tribes.mo -share/widelands/locale/it/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/it/LC_MESSAGES/widelands.mo -share/widelands/locale/it/LC_MESSAGES/widelands_console.mo -share/widelands/locale/it/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/it/LC_MESSAGES/win_conditions.mo -share/widelands/locale/it/LC_MESSAGES/world.mo -share/widelands/locale/ja/ -share/widelands/locale/ja/LC_MESSAGES/ -share/widelands/locale/ja/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/maps.mo -share/widelands/locale/ja/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/ja/LC_MESSAGES/texts.mo -share/widelands/locale/ja/LC_MESSAGES/training_wheels.mo -share/widelands/locale/ja/LC_MESSAGES/tribes.mo -share/widelands/locale/ja/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/ja/LC_MESSAGES/widelands.mo -share/widelands/locale/ja/LC_MESSAGES/widelands_console.mo -share/widelands/locale/ja/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/ja/LC_MESSAGES/win_conditions.mo -share/widelands/locale/ja/LC_MESSAGES/world.mo -share/widelands/locale/ka/ -share/widelands/locale/ka/LC_MESSAGES/ -share/widelands/locale/ka/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/maps.mo -share/widelands/locale/ka/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/ka/LC_MESSAGES/texts.mo -share/widelands/locale/ka/LC_MESSAGES/training_wheels.mo -share/widelands/locale/ka/LC_MESSAGES/tribes.mo -share/widelands/locale/ka/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/ka/LC_MESSAGES/widelands.mo -share/widelands/locale/ka/LC_MESSAGES/widelands_console.mo -share/widelands/locale/ka/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/ka/LC_MESSAGES/win_conditions.mo -share/widelands/locale/ka/LC_MESSAGES/world.mo -share/widelands/locale/ko/ -share/widelands/locale/ko/LC_MESSAGES/ -share/widelands/locale/ko/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/maps.mo -share/widelands/locale/ko/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/ko/LC_MESSAGES/texts.mo -share/widelands/locale/ko/LC_MESSAGES/training_wheels.mo -share/widelands/locale/ko/LC_MESSAGES/tribes.mo -share/widelands/locale/ko/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/ko/LC_MESSAGES/widelands.mo -share/widelands/locale/ko/LC_MESSAGES/widelands_console.mo -share/widelands/locale/ko/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/ko/LC_MESSAGES/win_conditions.mo -share/widelands/locale/ko/LC_MESSAGES/world.mo -share/widelands/locale/krl/ -share/widelands/locale/krl/LC_MESSAGES/ -share/widelands/locale/krl/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/maps.mo -share/widelands/locale/krl/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/krl/LC_MESSAGES/texts.mo -share/widelands/locale/krl/LC_MESSAGES/training_wheels.mo -share/widelands/locale/krl/LC_MESSAGES/tribes.mo -share/widelands/locale/krl/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/krl/LC_MESSAGES/widelands.mo -share/widelands/locale/krl/LC_MESSAGES/widelands_console.mo -share/widelands/locale/krl/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/krl/LC_MESSAGES/win_conditions.mo -share/widelands/locale/krl/LC_MESSAGES/world.mo -share/widelands/locale/la/ -share/widelands/locale/la/LC_MESSAGES/ -share/widelands/locale/la/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/la/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/la/LC_MESSAGES/maps.mo -share/widelands/locale/la/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/la/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/la/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/la/LC_MESSAGES/texts.mo -share/widelands/locale/la/LC_MESSAGES/training_wheels.mo -share/widelands/locale/la/LC_MESSAGES/tribes.mo -share/widelands/locale/la/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/la/LC_MESSAGES/widelands.mo -share/widelands/locale/la/LC_MESSAGES/widelands_console.mo -share/widelands/locale/la/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/la/LC_MESSAGES/win_conditions.mo -share/widelands/locale/la/LC_MESSAGES/world.mo -share/widelands/locale/lt/ -share/widelands/locale/lt/LC_MESSAGES/ -share/widelands/locale/lt/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/maps.mo -share/widelands/locale/lt/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/lt/LC_MESSAGES/texts.mo -share/widelands/locale/lt/LC_MESSAGES/training_wheels.mo -share/widelands/locale/lt/LC_MESSAGES/tribes.mo -share/widelands/locale/lt/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/lt/LC_MESSAGES/widelands.mo -share/widelands/locale/lt/LC_MESSAGES/widelands_console.mo -share/widelands/locale/lt/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/lt/LC_MESSAGES/win_conditions.mo -share/widelands/locale/lt/LC_MESSAGES/world.mo -share/widelands/locale/ms/ -share/widelands/locale/ms/LC_MESSAGES/ -share/widelands/locale/ms/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/maps.mo -share/widelands/locale/ms/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/ms/LC_MESSAGES/texts.mo -share/widelands/locale/ms/LC_MESSAGES/training_wheels.mo -share/widelands/locale/ms/LC_MESSAGES/tribes.mo -share/widelands/locale/ms/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/ms/LC_MESSAGES/widelands.mo -share/widelands/locale/ms/LC_MESSAGES/widelands_console.mo -share/widelands/locale/ms/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/ms/LC_MESSAGES/win_conditions.mo -share/widelands/locale/ms/LC_MESSAGES/world.mo -share/widelands/locale/nb/ -share/widelands/locale/nb/LC_MESSAGES/ -share/widelands/locale/nb/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/maps.mo -share/widelands/locale/nb/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/nb/LC_MESSAGES/texts.mo -share/widelands/locale/nb/LC_MESSAGES/training_wheels.mo -share/widelands/locale/nb/LC_MESSAGES/tribes.mo -share/widelands/locale/nb/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/nb/LC_MESSAGES/widelands.mo -share/widelands/locale/nb/LC_MESSAGES/widelands_console.mo -share/widelands/locale/nb/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/nb/LC_MESSAGES/win_conditions.mo -share/widelands/locale/nb/LC_MESSAGES/world.mo -share/widelands/locale/nds/ -share/widelands/locale/nds/LC_MESSAGES/ -share/widelands/locale/nds/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/maps.mo -share/widelands/locale/nds/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/nds/LC_MESSAGES/texts.mo -share/widelands/locale/nds/LC_MESSAGES/training_wheels.mo -share/widelands/locale/nds/LC_MESSAGES/tribes.mo -share/widelands/locale/nds/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/nds/LC_MESSAGES/widelands.mo -share/widelands/locale/nds/LC_MESSAGES/widelands_console.mo -share/widelands/locale/nds/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/nds/LC_MESSAGES/win_conditions.mo -share/widelands/locale/nds/LC_MESSAGES/world.mo -share/widelands/locale/nl/ -share/widelands/locale/nl/LC_MESSAGES/ -share/widelands/locale/nl/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/maps.mo -share/widelands/locale/nl/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/nl/LC_MESSAGES/texts.mo -share/widelands/locale/nl/LC_MESSAGES/training_wheels.mo -share/widelands/locale/nl/LC_MESSAGES/tribes.mo -share/widelands/locale/nl/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/nl/LC_MESSAGES/widelands.mo -share/widelands/locale/nl/LC_MESSAGES/widelands_console.mo -share/widelands/locale/nl/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/nl/LC_MESSAGES/win_conditions.mo -share/widelands/locale/nl/LC_MESSAGES/world.mo -share/widelands/locale/nn/ -share/widelands/locale/nn/LC_MESSAGES/ -share/widelands/locale/nn/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/maps.mo -share/widelands/locale/nn/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/nn/LC_MESSAGES/texts.mo -share/widelands/locale/nn/LC_MESSAGES/training_wheels.mo -share/widelands/locale/nn/LC_MESSAGES/tribes.mo -share/widelands/locale/nn/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/nn/LC_MESSAGES/widelands.mo -share/widelands/locale/nn/LC_MESSAGES/widelands_console.mo -share/widelands/locale/nn/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/nn/LC_MESSAGES/win_conditions.mo -share/widelands/locale/nn/LC_MESSAGES/world.mo -share/widelands/locale/pl/ -share/widelands/locale/pl/LC_MESSAGES/ -share/widelands/locale/pl/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/maps.mo -share/widelands/locale/pl/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/pl/LC_MESSAGES/texts.mo -share/widelands/locale/pl/LC_MESSAGES/training_wheels.mo -share/widelands/locale/pl/LC_MESSAGES/tribes.mo -share/widelands/locale/pl/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/pl/LC_MESSAGES/widelands.mo -share/widelands/locale/pl/LC_MESSAGES/widelands_console.mo -share/widelands/locale/pl/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/pl/LC_MESSAGES/win_conditions.mo -share/widelands/locale/pl/LC_MESSAGES/world.mo -share/widelands/locale/pt/ -share/widelands/locale/pt/LC_MESSAGES/ -share/widelands/locale/pt/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/maps.mo -share/widelands/locale/pt/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/pt/LC_MESSAGES/texts.mo -share/widelands/locale/pt/LC_MESSAGES/training_wheels.mo -share/widelands/locale/pt/LC_MESSAGES/tribes.mo -share/widelands/locale/pt/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/pt/LC_MESSAGES/widelands.mo -share/widelands/locale/pt/LC_MESSAGES/widelands_console.mo -share/widelands/locale/pt/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/pt/LC_MESSAGES/win_conditions.mo -share/widelands/locale/pt/LC_MESSAGES/world.mo -share/widelands/locale/pt_BR/ -share/widelands/locale/pt_BR/LC_MESSAGES/ -share/widelands/locale/pt_BR/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/maps.mo -share/widelands/locale/pt_BR/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/pt_BR/LC_MESSAGES/texts.mo -share/widelands/locale/pt_BR/LC_MESSAGES/training_wheels.mo -share/widelands/locale/pt_BR/LC_MESSAGES/tribes.mo -share/widelands/locale/pt_BR/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/pt_BR/LC_MESSAGES/widelands.mo -share/widelands/locale/pt_BR/LC_MESSAGES/widelands_console.mo -share/widelands/locale/pt_BR/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/pt_BR/LC_MESSAGES/win_conditions.mo -share/widelands/locale/pt_BR/LC_MESSAGES/world.mo -share/widelands/locale/ro/ -share/widelands/locale/ro/LC_MESSAGES/ -share/widelands/locale/ro/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/maps.mo -share/widelands/locale/ro/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/ro/LC_MESSAGES/texts.mo -share/widelands/locale/ro/LC_MESSAGES/training_wheels.mo -share/widelands/locale/ro/LC_MESSAGES/tribes.mo -share/widelands/locale/ro/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/ro/LC_MESSAGES/widelands.mo -share/widelands/locale/ro/LC_MESSAGES/widelands_console.mo -share/widelands/locale/ro/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/ro/LC_MESSAGES/win_conditions.mo -share/widelands/locale/ro/LC_MESSAGES/world.mo -share/widelands/locale/ru/ -share/widelands/locale/ru/LC_MESSAGES/ -share/widelands/locale/ru/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/maps.mo -share/widelands/locale/ru/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/ru/LC_MESSAGES/texts.mo -share/widelands/locale/ru/LC_MESSAGES/training_wheels.mo -share/widelands/locale/ru/LC_MESSAGES/tribes.mo -share/widelands/locale/ru/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/ru/LC_MESSAGES/widelands.mo -share/widelands/locale/ru/LC_MESSAGES/widelands_console.mo -share/widelands/locale/ru/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/ru/LC_MESSAGES/win_conditions.mo -share/widelands/locale/ru/LC_MESSAGES/world.mo -share/widelands/locale/sk/ -share/widelands/locale/sk/LC_MESSAGES/ -share/widelands/locale/sk/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/maps.mo -share/widelands/locale/sk/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/sk/LC_MESSAGES/texts.mo -share/widelands/locale/sk/LC_MESSAGES/training_wheels.mo -share/widelands/locale/sk/LC_MESSAGES/tribes.mo -share/widelands/locale/sk/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/sk/LC_MESSAGES/widelands.mo -share/widelands/locale/sk/LC_MESSAGES/widelands_console.mo -share/widelands/locale/sk/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/sk/LC_MESSAGES/win_conditions.mo -share/widelands/locale/sk/LC_MESSAGES/world.mo -share/widelands/locale/sl/ -share/widelands/locale/sl/LC_MESSAGES/ -share/widelands/locale/sl/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/maps.mo -share/widelands/locale/sl/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/sl/LC_MESSAGES/texts.mo -share/widelands/locale/sl/LC_MESSAGES/training_wheels.mo -share/widelands/locale/sl/LC_MESSAGES/tribes.mo -share/widelands/locale/sl/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/sl/LC_MESSAGES/widelands.mo -share/widelands/locale/sl/LC_MESSAGES/widelands_console.mo -share/widelands/locale/sl/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/sl/LC_MESSAGES/win_conditions.mo -share/widelands/locale/sl/LC_MESSAGES/world.mo -share/widelands/locale/sr/ -share/widelands/locale/sr/LC_MESSAGES/ -share/widelands/locale/sr/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/maps.mo -share/widelands/locale/sr/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/sr/LC_MESSAGES/texts.mo -share/widelands/locale/sr/LC_MESSAGES/training_wheels.mo -share/widelands/locale/sr/LC_MESSAGES/tribes.mo -share/widelands/locale/sr/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/sr/LC_MESSAGES/widelands.mo -share/widelands/locale/sr/LC_MESSAGES/widelands_console.mo -share/widelands/locale/sr/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/sr/LC_MESSAGES/win_conditions.mo -share/widelands/locale/sr/LC_MESSAGES/world.mo -share/widelands/locale/sr_RS/ -share/widelands/locale/sr_RS/LC_MESSAGES/ -share/widelands/locale/sr_RS/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/maps.mo -share/widelands/locale/sr_RS/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/sr_RS/LC_MESSAGES/texts.mo -share/widelands/locale/sr_RS/LC_MESSAGES/training_wheels.mo -share/widelands/locale/sr_RS/LC_MESSAGES/tribes.mo -share/widelands/locale/sr_RS/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/sr_RS/LC_MESSAGES/widelands.mo -share/widelands/locale/sr_RS/LC_MESSAGES/widelands_console.mo -share/widelands/locale/sr_RS/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/sr_RS/LC_MESSAGES/win_conditions.mo -share/widelands/locale/sr_RS/LC_MESSAGES/world.mo -share/widelands/locale/sv/ -share/widelands/locale/sv/LC_MESSAGES/ -share/widelands/locale/sv/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/maps.mo -share/widelands/locale/sv/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/sv/LC_MESSAGES/texts.mo -share/widelands/locale/sv/LC_MESSAGES/training_wheels.mo -share/widelands/locale/sv/LC_MESSAGES/tribes.mo -share/widelands/locale/sv/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/sv/LC_MESSAGES/widelands.mo -share/widelands/locale/sv/LC_MESSAGES/widelands_console.mo -share/widelands/locale/sv/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/sv/LC_MESSAGES/win_conditions.mo -share/widelands/locale/sv/LC_MESSAGES/world.mo -share/widelands/locale/tr/ -share/widelands/locale/tr/LC_MESSAGES/ -share/widelands/locale/tr/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/maps.mo -share/widelands/locale/tr/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/tr/LC_MESSAGES/texts.mo -share/widelands/locale/tr/LC_MESSAGES/training_wheels.mo -share/widelands/locale/tr/LC_MESSAGES/tribes.mo -share/widelands/locale/tr/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/tr/LC_MESSAGES/widelands.mo -share/widelands/locale/tr/LC_MESSAGES/widelands_console.mo -share/widelands/locale/tr/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/tr/LC_MESSAGES/win_conditions.mo -share/widelands/locale/tr/LC_MESSAGES/world.mo -share/widelands/locale/uk/ -share/widelands/locale/uk/LC_MESSAGES/ -share/widelands/locale/uk/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/maps.mo -share/widelands/locale/uk/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/uk/LC_MESSAGES/texts.mo -share/widelands/locale/uk/LC_MESSAGES/training_wheels.mo -share/widelands/locale/uk/LC_MESSAGES/tribes.mo -share/widelands/locale/uk/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/uk/LC_MESSAGES/widelands.mo -share/widelands/locale/uk/LC_MESSAGES/widelands_console.mo -share/widelands/locale/uk/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/uk/LC_MESSAGES/win_conditions.mo -share/widelands/locale/uk/LC_MESSAGES/world.mo -share/widelands/locale/zh_CN/ -share/widelands/locale/zh_CN/LC_MESSAGES/ -share/widelands/locale/zh_CN/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/maps.mo -share/widelands/locale/zh_CN/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/zh_CN/LC_MESSAGES/texts.mo -share/widelands/locale/zh_CN/LC_MESSAGES/training_wheels.mo -share/widelands/locale/zh_CN/LC_MESSAGES/tribes.mo -share/widelands/locale/zh_CN/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/zh_CN/LC_MESSAGES/widelands.mo -share/widelands/locale/zh_CN/LC_MESSAGES/widelands_console.mo -share/widelands/locale/zh_CN/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/zh_CN/LC_MESSAGES/win_conditions.mo -share/widelands/locale/zh_CN/LC_MESSAGES/world.mo -share/widelands/locale/zh_TW/ -share/widelands/locale/zh_TW/LC_MESSAGES/ -share/widelands/locale/zh_TW/LC_MESSAGES/map_along_the_river.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/map_the_green_plateau.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/maps.mo -share/widelands/locale/zh_TW/LC_MESSAGES/mp_scenario_island_hopping.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/mp_scenario_smugglers.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_atl01.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_atl02.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_bar01.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_bar02.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_dummy.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_emp01.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_emp02.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_emp03.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_emp04.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_fri01.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_fri02.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_fri03.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_fri04.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_fri05.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_tutorial01_basic_control.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_tutorial02_warfare.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_tutorial03_seafaring.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/scenario_tutorial04_economy.wmf.mo -share/widelands/locale/zh_TW/LC_MESSAGES/texts.mo -share/widelands/locale/zh_TW/LC_MESSAGES/training_wheels.mo -share/widelands/locale/zh_TW/LC_MESSAGES/tribes.mo -share/widelands/locale/zh_TW/LC_MESSAGES/tribes_encyclopedia.mo -share/widelands/locale/zh_TW/LC_MESSAGES/widelands.mo -share/widelands/locale/zh_TW/LC_MESSAGES/widelands_console.mo -share/widelands/locale/zh_TW/LC_MESSAGES/widelands_editor.mo -share/widelands/locale/zh_TW/LC_MESSAGES/win_conditions.mo -share/widelands/locale/zh_TW/LC_MESSAGES/world.mo share/widelands/maps/ +share/widelands/maps/Accurate_Europe_v1.2.wmf/ +share/widelands/maps/Accurate_Europe_v1.2.wmf/binary/ +share/widelands/maps/Accurate_Europe_v1.2.wmf/binary/heights +share/widelands/maps/Accurate_Europe_v1.2.wmf/binary/mapobjects +share/widelands/maps/Accurate_Europe_v1.2.wmf/binary/resource +share/widelands/maps/Accurate_Europe_v1.2.wmf/binary/terrain +share/widelands/maps/Accurate_Europe_v1.2.wmf/elemental +share/widelands/maps/Accurate_Europe_v1.2.wmf/minimap.png +share/widelands/maps/Accurate_Europe_v1.2.wmf/objective +share/widelands/maps/Accurate_Europe_v1.2.wmf/player_names +share/widelands/maps/Accurate_Europe_v1.2.wmf/player_position +share/widelands/maps/Accurate_Europe_v1.2.wmf/port_spaces +share/widelands/maps/Accurate_Europe_v1.2.wmf/version +share/widelands/maps/Amoebae.wmf/ +share/widelands/maps/Amoebae.wmf/binary/ +share/widelands/maps/Amoebae.wmf/binary/heights +share/widelands/maps/Amoebae.wmf/binary/mapobjects +share/widelands/maps/Amoebae.wmf/binary/resource +share/widelands/maps/Amoebae.wmf/binary/terrain +share/widelands/maps/Amoebae.wmf/elemental +share/widelands/maps/Amoebae.wmf/minimap.png +share/widelands/maps/Amoebae.wmf/objective +share/widelands/maps/Amoebae.wmf/player_names +share/widelands/maps/Amoebae.wmf/player_position +share/widelands/maps/Amoebae.wmf/port_spaces +share/widelands/maps/Amoebae.wmf/version share/widelands/maps/Archipelago_Sea.wmf/ share/widelands/maps/Archipelago_Sea.wmf/binary/ share/widelands/maps/Archipelago_Sea.wmf/binary/heights @@ -3148,19 +3148,19 @@ share/widelands/maps/Dolomites.wmf/playe share/widelands/maps/Dolomites.wmf/player_position share/widelands/maps/Dolomites.wmf/port_spaces share/widelands/maps/Dolomites.wmf/version -share/widelands/maps/Elven_Forests.wmf/ -share/widelands/maps/Elven_Forests.wmf/binary/ -share/widelands/maps/Elven_Forests.wmf/binary/heights -share/widelands/maps/Elven_Forests.wmf/binary/mapobjects -share/widelands/maps/Elven_Forests.wmf/binary/resource -share/widelands/maps/Elven_Forests.wmf/binary/terrain -share/widelands/maps/Elven_Forests.wmf/elemental -share/widelands/maps/Elven_Forests.wmf/minimap.png -share/widelands/maps/Elven_Forests.wmf/objective -share/widelands/maps/Elven_Forests.wmf/player_names -share/widelands/maps/Elven_Forests.wmf/player_position -share/widelands/maps/Elven_Forests.wmf/port_spaces -share/widelands/maps/Elven_Forests.wmf/version +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/ +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/binary/ +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/binary/heights +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/binary/mapobjects +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/binary/resource +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/binary/terrain +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/elemental +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/minimap.png +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/objective +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/player_names +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/player_position +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/port_spaces +share/widelands/maps/Egyptian_Mandala_v1.2.wmf/version share/widelands/maps/Escher_Goose_Fish.wmf/ share/widelands/maps/Escher_Goose_Fish.wmf/binary/ share/widelands/maps/Escher_Goose_Fish.wmf/binary/heights @@ -3174,19 +3174,6 @@ share/widelands/maps/Escher_Goose_Fish.w share/widelands/maps/Escher_Goose_Fish.wmf/player_position share/widelands/maps/Escher_Goose_Fish.wmf/port_spaces share/widelands/maps/Escher_Goose_Fish.wmf/version -share/widelands/maps/Europa.wmf/ -share/widelands/maps/Europa.wmf/binary/ -share/widelands/maps/Europa.wmf/binary/heights -share/widelands/maps/Europa.wmf/binary/mapobjects -share/widelands/maps/Europa.wmf/binary/resource -share/widelands/maps/Europa.wmf/binary/terrain -share/widelands/maps/Europa.wmf/elemental -share/widelands/maps/Europa.wmf/minimap.png -share/widelands/maps/Europa.wmf/objective -share/widelands/maps/Europa.wmf/player_names -share/widelands/maps/Europa.wmf/player_position -share/widelands/maps/Europa.wmf/port_spaces -share/widelands/maps/Europa.wmf/version share/widelands/maps/Fellowships.wmf/ share/widelands/maps/Fellowships.wmf/binary/ share/widelands/maps/Fellowships.wmf/binary/heights @@ -3226,6 +3213,19 @@ share/widelands/maps/Firegames.wmf/playe share/widelands/maps/Firegames.wmf/player_position share/widelands/maps/Firegames.wmf/port_spaces share/widelands/maps/Firegames.wmf/version +share/widelands/maps/Forest_Valley_v2.wmf/ +share/widelands/maps/Forest_Valley_v2.wmf/binary/ +share/widelands/maps/Forest_Valley_v2.wmf/binary/heights +share/widelands/maps/Forest_Valley_v2.wmf/binary/mapobjects +share/widelands/maps/Forest_Valley_v2.wmf/binary/resource +share/widelands/maps/Forest_Valley_v2.wmf/binary/terrain +share/widelands/maps/Forest_Valley_v2.wmf/elemental +share/widelands/maps/Forest_Valley_v2.wmf/minimap.png +share/widelands/maps/Forest_Valley_v2.wmf/objective +share/widelands/maps/Forest_Valley_v2.wmf/player_names +share/widelands/maps/Forest_Valley_v2.wmf/player_position +share/widelands/maps/Forest_Valley_v2.wmf/port_spaces +share/widelands/maps/Forest_Valley_v2.wmf/version share/widelands/maps/Four_Castles.wmf/ share/widelands/maps/Four_Castles.wmf/binary/ share/widelands/maps/Four_Castles.wmf/binary/heights @@ -3596,6 +3596,19 @@ share/widelands/maps/Swamp_Monks.wmf/pla share/widelands/maps/Swamp_Monks.wmf/player_position share/widelands/maps/Swamp_Monks.wmf/port_spaces share/widelands/maps/Swamp_Monks.wmf/version +share/widelands/maps/Tasmanian_Black_War.wmf/ +share/widelands/maps/Tasmanian_Black_War.wmf/binary/ +share/widelands/maps/Tasmanian_Black_War.wmf/binary/heights +share/widelands/maps/Tasmanian_Black_War.wmf/binary/mapobjects +share/widelands/maps/Tasmanian_Black_War.wmf/binary/resource +share/widelands/maps/Tasmanian_Black_War.wmf/binary/terrain +share/widelands/maps/Tasmanian_Black_War.wmf/elemental +share/widelands/maps/Tasmanian_Black_War.wmf/minimap.png +share/widelands/maps/Tasmanian_Black_War.wmf/objective +share/widelands/maps/Tasmanian_Black_War.wmf/player_names +share/widelands/maps/Tasmanian_Black_War.wmf/player_position +share/widelands/maps/Tasmanian_Black_War.wmf/port_spaces +share/widelands/maps/Tasmanian_Black_War.wmf/version share/widelands/maps/The_Big_Lake.wmf/ share/widelands/maps/The_Big_Lake.wmf/binary/ share/widelands/maps/The_Big_Lake.wmf/binary/heights @@ -3622,6 +3635,19 @@ share/widelands/maps/The_Far_North.wmf/p share/widelands/maps/The_Far_North.wmf/player_position share/widelands/maps/The_Far_North.wmf/port_spaces share/widelands/maps/The_Far_North.wmf/version +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/ +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/binary/ +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/binary/heights +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/binary/mapobjects +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/binary/resource +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/binary/terrain +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/elemental +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/minimap.png +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/objective +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/player_names +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/player_position +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/port_spaces +share/widelands/maps/The_Islands_of_the_Eight_Tribes.wmf/version share/widelands/maps/The_Long_Way.wmf/ share/widelands/maps/The_Long_Way.wmf/binary/ share/widelands/maps/The_Long_Way.wmf/binary/heights @@ -3726,19 +3752,6 @@ share/widelands/maps/Twin_Lagoons.wmf/pl share/widelands/maps/Twin_Lagoons.wmf/player_position share/widelands/maps/Twin_Lagoons.wmf/port_spaces share/widelands/maps/Twin_Lagoons.wmf/version -share/widelands/maps/Twinkling_Waves.wmf/ -share/widelands/maps/Twinkling_Waves.wmf/binary/ -share/widelands/maps/Twinkling_Waves.wmf/binary/heights -share/widelands/maps/Twinkling_Waves.wmf/binary/mapobjects -share/widelands/maps/Twinkling_Waves.wmf/binary/resource -share/widelands/maps/Twinkling_Waves.wmf/binary/terrain -share/widelands/maps/Twinkling_Waves.wmf/elemental -share/widelands/maps/Twinkling_Waves.wmf/minimap.png -share/widelands/maps/Twinkling_Waves.wmf/objective -share/widelands/maps/Twinkling_Waves.wmf/player_names -share/widelands/maps/Twinkling_Waves.wmf/player_position -share/widelands/maps/Twinkling_Waves.wmf/port_spaces -share/widelands/maps/Twinkling_Waves.wmf/version share/widelands/maps/Two_Frontiers.wmf/ share/widelands/maps/Two_Frontiers.wmf/binary/ share/widelands/maps/Two_Frontiers.wmf/binary/heights @@ -4019,6 +4032,12 @@ share/widelands/templates/default/fsmenu share/widelands/templates/default/fsmenu/windows/background.png share/widelands/templates/default/fsmenu/windows/bottom.png share/widelands/templates/default/fsmenu/windows/close.png +share/widelands/templates/default/fsmenu/windows/corner_bottom_left.png +share/widelands/templates/default/fsmenu/windows/corner_bottom_right.png +share/widelands/templates/default/fsmenu/windows/corner_minimal_left.png +share/widelands/templates/default/fsmenu/windows/corner_minimal_right.png +share/widelands/templates/default/fsmenu/windows/corner_top_left.png +share/widelands/templates/default/fsmenu/windows/corner_top_right.png share/widelands/templates/default/fsmenu/windows/left.png share/widelands/templates/default/fsmenu/windows/maximize.png share/widelands/templates/default/fsmenu/windows/minimize.png @@ -4083,6 +4102,12 @@ share/widelands/templates/default/wui/wi share/widelands/templates/default/wui/windows/background.png share/widelands/templates/default/wui/windows/bottom.png share/widelands/templates/default/wui/windows/close.png +share/widelands/templates/default/wui/windows/corner_bottom_left.png +share/widelands/templates/default/wui/windows/corner_bottom_right.png +share/widelands/templates/default/wui/windows/corner_minimal_left.png +share/widelands/templates/default/wui/windows/corner_minimal_right.png +share/widelands/templates/default/wui/windows/corner_top_left.png +share/widelands/templates/default/wui/windows/corner_top_right.png share/widelands/templates/default/wui/windows/left.png share/widelands/templates/default/wui/windows/maximize.png share/widelands/templates/default/wui/windows/minimize.png @@ -4093,6 +4118,108 @@ share/widelands/templates/default/wui/wi share/widelands/templates/new_game_template share/widelands/tribes/ share/widelands/tribes/buildings/ +share/widelands/tribes/buildings/markets/ +share/widelands/tribes/buildings/markets/amazons/ +share/widelands/tribes/buildings/markets/amazons/market/ +share/widelands/tribes/buildings/markets/amazons/market/build_0.5.png +share/widelands/tribes/buildings/markets/amazons/market/build_0.5_pc.png +share/widelands/tribes/buildings/markets/amazons/market/build_1.png +share/widelands/tribes/buildings/markets/amazons/market/build_1_pc.png +share/widelands/tribes/buildings/markets/amazons/market/build_2.png +share/widelands/tribes/buildings/markets/amazons/market/build_2_pc.png +share/widelands/tribes/buildings/markets/amazons/market/build_4.png +share/widelands/tribes/buildings/markets/amazons/market/build_4_pc.png +share/widelands/tribes/buildings/markets/amazons/market/idle_0.5.png +share/widelands/tribes/buildings/markets/amazons/market/idle_0.5_pc.png +share/widelands/tribes/buildings/markets/amazons/market/idle_1.png +share/widelands/tribes/buildings/markets/amazons/market/idle_1_pc.png +share/widelands/tribes/buildings/markets/amazons/market/idle_2.png +share/widelands/tribes/buildings/markets/amazons/market/idle_2_pc.png +share/widelands/tribes/buildings/markets/amazons/market/idle_4.png +share/widelands/tribes/buildings/markets/amazons/market/idle_4_pc.png +share/widelands/tribes/buildings/markets/amazons/market/init.lua +share/widelands/tribes/buildings/markets/amazons/market/menu.png +share/widelands/tribes/buildings/markets/amazons/market/register.lua +share/widelands/tribes/buildings/markets/atlanteans/ +share/widelands/tribes/buildings/markets/atlanteans/market/ +share/widelands/tribes/buildings/markets/atlanteans/market/build_0.5.png +share/widelands/tribes/buildings/markets/atlanteans/market/build_0.5_pc.png +share/widelands/tribes/buildings/markets/atlanteans/market/build_1.png +share/widelands/tribes/buildings/markets/atlanteans/market/build_1_pc.png +share/widelands/tribes/buildings/markets/atlanteans/market/build_2.png +share/widelands/tribes/buildings/markets/atlanteans/market/build_2_pc.png +share/widelands/tribes/buildings/markets/atlanteans/market/build_4.png +share/widelands/tribes/buildings/markets/atlanteans/market/build_4_pc.png +share/widelands/tribes/buildings/markets/atlanteans/market/idle_0.5.png +share/widelands/tribes/buildings/markets/atlanteans/market/idle_0.5_pc.png +share/widelands/tribes/buildings/markets/atlanteans/market/idle_1.png +share/widelands/tribes/buildings/markets/atlanteans/market/idle_1_pc.png +share/widelands/tribes/buildings/markets/atlanteans/market/idle_2.png +share/widelands/tribes/buildings/markets/atlanteans/market/idle_2_pc.png +share/widelands/tribes/buildings/markets/atlanteans/market/idle_4.png +share/widelands/tribes/buildings/markets/atlanteans/market/idle_4_pc.png +share/widelands/tribes/buildings/markets/atlanteans/market/init.lua +share/widelands/tribes/buildings/markets/atlanteans/market/menu.png +share/widelands/tribes/buildings/markets/atlanteans/market/register.lua +share/widelands/tribes/buildings/markets/barbarians/ +share/widelands/tribes/buildings/markets/barbarians/market/ +share/widelands/tribes/buildings/markets/barbarians/market/build_0.5.png +share/widelands/tribes/buildings/markets/barbarians/market/build_0.5_pc.png +share/widelands/tribes/buildings/markets/barbarians/market/build_1.png +share/widelands/tribes/buildings/markets/barbarians/market/build_1_pc.png +share/widelands/tribes/buildings/markets/barbarians/market/build_2.png +share/widelands/tribes/buildings/markets/barbarians/market/build_2_pc.png +share/widelands/tribes/buildings/markets/barbarians/market/build_4.png +share/widelands/tribes/buildings/markets/barbarians/market/build_4_pc.png +share/widelands/tribes/buildings/markets/barbarians/market/idle_0.5.png +share/widelands/tribes/buildings/markets/barbarians/market/idle_0.5_pc.png +share/widelands/tribes/buildings/markets/barbarians/market/idle_1.png +share/widelands/tribes/buildings/markets/barbarians/market/idle_1_pc.png +share/widelands/tribes/buildings/markets/barbarians/market/idle_2.png +share/widelands/tribes/buildings/markets/barbarians/market/idle_2_pc.png +share/widelands/tribes/buildings/markets/barbarians/market/idle_4.png +share/widelands/tribes/buildings/markets/barbarians/market/idle_4_pc.png +share/widelands/tribes/buildings/markets/barbarians/market/init.lua +share/widelands/tribes/buildings/markets/barbarians/market/menu.png +share/widelands/tribes/buildings/markets/barbarians/market/register.lua +share/widelands/tribes/buildings/markets/empire/ +share/widelands/tribes/buildings/markets/empire/market/ +share/widelands/tribes/buildings/markets/empire/market/build_0.5.png +share/widelands/tribes/buildings/markets/empire/market/build_1.png +share/widelands/tribes/buildings/markets/empire/market/build_2.png +share/widelands/tribes/buildings/markets/empire/market/build_4.png +share/widelands/tribes/buildings/markets/empire/market/idle_0.5.png +share/widelands/tribes/buildings/markets/empire/market/idle_0.5_pc.png +share/widelands/tribes/buildings/markets/empire/market/idle_1.png +share/widelands/tribes/buildings/markets/empire/market/idle_1_pc.png +share/widelands/tribes/buildings/markets/empire/market/idle_2.png +share/widelands/tribes/buildings/markets/empire/market/idle_2_pc.png +share/widelands/tribes/buildings/markets/empire/market/idle_4.png +share/widelands/tribes/buildings/markets/empire/market/idle_4_pc.png +share/widelands/tribes/buildings/markets/empire/market/init.lua +share/widelands/tribes/buildings/markets/empire/market/menu.png +share/widelands/tribes/buildings/markets/empire/market/register.lua +share/widelands/tribes/buildings/markets/frisians/ +share/widelands/tribes/buildings/markets/frisians/market/ +share/widelands/tribes/buildings/markets/frisians/market/build_0.5.png +share/widelands/tribes/buildings/markets/frisians/market/build_0.5_pc.png +share/widelands/tribes/buildings/markets/frisians/market/build_1.png +share/widelands/tribes/buildings/markets/frisians/market/build_1_pc.png +share/widelands/tribes/buildings/markets/frisians/market/build_2.png +share/widelands/tribes/buildings/markets/frisians/market/build_2_pc.png +share/widelands/tribes/buildings/markets/frisians/market/build_4.png +share/widelands/tribes/buildings/markets/frisians/market/build_4_pc.png +share/widelands/tribes/buildings/markets/frisians/market/idle_0.5.png +share/widelands/tribes/buildings/markets/frisians/market/idle_0.5_pc.png +share/widelands/tribes/buildings/markets/frisians/market/idle_1.png +share/widelands/tribes/buildings/markets/frisians/market/idle_1_pc.png +share/widelands/tribes/buildings/markets/frisians/market/idle_2.png +share/widelands/tribes/buildings/markets/frisians/market/idle_2_pc.png +share/widelands/tribes/buildings/markets/frisians/market/idle_4.png +share/widelands/tribes/buildings/markets/frisians/market/idle_4_pc.png +share/widelands/tribes/buildings/markets/frisians/market/init.lua +share/widelands/tribes/buildings/markets/frisians/market/menu.png +share/widelands/tribes/buildings/markets/frisians/market/register.lua share/widelands/tribes/buildings/militarysites/ share/widelands/tribes/buildings/militarysites/amazons/ share/widelands/tribes/buildings/militarysites/amazons/fortification/ @@ -4412,6 +4539,14 @@ share/widelands/tribes/buildings/militar share/widelands/tribes/buildings/militarysites/empire/tower/register.lua share/widelands/tribes/buildings/militarysites/frisians/ share/widelands/tribes/buildings/militarysites/frisians/fortress/ +share/widelands/tribes/buildings/militarysites/frisians/fortress/build_0.5.png +share/widelands/tribes/buildings/militarysites/frisians/fortress/build_0.5_pc.png +share/widelands/tribes/buildings/militarysites/frisians/fortress/build_1.png +share/widelands/tribes/buildings/militarysites/frisians/fortress/build_1_pc.png +share/widelands/tribes/buildings/militarysites/frisians/fortress/build_2.png +share/widelands/tribes/buildings/militarysites/frisians/fortress/build_2_pc.png +share/widelands/tribes/buildings/militarysites/frisians/fortress/build_4.png +share/widelands/tribes/buildings/militarysites/frisians/fortress/build_4_pc.png share/widelands/tribes/buildings/militarysites/frisians/fortress/idle_0.5.png share/widelands/tribes/buildings/militarysites/frisians/fortress/idle_0.5_pc.png share/widelands/tribes/buildings/militarysites/frisians/fortress/idle_1.png @@ -4432,6 +4567,14 @@ share/widelands/tribes/buildings/militar share/widelands/tribes/buildings/militarysites/frisians/fortress/unoccupied_4.png share/widelands/tribes/buildings/militarysites/frisians/fortress/unoccupied_4_pc.png share/widelands/tribes/buildings/militarysites/frisians/outpost/ +share/widelands/tribes/buildings/militarysites/frisians/outpost/build_0.5.png +share/widelands/tribes/buildings/militarysites/frisians/outpost/build_0.5_pc.png +share/widelands/tribes/buildings/militarysites/frisians/outpost/build_1.png +share/widelands/tribes/buildings/militarysites/frisians/outpost/build_1_pc.png +share/widelands/tribes/buildings/militarysites/frisians/outpost/build_2.png +share/widelands/tribes/buildings/militarysites/frisians/outpost/build_2_pc.png +share/widelands/tribes/buildings/militarysites/frisians/outpost/build_4.png +share/widelands/tribes/buildings/militarysites/frisians/outpost/build_4_pc.png share/widelands/tribes/buildings/militarysites/frisians/outpost/idle_0.5.png share/widelands/tribes/buildings/militarysites/frisians/outpost/idle_0.5_pc.png share/widelands/tribes/buildings/militarysites/frisians/outpost/idle_1.png @@ -4452,6 +4595,14 @@ share/widelands/tribes/buildings/militar share/widelands/tribes/buildings/militarysites/frisians/outpost/unoccupied_4.png share/widelands/tribes/buildings/militarysites/frisians/outpost/unoccupied_4_pc.png share/widelands/tribes/buildings/militarysites/frisians/sentinel/ +share/widelands/tribes/buildings/militarysites/frisians/sentinel/build_0.5.png +share/widelands/tribes/buildings/militarysites/frisians/sentinel/build_0.5_pc.png +share/widelands/tribes/buildings/militarysites/frisians/sentinel/build_1.png +share/widelands/tribes/buildings/militarysites/frisians/sentinel/build_1_pc.png +share/widelands/tribes/buildings/militarysites/frisians/sentinel/build_2.png +share/widelands/tribes/buildings/militarysites/frisians/sentinel/build_2_pc.png +share/widelands/tribes/buildings/militarysites/frisians/sentinel/build_4.png +share/widelands/tribes/buildings/militarysites/frisians/sentinel/build_4_pc.png share/widelands/tribes/buildings/militarysites/frisians/sentinel/idle_0.5.png share/widelands/tribes/buildings/militarysites/frisians/sentinel/idle_0.5_pc.png share/widelands/tribes/buildings/militarysites/frisians/sentinel/idle_1.png @@ -4472,6 +4623,14 @@ share/widelands/tribes/buildings/militar share/widelands/tribes/buildings/militarysites/frisians/sentinel/unoccupied_4.png share/widelands/tribes/buildings/militarysites/frisians/sentinel/unoccupied_4_pc.png share/widelands/tribes/buildings/militarysites/frisians/tower/ +share/widelands/tribes/buildings/militarysites/frisians/tower/build_0.5.png +share/widelands/tribes/buildings/militarysites/frisians/tower/build_0.5_pc.png +share/widelands/tribes/buildings/militarysites/frisians/tower/build_1.png +share/widelands/tribes/buildings/militarysites/frisians/tower/build_1_pc.png +share/widelands/tribes/buildings/militarysites/frisians/tower/build_2.png +share/widelands/tribes/buildings/militarysites/frisians/tower/build_2_pc.png +share/widelands/tribes/buildings/militarysites/frisians/tower/build_4.png +share/widelands/tribes/buildings/militarysites/frisians/tower/build_4_pc.png share/widelands/tribes/buildings/militarysites/frisians/tower/idle_0.5.png share/widelands/tribes/buildings/militarysites/frisians/tower/idle_0.5_pc.png share/widelands/tribes/buildings/militarysites/frisians/tower/idle_1.png @@ -4492,6 +4651,14 @@ share/widelands/tribes/buildings/militar share/widelands/tribes/buildings/militarysites/frisians/tower/unoccupied_4.png share/widelands/tribes/buildings/militarysites/frisians/tower/unoccupied_4_pc.png share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/ +share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/build_0.5.png +share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/build_0.5_pc.png +share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/build_1.png +share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/build_1_pc.png +share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/build_2.png +share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/build_2_pc.png +share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/build_4.png +share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/build_4_pc.png share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/idle_0.5.png share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/idle_0.5_pc.png share/widelands/tribes/buildings/militarysites/frisians/wooden_tower/idle_1.png @@ -6549,6 +6716,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/empire/winery/register.lua share/widelands/tribes/buildings/productionsites/frisians/ share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/ +share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/aqua_farm/idle_1.png @@ -6681,6 +6856,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/barracks/working_4.png share/widelands/tribes/buildings/productionsites/frisians/barracks/working_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/ +share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/idle_1.png @@ -6701,6 +6884,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/unoccupied_4.png share/widelands/tribes/buildings/productionsites/frisians/beekeepers_house/unoccupied_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/berry_farm/ +share/widelands/tribes/buildings/productionsites/frisians/berry_farm/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/berry_farm/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/berry_farm/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/berry_farm/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/berry_farm/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/berry_farm/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/berry_farm/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/berry_farm/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/berry_farm/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/berry_farm/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/berry_farm/idle_1.png @@ -6805,6 +6996,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/brick_kiln/working_4.png share/widelands/tribes/buildings/productionsites/frisians/brick_kiln/working_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/ +share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/charcoal_burners_house/idle_1.png @@ -6853,6 +7052,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/charcoal_kiln/working_4.png share/widelands/tribes/buildings/productionsites/frisians/charcoal_kiln/working_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/clay_pit/ +share/widelands/tribes/buildings/productionsites/frisians/clay_pit/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/clay_pit/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/clay_pit/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/clay_pit/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/clay_pit/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/clay_pit/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/clay_pit/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/clay_pit/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/clay_pit/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/clay_pit/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/clay_pit/idle_1.png @@ -6881,6 +7088,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/clay_pit/working_4.png share/widelands/tribes/buildings/productionsites/frisians/clay_pit/working_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/coalmine/ +share/widelands/tribes/buildings/productionsites/frisians/coalmine/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/coalmine/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/coalmine/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/coalmine/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/coalmine/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/coalmine/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/coalmine/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/coalmine/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/coalmine/empty_0.5.png share/widelands/tribes/buildings/productionsites/frisians/coalmine/empty_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/coalmine/empty_1.png @@ -6953,6 +7168,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/coalmine_deep/working_4.png share/widelands/tribes/buildings/productionsites/frisians/coalmine_deep/working_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/collectors_house/ +share/widelands/tribes/buildings/productionsites/frisians/collectors_house/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/collectors_house/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/collectors_house/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/collectors_house/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/collectors_house/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/collectors_house/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/collectors_house/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/collectors_house/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/collectors_house/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/collectors_house/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/collectors_house/idle_1.png @@ -6973,6 +7196,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/collectors_house/unoccupied_4.png share/widelands/tribes/buildings/productionsites/frisians/collectors_house/unoccupied_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/dikers_house/ +share/widelands/tribes/buildings/productionsites/frisians/dikers_house/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/dikers_house/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/dikers_house/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/dikers_house/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/dikers_house/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/dikers_house/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/dikers_house/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/dikers_house/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/dikers_house/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/dikers_house/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/dikers_house/idle_1.png @@ -7077,6 +7308,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/ferry_yard/unoccupied_4.png share/widelands/tribes/buildings/productionsites/frisians/ferry_yard/unoccupied_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/fishers_house/ +share/widelands/tribes/buildings/productionsites/frisians/fishers_house/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/fishers_house/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/fishers_house/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/fishers_house/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/fishers_house/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/fishers_house/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/fishers_house/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/fishers_house/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/fishers_house/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/fishers_house/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/fishers_house/idle_1.png @@ -7097,6 +7336,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/fishers_house/unoccupied_4.png share/widelands/tribes/buildings/productionsites/frisians/fishers_house/unoccupied_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/foresters_house/ +share/widelands/tribes/buildings/productionsites/frisians/foresters_house/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/foresters_house/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/foresters_house/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/foresters_house/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/foresters_house/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/foresters_house/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/foresters_house/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/foresters_house/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/foresters_house/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/foresters_house/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/foresters_house/idle_1.png @@ -7153,6 +7400,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/furnace/working_iron_4.png share/widelands/tribes/buildings/productionsites/frisians/furnace/working_iron_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/goldmine/ +share/widelands/tribes/buildings/productionsites/frisians/goldmine/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/goldmine/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/goldmine/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/goldmine/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/goldmine/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/goldmine/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/goldmine/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/goldmine/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/goldmine/empty_0.5.png share/widelands/tribes/buildings/productionsites/frisians/goldmine/empty_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/goldmine/empty_1.png @@ -7253,6 +7508,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/honey_bread_bakery/working_4.png share/widelands/tribes/buildings/productionsites/frisians/honey_bread_bakery/working_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/hunters_house/ +share/widelands/tribes/buildings/productionsites/frisians/hunters_house/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/hunters_house/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/hunters_house/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/hunters_house/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/hunters_house/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/hunters_house/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/hunters_house/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/hunters_house/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/hunters_house/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/hunters_house/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/hunters_house/idle_1.png @@ -7273,6 +7536,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/hunters_house/unoccupied_4.png share/widelands/tribes/buildings/productionsites/frisians/hunters_house/unoccupied_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/ironmine/ +share/widelands/tribes/buildings/productionsites/frisians/ironmine/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/ironmine/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/ironmine/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/ironmine/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/ironmine/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/ironmine/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/ironmine/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/ironmine/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/ironmine/empty_0.5.png share/widelands/tribes/buildings/productionsites/frisians/ironmine/empty_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/ironmine/empty_1.png @@ -7373,6 +7644,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/mead_brewery/working_4.png share/widelands/tribes/buildings/productionsites/frisians/mead_brewery/working_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/quarry/ +share/widelands/tribes/buildings/productionsites/frisians/quarry/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/quarry/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/quarry/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/quarry/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/quarry/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/quarry/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/quarry/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/quarry/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/quarry/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/quarry/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/quarry/idle_1.png @@ -7429,6 +7708,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/recycling_center/working_metal_4.png share/widelands/tribes/buildings/productionsites/frisians/recycling_center/working_metal_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/reed_farm/ +share/widelands/tribes/buildings/productionsites/frisians/reed_farm/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/reed_farm/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/reed_farm/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/reed_farm/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/reed_farm/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/reed_farm/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/reed_farm/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/reed_farm/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/reed_farm/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/reed_farm/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/reed_farm/idle_1.png @@ -7449,6 +7736,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/reed_farm/unoccupied_4.png share/widelands/tribes/buildings/productionsites/frisians/reed_farm/unoccupied_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/ +share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/idle_1.png @@ -7477,6 +7772,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/working_4.png share/widelands/tribes/buildings/productionsites/frisians/reindeer_farm/working_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/rockmine/ +share/widelands/tribes/buildings/productionsites/frisians/rockmine/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/rockmine/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/rockmine/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/rockmine/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/rockmine/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/rockmine/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/rockmine/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/rockmine/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/rockmine/empty_0.5.png share/widelands/tribes/buildings/productionsites/frisians/rockmine/empty_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/rockmine/empty_1.png @@ -7549,6 +7852,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/rockmine_deep/working_4.png share/widelands/tribes/buildings/productionsites/frisians/rockmine_deep/working_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/scouts_house/ +share/widelands/tribes/buildings/productionsites/frisians/scouts_house/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/scouts_house/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/scouts_house/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/scouts_house/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/scouts_house/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/scouts_house/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/scouts_house/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/scouts_house/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/scouts_house/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/scouts_house/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/scouts_house/idle_1.png @@ -7749,6 +8060,14 @@ share/widelands/tribes/buildings/product share/widelands/tribes/buildings/productionsites/frisians/well/working_4.png share/widelands/tribes/buildings/productionsites/frisians/well/working_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/ +share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/build_0.5.png +share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/build_0.5_pc.png +share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/build_1.png +share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/build_1_pc.png +share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/build_2.png +share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/build_2_pc.png +share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/build_4.png +share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/build_4_pc.png share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/idle_0.5.png share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/idle_0.5_pc.png share/widelands/tribes/buildings/productionsites/frisians/woodcutters_house/idle_1.png @@ -7903,6 +8222,14 @@ share/widelands/tribes/buildings/trainin share/widelands/tribes/buildings/trainingsites/empire/trainingcamp/register.lua share/widelands/tribes/buildings/trainingsites/frisians/ share/widelands/tribes/buildings/trainingsites/frisians/training_arena/ +share/widelands/tribes/buildings/trainingsites/frisians/training_arena/build_0.5.png +share/widelands/tribes/buildings/trainingsites/frisians/training_arena/build_0.5_pc.png +share/widelands/tribes/buildings/trainingsites/frisians/training_arena/build_1.png +share/widelands/tribes/buildings/trainingsites/frisians/training_arena/build_1_pc.png +share/widelands/tribes/buildings/trainingsites/frisians/training_arena/build_2.png +share/widelands/tribes/buildings/trainingsites/frisians/training_arena/build_2_pc.png +share/widelands/tribes/buildings/trainingsites/frisians/training_arena/build_4.png +share/widelands/tribes/buildings/trainingsites/frisians/training_arena/build_4_pc.png share/widelands/tribes/buildings/trainingsites/frisians/training_arena/idle_0.5.png share/widelands/tribes/buildings/trainingsites/frisians/training_arena/idle_0.5_pc.png share/widelands/tribes/buildings/trainingsites/frisians/training_arena/idle_1.png @@ -7931,6 +8258,14 @@ share/widelands/tribes/buildings/trainin share/widelands/tribes/buildings/trainingsites/frisians/training_arena/working_4.png share/widelands/tribes/buildings/trainingsites/frisians/training_arena/working_4_pc.png share/widelands/tribes/buildings/trainingsites/frisians/training_camp/ +share/widelands/tribes/buildings/trainingsites/frisians/training_camp/build_0.5.png +share/widelands/tribes/buildings/trainingsites/frisians/training_camp/build_0.5_pc.png +share/widelands/tribes/buildings/trainingsites/frisians/training_camp/build_1.png +share/widelands/tribes/buildings/trainingsites/frisians/training_camp/build_1_pc.png +share/widelands/tribes/buildings/trainingsites/frisians/training_camp/build_2.png +share/widelands/tribes/buildings/trainingsites/frisians/training_camp/build_2_pc.png +share/widelands/tribes/buildings/trainingsites/frisians/training_camp/build_4.png +share/widelands/tribes/buildings/trainingsites/frisians/training_camp/build_4_pc.png share/widelands/tribes/buildings/trainingsites/frisians/training_camp/idle_0.5.png share/widelands/tribes/buildings/trainingsites/frisians/training_camp/idle_0.5_pc.png share/widelands/tribes/buildings/trainingsites/frisians/training_camp/idle_1.png @@ -23118,6 +23453,7 @@ share/widelands/world/pics/editor_terrai share/widelands/world/pics/editor_terrain_category_green.png share/widelands/world/pics/editor_terrain_category_wasteland.png share/widelands/world/pics/editor_terrain_category_winter.png +share/widelands/world/pics/one_world.png share/widelands/world/resources/ share/widelands/world/resources/coal/ share/widelands/world/resources/coal/init.lua