po-files for South Guard

This commit is contained in:
Nils Kneuper 2006-02-19 23:40:37 +00:00
parent f0991080f4
commit 6d22b7bbc4
43 changed files with 82238 additions and 1 deletions

View file

@ -890,6 +890,7 @@ AC_CONFIG_FILES([Makefile
po/wesnoth-ei/Makefile.in
po/wesnoth-trow/Makefile.in
po/wesnoth-tb/Makefile.in
po/wesnoth-tsg/Makefile.in
m4/Makefile
icons/Makefile
src/Makefile

View file

@ -1,4 +1,4 @@
SUBDIRS = wesnoth wesnoth-editor wesnoth-lib wesnoth-tutorial wesnoth-httt wesnoth-tdh wesnoth-sotbe wesnoth-ei wesnoth-trow wesnoth-tb
SUBDIRS = wesnoth wesnoth-editor wesnoth-lib wesnoth-tutorial wesnoth-httt wesnoth-tdh wesnoth-sotbe wesnoth-ei wesnoth-trow wesnoth-tb wesnoth-tsg
EXTRA_DIST = Makefile.in.in

2
po/wesnoth-tsg/FINDCFG Normal file
View file

@ -0,0 +1,2 @@
find data/campaigns/The_South_Guard -name '*.cfg' -print
echo data/campaigns/The_South_Guard.cfg

1
po/wesnoth-tsg/LINGUAS Normal file
View file

@ -0,0 +1 @@
af bg ca cs da de el en_GB es eo et eu fi fr he hu id it ja la nl no oc pl pt pt_BR ro ru sk sl sr sv tr vi zh_CN

41
po/wesnoth-tsg/Makevars Normal file
View file

@ -0,0 +1,41 @@
# Makefile variables for PO directory in any package using GNU gettext.
# Usually the message domain is the same as the package name.
DOMAIN = wesnoth-tsg
# These two variables depend on the location of this directory.
subdir = po/$(DOMAIN)
top_builddir = ../..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --from-code=UTF-8 --sort-by-file --keyword=sgettext --keyword=vgettext
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
# package. (Note that the msgstr strings, extracted from the package's
# sources, belong to the copyright holder of the package.) Translators are
# expected to transfer the copyright for their translations to this person
# or entity, or to disclaim their copyright. The empty string stands for
# the public domain; in this case the translators are expected to disclaim
# their copyright.
COPYRIGHT_HOLDER = Wesnoth development team
# This is the email address or URL to which the translators shall report
# bugs in the untranslated strings:
# - Strings which are not entire sentences, see the maintainer guidelines
# in the GNU gettext documentation, section 'Preparing Strings'.
# - Strings which use unclear terms or require additional context to be
# understood.
# - Strings which make invalid assumptions about notation of date, time or
# money.
# - Pluralisation problems.
# - Incorrect English spelling.
# - Incorrect formatting.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
MSGID_BUGS_ADDRESS =http://bugs.wesnoth.org/
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
EXTRA_LOCALE_CATEGORIES =

0
po/wesnoth-tsg/POTFILES Normal file
View file

2240
po/wesnoth-tsg/af.po Normal file

File diff suppressed because it is too large Load diff

2240
po/wesnoth-tsg/bg.po Normal file

File diff suppressed because it is too large Load diff

2240
po/wesnoth-tsg/ca.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/cs.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/da.po Normal file

File diff suppressed because it is too large Load diff

2523
po/wesnoth-tsg/de.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/el.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/en_GB.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/eo.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/es.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/et.po Normal file

File diff suppressed because it is too large Load diff

2240
po/wesnoth-tsg/eu.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/fi.po Normal file

File diff suppressed because it is too large Load diff

2874
po/wesnoth-tsg/fr.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/he.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/hu.po Normal file

File diff suppressed because it is too large Load diff

2240
po/wesnoth-tsg/id.po Normal file

File diff suppressed because it is too large Load diff

2858
po/wesnoth-tsg/it.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/ja.po Normal file

File diff suppressed because it is too large Load diff

2240
po/wesnoth-tsg/la.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/nl.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/no.po Normal file

File diff suppressed because it is too large Load diff

2240
po/wesnoth-tsg/oc.po Normal file

File diff suppressed because it is too large Load diff

2805
po/wesnoth-tsg/pl.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/pt.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/pt_BR.po Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
# Sed script that remove the POT-Creation-Date line in the header entry
# from a POT file.
#
# The distinction between the first and the following occurrences of the
# pattern is achieved by looking at the hold space.
/^"POT-Creation-Date: .*"$/{
x
# Test if the hold space is empty.
s/P/P/
ta
# Yes it was empty. First occurrence. Remove the line.
g
d
bb
:a
# The hold space was nonempty. Following occurrences. Do nothing.
x
:b
}

2240
po/wesnoth-tsg/ro.po Normal file

File diff suppressed because it is too large Load diff

2242
po/wesnoth-tsg/ru.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/sk.po Normal file

File diff suppressed because it is too large Load diff

2242
po/wesnoth-tsg/sl.po Normal file

File diff suppressed because it is too large Load diff

2242
po/wesnoth-tsg/sr.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/sv.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/tr.po Normal file

File diff suppressed because it is too large Load diff

2241
po/wesnoth-tsg/vi.po Normal file

File diff suppressed because it is too large Load diff

1648
po/wesnoth-tsg/wesnoth-tsg Normal file

File diff suppressed because it is too large Load diff

2240
po/wesnoth-tsg/zh_CN.po Normal file

File diff suppressed because it is too large Load diff