diff options
author | Wen Heping <wen@FreeBSD.org> | 2022-02-21 02:26:22 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2022-02-21 02:26:22 +0000 |
commit | 1e8cdfe66eb5d25ea539bfa86209feff6df670af (patch) | |
tree | 19fa2c2c628578c44e904bb599f1923ca8fe4301 | |
parent | c1ad0656dd8c3b9c1aa5827550b512f2dc93f739 (diff) | |
download | ports-1e8cdfe66eb5d25ea539bfa86209feff6df670af.tar.gz ports-1e8cdfe66eb5d25ea539bfa86209feff6df670af.zip |
games/wesnoth: Update to 1.16.2
Update DEPENDS
Drop maintainership
-rw-r--r-- | games/wesnoth/Makefile | 26 | ||||
-rw-r--r-- | games/wesnoth/distinfo | 6 | ||||
-rw-r--r-- | games/wesnoth/files/patch-src_game__initialization_lobby__data.hpp | 10 | ||||
-rw-r--r-- | games/wesnoth/files/patch-src_replay.hpp | 10 | ||||
-rw-r--r-- | games/wesnoth/pkg-plist | 862 |
5 files changed, 326 insertions, 588 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 389e39a14a8f..1e33f30110a7 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,12 +1,12 @@ PORTNAME= wesnoth -PORTVERSION= 1.14.17 +PORTVERSION= 1.16.2 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ \ http://ports.toco-domains.de/ -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fantasy turn-based strategy game LICENSE= GPLv2 GPLv3 @@ -17,7 +17,9 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libvorbisfile.so:audio/libvorbis \ libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png \ - libfontconfig.so:x11-fonts/fontconfig + libfontconfig.so:x11-fonts/fontconfig \ + libicudata.so:devel/icu \ + libharfbuzz.so:print/harfbuzz LDFLAGS+= -L${LOCALBASE}/lib -lboost_system @@ -31,30 +33,30 @@ USE_GNOME= cairo pango USE_XORG= ice sm x11 xext SHEBANG_FILES= data/tools/about_cfg_to_wiki \ data/tools/addon_manager/html.py \ - data/tools/campaign2wiki.py \ data/tools/expand-terrain-macros.py \ data/tools/extractbindings data/tools/imgcheck \ + data/tools/GUI.pyw \ data/tools/hexometer.py \ - data/tools/journeylifter data/tools/rmtrans/rmtrans.py \ - data/tools/scoutDefault.py data/tools/terrain2wiki.py \ - data/tools/trackplacer data/tools/unit_tree/TeamColorizer \ + data/tools/steam-changelog \ + data/tools/trackviewer.pyw \ + data/tools/terrain2wiki.py \ + data/tools/tmx_trackplacer \ + data/tools/unit_tree/TeamColorizer \ data/tools/unit_tree/helpers.py \ data/tools/unit_tree/overview.py \ data/tools/unit_tree/update-wmlunits \ data/tools/wesnoth/campaignserver_client.py \ + data/tools/wesnoth/trackplacer3/datatypes.py \ + data/tools/wesnoth/version.py \ data/tools/wesnoth/wescamp.py data/tools/wesnoth/wmldata.py \ data/tools/wesnoth/wmlparser.py \ - data/tools/wesnoth/wmlparser2.py \ data/tools/wesnoth/wmlparser3.py \ data/tools/wesnoth_addon_manager data/tools/wmlflip \ data/tools/wmlindent data/tools/wmllint \ - data/tools/steam-changelog \ data/tools/wmllint-1.4 \ data/tools/wmlunits \ data/tools/wmlscope \ - data/tools/wmlvalidator \ - data/tools/wmlxgettext \ - data/tools/GUI.pyw + data/tools/wmlxgettext CPE_VENDOR= ${PORTNAME} CPE_PRODUCT= battle_for_wesnoth diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo index 097c53452765..8be494f9ffac 100644 --- a/games/wesnoth/distinfo +++ b/games/wesnoth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632187449 -SHA256 (wesnoth-1.14.17.tar.bz2) = 3646cba604e09c12d6900a733bcb78cbf05f2f75f05346630d6529c220f584e1 -SIZE (wesnoth-1.14.17.tar.bz2) = 462461190 +TIMESTAMP = 1645400794 +SHA256 (wesnoth-1.16.2.tar.bz2) = 729fd0903a28af502240d08c0a27b9ff50e534677644b639d8fd33823a7a9799 +SIZE (wesnoth-1.16.2.tar.bz2) = 474763733 diff --git a/games/wesnoth/files/patch-src_game__initialization_lobby__data.hpp b/games/wesnoth/files/patch-src_game__initialization_lobby__data.hpp deleted file mode 100644 index 1160baf27ae2..000000000000 --- a/games/wesnoth/files/patch-src_game__initialization_lobby__data.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/game_initialization/lobby_data.hpp.orig 2018-06-13 12:34:17 UTC -+++ src/game_initialization/lobby_data.hpp -@@ -14,6 +14,7 @@ - - #pragma once - -+#include <time.h> - #include <set> - #include <deque> - #include <functional> diff --git a/games/wesnoth/files/patch-src_replay.hpp b/games/wesnoth/files/patch-src_replay.hpp deleted file mode 100644 index a929f6ad6450..000000000000 --- a/games/wesnoth/files/patch-src_replay.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/replay.hpp.orig 2018-06-13 12:34:27 UTC -+++ src/replay.hpp -@@ -21,6 +21,7 @@ - - #include "map/location.hpp" - -+#include <time.h> - #include <deque> - #include <iterator> - #include <map> diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist index 02deab94deb3..572c83f1f0ce 100644 --- a/games/wesnoth/pkg-plist +++ b/games/wesnoth/pkg-plist @@ -2,39 +2,28 @@ bin/wesnoth man/man6/wesnoth.6.gz %%SERVER%%bin/wesnothd %%SERVER%%man/man6/wesnothd.6.gz -share/applications/wesnoth.desktop +share/applications/org.wesnoth.Wesnoth.desktop share/icons/hicolor/128x128/apps/wesnoth-icon.png share/icons/hicolor/16x16/apps/wesnoth-icon.png share/icons/hicolor/256x256/apps/wesnoth-icon.png share/icons/hicolor/32x32/apps/wesnoth-icon.png share/icons/hicolor/512x512/apps/wesnoth-icon.png share/icons/hicolor/64x64/apps/wesnoth-icon.png +share/icons/HighContrast/scalable/apps/wesnoth-icon.svg %%CAMPAIGN%%bin/campaignd %%NLS%%%%SERVER%%man/ca/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/cs/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/de/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/en_GB/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/es/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/et/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/fi/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/fr/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/gl/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/hu/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/id/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/it/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/ja/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/pl/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/pt_BR/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/pt/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/ru/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/sk/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/sr@ijekavianlatin/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/sr@ijekavian/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/sr@latin/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/sr/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/tr/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/uk/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/vi/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/zh_CN/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/zh_TW/man6/wesnothd.6.gz %%NLS%%man/ca/man6/wesnoth.6.gz @@ -46,15 +35,12 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%man/hu/man6/wesnoth.6.gz %%NLS%%man/it/man6/wesnoth.6.gz %%NLS%%man/ja/man6/wesnoth.6.gz -%%NLS%%man/lt/man6/wesnoth.6.gz %%NLS%%man/pt_BR/man6/wesnoth.6.gz %%NLS%%man/ru/man6/wesnoth.6.gz %%NLS%%man/tr/man6/wesnoth.6.gz %%NLS%%man/zh_CN/man6/wesnoth.6.gz %%NLS%%man/zh_TW/man6/wesnoth.6.gz -%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-dw.mo @@ -62,57 +48,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/af/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-ai.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-aoi.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-did.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-dm.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-dw.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-editor.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-ei.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-help.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-lib.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-l.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-multiplayer.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-nr.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-sof.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-sota.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-sotbe.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-test.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-thot.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-trow.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-tsg.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-tutorial.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-units.mo -%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/af/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-dw.mo @@ -120,28 +73,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-dw.mo @@ -149,57 +98,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-ai.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-aoi.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-did.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-dm.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-dw.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-editor.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-ei.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-help.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-lib.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-l.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-multiplayer.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-nr.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-sof.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-sota.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-sotbe.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-test.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-thot.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-trow.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-tsg.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-tutorial.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-units.mo -%%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-dw.mo @@ -207,57 +123,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-ai.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-aoi.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-did.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-dm.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-dw.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-editor.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-ei.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-help.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-lib.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-l.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-multiplayer.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-nr.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sof.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sota.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sotbe.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-test.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-thot.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-trow.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tsg.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tutorial.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-units.mo -%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-dw.mo @@ -265,28 +148,49 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-anl.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-did.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-dm.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-dw.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-editor.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-ei.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-help.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-httt.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-lib.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-multiplayer.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-nr.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sof.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sota.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sotbe.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tb.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-thot.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-trow.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tsg.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tutorial.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-units.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-utbs.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-dw.mo @@ -294,28 +198,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-dw.mo @@ -323,28 +223,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/da/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/da/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-dw.mo @@ -352,28 +248,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/de/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/de/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-dw.mo @@ -381,57 +273,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/el/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-ai.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-aoi.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-did.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-dm.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-dw.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-editor.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-ei.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-help.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-lib.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-l.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-multiplayer.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-nr.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sof.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sota.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sotbe.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-test.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-thot.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-trow.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tsg.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tutorial.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-units.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/el/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-dw.mo @@ -439,28 +298,49 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-anl.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-did.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-dm.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-dw.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-editor.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-ei.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-help.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-httt.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-lib.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-multiplayer.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-nr.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sof.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sota.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sotbe.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tb.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-thot.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-trow.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tsg.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tutorial.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-units.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-utbs.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-dw.mo @@ -468,28 +348,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-dw.mo @@ -497,28 +373,49 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/es/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/es/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-anl.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-did.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-dm.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-dw.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-editor.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-ei.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-help.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-httt.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-lib.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-multiplayer.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-nr.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-sof.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-sota.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-sotbe.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-tb.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-thot.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-trow.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-tsg.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-tutorial.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-units.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-utbs.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/es_419/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-dw.mo @@ -526,28 +423,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/et/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/et/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-dw.mo @@ -555,28 +448,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-dw.mo @@ -584,28 +473,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-dw.mo @@ -613,57 +498,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-ai.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-aoi.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-did.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-dm.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-dw.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-editor.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-ei.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-help.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-lib.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-l.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-multiplayer.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-nr.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-sof.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-sota.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-sotbe.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-test.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-thot.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-trow.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-tsg.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-tutorial.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-units.mo -%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-dw.mo @@ -671,28 +523,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-dw.mo @@ -700,28 +548,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-dw.mo @@ -729,28 +573,49 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-anl.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-did.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-dm.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-dw.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-editor.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-ei.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-help.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-httt.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-lib.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-multiplayer.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-nr.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-sof.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-sota.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-sotbe.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-tb.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-thot.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-trow.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-tsg.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-tutorial.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-units.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-utbs.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/grc/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-dw.mo @@ -758,28 +623,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/he/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/he/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-dw.mo @@ -787,28 +648,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-dw.mo @@ -816,28 +673,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-dw.mo @@ -845,28 +698,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/id/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/id/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-dw.mo @@ -874,28 +723,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/is/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/is/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-dw.mo @@ -903,28 +748,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/it/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/it/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-dw.mo @@ -932,28 +773,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-dw.mo @@ -961,28 +798,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-dw.mo @@ -990,28 +823,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/la/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/la/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-dw.mo @@ -1019,28 +848,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-dw.mo @@ -1048,28 +873,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-dw.mo @@ -1077,28 +898,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-dw.mo @@ -1106,28 +923,49 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-anl.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-did.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-dm.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-dw.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-editor.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-ei.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-help.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-httt.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-lib.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-multiplayer.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-nr.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-sof.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-sota.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-sotbe.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-tb.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-thot.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-trow.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-tsg.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-tutorial.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-units.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-utbs.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/my/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-dw.mo @@ -1135,28 +973,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-dw.mo @@ -1164,28 +998,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-dw.mo @@ -1193,57 +1023,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-ai.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-aoi.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-did.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-dm.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-dw.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-editor.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-ei.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-help.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-lib.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-l.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-multiplayer.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-nr.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sof.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sota.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sotbe.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-test.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-thot.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-trow.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tsg.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tutorial.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-units.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-dw.mo @@ -1251,28 +1048,49 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-anl.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-did.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-dm.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-dw.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-editor.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-ei.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-help.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-httt.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-lib.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-multiplayer.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-nr.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sof.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sota.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sotbe.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tb.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-thot.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-trow.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tsg.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tutorial.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-units.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-utbs.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-dw.mo @@ -1280,28 +1098,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-dw.mo @@ -1309,28 +1123,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-dw.mo @@ -1338,28 +1148,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-dw.mo @@ -1367,28 +1173,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-dw.mo @@ -1396,28 +1198,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-dw.mo @@ -1425,28 +1223,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-dw.mo @@ -1454,28 +1248,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-dw.mo @@ -1483,28 +1273,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-dw.mo @@ -1512,28 +1298,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-dw.mo @@ -1541,28 +1323,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-dw.mo @@ -1570,28 +1348,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-dw.mo @@ -1599,28 +1373,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-dw.mo @@ -1628,28 +1398,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-dw.mo @@ -1657,28 +1423,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-dw.mo @@ -1686,28 +1448,24 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-utbs.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-ai.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-anl.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-did.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-dm.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-dw.mo @@ -1715,23 +1473,21 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-ei.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-help.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-httt.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-l.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-low.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-manpages.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-manual.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-sof.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-sota.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-sotbe.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-tb.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-test.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-thot.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-trow.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-tsg.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-tutorial.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-utbs.mo -%%SERVER%%@dir /var/run/wesnothd +%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-wc.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth.mo +@dir /var/run/wesnothd |