View | Details | Raw Unified | Return to bug 196721 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-18 / +17 lines)
Lines 1-13 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	wesnoth
3
PORTNAME=	wesnoth
4
PORTVERSION=	1.10.7
4
PORTVERSION=	1.12.0
5
PORTREVISION=	7
6
CATEGORIES=	games
5
CATEGORIES=	games
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \
6
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION:R} \
8
		http://files.wesnoth.org/
7
		http://files.wesnoth.org/ \
8
		http://ports.toco-domains.de
9
9
10
MAINTAINER=	rnejdl@ringofsaturn.com
10
DISTNAME=	${PORTNAME}-${PORTVERSION:R}
11
12
MAINTAINER=	ports@toco-domains.de
11
COMMENT=	Fantasy turn-based strategy game
13
COMMENT=	Fantasy turn-based strategy game
12
14
13
LICENSE=	GPLv2 GPLv3
15
LICENSE=	GPLv2 GPLv3
Lines 14-30 Link Here
14
LICENSE_COMB=	dual
16
LICENSE_COMB=	dual
15
LICENSE_FILE=	${WRKSRC}/COPYING
17
LICENSE_FILE=	${WRKSRC}/COPYING
16
18
17
BUILD_DEPENDS=	${LOCALBASE}/lib/X11/fonts/junicode/Junicode.ttf:${PORTSDIR}/x11-fonts/junicode
18
LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs \
19
LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs \
19
		libpng.so:${PORTSDIR}/graphics/png
20
		libpng.so:${PORTSDIR}/graphics/png
20
21
22
LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system
23
21
USE_SDL=	image mixer net ttf
24
USE_SDL=	image mixer net ttf
22
USE_GNOME=	pango
25
USE_GNOME=	pango
23
USES=		cmake desktop-file-utils pkgconfig tar:bzip2
26
USES=		cmake desktop-file-utils pkgconfig tar:bzip2
24
CMAKE_ARGS=	-DMANDIR="man"
27
CMAKE_ARGS=	-DMANDIR="man"
25
28
26
MAN6=		wesnoth.6
27
28
PORTDOCS=	*
29
PORTDOCS=	*
29
PORTDATA=	*
30
PORTDATA=	*
30
31
Lines 48-62 Link Here
48
49
49
.include <bsd.port.options.mk>
50
.include <bsd.port.options.mk>
50
51
51
# XXX: breaks compilation because of -Werror
52
# disable strict compilation, because it will break the build
52
.if empty(PORT_OPTIONS:MSTRICT)
53
CMAKE_ARGS+=	-DENABLE_STRICT_COMPILATION=off
53
CMAKE_ARGS+=	-DENABLE_STRICT_COMPILATION=off
54
.endif
55
54
56
.if ${PORT_OPTIONS:MANA}
55
.if ${PORT_OPTIONS:MANA}
57
CMAKE_ARGS+=	-DUSE_ANA_NETWORK=on
56
CMAKE_ARGS+=	-DUSE_ANA_NETWORK=on
57
PLIST_SUB+=	ANA=""
58
.else
58
.else
59
CMAKE_ARGS+=	-DUSE_ANA_NETWORK=off
59
CMAKE_ARGS+=	-DUSE_ANA_NETWORK=off
60
PLIST_SUB+=	ANA="@comment "
60
.endif
61
.endif
61
62
62
.if ${PORT_OPTIONS:MCAMPAIGN}
63
.if ${PORT_OPTIONS:MCAMPAIGN}
Lines 91-97 Link Here
91
CMAKE_ARGS+=	-DENABLE_NLS=on -DLOCALEDIR=${PREFIX}/share/locale
92
CMAKE_ARGS+=	-DENABLE_NLS=on -DLOCALEDIR=${PREFIX}/share/locale
92
USES+=		gettext
93
USES+=		gettext
93
MANLANG=	"" cs de en_GB es et fi fr gl hu id it lt pl ru sk \
94
MANLANG=	"" cs de en_GB es et fi fr gl hu id it lt pl ru sk \
94
		sr sr@ijekavian sr@ijekavianlatin sr@latin vi zh_CN zh_TW
95
		sr sr@ijekavian sr@ijekavianlatin sr@latin tr uk vi zh_CN zh_TW
95
.if ${PORT_OPTIONS:MSERVER}
96
.if ${PORT_OPTIONS:MSERVER}
96
_MANPAGES+=	${PREFIX}/man/ja/man6/wesnothd.6 \
97
_MANPAGES+=	${PREFIX}/man/ja/man6/wesnothd.6 \
97
		${PREFIX}/man/pt_BR/man6/wesnothd.6 \
98
		${PREFIX}/man/pt_BR/man6/wesnothd.6 \
Lines 104-109 Link Here
104
.endif
105
.endif
105
106
106
.if ${PORT_OPTIONS:MOPENMP}
107
.if ${PORT_OPTIONS:MOPENMP}
108
BROKEN=	compilation fails with OpenMP
107
CMAKE_ARGS+=	-DENABLE_OMP=on
109
CMAKE_ARGS+=	-DENABLE_OMP=on
108
.else
110
.else
109
CMAKE_ARGS+=	-DENABLE_OMP=off
111
CMAKE_ARGS+=	-DENABLE_OMP=off
Lines 111-123 Link Here
111
113
112
.if ${PORT_OPTIONS:MPOOLALLOC}
114
.if ${PORT_OPTIONS:MPOOLALLOC}
113
CMAKE_ARGS+=	-DENABLE_POOL_ALLOC=on
115
CMAKE_ARGS+=	-DENABLE_POOL_ALLOC=on
114
BROKEN=		does not build with pool alloc
115
.else
116
.else
116
CMAKE_ARGS+=	-DENABLE_POOL_ALLOC=off
117
CMAKE_ARGS+=	-DENABLE_POOL_ALLOC=off
117
.endif
118
.endif
118
119
119
.if ${PORT_OPTIONS:MPYTHON}
120
.if ${PORT_OPTIONS:MPYTHON}
120
BROKEN=		cmake build doesn't support installing python tools
121
USES+=		python
121
USES+=		python
122
CONFIGURE_ENV+=	PYTHON_PREFIX=${PREFIX} \
122
CONFIGURE_ENV+=	PYTHON_PREFIX=${PREFIX} \
123
		PYTHON_VERSION=${PYTHON_VERSION:S/python//}
123
		PYTHON_VERSION=${PYTHON_VERSION:S/python//}
Lines 133-139 Link Here
133
133
134
.if ${PORT_OPTIONS:MSERVER}
134
.if ${PORT_OPTIONS:MSERVER}
135
CMAKE_ARGS+=	-DENABLE_SERVER=on
135
CMAKE_ARGS+=	-DENABLE_SERVER=on
136
MAN6+=		wesnothd.6
137
PLIST_SUB+=	SERVER=""
136
PLIST_SUB+=	SERVER=""
138
.else
137
.else
139
CMAKE_ARGS+=	-DENABLE_SERVER=off
138
CMAKE_ARGS+=	-DENABLE_SERVER=off
Lines 143-148 Link Here
143
.if ${PORT_OPTIONS:MTESTS}
142
.if ${PORT_OPTIONS:MTESTS}
144
CMAKE_ARGS+=	-DENABLE_TESTS=on
143
CMAKE_ARGS+=	-DENABLE_TESTS=on
145
PLIST_SUB+=	TESTS=""
144
PLIST_SUB+=	TESTS=""
145
BROKEN=	compilations fails with enabled TEST option
146
.else
146
.else
147
CMAKE_ARGS+=	-DENABLE_TESTS=off
147
CMAKE_ARGS+=	-DENABLE_TESTS=off
148
PLIST_SUB+=	TESTS="@comment "
148
PLIST_SUB+=	TESTS="@comment "
Lines 160-170 Link Here
160
CMAKE_ARGS+=	-DDOCDIR=none
160
CMAKE_ARGS+=	-DDOCDIR=none
161
.endif
161
.endif
162
162
163
pre-build:
163
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
164
	${CP} ${LOCALBASE}/lib/X11/fonts/junicode/Junicode.ttf \
165
		${WRKSRC}/fonts/Junicode-Regular.ttf
166
164
167
post-install:
165
post-install:
166
	${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete
168
	-@update-desktop-database ${STAGEDIR}${PREFIX}/share/applications
167
	-@update-desktop-database ${STAGEDIR}${PREFIX}/share/applications
169
168
170
.include <bsd.port.mk>
169
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wesnoth-1.10.7.tar.bz2) = 8a3b5a3409a57b646536e547094e1bb8bcd87797e00cd63184152222e377253e
1
SHA256 (wesnoth-1.12.tar.bz2) = 9e2b15cf6196ae7059fc48b5483aa6973473688602958dd64211b1775b513e0a
2
SIZE (wesnoth-1.10.7.tar.bz2) = 347431490
2
SIZE (wesnoth-1.12.tar.bz2) = 385428948
(-)files/patch-CMakeLists.txt (-85 lines)
Lines 1-85 Link Here
1
Index: CMakeLists.txt
2
@@ -21,11 +21,10 @@
3
 find_package(SDL 1.2.7 REQUIRED)
4
 find_package(Boost 1.36 REQUIRED COMPONENTS iostreams program_options regex system)
5
 
6
-# no, gettext executables are not required when NLS is deactivated
7
+if(ENABLE_NLS)
8
 find_package(Gettext)
9
-# yes, libintl is *required* even when NLS is deactivated (this is to compile
10
-# src/gettext.cpp since it includes libintl.h)
11
 find_package(Libintl REQUIRED)
12
+endif(ENABLE_NLS)
13
 
14
 find_package(X11)
15
 
16
@@ -73,7 +72,7 @@
17
 option(ENABLE_GAME "Enable compilation of the game" ON)
18
 option(ENABLE_CAMPAIGN_SERVER "Enable compilation of campaign server")
19
 option(ENABLE_SERVER "Enable compilation of server" ON)
20
-option(ENABLE_TOOLS "Enable building and installation of tools for artists and WML maintainers")
21
+option(ENABLE_TOOLS "Enable building and installation of tools for artists and WML maintainers" OFF)
22
 option(ENABLE_TESTS "Build unit tests")
23
 option(ENABLE_NLS "Enable building of translations" ON)
24
 option(ENABLE_POOL_ALLOC "Enable custom pool malloc" OFF)
25
@@ -120,18 +119,18 @@
26
 		endif(ENABLE_STRICT_COMPILATION)
27
 
28
 		# Strict compilation for C files is disabled until somebody wants to clean them.
29
-		set(CMAKE_C_FLAGS "-O2 -W -Wall -ansi $ENV{CFLAGS}"
30
+		set(CMAKE_C_FLAGS "-W -Wall -ansi $ENV{CFLAGS}"
31
 				CACHE STRING "Flags used by the C compiler during normal builds." FORCE)
32
-		set(CMAKE_C_FLAGS_DEBUG "-O0 -DDEBUG -ggdb3 -W -Wall -ansi $ENV{CFLAGS}"
33
+		set(CMAKE_C_FLAGS_DEBUG "-DDEBUG -W -Wall -ansi $ENV{CFLAGS}"
34
 				CACHE STRING "Flags used by the C compiler during debug builds." FORCE)
35
-		set(CMAKE_C_FLAGS_RELEASE "-O3 -DNDEBUG -W -Wall -ansi $ENV{CFLAGS} -Wno-unused"
36
+		set(CMAKE_C_FLAGS_RELEASE "-DNDEBUG -W -Wall -ansi $ENV{CFLAGS} -Wno-unused"
37
 				CACHE STRING "Flags used by the C compiler during release builds." FORCE)
38
 
39
-		set(CMAKE_CXX_FLAGS "-O2 -W -Wall -std=c++98 ${STRICT_FLAGS} $ENV{CXXFLAGS}"
40
+		set(CMAKE_CXX_FLAGS "-W -Wall -std=c++98 ${STRICT_FLAGS} $ENV{CXXFLAGS}"
41
 				CACHE STRING "Flags used by the CXX compiler during normal builds." FORCE)
42
-		set(CMAKE_CXX_FLAGS_DEBUG "-O0 -DDEBUG -ggdb3 -W -Wall -std=c++98 ${STRICT_FLAGS} $ENV{CXXFLAGS}"
43
+		set(CMAKE_CXX_FLAGS_DEBUG "-DDEBUG -W -Wall -std=c++98 ${STRICT_FLAGS} $ENV{CXXFLAGS}"
44
 				CACHE STRING "Flags used by the CXX compiler during debug builds." FORCE)
45
-		set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG -W -Wall -std=c++98 ${STRICT_FLAGS} $ENV{CXXFLAGS} -Wno-unused"
46
+		set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG -W -Wall -std=c++98 ${STRICT_FLAGS} $ENV{CXXFLAGS} -Wno-unused"
47
 				CACHE STRING "Flags used by the CXX compiler during release builds." FORCE)
48
 
49
 	endif(NOT CONFIGURED)
50
@@ -158,6 +157,11 @@
51
 	add_definitions(-D_X11)
52
 endif(X11_FOUND)
53
 
54
+if(ENABLE_NLS)
55
+	set(CMAKE_C_FLAGS "-DENABLE_NLS ${CMAKE_C_FLAGS}")
56
+	set(CMAKE_CXX_FLAGS "-DENABLE_NLS ${CMAKE_CXX_FLAGS}")
57
+endif(ENABLE_NLS)
58
+
59
 add_definitions(-DLOCALEDIR=\\\"${LOCALEDIR}\\\")
60
 
61
 # When the path starts with a / on a Unix system it's an absolute path.
62
@@ -165,6 +169,7 @@
63
 if(LOCALEDIR MATCHES "^/")
64
 	add_definitions(-DHAS_RELATIVE_LOCALEDIR=0)
65
 	set(LOCALE_INSTALL ${LOCALEDIR})
66
+	set(LOCALEDIR "translations")
67
 else(LOCALEDIR MATCHES "^/")
68
 	add_definitions(-DHAS_RELATIVE_LOCALEDIR=1)
69
 	set(LOCALE_INSTALL ${DATADIR}/${LOCALEDIR})
70
@@ -219,10 +224,14 @@
71
 	find_package( Boost 1.36 REQUIRED COMPONENTS unit_test_framework )
72
 endif(ENABLE_TESTS)
73
 if(ENABLE_GAME)
74
-	find_package( FriBiDi )
75
+	pkg_check_modules( FRIBIDI fribidi>=0.19.0 )
76
 	if(ENABLE_FRIBIDI AND FRIBIDI_LIBRARIES)
77
 		add_definitions(-DHAVE_FRIBIDI)
78
 	elseif(ENABLE_FRIBIDI AND NOT FRIBIDI_LIBRARIES)
79
+		pkg_check_modules( FRIBIDI fribidi )
80
+		if(FRIBIDI_LIBRARIES)
81
+			add_definitions(-DOLD_FRIBIDI)
82
+		endif(FRIBIDI_LIBRARIES)
83
 		message("Could not find FriBiDi. Disabling FriBiDi support.")
84
 	endif()
85
 
(-)files/patch-doc-CMakeLists.txt (-7 lines)
Lines 1-7 Link Here
1
--- doc/CMakeLists.txt~
2
+++ doc/CMakeLists.txt
3
@@ -1,2 +1,4 @@
4
 add_subdirectory(man)
5
+if(NOT DOCDIR STREQUAL "none")
6
 add_subdirectory(manual)
7
+endif(NOT DOCDIR STREQUAL "none")
(-)files/patch-po-CMakeLists.txt (-24 lines)
Lines 1-24 Link Here
1
--- po/CMakeLists.txt~
2
+++ po/CMakeLists.txt
3
@@ -273,9 +273,6 @@ if(ENABLE_NLS)
4
 				COMMENT "mo-update [${DOMAIN}-${LINGUA}]: Creating mo file."
5
 			)
6
 
7
-			install(FILES ${CMAKE_SOURCE_DIR}/${LOCALEDIR}/${LINGUA}/LC_MESSAGES/${DOMAIN}.mo
8
-					DESTINATION ${LOCALE_INSTALL}/${LINGUA}/LC_MESSAGES)
9
-
10
 			set(mo-update-SRC ${mo-update-SRC} 
11
 				${CMAKE_SOURCE_DIR}/${LOCALEDIR}/${LINGUA}/LC_MESSAGES/${DOMAIN}.mo
12
 			)
13
@@ -285,6 +282,11 @@ if(ENABLE_NLS)
14
 
15
 		endforeach(DOMAIN ${DOMAINS})
16
 
17
+		foreach(DOMAIN ${NORMAL_DOMAINS})
18
+			install(FILES ${CMAKE_SOURCE_DIR}/${LOCALEDIR}/${LINGUA}/LC_MESSAGES/${DOMAIN}.mo
19
+					DESTINATION ${LOCALE_INSTALL}/${LINGUA}/LC_MESSAGES)
20
+		endforeach(DOMAIN ${NORMAL_DOMAINS})
21
+
22
 		if(ENABLE_POT_UPDATE_TARGET)
23
 			add_custom_target(mo-update-${LINGUA}
24
 				COMMENT "mo-update ${LINGUA}: Done."
(-)files/patch-src-CMakeLists.txt (-22 lines)
Lines 1-22 Link Here
1
--- src/CMakeLists.txt~
2
+++ src/CMakeLists.txt
3
@@ -123,7 +123,7 @@ set(tools-external-libs
4
 )
5
 
6
 if(ENABLE_FRIBIDI AND FRIBIDI_LIBRARIES)
7
-	include_directories( ${FRIBIDI_INCLUDE_DIR} )
8
+	include_directories( ${FRIBIDI_INCLUDE_DIRS} )
9
 	set(game-external-libs ${game-external-libs} ${FRIBIDI_LIBRARIES})
10
 endif(ENABLE_FRIBIDI AND FRIBIDI_LIBRARIES)
11
 
12
@@ -826,7 +833,9 @@ if(ENABLE_TESTS)
13
 		boost_unit_test_framework
14
 	)
15
 	set_target_properties(test
16
-		PROPERTIES OUTPUT_NAME ${BINARY_PREFIX}test${BINARY_SUFFIX}
17
+		PROPERTIES OUTPUT_NAME ${BINARY_PREFIX}wesnoth_test${BINARY_SUFFIX}
18
 	)
19
+
20
+	install(TARGETS test DESTINATION ${BINDIR})
21
 endif(ENABLE_TESTS)
22
 
(-)files/patch-src-ana-src-CMakeLists.txt (-34 lines)
Lines 1-34 Link Here
1
--- src/ana/src/CMakeLists.txt~
2
+++ src/ana/src/CMakeLists.txt
3
@@ -4,7 +4,7 @@ include_directories(../api)
4
 
5
 find_package(Boost 1.35 REQUIRED COMPONENTS thread system)
6
 
7
-set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -ggdb3")
8
+set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}")
9
 
10
 set(common_srcs asio_listener.cpp asio_sender.cpp asio_timers.cpp)
11
 
12
@@ -20,11 +20,11 @@ target_link_libraries( ana-static ${Boos
13
 
14
 set(CMAKE_INSTALL_PREFIX /usr/local)
15
 
16
-if(NOT MSVC)
17
+if(FALSE)
18
 	set(CMAKE_INSTALL_PREFIX /usr/local)
19
 	install(TARGETS ana LIBRARY DESTINATION lib)
20
 	install(TARGETS ana-static ARCHIVE DESTINATION lib)
21
-endif(NOT MSVC)
22
+endif(FALSE)
23
 
24
 set(ana_headers
25
 	../api/ana.hpp
26
@@ -35,6 +35,6 @@ set(ana_headers
27
 	../api/binary_streams.hpp
28
 )
29
 
30
-if(NOT MSVC)
31
+if(FALSE)
32
 	install(FILES ${ana_headers} DESTINATION include/ana)
33
-endif(NOT MSVC)
34
+endif(FALSE)
(-)files/patch-src-chat_events.hpp (-10 lines)
Lines 1-10 Link Here
1
--- src/chat_events.hpp.orig	2013-11-09 20:12:59.000000000 +0400
2
+++ src/chat_events.hpp	2013-11-09 20:13:07.000000000 +0400
3
@@ -20,6 +20,7 @@
4
 #include "global.hpp"
5
 
6
 #include <string>
7
+#include <time.h>
8
 
9
 namespace events {
10
 
(-)files/patch-src-gettext.cpp (-15 lines)
Lines 1-15 Link Here
1
--- src/gettext.cpp~
2
+++ src/gettext.cpp
3
@@ -18,6 +18,12 @@
4
 
5
 #include <cstring>
6
 
7
+#ifndef ENABLE_NLS
8
+char *textdomain (const char *domainname) {
9
+  return "dummy";
10
+}
11
+#endif
12
+
13
 char const *egettext(char const *msgid)
14
 {
15
 	return msgid[0] == '\0' ? msgid : gettext(msgid);
(-)files/patch-src-gettext.hpp (-25 lines)
Lines 1-25 Link Here
1
--- src/gettext.hpp~
2
+++ src/gettext.hpp
3
@@ -35,7 +35,21 @@
4
 
5
 // gettext-related declarations
6
 
7
-#include <libintl.h>
8
+#include "wesconfig.h"
9
+
10
+#ifdef ENABLE_NLS
11
+# include <libintl.h>
12
+#else
13
+# define bind_textdomain_codeset(Domain, Codeset) "C"
14
+# define bindtextdomain(Domain, Directory) "/nonexistent"
15
+# define gettext(String) gettext_noop(String)
16
+# define ngettext(Singular, Plural, Number) gettext_noop(Number == 1 ? Singular : Plural)
17
+# define dgettext(Domain, String) gettext_noop(String)
18
+# define dngettext(Domain, Singular, Plural, Number) gettext_noop(Number == 1 ? Singular : Plural)
19
+# define dcgettext(Domain, String, Category) gettext_noop(String)
20
+# define dcngettext(Domain, Singular, Plural, Number, Category) gettext_noop(Number == 1 ? Singular : Plural)
21
+char *textdomain (const char *domainname);
22
+#endif
23
 
24
 const char* egettext(const char*);
25
 const char* sgettext(const char*);
(-)files/patch-src-server-metrics.hpp (-10 lines)
Lines 1-10 Link Here
1
--- src/server/metrics.hpp.orig	2013-11-09 20:10:45.000000000 +0400
2
+++ src/server/metrics.hpp	2013-11-09 20:10:50.000000000 +0400
3
@@ -27,6 +27,7 @@
4
 #endif
5
 
6
 #include "simple_wml.hpp"
7
+#include <time.h>
8
 
9
 class metrics
10
 {
(-)files/patch-src-server-user_handler.cpp (-10 lines)
Lines 1-10 Link Here
1
--- src/server/user_handler.cpp.orig	2013-11-09 20:09:08.000000000 +0400
2
+++ src/server/user_handler.cpp	2013-11-09 20:09:19.000000000 +0400
3
@@ -18,6 +18,7 @@
4
 #include "serialization/string_utils.hpp"
5
 
6
 #include <ctime>
7
+#include <time.h>
8
 
9
 bool user_handler::send_mail(const std::string& to_user,
10
 		const std::string& /*subject*/, const std::string& /*message*/) {
(-)pkg-plist (-171 / +181 lines)
Lines 1-41 Link Here
1
bin/wesnoth
2
%%ANA%%include/ana/ana.hpp
3
%%ANA%%include/ana/binary_streams.hpp
4
%%ANA%%include/ana/buffers.hpp
5
%%ANA%%include/ana/common.hpp
6
%%ANA%%include/ana/predicates.hpp
7
%%ANA%%include/ana/timers.hpp
8
%%ANA%%lib/libana-static.a
9
%%ANA%%lib/libana.so
1
%%CAMPAIGN%%bin/campaignd
10
%%CAMPAIGN%%bin/campaignd
2
%%TOOLS%%bin/cutter
11
%%TOOLS%%bin/cutter
3
%%TOOLS%%bin/exploder
12
%%TOOLS%%bin/exploder
4
%%TOOLS%%bin/schema_generator
13
%%TOOLS%%bin/schema_generator
5
%%TOOLS%%bin/schema_validator
14
%%TOOLS%%bin/schema_validator
6
bin/wesnoth
15
%%TOOLS%%bin/wesmage
7
%%PYTHON%%%%TOOLS%%bin/wesnoth_addon_manager
8
%%TESTS%%bin/wesnoth_test
16
%%TESTS%%bin/wesnoth_test
9
%%SERVER%%bin/wesnothd
17
%%SERVER%%bin/wesnothd
10
%%PYTHON%%%%TOOLS%%bin/wmlindent
11
%%PYTHON%%%%TOOLS%%bin/wmllint
12
%%PYTHON%%%%TOOLS%%bin/wmlscope
13
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/__init__.py
14
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/__init__.pyc
15
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/__init__.pyo
16
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/campaignserver_client.py
17
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/campaignserver_client.pyc
18
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/campaignserver_client.pyo
19
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/libsvn.py
20
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/libsvn.pyc
21
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/libsvn.pyo
22
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wescamp.py
23
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wescamp.pyc
24
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wescamp.pyo
25
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmldata.py
26
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmldata.pyc
27
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmldata.pyo
28
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmliterator.py
29
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmliterator.pyc
30
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmliterator.pyo
31
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmlparser.py
32
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmlparser.pyc
33
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmlparser.pyo
34
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmltools.py
35
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmltools.pyc
36
%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmltools.pyo
37
share/applications/wesnoth.desktop
18
share/applications/wesnoth.desktop
38
share/applications/wesnoth_editor.desktop
19
share/applications/wesnoth_editor.desktop
20
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-ai.mo
39
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-anl.mo
21
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-anl.mo
40
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-aoi.mo
22
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-aoi.mo
41
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-did.mo
23
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-did.mo
Lines 48-53 Link Here
48
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-l.mo
30
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-l.mo
49
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-lib.mo
31
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-lib.mo
50
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-low.mo
32
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-low.mo
33
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-manpages.mo
34
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-manual.mo
51
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-multiplayer.mo
35
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-multiplayer.mo
52
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-nr.mo
36
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-nr.mo
53
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-sof.mo
37
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-sof.mo
Lines 61-66 Link Here
61
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-units.mo
45
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-units.mo
62
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-utbs.mo
46
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-utbs.mo
63
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth.mo
47
%%NLS%%share/locale/af/LC_MESSAGES/wesnoth.mo
48
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-ai.mo
64
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-anl.mo
49
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-anl.mo
65
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-aoi.mo
50
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-aoi.mo
66
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-did.mo
51
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-did.mo
Lines 73-78 Link Here
73
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-l.mo
58
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-l.mo
74
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-lib.mo
59
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-lib.mo
75
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-low.mo
60
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-low.mo
61
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-manpages.mo
62
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-manual.mo
76
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-multiplayer.mo
63
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-multiplayer.mo
77
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-nr.mo
64
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-nr.mo
78
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-sof.mo
65
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-sof.mo
Lines 86-91 Link Here
86
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-units.mo
73
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-units.mo
87
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-utbs.mo
74
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-utbs.mo
88
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth.mo
75
%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth.mo
76
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-ai.mo
89
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-anl.mo
77
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-anl.mo
90
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-aoi.mo
78
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-aoi.mo
91
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-did.mo
79
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-did.mo
Lines 98-103 Link Here
98
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-l.mo
86
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-l.mo
99
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-lib.mo
87
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-lib.mo
100
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-low.mo
88
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-low.mo
89
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-manpages.mo
90
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-manual.mo
101
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-multiplayer.mo
91
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-multiplayer.mo
102
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-nr.mo
92
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-nr.mo
103
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-sof.mo
93
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-sof.mo
Lines 111-116 Link Here
111
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-units.mo
101
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-units.mo
112
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-utbs.mo
102
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-utbs.mo
113
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth.mo
103
%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth.mo
104
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-ai.mo
114
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-anl.mo
105
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-anl.mo
115
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-aoi.mo
106
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-aoi.mo
116
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-did.mo
107
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-did.mo
Lines 123-128 Link Here
123
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-l.mo
114
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-l.mo
124
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-lib.mo
115
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-lib.mo
125
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-low.mo
116
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-low.mo
117
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-manpages.mo
118
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-manual.mo
126
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-multiplayer.mo
119
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-multiplayer.mo
127
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-nr.mo
120
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-nr.mo
128
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-sof.mo
121
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-sof.mo
Lines 136-141 Link Here
136
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-units.mo
129
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-units.mo
137
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-utbs.mo
130
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-utbs.mo
138
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth.mo
131
%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth.mo
132
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-ai.mo
139
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-anl.mo
133
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-anl.mo
140
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-aoi.mo
134
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-aoi.mo
141
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-did.mo
135
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-did.mo
Lines 148-153 Link Here
148
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-l.mo
142
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-l.mo
149
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-lib.mo
143
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-lib.mo
150
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-low.mo
144
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-low.mo
145
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-manpages.mo
146
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-manual.mo
151
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-multiplayer.mo
147
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-multiplayer.mo
152
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-nr.mo
148
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-nr.mo
153
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-sof.mo
149
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-sof.mo
Lines 161-166 Link Here
161
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-units.mo
157
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-units.mo
162
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-utbs.mo
158
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-utbs.mo
163
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth.mo
159
%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth.mo
160
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-ai.mo
164
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-anl.mo
161
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-anl.mo
165
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-aoi.mo
162
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-aoi.mo
166
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-did.mo
163
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-did.mo
Lines 173-178 Link Here
173
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-l.mo
170
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-l.mo
174
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-lib.mo
171
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-lib.mo
175
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-low.mo
172
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-low.mo
173
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-manpages.mo
174
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-manual.mo
176
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-multiplayer.mo
175
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-multiplayer.mo
177
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-nr.mo
176
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-nr.mo
178
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-sof.mo
177
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-sof.mo
Lines 186-191 Link Here
186
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-units.mo
185
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-units.mo
187
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-utbs.mo
186
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-utbs.mo
188
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth.mo
187
%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth.mo
188
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-ai.mo
189
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-anl.mo
189
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-anl.mo
190
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-aoi.mo
190
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-aoi.mo
191
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-did.mo
191
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-did.mo
Lines 198-203 Link Here
198
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-l.mo
198
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-l.mo
199
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-lib.mo
199
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-lib.mo
200
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-low.mo
200
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-low.mo
201
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-manpages.mo
202
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-manual.mo
201
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-multiplayer.mo
203
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-multiplayer.mo
202
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-nr.mo
204
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-nr.mo
203
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sof.mo
205
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sof.mo
Lines 211-216 Link Here
211
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-units.mo
213
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-units.mo
212
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-utbs.mo
214
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-utbs.mo
213
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth.mo
215
%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth.mo
216
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-ai.mo
214
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-anl.mo
217
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-anl.mo
215
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-aoi.mo
218
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-aoi.mo
216
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-did.mo
219
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-did.mo
Lines 223-228 Link Here
223
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-l.mo
226
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-l.mo
224
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-lib.mo
227
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-lib.mo
225
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-low.mo
228
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-low.mo
229
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-manpages.mo
230
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-manual.mo
226
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-multiplayer.mo
231
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-multiplayer.mo
227
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-nr.mo
232
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-nr.mo
228
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-sof.mo
233
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-sof.mo
Lines 236-241 Link Here
236
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-units.mo
241
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-units.mo
237
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-utbs.mo
242
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-utbs.mo
238
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth.mo
243
%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth.mo
244
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-ai.mo
239
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-anl.mo
245
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-anl.mo
240
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-aoi.mo
246
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-aoi.mo
241
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-did.mo
247
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-did.mo
Lines 248-253 Link Here
248
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-l.mo
254
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-l.mo
249
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-lib.mo
255
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-lib.mo
250
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-low.mo
256
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-low.mo
257
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-manpages.mo
258
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-manual.mo
251
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-multiplayer.mo
259
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-multiplayer.mo
252
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-nr.mo
260
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-nr.mo
253
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-sof.mo
261
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-sof.mo
Lines 261-266 Link Here
261
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-units.mo
269
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-units.mo
262
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-utbs.mo
270
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-utbs.mo
263
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth.mo
271
%%NLS%%share/locale/da/LC_MESSAGES/wesnoth.mo
272
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-ai.mo
264
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-anl.mo
273
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-anl.mo
265
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-aoi.mo
274
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-aoi.mo
266
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-did.mo
275
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-did.mo
Lines 273-278 Link Here
273
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-l.mo
282
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-l.mo
274
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-lib.mo
283
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-lib.mo
275
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-low.mo
284
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-low.mo
285
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-manpages.mo
286
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-manual.mo
276
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-multiplayer.mo
287
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-multiplayer.mo
277
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-nr.mo
288
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-nr.mo
278
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-sof.mo
289
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-sof.mo
Lines 286-291 Link Here
286
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-units.mo
297
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-units.mo
287
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-utbs.mo
298
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-utbs.mo
288
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth.mo
299
%%NLS%%share/locale/de/LC_MESSAGES/wesnoth.mo
300
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-ai.mo
289
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-anl.mo
301
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-anl.mo
290
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-aoi.mo
302
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-aoi.mo
291
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-did.mo
303
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-did.mo
Lines 298-303 Link Here
298
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-l.mo
310
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-l.mo
299
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-lib.mo
311
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-lib.mo
300
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-low.mo
312
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-low.mo
313
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-manpages.mo
314
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-manual.mo
301
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-multiplayer.mo
315
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-multiplayer.mo
302
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-nr.mo
316
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-nr.mo
303
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-sof.mo
317
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-sof.mo
Lines 311-316 Link Here
311
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-units.mo
325
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-units.mo
312
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-utbs.mo
326
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-utbs.mo
313
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth.mo
327
%%NLS%%share/locale/el/LC_MESSAGES/wesnoth.mo
328
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-ai.mo
314
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-anl.mo
329
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-anl.mo
315
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-aoi.mo
330
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-aoi.mo
316
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-did.mo
331
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-did.mo
Lines 323-328 Link Here
323
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-l.mo
338
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-l.mo
324
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-lib.mo
339
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-lib.mo
325
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-low.mo
340
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-low.mo
341
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-manpages.mo
342
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-manual.mo
326
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-multiplayer.mo
343
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-multiplayer.mo
327
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-nr.mo
344
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-nr.mo
328
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-sof.mo
345
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-sof.mo
Lines 336-341 Link Here
336
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-units.mo
353
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-units.mo
337
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-utbs.mo
354
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-utbs.mo
338
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth.mo
355
%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth.mo
356
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-ai.mo
339
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-anl.mo
357
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-anl.mo
340
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-aoi.mo
358
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-aoi.mo
341
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-did.mo
359
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-did.mo
Lines 348-353 Link Here
348
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-l.mo
366
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-l.mo
349
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-lib.mo
367
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-lib.mo
350
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-low.mo
368
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-low.mo
369
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-manpages.mo
370
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-manual.mo
351
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-multiplayer.mo
371
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-multiplayer.mo
352
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-nr.mo
372
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-nr.mo
353
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sof.mo
373
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sof.mo
Lines 361-366 Link Here
361
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-units.mo
381
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-units.mo
362
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-utbs.mo
382
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-utbs.mo
363
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth.mo
383
%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth.mo
384
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-ai.mo
364
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-anl.mo
385
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-anl.mo
365
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-aoi.mo
386
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-aoi.mo
366
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-did.mo
387
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-did.mo
Lines 373-378 Link Here
373
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-l.mo
394
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-l.mo
374
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-lib.mo
395
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-lib.mo
375
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-low.mo
396
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-low.mo
397
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-manpages.mo
398
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-manual.mo
376
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-multiplayer.mo
399
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-multiplayer.mo
377
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-nr.mo
400
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-nr.mo
378
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-sof.mo
401
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-sof.mo
Lines 386-391 Link Here
386
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-units.mo
409
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-units.mo
387
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-utbs.mo
410
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-utbs.mo
388
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth.mo
411
%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth.mo
412
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-ai.mo
389
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-anl.mo
413
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-anl.mo
390
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-aoi.mo
414
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-aoi.mo
391
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-did.mo
415
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-did.mo
Lines 398-403 Link Here
398
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-l.mo
422
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-l.mo
399
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-lib.mo
423
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-lib.mo
400
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-low.mo
424
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-low.mo
425
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-manpages.mo
426
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-manual.mo
401
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-multiplayer.mo
427
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-multiplayer.mo
402
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-nr.mo
428
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-nr.mo
403
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-sof.mo
429
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-sof.mo
Lines 411-416 Link Here
411
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-units.mo
437
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-units.mo
412
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-utbs.mo
438
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-utbs.mo
413
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth.mo
439
%%NLS%%share/locale/es/LC_MESSAGES/wesnoth.mo
440
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-ai.mo
414
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-anl.mo
441
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-anl.mo
415
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-aoi.mo
442
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-aoi.mo
416
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-did.mo
443
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-did.mo
Lines 423-428 Link Here
423
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-l.mo
450
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-l.mo
424
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-lib.mo
451
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-lib.mo
425
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-low.mo
452
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-low.mo
453
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-manpages.mo
454
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-manual.mo
426
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-multiplayer.mo
455
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-multiplayer.mo
427
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-nr.mo
456
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-nr.mo
428
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-sof.mo
457
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-sof.mo
Lines 436-441 Link Here
436
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-units.mo
465
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-units.mo
437
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-utbs.mo
466
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-utbs.mo
438
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth.mo
467
%%NLS%%share/locale/et/LC_MESSAGES/wesnoth.mo
468
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-ai.mo
439
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-anl.mo
469
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-anl.mo
440
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-aoi.mo
470
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-aoi.mo
441
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-did.mo
471
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-did.mo
Lines 448-453 Link Here
448
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-l.mo
478
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-l.mo
449
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-lib.mo
479
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-lib.mo
450
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-low.mo
480
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-low.mo
481
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-manpages.mo
482
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-manual.mo
451
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-multiplayer.mo
483
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-multiplayer.mo
452
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-nr.mo
484
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-nr.mo
453
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-sof.mo
485
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-sof.mo
Lines 461-466 Link Here
461
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-units.mo
493
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-units.mo
462
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-utbs.mo
494
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-utbs.mo
463
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth.mo
495
%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth.mo
496
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-ai.mo
464
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-anl.mo
497
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-anl.mo
465
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-aoi.mo
498
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-aoi.mo
466
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-did.mo
499
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-did.mo
Lines 473-478 Link Here
473
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-l.mo
506
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-l.mo
474
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-lib.mo
507
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-lib.mo
475
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-low.mo
508
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-low.mo
509
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-manpages.mo
510
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-manual.mo
476
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-multiplayer.mo
511
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-multiplayer.mo
477
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-nr.mo
512
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-nr.mo
478
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-sof.mo
513
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-sof.mo
Lines 486-491 Link Here
486
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-units.mo
521
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-units.mo
487
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-utbs.mo
522
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-utbs.mo
488
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth.mo
523
%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth.mo
524
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-ai.mo
489
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-anl.mo
525
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-anl.mo
490
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-aoi.mo
526
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-aoi.mo
491
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-did.mo
527
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-did.mo
Lines 498-503 Link Here
498
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-l.mo
534
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-l.mo
499
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-lib.mo
535
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-lib.mo
500
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-low.mo
536
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-low.mo
537
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-manpages.mo
538
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-manual.mo
501
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-multiplayer.mo
539
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-multiplayer.mo
502
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-nr.mo
540
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-nr.mo
503
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-sof.mo
541
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-sof.mo
Lines 511-516 Link Here
511
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-units.mo
549
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-units.mo
512
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-utbs.mo
550
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-utbs.mo
513
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth.mo
551
%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth.mo
552
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-ai.mo
514
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-anl.mo
553
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-anl.mo
515
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-aoi.mo
554
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-aoi.mo
516
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-did.mo
555
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-did.mo
Lines 523-528 Link Here
523
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-l.mo
562
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-l.mo
524
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-lib.mo
563
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-lib.mo
525
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-low.mo
564
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-low.mo
565
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-manpages.mo
566
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-manual.mo
526
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-multiplayer.mo
567
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-multiplayer.mo
527
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-nr.mo
568
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-nr.mo
528
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-sof.mo
569
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-sof.mo
Lines 536-541 Link Here
536
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-units.mo
577
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-units.mo
537
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-utbs.mo
578
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-utbs.mo
538
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth.mo
579
%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth.mo
580
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-ai.mo
539
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-anl.mo
581
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-anl.mo
540
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-aoi.mo
582
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-aoi.mo
541
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-did.mo
583
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-did.mo
Lines 548-553 Link Here
548
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-l.mo
590
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-l.mo
549
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-lib.mo
591
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-lib.mo
550
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-low.mo
592
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-low.mo
593
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-manpages.mo
594
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-manual.mo
551
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-multiplayer.mo
595
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-multiplayer.mo
552
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-nr.mo
596
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-nr.mo
553
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-sof.mo
597
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-sof.mo
Lines 561-566 Link Here
561
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-units.mo
605
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-units.mo
562
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-utbs.mo
606
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-utbs.mo
563
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth.mo
607
%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth.mo
608
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-ai.mo
564
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-anl.mo
609
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-anl.mo
565
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-aoi.mo
610
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-aoi.mo
566
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-did.mo
611
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-did.mo
Lines 573-578 Link Here
573
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-l.mo
618
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-l.mo
574
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-lib.mo
619
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-lib.mo
575
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-low.mo
620
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-low.mo
621
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-manpages.mo
622
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-manual.mo
576
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-multiplayer.mo
623
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-multiplayer.mo
577
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-nr.mo
624
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-nr.mo
578
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-sof.mo
625
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-sof.mo
Lines 586-591 Link Here
586
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-units.mo
633
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-units.mo
587
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-utbs.mo
634
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-utbs.mo
588
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth.mo
635
%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth.mo
636
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-ai.mo
589
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-anl.mo
637
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-anl.mo
590
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-aoi.mo
638
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-aoi.mo
591
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-did.mo
639
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-did.mo
Lines 598-603 Link Here
598
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-l.mo
646
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-l.mo
599
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-lib.mo
647
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-lib.mo
600
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-low.mo
648
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-low.mo
649
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-manpages.mo
650
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-manual.mo
601
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-multiplayer.mo
651
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-multiplayer.mo
602
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-nr.mo
652
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-nr.mo
603
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-sof.mo
653
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-sof.mo
Lines 611-616 Link Here
611
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-units.mo
661
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-units.mo
612
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-utbs.mo
662
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-utbs.mo
613
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth.mo
663
%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth.mo
664
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-ai.mo
614
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-anl.mo
665
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-anl.mo
615
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-aoi.mo
666
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-aoi.mo
616
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-did.mo
667
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-did.mo
Lines 623-628 Link Here
623
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-l.mo
674
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-l.mo
624
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-lib.mo
675
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-lib.mo
625
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-low.mo
676
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-low.mo
677
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-manpages.mo
678
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-manual.mo
626
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-multiplayer.mo
679
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-multiplayer.mo
627
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-nr.mo
680
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-nr.mo
628
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-sof.mo
681
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-sof.mo
Lines 636-641 Link Here
636
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-units.mo
689
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-units.mo
637
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-utbs.mo
690
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-utbs.mo
638
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth.mo
691
%%NLS%%share/locale/he/LC_MESSAGES/wesnoth.mo
692
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-ai.mo
639
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-anl.mo
693
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-anl.mo
640
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-aoi.mo
694
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-aoi.mo
641
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-did.mo
695
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-did.mo
Lines 648-653 Link Here
648
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-l.mo
702
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-l.mo
649
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-lib.mo
703
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-lib.mo
650
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-low.mo
704
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-low.mo
705
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-manpages.mo
706
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-manual.mo
651
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-multiplayer.mo
707
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-multiplayer.mo
652
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-nr.mo
708
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-nr.mo
653
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-sof.mo
709
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-sof.mo
Lines 661-666 Link Here
661
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-units.mo
717
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-units.mo
662
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-utbs.mo
718
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-utbs.mo
663
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth.mo
719
%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth.mo
720
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-ai.mo
664
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-anl.mo
721
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-anl.mo
665
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-aoi.mo
722
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-aoi.mo
666
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-did.mo
723
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-did.mo
Lines 673-678 Link Here
673
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-l.mo
730
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-l.mo
674
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-lib.mo
731
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-lib.mo
675
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-low.mo
732
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-low.mo
733
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-manpages.mo
734
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-manual.mo
676
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-multiplayer.mo
735
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-multiplayer.mo
677
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-nr.mo
736
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-nr.mo
678
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-sof.mo
737
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-sof.mo
Lines 686-691 Link Here
686
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-units.mo
745
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-units.mo
687
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-utbs.mo
746
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-utbs.mo
688
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth.mo
747
%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth.mo
748
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-ai.mo
689
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-anl.mo
749
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-anl.mo
690
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-aoi.mo
750
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-aoi.mo
691
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-did.mo
751
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-did.mo
Lines 698-703 Link Here
698
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-l.mo
758
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-l.mo
699
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-lib.mo
759
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-lib.mo
700
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-low.mo
760
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-low.mo
761
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-manpages.mo
762
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-manual.mo
701
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-multiplayer.mo
763
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-multiplayer.mo
702
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-nr.mo
764
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-nr.mo
703
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-sof.mo
765
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-sof.mo
Lines 711-716 Link Here
711
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-units.mo
773
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-units.mo
712
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-utbs.mo
774
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-utbs.mo
713
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth.mo
775
%%NLS%%share/locale/id/LC_MESSAGES/wesnoth.mo
776
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-ai.mo
714
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-anl.mo
777
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-anl.mo
715
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-aoi.mo
778
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-aoi.mo
716
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-did.mo
779
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-did.mo
Lines 723-728 Link Here
723
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-l.mo
786
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-l.mo
724
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-lib.mo
787
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-lib.mo
725
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-low.mo
788
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-low.mo
789
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-manpages.mo
790
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-manual.mo
726
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-multiplayer.mo
791
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-multiplayer.mo
727
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-nr.mo
792
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-nr.mo
728
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-sof.mo
793
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-sof.mo
Lines 736-741 Link Here
736
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-units.mo
801
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-units.mo
737
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-utbs.mo
802
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-utbs.mo
738
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth.mo
803
%%NLS%%share/locale/is/LC_MESSAGES/wesnoth.mo
804
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-ai.mo
739
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-anl.mo
805
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-anl.mo
740
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-aoi.mo
806
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-aoi.mo
741
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-did.mo
807
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-did.mo
Lines 748-753 Link Here
748
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-l.mo
814
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-l.mo
749
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-lib.mo
815
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-lib.mo
750
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-low.mo
816
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-low.mo
817
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-manpages.mo
818
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-manual.mo
751
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-multiplayer.mo
819
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-multiplayer.mo
752
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-nr.mo
820
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-nr.mo
753
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-sof.mo
821
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-sof.mo
Lines 761-766 Link Here
761
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-units.mo
829
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-units.mo
762
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-utbs.mo
830
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-utbs.mo
763
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth.mo
831
%%NLS%%share/locale/it/LC_MESSAGES/wesnoth.mo
832
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-ai.mo
764
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-anl.mo
833
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-anl.mo
765
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-aoi.mo
834
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-aoi.mo
766
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-did.mo
835
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-did.mo
Lines 773-778 Link Here
773
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-l.mo
842
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-l.mo
774
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-lib.mo
843
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-lib.mo
775
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-low.mo
844
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-low.mo
845
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-manpages.mo
846
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-manual.mo
776
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-multiplayer.mo
847
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-multiplayer.mo
777
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-nr.mo
848
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-nr.mo
778
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-sof.mo
849
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-sof.mo
Lines 786-791 Link Here
786
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-units.mo
857
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-units.mo
787
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-utbs.mo
858
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-utbs.mo
788
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth.mo
859
%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth.mo
860
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-ai.mo
789
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-anl.mo
861
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-anl.mo
790
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-aoi.mo
862
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-aoi.mo
791
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-did.mo
863
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-did.mo
Lines 798-803 Link Here
798
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-l.mo
870
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-l.mo
799
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-lib.mo
871
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-lib.mo
800
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-low.mo
872
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-low.mo
873
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-manpages.mo
874
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-manual.mo
801
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-multiplayer.mo
875
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-multiplayer.mo
802
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-nr.mo
876
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-nr.mo
803
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-sof.mo
877
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-sof.mo
Lines 811-816 Link Here
811
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-units.mo
885
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-units.mo
812
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-utbs.mo
886
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-utbs.mo
813
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth.mo
887
%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth.mo
888
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-ai.mo
814
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-anl.mo
889
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-anl.mo
815
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-aoi.mo
890
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-aoi.mo
816
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-did.mo
891
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-did.mo
Lines 823-828 Link Here
823
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-l.mo
898
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-l.mo
824
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-lib.mo
899
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-lib.mo
825
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-low.mo
900
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-low.mo
901
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-manpages.mo
902
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-manual.mo
826
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-multiplayer.mo
903
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-multiplayer.mo
827
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-nr.mo
904
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-nr.mo
828
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-sof.mo
905
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-sof.mo
Lines 836-841 Link Here
836
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-units.mo
913
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-units.mo
837
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-utbs.mo
914
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-utbs.mo
838
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth.mo
915
%%NLS%%share/locale/la/LC_MESSAGES/wesnoth.mo
916
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-ai.mo
839
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-anl.mo
917
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-anl.mo
840
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-aoi.mo
918
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-aoi.mo
841
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-did.mo
919
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-did.mo
Lines 848-853 Link Here
848
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-l.mo
926
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-l.mo
849
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-lib.mo
927
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-lib.mo
850
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-low.mo
928
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-low.mo
929
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-manpages.mo
930
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-manual.mo
851
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-multiplayer.mo
931
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-multiplayer.mo
852
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-nr.mo
932
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-nr.mo
853
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-sof.mo
933
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-sof.mo
Lines 861-866 Link Here
861
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-units.mo
941
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-units.mo
862
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-utbs.mo
942
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-utbs.mo
863
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth.mo
943
%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth.mo
944
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-ai.mo
864
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-anl.mo
945
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-anl.mo
865
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-aoi.mo
946
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-aoi.mo
866
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-did.mo
947
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-did.mo
Lines 873-878 Link Here
873
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-l.mo
954
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-l.mo
874
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-lib.mo
955
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-lib.mo
875
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-low.mo
956
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-low.mo
957
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-manpages.mo
958
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-manual.mo
876
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-multiplayer.mo
959
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-multiplayer.mo
877
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-nr.mo
960
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-nr.mo
878
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-sof.mo
961
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-sof.mo
Lines 886-891 Link Here
886
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-units.mo
969
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-units.mo
887
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-utbs.mo
970
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-utbs.mo
888
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth.mo
971
%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth.mo
972
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-ai.mo
889
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-anl.mo
973
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-anl.mo
890
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-aoi.mo
974
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-aoi.mo
891
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-did.mo
975
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-did.mo
Lines 898-903 Link Here
898
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-l.mo
982
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-l.mo
899
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-lib.mo
983
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-lib.mo
900
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-low.mo
984
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-low.mo
985
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-manpages.mo
986
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-manual.mo
901
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-multiplayer.mo
987
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-multiplayer.mo
902
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-nr.mo
988
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-nr.mo
903
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-sof.mo
989
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-sof.mo
Lines 911-916 Link Here
911
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-units.mo
997
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-units.mo
912
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-utbs.mo
998
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-utbs.mo
913
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth.mo
999
%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth.mo
1000
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-ai.mo
914
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-anl.mo
1001
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-anl.mo
915
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-aoi.mo
1002
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-aoi.mo
916
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-did.mo
1003
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-did.mo
Lines 923-928 Link Here
923
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-l.mo
1010
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-l.mo
924
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-lib.mo
1011
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-lib.mo
925
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-low.mo
1012
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-low.mo
1013
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-manpages.mo
1014
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-manual.mo
926
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-multiplayer.mo
1015
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-multiplayer.mo
927
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-nr.mo
1016
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-nr.mo
928
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-sof.mo
1017
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-sof.mo
Lines 936-941 Link Here
936
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-units.mo
1025
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-units.mo
937
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-utbs.mo
1026
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-utbs.mo
938
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth.mo
1027
%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth.mo
1028
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-ai.mo
939
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-anl.mo
1029
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-anl.mo
940
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-aoi.mo
1030
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-aoi.mo
941
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-did.mo
1031
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-did.mo
Lines 948-953 Link Here
948
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-l.mo
1038
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-l.mo
949
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-lib.mo
1039
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-lib.mo
950
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-low.mo
1040
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-low.mo
1041
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-manpages.mo
1042
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-manual.mo
951
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-multiplayer.mo
1043
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-multiplayer.mo
952
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-nr.mo
1044
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-nr.mo
953
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-sof.mo
1045
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-sof.mo
Lines 961-966 Link Here
961
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-units.mo
1053
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-units.mo
962
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-utbs.mo
1054
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-utbs.mo
963
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth.mo
1055
%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth.mo
1056
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-ai.mo
964
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-anl.mo
1057
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-anl.mo
965
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-aoi.mo
1058
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-aoi.mo
966
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-did.mo
1059
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-did.mo
Lines 973-978 Link Here
973
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-l.mo
1066
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-l.mo
974
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-lib.mo
1067
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-lib.mo
975
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-low.mo
1068
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-low.mo
1069
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-manpages.mo
1070
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-manual.mo
976
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-multiplayer.mo
1071
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-multiplayer.mo
977
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-nr.mo
1072
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-nr.mo
978
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-sof.mo
1073
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-sof.mo
Lines 986-991 Link Here
986
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-units.mo
1081
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-units.mo
987
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-utbs.mo
1082
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-utbs.mo
988
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth.mo
1083
%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth.mo
1084
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-ai.mo
989
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-anl.mo
1085
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-anl.mo
990
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-aoi.mo
1086
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-aoi.mo
991
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-did.mo
1087
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-did.mo
Lines 998-1003 Link Here
998
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-l.mo
1094
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-l.mo
999
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-lib.mo
1095
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-lib.mo
1000
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-low.mo
1096
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-low.mo
1097
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-manpages.mo
1098
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-manual.mo
1001
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-multiplayer.mo
1099
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-multiplayer.mo
1002
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-nr.mo
1100
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-nr.mo
1003
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-sof.mo
1101
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-sof.mo
Lines 1011-1016 Link Here
1011
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-units.mo
1109
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-units.mo
1012
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-utbs.mo
1110
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-utbs.mo
1013
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth.mo
1111
%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth.mo
1112
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-ai.mo
1014
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-anl.mo
1113
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-anl.mo
1015
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-aoi.mo
1114
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-aoi.mo
1016
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-did.mo
1115
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-did.mo
Lines 1023-1028 Link Here
1023
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-l.mo
1122
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-l.mo
1024
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-lib.mo
1123
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-lib.mo
1025
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-low.mo
1124
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-low.mo
1125
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-manpages.mo
1126
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-manual.mo
1026
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-multiplayer.mo
1127
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-multiplayer.mo
1027
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-nr.mo
1128
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-nr.mo
1028
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-sof.mo
1129
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-sof.mo
Lines 1036-1041 Link Here
1036
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-units.mo
1137
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-units.mo
1037
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-utbs.mo
1138
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-utbs.mo
1038
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth.mo
1139
%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth.mo
1140
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-ai.mo
1039
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-anl.mo
1141
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-anl.mo
1040
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-aoi.mo
1142
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-aoi.mo
1041
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-did.mo
1143
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-did.mo
Lines 1048-1053 Link Here
1048
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-l.mo
1150
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-l.mo
1049
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-lib.mo
1151
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-lib.mo
1050
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-low.mo
1152
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-low.mo
1153
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-manpages.mo
1154
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-manual.mo
1051
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-multiplayer.mo
1155
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-multiplayer.mo
1052
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-nr.mo
1156
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-nr.mo
1053
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sof.mo
1157
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sof.mo
Lines 1061-1066 Link Here
1061
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-units.mo
1165
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-units.mo
1062
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-utbs.mo
1166
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-utbs.mo
1063
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth.mo
1167
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth.mo
1168
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-ai.mo
1064
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-anl.mo
1169
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-anl.mo
1065
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-aoi.mo
1170
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-aoi.mo
1066
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-did.mo
1171
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-did.mo
Lines 1073-1078 Link Here
1073
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-l.mo
1178
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-l.mo
1074
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-lib.mo
1179
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-lib.mo
1075
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-low.mo
1180
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-low.mo
1181
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-manpages.mo
1182
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-manual.mo
1076
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-multiplayer.mo
1183
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-multiplayer.mo
1077
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-nr.mo
1184
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-nr.mo
1078
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-sof.mo
1185
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-sof.mo
Lines 1086-1091 Link Here
1086
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-units.mo
1193
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-units.mo
1087
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-utbs.mo
1194
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-utbs.mo
1088
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth.mo
1195
%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth.mo
1196
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-ai.mo
1089
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-anl.mo
1197
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-anl.mo
1090
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-aoi.mo
1198
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-aoi.mo
1091
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-did.mo
1199
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-did.mo
Lines 1098-1103 Link Here
1098
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-l.mo
1206
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-l.mo
1099
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-lib.mo
1207
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-lib.mo
1100
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-low.mo
1208
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-low.mo
1209
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-manpages.mo
1210
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-manual.mo
1101
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-multiplayer.mo
1211
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-multiplayer.mo
1102
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-nr.mo
1212
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-nr.mo
1103
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-sof.mo
1213
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-sof.mo
Lines 1111-1116 Link Here
1111
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-units.mo
1221
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-units.mo
1112
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-utbs.mo
1222
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-utbs.mo
1113
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth.mo
1223
%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth.mo
1224
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-ai.mo
1114
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-anl.mo
1225
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-anl.mo
1115
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-aoi.mo
1226
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-aoi.mo
1116
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-did.mo
1227
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-did.mo
Lines 1123-1128 Link Here
1123
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-l.mo
1234
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-l.mo
1124
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-lib.mo
1235
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-lib.mo
1125
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-low.mo
1236
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-low.mo
1237
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-manpages.mo
1238
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-manual.mo
1126
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-multiplayer.mo
1239
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-multiplayer.mo
1127
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-nr.mo
1240
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-nr.mo
1128
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-sof.mo
1241
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-sof.mo
Lines 1136-1141 Link Here
1136
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-units.mo
1249
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-units.mo
1137
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-utbs.mo
1250
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-utbs.mo
1138
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth.mo
1251
%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth.mo
1252
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-ai.mo
1139
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-anl.mo
1253
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-anl.mo
1140
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-aoi.mo
1254
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-aoi.mo
1141
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-did.mo
1255
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-did.mo
Lines 1148-1153 Link Here
1148
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-l.mo
1262
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-l.mo
1149
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-lib.mo
1263
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-lib.mo
1150
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-low.mo
1264
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-low.mo
1265
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-manpages.mo
1266
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-manual.mo
1151
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-multiplayer.mo
1267
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-multiplayer.mo
1152
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-nr.mo
1268
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-nr.mo
1153
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-sof.mo
1269
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-sof.mo
Lines 1161-1166 Link Here
1161
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-units.mo
1277
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-units.mo
1162
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-utbs.mo
1278
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-utbs.mo
1163
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth.mo
1279
%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth.mo
1280
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-ai.mo
1164
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-anl.mo
1281
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-anl.mo
1165
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-aoi.mo
1282
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-aoi.mo
1166
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-did.mo
1283
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-did.mo
Lines 1173-1178 Link Here
1173
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-l.mo
1290
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-l.mo
1174
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-lib.mo
1291
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-lib.mo
1175
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-low.mo
1292
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-low.mo
1293
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-manpages.mo
1294
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-manual.mo
1176
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-multiplayer.mo
1295
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-multiplayer.mo
1177
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-nr.mo
1296
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-nr.mo
1178
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-sof.mo
1297
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-sof.mo
Lines 1186-1191 Link Here
1186
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-units.mo
1305
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-units.mo
1187
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-utbs.mo
1306
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-utbs.mo
1188
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth.mo
1307
%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth.mo
1308
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-ai.mo
1189
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-anl.mo
1309
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-anl.mo
1190
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-aoi.mo
1310
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-aoi.mo
1191
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-did.mo
1311
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-did.mo
Lines 1198-1203 Link Here
1198
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-l.mo
1318
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-l.mo
1199
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-lib.mo
1319
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-lib.mo
1200
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-low.mo
1320
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-low.mo
1321
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-manpages.mo
1322
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-manual.mo
1201
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-multiplayer.mo
1323
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-multiplayer.mo
1202
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-nr.mo
1324
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-nr.mo
1203
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-sof.mo
1325
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-sof.mo
Lines 1211-1216 Link Here
1211
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-units.mo
1333
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-units.mo
1212
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-utbs.mo
1334
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-utbs.mo
1213
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth.mo
1335
%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth.mo
1336
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-ai.mo
1214
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-anl.mo
1337
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-anl.mo
1215
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-aoi.mo
1338
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-aoi.mo
1216
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-did.mo
1339
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-did.mo
Lines 1223-1228 Link Here
1223
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-l.mo
1346
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-l.mo
1224
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-lib.mo
1347
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-lib.mo
1225
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-low.mo
1348
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-low.mo
1349
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-manpages.mo
1350
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-manual.mo
1226
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-multiplayer.mo
1351
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-multiplayer.mo
1227
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-nr.mo
1352
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-nr.mo
1228
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-sof.mo
1353
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-sof.mo
Lines 1236-1241 Link Here
1236
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-units.mo
1361
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-units.mo
1237
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-utbs.mo
1362
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-utbs.mo
1238
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth.mo
1363
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth.mo
1364
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-ai.mo
1239
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-anl.mo
1365
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-anl.mo
1240
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-aoi.mo
1366
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-aoi.mo
1241
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-did.mo
1367
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-did.mo
Lines 1248-1253 Link Here
1248
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-l.mo
1374
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-l.mo
1249
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-lib.mo
1375
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-lib.mo
1250
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-low.mo
1376
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-low.mo
1377
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-manpages.mo
1378
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-manual.mo
1251
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-multiplayer.mo
1379
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-multiplayer.mo
1252
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-nr.mo
1380
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-nr.mo
1253
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-sof.mo
1381
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-sof.mo
Lines 1261-1266 Link Here
1261
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-units.mo
1389
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-units.mo
1262
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-utbs.mo
1390
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-utbs.mo
1263
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth.mo
1391
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth.mo
1392
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-ai.mo
1264
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-anl.mo
1393
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-anl.mo
1265
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-aoi.mo
1394
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-aoi.mo
1266
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-did.mo
1395
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-did.mo
Lines 1273-1278 Link Here
1273
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-l.mo
1402
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-l.mo
1274
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-lib.mo
1403
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-lib.mo
1275
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-low.mo
1404
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-low.mo
1405
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-manpages.mo
1406
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-manual.mo
1276
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-multiplayer.mo
1407
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-multiplayer.mo
1277
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-nr.mo
1408
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-nr.mo
1278
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-sof.mo
1409
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-sof.mo
Lines 1286-1291 Link Here
1286
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-units.mo
1417
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-units.mo
1287
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-utbs.mo
1418
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-utbs.mo
1288
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth.mo
1419
%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth.mo
1420
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-ai.mo
1289
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-anl.mo
1421
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-anl.mo
1290
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-aoi.mo
1422
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-aoi.mo
1291
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-did.mo
1423
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-did.mo
Lines 1298-1303 Link Here
1298
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-l.mo
1430
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-l.mo
1299
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-lib.mo
1431
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-lib.mo
1300
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-low.mo
1432
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-low.mo
1433
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-manpages.mo
1434
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-manual.mo
1301
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-multiplayer.mo
1435
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-multiplayer.mo
1302
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-nr.mo
1436
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-nr.mo
1303
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-sof.mo
1437
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-sof.mo
Lines 1311-1316 Link Here
1311
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-units.mo
1445
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-units.mo
1312
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-utbs.mo
1446
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-utbs.mo
1313
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth.mo
1447
%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth.mo
1448
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-ai.mo
1314
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-anl.mo
1449
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-anl.mo
1315
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-aoi.mo
1450
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-aoi.mo
1316
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-did.mo
1451
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-did.mo
Lines 1323-1328 Link Here
1323
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-l.mo
1458
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-l.mo
1324
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-lib.mo
1459
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-lib.mo
1325
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-low.mo
1460
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-low.mo
1461
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-manpages.mo
1462
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-manual.mo
1326
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-multiplayer.mo
1463
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-multiplayer.mo
1327
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-nr.mo
1464
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-nr.mo
1328
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-sof.mo
1465
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-sof.mo
Lines 1336-1341 Link Here
1336
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-units.mo
1473
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-units.mo
1337
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-utbs.mo
1474
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-utbs.mo
1338
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth.mo
1475
%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth.mo
1476
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-ai.mo
1339
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-anl.mo
1477
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-anl.mo
1340
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-aoi.mo
1478
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-aoi.mo
1341
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-did.mo
1479
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-did.mo
Lines 1348-1353 Link Here
1348
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-l.mo
1486
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-l.mo
1349
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-lib.mo
1487
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-lib.mo
1350
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-low.mo
1488
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-low.mo
1489
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-manpages.mo
1490
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-manual.mo
1351
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-multiplayer.mo
1491
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-multiplayer.mo
1352
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-nr.mo
1492
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-nr.mo
1353
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-sof.mo
1493
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-sof.mo
Lines 1361-1366 Link Here
1361
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-units.mo
1501
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-units.mo
1362
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-utbs.mo
1502
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-utbs.mo
1363
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth.mo
1503
%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth.mo
1504
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-ai.mo
1364
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-anl.mo
1505
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-anl.mo
1365
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-aoi.mo
1506
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-aoi.mo
1366
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-did.mo
1507
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-did.mo
Lines 1373-1378 Link Here
1373
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-l.mo
1514
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-l.mo
1374
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-lib.mo
1515
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-lib.mo
1375
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-low.mo
1516
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-low.mo
1517
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-manpages.mo
1518
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-manual.mo
1376
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-multiplayer.mo
1519
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-multiplayer.mo
1377
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-nr.mo
1520
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-nr.mo
1378
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-sof.mo
1521
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-sof.mo
Lines 1386-1391 Link Here
1386
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-units.mo
1529
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-units.mo
1387
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-utbs.mo
1530
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth-utbs.mo
1388
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth.mo
1531
%%NLS%%share/locale/uk/LC_MESSAGES/wesnoth.mo
1532
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-ai.mo
1389
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-anl.mo
1533
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-anl.mo
1390
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-aoi.mo
1534
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-aoi.mo
1391
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-did.mo
1535
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-did.mo
Lines 1398-1403 Link Here
1398
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-l.mo
1542
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-l.mo
1399
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-lib.mo
1543
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-lib.mo
1400
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-low.mo
1544
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-low.mo
1545
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-manpages.mo
1546
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-manual.mo
1401
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-multiplayer.mo
1547
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-multiplayer.mo
1402
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-nr.mo
1548
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-nr.mo
1403
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-sof.mo
1549
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-sof.mo
Lines 1411-1416 Link Here
1411
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-units.mo
1557
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-units.mo
1412
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-utbs.mo
1558
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth-utbs.mo
1413
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth.mo
1559
%%NLS%%share/locale/vi/LC_MESSAGES/wesnoth.mo
1560
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-ai.mo
1414
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-anl.mo
1561
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-anl.mo
1415
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-aoi.mo
1562
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-aoi.mo
1416
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-did.mo
1563
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-did.mo
Lines 1423-1428 Link Here
1423
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-l.mo
1570
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-l.mo
1424
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-lib.mo
1571
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-lib.mo
1425
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-low.mo
1572
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-low.mo
1573
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-manpages.mo
1574
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-manual.mo
1426
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-multiplayer.mo
1575
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-multiplayer.mo
1427
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-nr.mo
1576
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-nr.mo
1428
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-sof.mo
1577
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-sof.mo
Lines 1436-1441 Link Here
1436
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-units.mo
1585
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-units.mo
1437
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-utbs.mo
1586
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-utbs.mo
1438
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
1587
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
1588
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-ai.mo
1439
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-anl.mo
1589
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-anl.mo
1440
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-aoi.mo
1590
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-aoi.mo
1441
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-did.mo
1591
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-did.mo
Lines 1448-1453 Link Here
1448
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-l.mo
1598
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-l.mo
1449
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-lib.mo
1599
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-lib.mo
1450
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-low.mo
1600
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-low.mo
1601
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-manpages.mo
1602
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-manual.mo
1451
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-multiplayer.mo
1603
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-multiplayer.mo
1452
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-nr.mo
1604
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-nr.mo
1453
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-sof.mo
1605
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-sof.mo
Lines 1514-1662 Link Here
1514
man/vi/man6/wesnothd.6.gz
1666
man/vi/man6/wesnothd.6.gz
1515
man/zh_CN/man6/wesnoth.6.gz
1667
man/zh_CN/man6/wesnoth.6.gz
1516
man/zh_CN/man6/wesnothd.6.gz
1668
man/zh_CN/man6/wesnothd.6.gz
1517
man/zh_TW/man6/wesnoth.6.gz
1518
man/zh_TW/man6/wesnothd.6.gz
1669
man/zh_TW/man6/wesnothd.6.gz
1519
@dirrmtry man/gd/man6
1520
@dirrmtry man/gd
1521
%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/wesnoth
1522
@dirrmtry man/af/man6
1523
@dirrmtry man/af
1524
@dirrmtry man/ang/man6
1525
@dirrmtry man/ang
1526
@dirrmtry man/ang@latin/man6
1527
@dirrmtry man/ang@latin
1528
@dirrmtry man/ar/man6
1529
@dirrmtry man/ar
1530
@dirrmtry man/bg/man6
1531
@dirrmtry man/bg
1532
@dirrmtry man/ca/man6
1533
@dirrmtry man/ca
1534
@dirrmtry man/ca_ES@valencia/man6
1535
@dirrmtry man/ca_ES@valencia
1536
@dirrmtry man/cs/man6
1537
@dirrmtry man/cs
1538
@dirrmtry man/da/man6
1539
@dirrmtry man/da
1540
@dirrmtry man/de/man6
1541
@dirrmtry man/de
1542
@dirrmtry man/el/man6
1543
@dirrmtry man/el
1544
@dirrmtry man/en@shaw/man6
1545
@dirrmtry man/en@shaw
1546
@dirrmtry man/en_GB/man6
1547
@dirrmtry man/en_GB
1548
@dirrmtry man/eo/man6
1549
@dirrmtry man/eo
1550
@dirrmtry man/es/man6
1551
@dirrmtry man/es
1552
@dirrmtry man/et/man6
1553
@dirrmtry man/et
1554
@dirrmtry man/eu/man6
1555
@dirrmtry man/eu
1556
@dirrmtry man/fi/man6
1557
@dirrmtry man/fi
1558
@dirrmtry man/fr/man6
1559
@dirrmtry man/fr
1560
@dirrmtry man/fur_IT/man6
1561
@dirrmtry man/fur_IT
1562
@dirrmtry man/ga/man6
1563
@dirrmtry man/ga
1564
@dirrmtry man/gl/man6
1565
@dirrmtry man/gl
1566
@dirrmtry man/he/man6
1567
@dirrmtry man/he
1568
@dirrmtry man/hr/man6
1569
@dirrmtry man/hr
1570
@dirrmtry man/hu/man6
1571
@dirrmtry man/hu
1572
@dirrmtry man/id/man6
1573
@dirrmtry man/id
1574
@dirrmtry man/is/man6
1575
@dirrmtry man/is
1576
@dirrmtry man/it/man6
1577
@dirrmtry man/it
1578
@dirrmtry man/ko/man6
1579
@dirrmtry man/ko
1580
@dirrmtry man/la/man6
1581
@dirrmtry man/la
1582
@dirrmtry man/lt/man6
1583
@dirrmtry man/lt
1584
@dirrmtry man/lv/man6
1585
@dirrmtry man/lv
1586
@dirrmtry man/mk/man6
1587
@dirrmtry man/mk
1588
@dirrmtry man/mr/man6
1589
@dirrmtry man/mr
1590
@dirrmtry man/nb_NO/man6
1591
@dirrmtry man/nb_NO
1592
@dirrmtry man/nl/man6
1593
@dirrmtry man/nl
1594
@dirrmtry man/pl/man6
1595
@dirrmtry man/pl
1596
@dirrmtry man/pt/man6
1597
@dirrmtry man/pt
1598
@dirrmtry man/pt_BR/man6
1599
@dirrmtry man/pt_BR
1600
@dirrmtry man/racv/man6
1601
@dirrmtry man/racv
1602
@dirrmtry man/ro/man6
1603
@dirrmtry man/ro
1604
@dirrmtry man/ru/man6
1605
@dirrmtry man/ru
1606
@dirrmtry man/sk/man6
1607
@dirrmtry man/sk
1608
@dirrmtry man/sl/man6
1609
@dirrmtry man/sl
1610
@dirrmtry man/sr/man6
1611
@dirrmtry man/sr
1612
@dirrmtry man/sr@ijekavian/man6
1613
@dirrmtry man/sr@ijekavian
1614
@dirrmtry man/sr@ijekavianlatin/man6
1615
@dirrmtry man/sr@ijekavianlatin
1616
@dirrmtry man/sr@latin/man6
1617
@dirrmtry man/sr@latin
1618
@dirrmtry man/sv/man6
1619
@dirrmtry man/sv
1620
@dirrmtry man/tl/man6
1621
@dirrmtry man/tl
1622
@dirrmtry man/tr/man6
1623
@dirrmtry man/tr
1624
@dirrmtry man/uk/man6
1625
@dirrmtry man/uk
1626
@dirrmtry man/vi/man6
1627
@dirrmtry man/vi
1628
@dirrmtry man/zh_CN/man6
1629
@dirrmtry man/zh_CN
1630
@dirrmtry man/zh_TW/man6
1631
@dirrmtry man/zh_TW
1632
%%NLS%%@dirrmtry share/locale/ang/LC_MESSAGES
1633
%%NLS%%@dirrmtry share/locale/ang
1634
%%NLS%%@dirrmtry share/locale/ang@latin/LC_MESSAGES
1635
%%NLS%%@dirrmtry share/locale/ang@latin
1636
%%NLS%%@dirrmtry share/locale/ca_ES@valencia/LC_MESSAGES
1637
%%NLS%%@dirrmtry share/locale/ca_ES@valencia
1638
%%NLS%%@dirrmtry share/locale/en@shaw/LC_MESSAGES
1639
%%NLS%%@dirrmtry share/locale/en@shaw
1640
%%NLS%%@dirrmtry share/locale/fur_IT/LC_MESSAGES
1641
%%NLS%%@dirrmtry share/locale/fur_IT
1642
%%NLS%%@dirrmtry share/locale/gd/LC_MESSAGES
1643
%%NLS%%@dirrmtry share/locale/gd
1644
%%NLS%%@dirrmtry share/locale/la/LC_MESSAGES
1645
%%NLS%%@dirrmtry share/locale/la
1646
%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
1647
%%NLS%%@dirrmtry share/locale/mr
1648
%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
1649
%%NLS%%@dirrmtry share/locale/nb_NO
1650
%%NLS%%@dirrmtry share/locale/racv/LC_MESSAGES
1651
%%NLS%%@dirrmtry share/locale/racv
1652
%%NLS%%@dirrmtry share/locale/sr@ijekavian/LC_MESSAGES
1653
%%NLS%%@dirrmtry share/locale/sr@ijekavian
1654
%%NLS%%@dirrmtry share/locale/sr@ijekavianlatin/LC_MESSAGES
1655
%%NLS%%@dirrmtry share/locale/sr@ijekavianlatin
1656
%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES
1657
%%NLS%%@dirrmtry share/locale/sr@latin
1658
%%NLS%%@dirrmtry share/locale/tl/LC_MESSAGES
1659
%%NLS%%@dirrmtry share/locale/tl
1660
@exec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true
1670
@exec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true
1661
@unexec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true
1671
@unexec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true
1662
%%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
1672
%%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

Return to bug 196721