Index: head/games/wesnoth/Makefile =================================================================== --- head/games/wesnoth/Makefile (revision 496235) +++ head/games/wesnoth/Makefile (revision 496236) @@ -1,93 +1,92 @@ # $FreeBSD$ PORTNAME= wesnoth -PORTVERSION= 1.14.5 -PORTREVISION= 2 +PORTVERSION= 1.14.6 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ \ http://ports.toco-domains.de/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wen@FreeBSD.org COMMENT= Fantasy turn-based strategy game LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING 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 LDFLAGS+= -L${LOCALBASE}/lib -lboost_system PORTSCOUT= limitw:1,even USES= cmake compiler:c++11-lang cpe pkgconfig \ python:2.7,run readline:port shebangfix ssl tar:bzip2 USE_SDL= image2 mixer2 ttf2 USE_LDCONFIG= yes 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/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/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/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 CPE_VENDOR= ${PORTNAME} CPE_PRODUCT= battle_for_wesnoth CMAKE_ARGS= -DMANDIR="man" -DENABLE_STRICT_COMPILATION=off PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= CAMPAIGN DOCS FRIBIDI NLS \ NOTIFY SERVER TEST OPTIONS_DEFAULT= CAMPAIGN FRIBIDI NOTIFY SERVER OPTIONS_SUB= yes CAMPAIGN_DESC= Campaign server CAMPAIGN_CMAKE_ON=-DENABLE_CAMPAIGN_SERVER=on DOCS_CMAKE_OFF= -DDOCDIR=none FRIBIDI_DESC= Bidirectional support FRIBIDI_LIB_DEPENDS=libfribidi.so:converters/fribidi FRIBIDI_CMAKE_OFF=-DENABLE_FRIBIDI=off NLS_USES= gettext NLS_CMAKE_ON= -DLOCALEDIR=${PREFIX}/share/locale NLS_CMAKE_OFF= -DENABLE_NLS=off NOTIFY_DESC= Desktop notifications NOTIFY_LIB_DEPENDS=libdbus-1.so:devel/dbus NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off SERVER_DESC= Server SERVER_CMAKE_OFF=-DENABLE_SERVER=off TEST_CMAKE_ON= -DENABLE_TESTS=on post-install: ${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete .include Index: head/games/wesnoth/distinfo =================================================================== --- head/games/wesnoth/distinfo (revision 496235) +++ head/games/wesnoth/distinfo (revision 496236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537956839 -SHA256 (wesnoth-1.14.5.tar.bz2) = 05317594b1072b6cf9f955e3a7951a28096f8b1e3afed07825dd5a219c90f7cd -SIZE (wesnoth-1.14.5.tar.bz2) = 450766063 +TIMESTAMP = 1552030971 +SHA256 (wesnoth-1.14.6.tar.bz2) = 45d2a05320e145b0b1bc9d16d68391945a98375c910a0ea7720e613bf867832b +SIZE (wesnoth-1.14.6.tar.bz2) = 451793873 Index: head/games/wesnoth/files/patch-boost-1.69 =================================================================== --- head/games/wesnoth/files/patch-boost-1.69 (revision 496235) +++ head/games/wesnoth/files/patch-boost-1.69 (nonexistent) @@ -1,32 +0,0 @@ -https://github.com/wesnoth/wesnoth/issues/3646 - ---- src/units/frame.cpp.orig 2018-09-16 07:27:00 UTC -+++ src/units/frame.cpp -@@ -460,15 +460,15 @@ std::vector frame_parsed_parameters::debu - } - - if(!boost::indeterminate(auto_vflip_)) { -- v.emplace_back("auto_vflip=" + utils::bool_string(auto_vflip_)); -+ v.emplace_back("auto_vflip=" + utils::bool_string(bool{auto_vflip_})); - } - - if(!boost::indeterminate(auto_hflip_)) { -- v.emplace_back("auto_hflip=" + utils::bool_string(auto_hflip_)); -+ v.emplace_back("auto_hflip=" + utils::bool_string(bool{auto_hflip_})); - } - - if(!boost::indeterminate(primary_frame_)) { -- v.emplace_back("primary_frame=" + utils::bool_string(primary_frame_)); -+ v.emplace_back("primary_frame=" + utils::bool_string(bool{primary_frame_})); - } - - if(!drawing_layer_.get_original().empty()) { -@@ -772,7 +772,7 @@ const frame_parameters unit_frame::merge_parameters(in - } - - // Convert the tribool to bool -- const bool primary = result.primary_frame == true || boost::logic::indeterminate(result.primary_frame); -+ const bool primary{result.primary_frame == true || boost::logic::indeterminate(result.primary_frame)}; - - /** The engine provides a default image to use for the unit when none is available */ - result.image = current_val.image.is_void() || current_val.image.get_filename().empty() Property changes on: head/games/wesnoth/files/patch-boost-1.69 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/wesnoth/pkg-plist =================================================================== --- head/games/wesnoth/pkg-plist (revision 496235) +++ head/games/wesnoth/pkg-plist (revision 496236) @@ -1,1729 +1,1726 @@ %%CAMPAIGN%%bin/campaignd bin/wesnoth %%SERVER%%bin/wesnothd share/applications/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 %%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 %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/af/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/ang@latin/LC_MESSAGES/wesnoth.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-l.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-lib.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-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/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/ar/LC_MESSAGES/wesnoth.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-l.mo %%NLS%%share/locale/ast/LC_MESSAGES/wesnoth-lib.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-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/ast/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/bg/LC_MESSAGES/wesnoth.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-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-manpages.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-manual.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_ES@valencia/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/ca/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/cs/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/da/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/de/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/el/LC_MESSAGES/wesnoth.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-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-manpages.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-manual.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_GB/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/en@shaw/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/eo/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/es/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/et/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/eu/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/fi/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/fr/LC_MESSAGES/wesnoth.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-l.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-lib.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-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/fur_IT/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/ga/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/gd/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/gl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/he/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/hr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/hu/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/id/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/is/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/it/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/ja/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/ko/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/la/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/lt/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/lv/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/mk/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/mr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/nb_NO/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/nl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/pl/LC_MESSAGES/wesnoth.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-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-manpages.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-manual.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_BR/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/pt/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/racv/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/ro/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/ru/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/sk/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/sl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-editor.mo %%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-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-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@ijekavian/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-editor.mo %%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-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-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@ijekavianlatin/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/sr@latin/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/sv/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/tl/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/tr/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/uk/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-editor.mo %%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-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-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/vi/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-editor.mo %%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-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-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_CN/LC_MESSAGES/wesnoth.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-ai.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 %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-editor.mo %%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-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-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 %%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth.mo %%NLS%%%%SERVER%%man/cs/man6/wesnothd.6.gz %%NLS%%man/de/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/de/man6/wesnothd.6.gz %%NLS%%man/en_GB/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/en_GB/man6/wesnothd.6.gz -%%NLS%%man/es/man6/wesnoth.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%%man/fr/man6/wesnoth.6.gz -%%NLS%%man/gl/man6/wesnoth.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%%man/it/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/it/man6/wesnothd.6.gz -%%NLS%%man/ja/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/ja/man6/wesnothd.6.gz -%%NLS%%%%SERVER%%man/lt/man6/wesnothd.6.gz +%%NLS%%man/lt/man6/wesnoth.6.gz +%%NLS%%man/lt/man6/wesnothd.6.gz man/man6/wesnoth.6.gz %%SERVER%%man/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/pl/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/pt/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/pt_BR/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/ru/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/sk/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/sr/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/sr@ijekavian/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/sr@ijekavianlatin/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/sr@latin/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/uk/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/vi/man6/wesnothd.6.gz %%NLS%%man/zh_CN/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/zh_CN/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/zh_TW/man6/wesnothd.6.gz %%SERVER%%@unexec rmdir /var/run/wesnothd 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/run/wesnothd' to remove it." | fmt