[Midnightbsd-cvs] mports [19058] trunk/games/wesnoth: wesnoth 1.13.0
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 16 17:31:13 EDT 2015
Revision: 19058
http://svnweb.midnightbsd.org/mports/?rev=19058
Author: laffer1
Date: 2015-05-16 17:31:12 -0400 (Sat, 16 May 2015)
Log Message:
-----------
wesnoth 1.13.0
Modified Paths:
--------------
trunk/games/wesnoth/Makefile
trunk/games/wesnoth/distinfo
trunk/games/wesnoth/pkg-plist
Removed Paths:
-------------
trunk/games/wesnoth/files/
Modified: trunk/games/wesnoth/Makefile
===================================================================
--- trunk/games/wesnoth/Makefile 2015-05-16 20:37:04 UTC (rev 19057)
+++ trunk/games/wesnoth/Makefile 2015-05-16 21:31:12 UTC (rev 19058)
@@ -1,192 +1,80 @@
# $MidnightBSD$
PORTNAME= wesnoth
-PORTVERSION= 1.8.6
-PORTREVISION= 1
+PORTVERSION= 1.13.0
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \
- http://files.wesnoth.org/
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
+ http://files.wesnoth.org/ \
+ http://ports.toco-domains.de/
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A fantasy turn-based strategy game
-LICENSE= gpl3
+COMMENT= Fantasy turn-based strategy game
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-python-libs \
- freetype:${PORTSDIR}/print/freetype2
+LICENSE= gpl2 gpl3
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \
+ libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libpng.so:${PORTSDIR}/graphics/png \
+ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+
USE_SDL= image mixer net ttf
USE_GNOME= pango
-USE_GMAKE= yes
-MAKE_JOBS_SAFE= yes
-USE_BZIP2= yes
-USE_LUA= 5.1
-USE_AUTOTOOLS= aclocal autoheader automake autoconf
-ACLOCAL_ARGS= -Im4
-AUTOMAKE_ARGS= --add-missing --copy
-CONFIGURE_ENV= PKG_CONFIG="${PKG_CONFIG}"
-CONFIGURE_ARGS= --localstatedir=/var \
- --with-boost=${LOCALBASE} \
- --with-icondir=${PREFIX}/share/pixmaps \
- --with-libiconv-prefix=${LOCALBASE} \
- --with-libintl-prefix=${LOCALBASE} \
- --with-localedir=${PREFIX}/share/locale
-PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config
+USES= compiler:features cmake cpe pkgconfig tar:bzip2
+CPE_VENDOR= ${PORTNAME}
+CPE_PRODUCT= battle_for_wesnoth
+CMAKE_ARGS= -DMANDIR="man" -DENABLE_STRICT_COMPILATION=off
-MANLANG= "" cs de en_GB es et fi fr gl hu id it ja lt pl pt_BR sk \
- sr sr at ijekavian sr at ijekavianlatin sr at latin tr zh_CN zh_TW
-
-MAN6= wesnoth.6
-
PORTDOCS= *
PORTDATA= *
-OPTIONS= BWMON "Enable bandwidth monitoring for server" Off \
- CAMPAIGN "Enable campaign server" On \
- EDITOR "Enable map editor" On \
- FRIBIDI "Enable bidirectional support" On \
- LOWMEM "Reduce memory usage (disables animations)" Off \
- NOTIFY "Enable desktop notifications" On \
- POOLALLOC "Use wesnoth own memory allocator" Off \
- PYTHON "Enable python developer tools" On \
- RAWSOCKETS "Use raw receiving sockets in multiplayer" Off \
- SERVER "Enable server" On \
- TESTS "Enable unit tests" Off \
- TINYGUI "Enable tiny gui (down to 320x200)" Off \
- TOOLS "Enable extra tools for artists and translators" On
+OPTIONS_DEFINE= ANA CAMPAIGN DOCS FRIBIDI LOWMEM NLS \
+ NOTIFY OPENMP RAWSOCKETS SERVER TEST TOOLS
+OPTIONS_DEFAULT= CAMPAIGN FRIBIDI NOTIFY SERVER TOOLS
+OPTIONS_SUB= yes
+ANA_DESC= Asynchronous Network API (WIP)
+ANA_CMAKE_ON= -DUSE_ANA_NETWORK=on
+CAMPAIGN_DESC= Campaign server
+CAMPAIGN_CMAKE_ON=-DENABLE_CAMPAIGN_SERVER=on
+FRIBIDI_DESC= Bidirectional support
+FRIBIDI_LIB_DEPENDS=libfribidi.so:${PORTSDIR}/converters/fribidi
+FRIBIDI_CMAKE_OFF=-DENABLE_FRIBIDI=off
+LOWMEM_DESC= Reduce memory usage (disables animations)
+LOWMEM_CMAKE_ON=-DENABLE_LOW_MEM=on
+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:${PORTSDIR}/devel/dbus
+NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off
+OPENMP_DESC= OpenMP support
+OPENMP_USES= compiler:openmp
+OPENMP_CMAKE_ON=-DENABLE_OMP=on
+RAWSOCKETS_DESC= Use raw receiving sockets in multiplayer
+RAWSOCKETS_CFLAGS=-DNETWORK_USE_RAW_SOCKETS
+SERVER_DESC= Server
+SERVER_CMAKE_OFF=-DENABLE_SERVER=off
+TEST_CMAKE_ON= -DENABLE_TESTS=on
+TOOLS_DESC= Extra tools for artists and translators
+TOOLS_CMAKE_ON= -DENABLE_TOOLS=on
+
.include <bsd.port.pre.mk>
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+= --enable-debug
+.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
+USE_GCC= yes
.endif
-.if defined(WITH_PROFILE)
-CONFIGURE_ARGS+= --enable-profile
+.if ${PORT_OPTIONS:MOPENMP}
+BROKEN= compilation fails with OpenMP
.endif
-# XXX: breaks compilation because of -Werror
-.if !defined(WITH_STRICT)
-CONFIGURE_ARGS+= --disable-strict-compilation
+.if ${PORT_OPTIONS:MTEST}
+BROKEN= compilations fails with enabled TEST option
.endif
-.if defined(WITHOUT_BWMON)
-CONFIGURE_ARGS+= --disable-bandwidth-monitor
-.else
-CONFIGURE_ARGS+= --enable-bandwidth-monitor
-.endif
+post-install:
+ ${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete
-.if defined(WITHOUT_CAMPAIGN)
-CONFIGURE_ARGS+= --disable-campaign-server
-PLIST_SUB+= CAMPAIGN="@comment "
-.else
-CONFIGURE_ARGS+= --enable-campaign-server
-PLIST_SUB+= CAMPAIGN=""
-.endif
-
-.if defined(WITHOUT_EDITOR)
-CONFIGURE_ARGS+= --disable-editor
-PLIST_SUB+= EDITOR="@comment "
-.else
-CONFIGURE_ARGS+= --enable-editor
-PLIST_SUB+= EDITOR=""
-.endif
-
-.if defined(WITHOUT_FRIBIDI)
-CONFIGURE_ARGS+= --without-fribidi
-.else
-CONFIGURE_ARGS+= --with-fribidi
-LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi
-.endif
-
-.if defined(WITHOUT_LOWMEM)
-CONFIGURE_ARGS+= --disable-lowmem
-.else
-CONFIGURE_ARGS+= --enable-lowmem
-.endif
-
-.if defined(WITHOUT_NOTIFY)
-CONFIGURE_ARGS+= --disable-notifications
-.else
-CONFIGURE_ARGS+= --enable-notifications --enable-dbus
-LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus
-.endif
-
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
-USE_GETTEXT= yes
-CONFIGURE_ARGS+= --enable-nls
-PLIST_SUB+= NLS=""
-.endif
-
-.if defined(WITHOUT_POOLALLOC)
-CONFIGURE_ARGS+= --disable-pool-alloc
-.else
-CONFIGURE_ARGS+= --enable-pool-alloc
-.endif
-
-.if defined(WITHOUT_PYTHON)
-CONFIGURE_ARGS+= --disable-python-install
-PLIST_SUB+= PYTHON="@comment "
-.else
-USE_PYTHON= yes
-CONFIGURE_ENV+= PYTHON_PREFIX=${PREFIX} \
- PYTHON_VERSION=${PYTHON_VERSION:S/python//}
-CONFIGURE_ARGS+= --enable-python-install
-PLIST_SUB+= PYTHON=""
-EXTENSIONS+= python
-.endif
-
-.if defined(WITHOUT_RAWSOCKETS)
-CONFIGURE_ARGS+= --disable-raw-sockets
-.else
-CONFIGURE_ARGS+= --enable-raw-sockets
-.endif
-
-.if defined(WITHOUT_SERVER)
-CONFIGURE_ARGS+= --disable-server
-PLIST_SUB+= SERVER="@comment "
-.else
-CONFIGURE_ARGS+= --enable-server
-MAN6+= wesnothd.6
-PLIST_SUB+= SERVER=""
-.endif
-
-.if defined(WITHOUT_TESTS)
-CONFIGURE_ARGS+= --disable-tests
-PLIST_SUB+= TESTS="@comment "
-.else
-CONFIGURE_ARGS+= --enable-tests
-PLIST_SUB+= TESTS=""
-.endif
-
-.if defined(WITHOUT_TINYGUI)
-CONFIGURE_ARGS+= --disable-tinygui
-.else
-BUILD_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
-CONFIGURE_ARGS+= --enable-tinygui
-.endif
-
-.if defined(WITHOUT_TOOLS)
-CONFIGURE_ARGS+= --disable-tools
-PLIST_SUB+= TOOLS="@comment "
-.else
-CONFIGURE_ARGS+= --enable-tools
-PLIST_SUB+= TOOLS=""
-.endif
-
-.if defined(NOPORTDOCS)
-CONFIGURE_ARGS+= --without-docs
-.endif
-
-.if defined(NOPORTDATA)
-IGNORE= game data is required, undefine NOPORTDATA
-.endif
-
-post-patch: .SILENT
- ${REINPLACE_CMD} -e 's|png_voidp_NULL|NULL|g' \
- -e 's|png_error_ptr_NULL|NULL|g' \
- ${WRKSRC}/src/tools/exploder_utils.cpp
-
.include <bsd.port.post.mk>
Modified: trunk/games/wesnoth/distinfo
===================================================================
--- trunk/games/wesnoth/distinfo 2015-05-16 20:37:04 UTC (rev 19057)
+++ trunk/games/wesnoth/distinfo 2015-05-16 21:31:12 UTC (rev 19058)
@@ -1,3 +1,2 @@
-SHA256 (wesnoth-1.8.6.tar.bz2) = 4fe603fa984ac76a384dc94ba28bd99fe2d1adf02ddf1706f2fa1b82b40f8081
-RMD160 (wesnoth-1.8.6.tar.bz2) = 2190efe45d554df59052db1a58fcc3bdf766c47e
-SIZE (wesnoth-1.8.6.tar.bz2) = 302226547
+SHA256 (wesnoth-1.13.0.tar.bz2) = 68fc1f3e147c73b9eb3622a157e272d3f5f286acb3c5043dc1bfa7f7fb8cb912
+SIZE (wesnoth-1.13.0.tar.bz2) = 394272774
Modified: trunk/games/wesnoth/pkg-plist
===================================================================
--- trunk/games/wesnoth/pkg-plist 2015-05-16 20:37:04 UTC (rev 19057)
+++ trunk/games/wesnoth/pkg-plist 2015-05-16 21:31:12 UTC (rev 19058)
@@ -1,49 +1,37 @@
+bin/wesnoth
+%%ANA%%include/ana/ana.hpp
+%%ANA%%include/ana/binary_streams.hpp
+%%ANA%%include/ana/buffers.hpp
+%%ANA%%include/ana/common.hpp
+%%ANA%%include/ana/predicates.hpp
+%%ANA%%include/ana/timers.hpp
+%%ANA%%lib/libana-static.a
+%%ANA%%lib/libana.so
%%CAMPAIGN%%bin/campaignd
%%TOOLS%%bin/cutter
%%TOOLS%%bin/exploder
-bin/wesnoth
-%%TOOLS%%bin/wesnoth_addon_manager
-%%TESTS%%bin/wesnoth_test
+%%TOOLS%%bin/schema_generator
+%%TOOLS%%bin/schema_validator
+%%TOOLS%%bin/wesmage
+%%TEST%%bin/wesnoth_test
%%SERVER%%bin/wesnothd
-%%TOOLS%%bin/wmlindent
-%%TOOLS%%bin/wmllint
-%%TOOLS%%bin/wmlscope
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/__init__.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/__init__.pyc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/__init__.pyo
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/campaignserver_client.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/campaignserver_client.pyc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/campaignserver_client.pyo
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/libsvn.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/libsvn.pyc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/libsvn.pyo
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wescamp.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wescamp.pyc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wescamp.pyo
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmldata.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmldata.pyc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmldata.pyo
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmliterator.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmliterator.pyc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmliterator.pyo
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmlparser.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmlparser.pyc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmlparser.pyo
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmltools.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmltools.pyc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmltools.pyo
share/applications/wesnoth.desktop
-%%EDITOR%%share/applications/wesnoth_editor.desktop
+share/applications/wesnoth_editor.desktop
+%%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
@@ -57,16 +45,77 @@
%%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/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-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/ang at latin/LC_MESSAGES/wesnoth-ai.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-dm.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-dw.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-help.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-manpages.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-manual.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/ang at latin/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/ang at latin/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
@@ -80,16 +129,21 @@
%%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/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
@@ -103,16 +157,21 @@
%%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/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
@@ -126,16 +185,21 @@
%%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/ca_ES at valencia/LC_MESSAGES/wesnoth-ai.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-anl.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-aoi.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-did.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-dm.mo
+%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-dw.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-editor.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-help.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-httt.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-l.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-lib.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-manpages.mo
+%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-manual.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-multiplayer.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-nr.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-sof.mo
@@ -149,16 +213,21 @@
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-units.mo
%%NLS%%share/locale/ca_ES at valencia/LC_MESSAGES/wesnoth-utbs.mo
%%NLS%%share/locale/ca_ES at valencia/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
@@ -172,16 +241,21 @@
%%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
@@ -195,16 +269,21 @@
%%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
@@ -218,16 +297,21 @@
%%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
@@ -241,16 +325,21 @@
%%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 at shaw/LC_MESSAGES/wesnoth-ai.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-anl.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-aoi.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-did.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-dm.mo
+%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-dw.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-editor.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-help.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-httt.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-l.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-lib.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-manpages.mo
+%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-manual.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-multiplayer.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-nr.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-sof.mo
@@ -264,16 +353,21 @@
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-units.mo
%%NLS%%share/locale/en at shaw/LC_MESSAGES/wesnoth-utbs.mo
%%NLS%%share/locale/en at shaw/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
@@ -287,16 +381,21 @@
%%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/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
@@ -310,16 +409,21 @@
%%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
@@ -333,16 +437,21 @@
%%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
@@ -356,16 +465,21 @@
%%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
@@ -379,16 +493,21 @@
%%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
@@ -402,16 +521,21 @@
%%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
@@ -425,16 +549,21 @@
%%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
@@ -448,16 +577,77 @@
%%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-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-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
@@ -471,16 +661,21 @@
%%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
@@ -494,16 +689,21 @@
%%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
@@ -517,16 +717,21 @@
%%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
@@ -540,16 +745,21 @@
%%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
@@ -563,16 +773,21 @@
%%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
@@ -586,16 +801,21 @@
%%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
@@ -609,16 +829,21 @@
%%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
@@ -632,16 +857,21 @@
%%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
@@ -655,16 +885,21 @@
%%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
@@ -678,16 +913,21 @@
%%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
@@ -701,16 +941,21 @@
%%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
@@ -724,16 +969,21 @@
%%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
@@ -747,16 +997,21 @@
%%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
@@ -770,16 +1025,21 @@
%%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
@@ -793,16 +1053,21 @@
%%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
@@ -816,16 +1081,21 @@
%%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
@@ -839,16 +1109,21 @@
%%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/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
@@ -862,16 +1137,21 @@
%%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/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
@@ -885,16 +1165,21 @@
%%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/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
@@ -908,16 +1193,21 @@
%%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
@@ -931,16 +1221,21 @@
%%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
@@ -954,16 +1249,21 @@
%%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
@@ -977,16 +1277,21 @@
%%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
@@ -1000,16 +1305,21 @@
%%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/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
@@ -1023,16 +1333,21 @@
%%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/sr at ijekavian/LC_MESSAGES/wesnoth-ai.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-anl.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-aoi.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-did.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-dm.mo
+%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-dw.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-editor.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-help.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-httt.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-l.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-lib.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-manpages.mo
+%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-manual.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-multiplayer.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-nr.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-sof.mo
@@ -1046,16 +1361,21 @@
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-units.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth-utbs.mo
%%NLS%%share/locale/sr at ijekavian/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-ai.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-anl.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-aoi.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-did.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-dm.mo
+%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-dw.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-editor.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-help.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-httt.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-l.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-lib.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-manpages.mo
+%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-manual.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-multiplayer.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-nr.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-sof.mo
@@ -1069,16 +1389,21 @@
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-units.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth-utbs.mo
%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-ai.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-anl.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-aoi.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-did.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-dm.mo
+%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-dw.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-editor.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-help.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-httt.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-l.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-lib.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-manpages.mo
+%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-manual.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-multiplayer.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-nr.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-sof.mo
@@ -1092,16 +1417,21 @@
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-units.mo
%%NLS%%share/locale/sr at latin/LC_MESSAGES/wesnoth-utbs.mo
%%NLS%%share/locale/sr at latin/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
@@ -1115,16 +1445,21 @@
%%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
@@ -1138,16 +1473,21 @@
%%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
@@ -1161,16 +1501,49 @@
%%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-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
@@ -1184,16 +1557,21 @@
%%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
@@ -1207,16 +1585,21 @@
%%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
@@ -1231,133 +1614,56 @@
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-utbs.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth.mo
share/pixmaps/wesnoth-icon.png
-%%EDITOR%%share/pixmaps/wesnoth_editor-icon.png
-%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/wesnoth
- at dirrmtry man/af/man6
- at dirrmtry man/af
- at dirrmtry man/ar/man6
- at dirrmtry man/ar
- at dirrmtry man/bg/man6
- at dirrmtry man/bg
- at dirrmtry man/ca/man6
- at dirrmtry man/ca
- at dirrmtry man/ca_ES at valencia/man6
- at dirrmtry man/ca_ES at valencia
- at dirrmtry man/cs/man6
- at dirrmtry man/cs
- at dirrmtry man/da/man6
- at dirrmtry man/da
- at dirrmtry man/de/man6
- at dirrmtry man/de
- at dirrmtry man/el/man6
- at dirrmtry man/el
- at dirrmtry man/en at shaw/man6
- at dirrmtry man/en at shaw
- at dirrmtry man/en_GB/man6
- at dirrmtry man/en_GB
- at dirrmtry man/eo/man6
- at dirrmtry man/eo
- at dirrmtry man/es/man6
- at dirrmtry man/es
- at dirrmtry man/et/man6
- at dirrmtry man/et
- at dirrmtry man/eu/man6
- at dirrmtry man/eu
- at dirrmtry man/fi/man6
- at dirrmtry man/fi
- at dirrmtry man/fr/man6
- at dirrmtry man/fr
- at dirrmtry man/fur_IT/man6
- at dirrmtry man/fur_IT
- at dirrmtry man/gl/man6
- at dirrmtry man/gl
- at dirrmtry man/he/man6
- at dirrmtry man/he
- at dirrmtry man/hr/man6
- at dirrmtry man/hr
- at dirrmtry man/hu/man6
- at dirrmtry man/hu
- at dirrmtry man/id/man6
- at dirrmtry man/id
- at dirrmtry man/is/man6
- at dirrmtry man/is
- at dirrmtry man/it/man6
- at dirrmtry man/it
- at dirrmtry man/ko/man6
- at dirrmtry man/ko
- at dirrmtry man/la/man6
- at dirrmtry man/la
- at dirrmtry man/lt/man6
- at dirrmtry man/lt
- at dirrmtry man/lv/man6
- at dirrmtry man/lv
- at dirrmtry man/mk/man6
- at dirrmtry man/mk
- at dirrmtry man/mr/man6
- at dirrmtry man/mr
- at dirrmtry man/nb_NO/man6
- at dirrmtry man/nb_NO
- at dirrmtry man/nl/man6
- at dirrmtry man/nl
- at dirrmtry man/pl/man6
- at dirrmtry man/pl
- at dirrmtry man/pt/man6
- at dirrmtry man/pt
- at dirrmtry man/pt_BR/man6
- at dirrmtry man/pt_BR
- at dirrmtry man/racv/man6
- at dirrmtry man/racv
- at dirrmtry man/ro/man6
- at dirrmtry man/ro
- at dirrmtry man/ru/man6
- at dirrmtry man/ru
- at dirrmtry man/sk/man6
- at dirrmtry man/sk
- at dirrmtry man/sl/man6
- at dirrmtry man/sl
- at dirrmtry man/sr/man6
- at dirrmtry man/sr
- at dirrmtry man/sr at ijekavian/man6
- at dirrmtry man/sr at ijekavian
- at dirrmtry man/sr at ijekavianlatin/man6
- at dirrmtry man/sr at ijekavianlatin
- at dirrmtry man/sr at latin/man6
- at dirrmtry man/sr at latin
- at dirrmtry man/sv/man6
- at dirrmtry man/sv
- at dirrmtry man/tl/man6
- at dirrmtry man/tl
- at dirrmtry man/tr/man6
- at dirrmtry man/tr
- at dirrmtry man/vi/man6
- at dirrmtry man/vi
- at dirrmtry man/zh_CN/man6
- at dirrmtry man/zh_CN
- at dirrmtry man/zh_TW/man6
- at dirrmtry man/zh_TW
- at dirrmtry share/applications
-%%NLS%%@dirrmtry share/locale/ca_ES at valencia/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ca_ES at valencia
-%%NLS%%@dirrmtry share/locale/en at shaw/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/en at shaw
-%%NLS%%@dirrmtry share/locale/fur_IT/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/fur_IT
-%%NLS%%@dirrmtry share/locale/la/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/la
-%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/mr
-%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/nb_NO
-%%NLS%%@dirrmtry share/locale/racv/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/racv
-%%NLS%%@dirrmtry share/locale/sr at ijekavian/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sr at ijekavian
-%%NLS%%@dirrmtry share/locale/sr at ijekavianlatin/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sr at ijekavianlatin
-%%NLS%%@dirrmtry share/locale/sr at latin/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sr at latin
-%%NLS%%@dirrmtry share/locale/tl/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/tl
- at exec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true
- at unexec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true
+share/pixmaps/wesnoth_editor-icon.png
+%%NLS%%man/cs/man6/wesnoth.6.gz
+%%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%%man/et/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/et/man6/wesnothd.6.gz
+%%NLS%%man/fi/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/fi/man6/wesnothd.6.gz
+%%NLS%%man/fr/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/fr/man6/wesnothd.6.gz
+%%NLS%%man/gl/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/gl/man6/wesnothd.6.gz
+%%NLS%%man/hu/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/hu/man6/wesnothd.6.gz
+%%NLS%%man/id/man6/wesnoth.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%%%%SERVER%%man/ja/man6/wesnothd.6.gz
+%%NLS%%%%SERVER%%man/lt/man6/wesnothd.6.gz
+man/man6/wesnoth.6.gz
+%%SERVER%%man/man6/wesnothd.6.gz
+%%NLS%%man/pl/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/pl/man6/wesnothd.6.gz
+%%NLS%%man/pt/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/pt/man6/wesnothd.6.gz
+%%NLS%%%%SERVER%%man/pt_BR/man6/wesnothd.6.gz
+%%NLS%%man/ru/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/ru/man6/wesnothd.6.gz
+%%NLS%%man/sk/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/sk/man6/wesnothd.6.gz
+%%NLS%%man/sr/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/sr/man6/wesnothd.6.gz
+%%NLS%%man/sr at ijekavian/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/sr at ijekavian/man6/wesnothd.6.gz
+%%NLS%%man/sr at ijekavianlatin/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/sr at ijekavianlatin/man6/wesnothd.6.gz
+%%NLS%%man/sr at latin/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/sr at latin/man6/wesnothd.6.gz
+%%NLS%%%%SERVER%%man/tr/man6/wesnothd.6.gz
+%%NLS%%man/uk/man6/wesnoth.6.gz
+%%NLS%%%%SERVER%%man/uk/man6/wesnothd.6.gz
+%%NLS%%man/vi/man6/wesnoth.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
More information about the Midnightbsd-cvs
mailing list