Commit 7b76dffa authored by Michael Tremer's avatar Michael Tremer

po: Import translation strings

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 88ef7e9c
*.db *.db
*.db.xz *.db.xz
*.log *.log
*.mo
*.o *.o
*.tar.xz *.tar.xz
.deps/ .deps/
......
...@@ -78,9 +78,13 @@ AM_V_XSLT_0 = @echo " XSLT " $@; ...@@ -78,9 +78,13 @@ AM_V_XSLT_0 = @echo " XSLT " $@;
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
.PHONY: update-po .PHONY: update-po
update-po: update-po: po/POTFILES.in
$(MAKE) -C po update-po $(MAKE) -C po update-po
po/POTFILES.in: Makefile
find $(abs_srcdir)/src | \
grep -E "\.(in|py)$$" | sed -e "s@$(abs_srcdir)/@@g" | sort > $@
EXTRA_DIST += \ EXTRA_DIST += \
examples/private-key.pem \ examples/private-key.pem \
examples/public-key.pem \ examples/public-key.pem \
......
...@@ -31,6 +31,10 @@ AC_PREFIX_DEFAULT([/usr]) ...@@ -31,6 +31,10 @@ AC_PREFIX_DEFAULT([/usr])
gl_LD_VERSION_SCRIPT gl_LD_VERSION_SCRIPT
IT_PROG_INTLTOOL([0.40.0]) IT_PROG_INTLTOOL([0.40.0])
# Interpret embedded Python in HTML files
XGETTEXT="${XGETTEXT} -L Python --keyword=_:1,2 --keyword=N_:1,2 --no-location"
GETTEXT_PACKAGE=${PACKAGE_TARNAME} GETTEXT_PACKAGE=${PACKAGE_TARNAME}
AC_SUBST(GETTEXT_PACKAGE) AC_SUBST(GETTEXT_PACKAGE)
......
src/python/location-query.in src/libloc.pc.in
src/python/database.py
src/python/downloader.py
src/python/export.py
src/python/i18n.py
src/python/importer.py
src/python/__init__.py
src/python/location-importer.in
src/python/location.in
src/python/logger.py
src/systemd/location-update.service.in
src/systemd/location-update.timer.in
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: libloc 0\n" "Project-Id-Version: libloc 0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-11-17 14:56+0000\n" "POT-Creation-Date: 2020-06-03 19:00+0000\n"
"PO-Revision-Date: 2018-02-01 14:05+0000\n" "PO-Revision-Date: 2018-02-01 14:05+0000\n"
"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n" "Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
"Language-Team: German\n" "Language-Team: German\n"
...@@ -17,81 +17,193 @@ msgstr "" ...@@ -17,81 +17,193 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../src/python/location-query.in:124 msgid "Location Importer Command Line Interface"
msgid "Location Database Command Line Interface"
msgstr "" msgstr ""
#: ../src/python/location-query.in:130
msgid "Enable debug output" msgid "Enable debug output"
msgstr "" msgstr ""
#: ../src/python/location-query.in:138 msgid "Enable quiet mode"
msgstr ""
msgid "Database Hostname"
msgstr ""
msgid "HOST"
msgstr ""
msgid "Database Name"
msgstr ""
msgid "NAME"
msgstr ""
msgid "Database Username"
msgstr ""
msgid "USERNAME"
msgstr ""
msgid "Database Password"
msgstr ""
msgid "PASSWORD"
msgstr ""
#. Write Database
msgid "Write database to file"
msgstr ""
msgid "Database File"
msgstr ""
msgid "Signing Key"
msgstr ""
msgid "Backup Signing Key"
msgstr ""
msgid "Sets the vendor"
msgstr ""
msgid "Sets a description"
msgstr ""
msgid "Sets the license"
msgstr ""
msgid "Database Format Version"
msgstr ""
#. Update WHOIS
msgid "Update WHOIS Information"
msgstr ""
msgid "Update BGP Annoucements"
msgstr ""
msgid "Route Server to connect to"
msgstr ""
msgid "SERVER"
msgstr ""
msgid "Update overrides"
msgstr ""
msgid "Files to import"
msgstr ""
msgid "Import countries"
msgstr ""
msgid "File to import"
msgstr ""
msgid "Location Database Command Line Interface"
msgstr ""
msgid "Path to database" msgid "Path to database"
msgstr "" msgstr ""
#: ../src/python/location-query.in:143 msgid "Public Signing Key"
msgstr ""
msgid "Show database version"
msgstr ""
msgid "Lookup one or multiple IP addresses" msgid "Lookup one or multiple IP addresses"
msgstr "" msgstr ""
#: ../src/python/location-query.in:150 msgid "Dump the entire database"
msgstr ""
#. Update
msgid "Update database"
msgstr ""
msgid "Verify the downloaded database"
msgstr ""
msgid "Get information about one or multiple Autonomous Systems" msgid "Get information about one or multiple Autonomous Systems"
msgstr "" msgstr ""
#: ../src/python/location-query.in:157
msgid "Search for Autonomous Systems that match the string" msgid "Search for Autonomous Systems that match the string"
msgstr "" msgstr ""
#: ../src/python/location-query.in:164
msgid "Lists all networks in an AS" msgid "Lists all networks in an AS"
msgstr "" msgstr ""
#: ../src/python/location-query.in:173
msgid "Lists all networks in a country" msgid "Lists all networks in a country"
msgstr "" msgstr ""
#: ../src/python/location-query.in:182
msgid "Lists all networks with flags" msgid "Lists all networks with flags"
msgstr "" msgstr ""
#: ../src/python/location-query.in:185
msgid "Anonymous Proxies" msgid "Anonymous Proxies"
msgstr "" msgstr ""
#: ../src/python/location-query.in:188
msgid "Satellite Providers" msgid "Satellite Providers"
msgstr "" msgstr ""
#: ../src/python/location-query.in:191
msgid "Anycasts" msgid "Anycasts"
msgstr "" msgstr ""
#: ../src/python/location-query.in:235 msgid "Exports data in many formats to load it into packet filters"
#, c-format msgstr ""
msgid "Output format"
msgstr ""
msgid "Output directory"
msgstr ""
msgid "Specify address family"
msgstr ""
msgid "List country codes or ASNs to export"
msgstr ""
#, python-format
msgid "Invalid IP address: %s" msgid "Invalid IP address: %s"
msgstr "" msgstr ""
#: ../src/python/location-query.in:244 #, python-format
msgid "Nothing found for %(address)s" msgid "Nothing found for %(address)s"
msgstr "" msgstr ""
#: ../src/python/location-query.in:258 msgid "Network"
msgid "%(address)s belongs to %(network)s which is a part of %(as)s" msgstr ""
msgid "Country"
msgstr "" msgstr ""
#: ../src/python/location-query.in:261 msgid "Autonomous System"
msgid "%(address)s belongs to %(network)s"
msgstr "" msgstr ""
#: ../src/python/location-query.in:275 msgid "Anonymous Proxy"
#, c-format msgstr ""
msgid "yes"
msgstr ""
msgid "Satellite Provider"
msgstr ""
msgid "Anycast"
msgstr ""
#, python-format
msgid "Invalid ASN: %s" msgid "Invalid ASN: %s"
msgstr "" msgstr ""
#: ../src/python/location-query.in:284 #, python-format
#, c-format
msgid "Could not find AS%s" msgid "Could not find AS%s"
msgstr "" msgstr ""
#: ../src/python/location-query.in:288 #, python-format
msgid "AS%(asn)s belongs to %(name)s" msgid "AS%(asn)s belongs to %(name)s"
msgstr "" msgstr ""
msgid "You must at least pass one flag"
msgstr ""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment