From: DongHun Kwak Date: Thu, 16 Dec 2021 01:29:02 +0000 (+0900) Subject: Imported Upstream version 3.68 X-Git-Tag: upstream/3.68^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=294670747bd1505c7cd67356b183833607506f9e;p=platform%2Fupstream%2Fiso-codes.git Imported Upstream version 3.68 --- diff --git a/ChangeLog b/ChangeLog index 320f515..85b93ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +iso-codes 3.68 +-------------- +Dr. Tobias Quathamer +Mon, 2 May 2016 + + [ ISO 3166-1 ] + * Change long name of GM (ISO-3166 change as of 2016-03-31) + + [ ISO 3166-2 ] + * Add changes for Lao (ISO 3166-2 change as of 2015-11-27). + Thanks to Cédric Krier for the bug report and patch. + Closes: alioth#315352 + + [ ISO 3166-2 translations ] + * Ukrainian by Yuri Chornoivan (TP) + * German by Dr. Tobias Quathamer + + [ ISO 3166-1 translations ] + * Brazilian Portuguese by Rafael Fontenelle (TP) + * French by Christian Perrier + * German by Dr. Tobias Quathamer + * Thai by Theppitak Karoonboonyanan + + [ ISO 639-3 translations ] + * Ukrainian by Yuri Chornoivan (TP) + + [ ISO 639-2 translations ] + * Thai by Theppitak Karoonboonyanan + * German by Dr. Tobias Quathamer + + [ ISO 15924 translations ] + * German by Dr. Tobias Quathamer + + [ ISO 4217 translations ] + * German by Dr. Tobias Quathamer + + iso-codes 3.67 -------------- Dr. Tobias Quathamer diff --git a/Makefile.am b/Makefile.am index 4ab0970..be15c73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,12 +3,14 @@ SUBDIRS = $(DOMAINS) pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = iso-codes.pc -# For this release, just install the JSON files. +# Install the JSON files. jsondir = $(pkgdatadir)/json dist_json_DATA = $(wildcard $(srcdir)/data/*.json) -# Include the "bin" directory and the common Makefile snippet. -EXTRA_DIST = bin common.mk +# Include the "bin" directory, the common Makefile snippet +# and the markdown documentation currently not handled +# by automake +EXTRA_DIST = bin common.mk README.md DISTCLEANFILES = $(pkgconfig_DATA) diff --git a/Makefile.in b/Makefile.in index af3f70c..99091cb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -184,7 +184,7 @@ CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iso-codes.pc.in \ - COPYING ChangeLog INSTALL README TODO install-sh missing + COPYING ChangeLog INSTALL TODO install-sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -313,12 +313,14 @@ SUBDIRS = $(DOMAINS) pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = iso-codes.pc -# For this release, just install the JSON files. +# Install the JSON files. jsondir = $(pkgdatadir)/json dist_json_DATA = $(wildcard $(srcdir)/data/*.json) -# Include the "bin" directory and the common Makefile snippet. -EXTRA_DIST = bin common.mk +# Include the "bin" directory, the common Makefile snippet +# and the markdown documentation currently not handled +# by automake +EXTRA_DIST = bin common.mk README.md DISTCLEANFILES = $(pkgconfig_DATA) all: all-recursive diff --git a/README b/README deleted file mode 100644 index 6a6c246..0000000 --- a/README +++ /dev/null @@ -1,189 +0,0 @@ -iso-codes -========= - - -This package provides lists of various ISO standards (e.g. country, -language, language scripts, and currency names) in one place, rather -than repeated in many programs throughout the system. - -Currently there are lists of languages and countries embedded in -several different programs, which leads to dozens of lists of -200 languages, translated into more than 30 languages ... not -very efficient. - -With this package, we create a single "gettext domain" for every -supported ISO standard which contains the translations of -that domain. It is easy for a programmer to re-use those -translations instead of maintaining their own translation -infrastructure. Moreover, the programmer does not need to follow -changes in the ISO standard and will not work with outdated -information. - -To use this translation infrastructure, the programmer just needs -to call dgettext() in their program. - -Example: - dgettext("iso_639", "French") -will return the translation for "French", depending on the -current locale. - -Furthermore, this package provides the ISO standards as XML files -to be used by other applications as well. All those XML files -are stored in the directory "/usr/share/xml/iso-codes". - - -NEWS: iso_3166.tab and iso_639.tab removed -========================================== - -Please note that the plain text tabular files "iso_3166.tab" and -"iso_639.tab" have been removed from the directory /usr/share/iso-codes. -If you need that specific format, you can easily regenerate those -files. Install the package isoquery and run the following commands: - -$ isoquery | cut -f 1,4 | sort > iso_3166.tab - -$ isoquery --iso=639 | \ - sed -e "s/\t\t/\tXX\t/" | \ - awk -F"\t" '{print $2"\t"$1"\t"$3"\t"$4}' | \ - sort > iso_639.tab - -See the output of "isoquery --help" or "man isoquery" for more -information and usage examples. - - -ISO 3166 -======== - -This lists the 2-letter country code and "short" country name. The -official ISO 3166 maintenance agency is ISO. The gettext domain is -"iso_3166". - - - -ISO 639 -======= - -This lists the 2-letter and 3-letter language codes and language -names. The official ISO 639 maintenance agency is the Library of -Congress. The gettext domain is "iso_639". - - - -ISO 639-3 -========= - -This is a further development of ISO 639-2, see above. All codes -of ISO 639-2 are included in ISO 639-3. ISO 639-3 attempts to -provide as complete an enumeration of languages as possible, -including living, extinct, ancient, and constructed languages, -whether major or minor, written or unwritten. The gettext -domain is "iso_639_3". The official ISO 639-3 maintenance agency -is SIL International. - - - -ISO 4217 -======== - -This lists the currency codes and names. The official ISO 4217 -maintenance agency is the British Standards Institution. The -gettext domain is "iso_4217". - - - -ISO 15924 -========= - -This lists the language scripts names. The official ISO 15924 -maintenance agency is the Unicode Consortium. The gettext -domain is "iso_15924". - - - -ISO 3166-2 -========== - -The ISO 3166 standard includes a "Country Subdivision Code", -giving a code for the names of the principal administrative -subdivisions of the countries coded in ISO 3166. The official -ISO 3166-2 maintenance agency is ISO. The gettext domain is -"iso_3166_2". - - - -Tracking updates to the various ISO standards -============================================= - -Below is a list of websites we use to check for updates to the -standards. Please note that ISO 4217 is missing, because the BSI -does not provide a list of changes. - -ISO 3166 and ISO 3166-2: -http://www.iso.org/iso/country_codes/check_what_s_new.htm -http://www.iso.org/iso/country_codes/updates_on_iso_3166.htm -http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1-semic.txt - -ISO-639: -http://www.loc.gov/standards/iso639-2/php/code_changes.php - -ISO 639-3: -http://www.sil.org/iso639-3/codes.asp?order=639_3&letter=%25 - -ISO-15924: -http://unicode.org/iso15924/codechanges.html - - -Adding or updating translations -=============================== - -You can send your translation as a bug report against the package -iso-codes to the Debian Bug Tracking System. You can either send an email -or use the tool reportbug. More details are on this website: - - - -Another way to send in a translation is using the Translation -Project (TP). You can find more information about it on their -website: - - - - -Reporting a bug -=============== - -If you find a bug in iso-codes, there are several ways to contact us. - -* Alioth Bug Tracking System - - This system can be accessed via webbrowser. - -* Debian Bug Tracking System - - This system can be accessed via e-mail. - -* Development mailing list - - You can subscribe or unsubscribe at this webpage: - - - -Developing using pkgconfig -========================== - -A pkgconfig file has been included to aid developing with this -package. You can detect the prefix where the translations have -been placed using - -$ pkg-config --variable=prefix iso-codes -/usr - -You can detect which gettext domains have been installed using -$ pkg-config --variable=domains iso-codes -iso_15924 iso_3166 iso_4217 iso_639 iso_3166_2 iso_639_3 - - --- -Alastair McKinstry, , 2003-12-24 -Christian Perrier, , 2007-09-09 -Tobias Quathamer, , 2008-01-22 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3439f9 --- /dev/null +++ b/README.md @@ -0,0 +1,233 @@ +iso-codes +========= + + + +This package provides lists of various ISO standards (e.g. country, +language, language scripts, and currency names) in one place, rather +than repeated in many programs throughout the system. + +Currently there are lists of languages and countries embedded in +several different programs, which leads to dozens of lists of +200 languages, translated into more than 30 languages ... not +very efficient. + +With this package, we create a single "gettext domain" for every +supported ISO standard which contains the translations of +that domain. It is easy for a programmer to re-use those +translations instead of maintaining their own translation +infrastructure. Moreover, the programmer does not need to follow +changes in the ISO standard and will not work with outdated +information. + +To use this translation infrastructure, the programmer just needs +to call `dgettext()` in their program. + +Example: + + dgettext("iso_639-2", "French") + +will return the translation for "French", depending on the +current locale. + +Furthermore, this package provides the ISO standards as JSON files +to be used by other applications as well. All those JSON files +are stored in the directory "/usr/share/iso-codes/json". + + +NEWS +==== + +* A new ISO standard has been included, ISO 3166-3. The gettext + domain is called `iso_3166-3`. Basically, this is a split of the + old domain `iso_3166` into `iso_3166-1` and `iso_3166-3`, because + the old domain `iso_3166` contained both standards. However, the + standard ISO 3166-3 was more or less inaccessible. +* The standard ISO 4217 (currency names) now includes only the + currently used currencies. Entries of withdrawn currencies are + no longer included. +* The standard ISO 639-5 now includes only the language families + which are part of the official standard. The previously + included languages were not part of the standard and have been + removed. This reduced the number of language families from + about 1900 to about 110. +* The XML files are **deprecated** and should not be used for new + projects. However, they are kept in sync with the JSON data + for now. +* The gettext domains have been renamed to better match the + actual ISO number: + - ISO 639-2: Renamed from `iso_639` to `iso_639-2` + - ISO 639-3: Renamed from `iso_639_3` to `iso_639-3` + - ISO 639-5: Renamed from `iso_639_5` to `iso_639-5` + - ISO 3166-1: Renamed from `iso_3166` to `iso_3166-1` + - ISO 3166-2: Renamed from `iso_3166_2` to `iso_3166-2` + + All previously used gettext domains are linked to the new + domain names, so that this transition should be smooth for + programs using those domain names. + + +ISO 639-2 +--------- + +This lists the 2-letter and 3-letter language codes and language +names. The official ISO 639-2 maintenance agency is the Library of +Congress. The gettext domain is "iso_639-2". + + + + +ISO 639-3 +--------- + +This is a further development of ISO 639-2, see above. All codes +of ISO 639-2 are included in ISO 639-3. ISO 639-3 attempts to +provide as complete an enumeration of languages as possible, +including living, extinct, ancient, and constructed languages, +whether major or minor, written or unwritten. The gettext +domain is "iso_639-3". The official ISO 639-3 maintenance agency +is SIL International. + + + + +ISO 639-5 +--------- + +This standard is highly incomplete list of alpha-3 codes +for language families and groups. The official ISO 639-5 maintenance +agency is the Library of Congress. The gettext domain is "iso_639-5". + + + + +ISO 3166-1 +---------- + +This lists the 2-letter country code and "short" country name. The +official ISO 3166-1 maintenance agency is ISO. The gettext domain is +"iso_3166-1". + + + + +ISO 3166-2 +---------- + +The ISO 3166 standard includes a "Country Subdivision Code", +giving a code for the names of the principal administrative +subdivisions of the countries coded in ISO 3166. The official +ISO 3166-2 maintenance agency is ISO. The gettext domain is +"iso_3166-2". + + + + +ISO 3166-2 +---------- + +The ISO 3166-3 standard defines codes for country names which +have been removed from ISO 3166-1. The official ISO 3166-3 +maintenance agency is ISO. The gettext domain is "iso_3166-3". + + + + +ISO 4217 +-------- + +This lists the currency codes and names. The official ISO 4217 +maintenance agency is the Swiss Association for Standardization. +The gettext domain is "iso_4217". + + + + +ISO 15924 +--------- + +This lists the language scripts names. The official ISO 15924 +maintenance agency is the Unicode Consortium. The gettext +domain is "iso_15924". + + + + +Tracking updates to the various ISO standards +============================================= + +Below is a list of websites we use to check for updates to the +standards. + +ISO 639-2: + + +ISO 639-3: + + +ISO 639-5: + + +ISO 3166-1, ISO 3166-2, and ISO 3166-3: + + +ISO 4217: + + +ISO-15924: + + + +Adding or updating translations +=============================== + +You can send your translation as a bug report against the package +iso-codes to the Debian Bug Tracking System. You can either send an email +or use the tool reportbug. More details are on this website: + + + +Another way to send in a translation is using the Translation +Project (TP). You can find more information about it on their +website: + + + + +Reporting a bug +=============== + +If you find a bug in iso-codes, there are several ways to contact us. + +* Alioth Bug Tracking System + + + + This system can be accessed via webbrowser. +* Debian Bug Tracking System + + + + This system can be accessed via e-mail. +* Development mailing list + + + + You can subscribe or unsubscribe at this webpage: + + + +Developing using pkgconfig +========================== + +A pkgconfig file has been included to aid developing with this +package. You can detect the prefix where the translations have +been placed using + + $ pkg-config --variable=prefix iso-codes + /usr + +You can detect which gettext domains have been installed using + + $ pkg-config --variable=domains iso-codes + iso_639-2 iso_639-3 iso_639-5 iso_3166-1 iso_3166-2 iso_3166-3 iso_4217 iso_15924 diff --git a/bin/iso-codes-merge.py b/bin/iso-codes-merge.py index 9054421..a7b2b4e 100755 --- a/bin/iso-codes-merge.py +++ b/bin/iso-codes-merge.py @@ -100,6 +100,12 @@ class Isocodes(object): self.tmpfiles = [] def _getUrl(self, domain, lang): + # Convert domains to old style for downloading + domain = domain.replace("-", "_") + if domain == "iso_3166_1": + domain = "iso_3166" + if domain == "iso_639_2": + domain = "iso_639" return "http://translationproject.org/latest/%s/%s.po" % (domain, lang) def _msgfmt(self, fname): @@ -111,6 +117,8 @@ class Isocodes(object): def _msgcanonicalformat(self, fname, domain): logging.info(fname) + potfile = os.path.join(self.home, domain, domain+".pot") + subprocess.check_call(['msgmerge', '--previous', '-o', fname, fname, potfile]) subprocess.check_call(['msgattrib', '--no-obsolete', '-o', fname, fname]) subprocess.check_call(['sed', '-i', '-e', 's/^"Project-Id-Version: iso.*/"Project-Id-Version: ' + domain + '\\\\n"/', fname]) diff --git a/bin/pot_from_json.py b/bin/pot_from_json.py index d616d0a..0fd21a6 100755 --- a/bin/pot_from_json.py +++ b/bin/pot_from_json.py @@ -53,7 +53,7 @@ if domain == "iso_3166-2": comment = "code" # Read in the JSON file -with open(datapath + "/" + domain + ".json") as json_file: +with open(datapath + "/" + domain + ".json", encoding="utf-8") as json_file: iso = json.load(json_file) # Helper function for keeping track of msgids and comments @@ -83,7 +83,7 @@ for item in iso[iso_number]: add_msgid(item["inverted_name"], "Inverted name for " + item[comment]) # Write the POT file -with open(domain + ".pot", "w") as pot_file: +with open(domain + ".pot", "w", encoding="utf-8") as pot_file: # Write the header pot_file.write("# Translation of ISO " + iso_number + " to LANGUAGE\n") pot_file.write("# " + description[domain] + "\n") diff --git a/bin/validate_json_data.py b/bin/validate_json_data.py index 12c3505..9f7daad 100755 --- a/bin/validate_json_data.py +++ b/bin/validate_json_data.py @@ -34,15 +34,15 @@ standards = [ # Validate against schema for standard in standards: - with open("data/schema-" + standard + ".json") as schema_file: + with open("data/schema-" + standard + ".json", encoding="utf-8") as schema_file: schema = json.load(schema_file) - with open("data/iso_" + standard + ".json") as json_file: + with open("data/iso_" + standard + ".json", encoding="utf-8") as json_file: validate(json.load(json_file), schema) # Ensure correct sorting order for standard in standards: # Read in the JSON file - with open("data/iso_" + standard + ".json") as json_file: + with open("data/iso_" + standard + ".json", encoding="utf-8") as json_file: iso = json.load(json_file) sort_key = "alpha_3" if standard in ["3166-3", "15924"]: @@ -51,7 +51,7 @@ for standard in standards: sort_key = "code" iso[standard].sort(key=lambda item: item[sort_key]) # Write the sorted JSON file - with open("data/iso_" + standard + ".json", "w") as json_file: + with open("data/iso_" + standard + ".json", "w", encoding="utf-8") as json_file: json.dump(iso, json_file, ensure_ascii=False, indent=2, sort_keys=True) # Add a final newline json_file.write("\n") diff --git a/bin/xml_from_json.py b/bin/xml_from_json.py index 85dad24..d28b626 100755 --- a/bin/xml_from_json.py +++ b/bin/xml_from_json.py @@ -392,12 +392,12 @@ Source: config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by iso-codes $as_me 3.67, which was +It was created by iso-codes $as_me 3.68, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2232,7 +2232,7 @@ fi # Define the identity of the package. PACKAGE='iso-codes' - VERSION='3.67' + VERSION='3.68' cat >>confdefs.h <<_ACEOF @@ -3135,7 +3135,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by iso-codes $as_me 3.67, which was +This file was extended by iso-codes $as_me 3.68, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3188,7 +3188,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -iso-codes config.status 3.67 +iso-codes config.status 3.68 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 55a8886..a641307 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([iso-codes],[3.67]) +AC_INIT([iso-codes],[3.68]) AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign]) AM_MAINTAINER_MODE diff --git a/data/iso_3166-1.json b/data/iso_3166-1.json index 6e4b529..c479f60 100644 --- a/data/iso_3166-1.json +++ b/data/iso_3166-1.json @@ -576,7 +576,7 @@ "alpha_3": "GMB", "name": "Gambia", "numeric": "270", - "official_name": "Republic of the Gambia" + "official_name": "Islamic Republic of the Gambia" }, { "alpha_2": "GW", diff --git a/data/iso_3166-2.json b/data/iso_3166-2.json index bb36864..e3b8768 100644 --- a/data/iso_3166-2.json +++ b/data/iso_3166-2.json @@ -12716,13 +12716,13 @@ }, { "code": "LA-XI", - "name": "Xiangkhoang", + "name": "Xiangkhouang", "type": "Province" }, { - "code": "LA-XN", - "name": "Xiasômboun", - "type": "Special zone" + "code": "LA-XS", + "name": "Xaisômboun", + "type": "Province" }, { "code": "LB-AK", diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in index a1a293c..06127c1 100644 --- a/iso_15924/Makefile.in +++ b/iso_15924/Makefile.in @@ -142,7 +142,7 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(xmldir)" -DATA = $(noinst_DATA) $(xml_DATA) +DATA = $(nodist_xml_DATA) $(noinst_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common.mk DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -230,17 +230,17 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DOMAIN = iso_15924 xmldir = $(datadir)/xml/iso-codes -xml_DATA = $(DOMAIN).xml +nodist_xml_DATA = $(DOMAIN).xml pofiles = $(wildcard $(srcdir)/*.po) mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles)) noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) EXTRA_DIST = \ $(pofiles) \ - $(xml_DATA) \ $(DOMAIN).pot MOSTLYCLEANFILES = \ - $(mofiles) + $(mofiles) \ + $(DOMAIN).xml all: all-am @@ -275,9 +275,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): -install-xmlDATA: $(xml_DATA) +install-nodist_xmlDATA: $(nodist_xml_DATA) @$(NORMAL_INSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ @@ -291,9 +291,9 @@ install-xmlDATA: $(xml_DATA) $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ done -uninstall-xmlDATA: +uninstall-nodist_xmlDATA: @$(NORMAL_UNINSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) tags TAGS: @@ -392,7 +392,7 @@ info: info-am info-am: -install-data-am: install-xmlDATA +install-data-am: install-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am @@ -437,7 +437,7 @@ ps: ps-am ps-am: -uninstall-am: uninstall-xmlDATA +uninstall-am: uninstall-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook .MAKE: check-am install-am install-data-am install-strip uninstall-am @@ -448,11 +448,11 @@ uninstall-am: uninstall-xmlDATA install-data install-data-am install-data-hook install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip install-xmlDATA installcheck installcheck-am \ + install-nodist_xmlDATA install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ - uninstall uninstall-am uninstall-hook uninstall-xmlDATA + uninstall uninstall-am uninstall-hook uninstall-nodist_xmlDATA .PRECIOUS: Makefile diff --git a/iso_15924/de.po b/iso_15924/de.po index a293ac0..d608c06 100644 --- a/iso_15924/de.po +++ b/iso_15924/de.po @@ -3,8 +3,7 @@ # This file is distributed under the same license as the iso-codes package. # # Copyright © -# Tobias Quathamer , 2007, 2012. -# Translations taken from ICU SVN on 2007-09-09 +# Dr. Tobias Quathamer , 2007, 2012, 2016. # Daniel Schury , 2011. # Hendrik Knackstedt , 2012. # Mario Blättermann , 2014. @@ -14,18 +13,18 @@ msgstr "" "Report-Msgid-Bugs-To: Debian iso-codes team \n" "POT-Creation-Date: 2016-03-05 21:58+0100\n" -"PO-Revision-Date: 2014-03-20 16:11+0100\n" -"Last-Translator: Mario Blättermann \n" +"PO-Revision-Date: 2016-04-15 11:13+0100\n" +"Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Lokalize 2.0\n" #. Name for Adlm msgid "Adlam" -msgstr "" +msgstr "Adlam" #. Name for Afak msgid "Afaka" @@ -37,17 +36,15 @@ msgstr "Kaukasisches Albanisch" #. Name for Ahom msgid "Ahom, Tai Ahom" -msgstr "" +msgstr "Ahom, Tai Ahom" #. Name for Arab msgid "Arabic" msgstr "Arabisch" #. Name for Aran -#, fuzzy -#| msgid "Syriac (Eastern variant)" msgid "Arabic (Nastaliq variant)" -msgstr "Syrisch (östliche Variante)" +msgstr "Arabisch (Nastaliq-Variante)" #. Name for Armi msgid "Imperial Aramaic" @@ -83,7 +80,7 @@ msgstr "Bengalisch" #. Name for Bhks msgid "Bhaiksuki" -msgstr "" +msgstr "Bhaiksuki" #. Name for Blis msgid "Blissymbols" @@ -215,7 +212,7 @@ msgstr "Gurmukhi" #. Name for Hanb msgid "Han with Bopomofo (alias for Han + Bopomofo)" -msgstr "" +msgstr "Han mit Bopomofo (Alias für Han + Bopomofo)" #. Name for Hang msgid "Hangul (Hangŭl, Hangeul)" @@ -274,10 +271,8 @@ msgid "Old Italic (Etruscan, Oscan, etc.)" msgstr "Altitalisch (Etruskisch, Oskisch usw.)" #. Name for Jamo -#, fuzzy -#| msgid "Korean (alias for Hangul + Han)" msgid "Jamo (alias for Jamo subset of Hangul)" -msgstr "Koreanisch (Alias für Hangul + Han)" +msgstr "Jamo (Alias für die Jamo-Untermenge von Hangul)" #. Name for Java msgid "Javanese" @@ -313,11 +308,11 @@ msgstr "Khojki" #. Name for Kitl msgid "Khitan large script" -msgstr "" +msgstr "Khitan Großschrift" #. Name for Kits msgid "Khitan small script" -msgstr "" +msgstr "Khitan Kleinschrift" #. Name for Knda msgid "Kannada" @@ -357,7 +352,7 @@ msgstr "Lateinisch" #. Name for Leke msgid "Leke" -msgstr "" +msgstr "Leke" #. Name for Lepc msgid "Lepcha (Róng)" @@ -404,10 +399,8 @@ msgid "Manichaean" msgstr "Manichäisch" #. Name for Marc -#, fuzzy -#| msgid "Jurchen" msgid "Marchen" -msgstr "Jurchen" +msgstr "Marchen" #. Name for Maya msgid "Mayan hieroglyphs" @@ -467,7 +460,7 @@ msgstr "Nabatäisch" #. Name for Newa msgid "Newa, Newar, Newari, Nepāla lipi" -msgstr "" +msgstr "Newari" #. Name for Nkgb msgid "Nakhi Geba ('Na-'Khi ²Ggŏ-¹baw, Naxi Geba)" @@ -499,7 +492,7 @@ msgstr "Oriya" #. Name for Osge msgid "Osage" -msgstr "" +msgstr "Osage" #. Name for Osma msgid "Osmanya" @@ -539,7 +532,7 @@ msgstr "Phönizisch" #. Name for Piqd msgid "Klingon (KLI pIqaD)" -msgstr "" +msgstr "Klingonisch (KLI pIqaD)" #. Name for Plrd msgid "Miao (Pollard)" @@ -738,10 +731,8 @@ msgid "Mathematical notation" msgstr "Mathematische Notation" #. Name for Zsye -#, fuzzy -#| msgid "Syriac (Estrangelo variant)" msgid "Symbols (Emoji variant)" -msgstr "Syrisch (Estrangelo-Variante)" +msgstr "Symbole (Emoji-Variante)" #. Name for Zsym msgid "Symbols" diff --git a/iso_15924/iso_15924.xml b/iso_15924/iso_15924.xml deleted file mode 100644 index 4bb3654..0000000 --- a/iso_15924/iso_15924.xml +++ /dev/null @@ -1,775 +0,0 @@ - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/iso_3166-1/Makefile.in b/iso_3166-1/Makefile.in index a9e6e1a..cb4a1a3 100644 --- a/iso_3166-1/Makefile.in +++ b/iso_3166-1/Makefile.in @@ -142,7 +142,7 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(xmldir)" -DATA = $(noinst_DATA) $(xml_DATA) +DATA = $(nodist_xml_DATA) $(noinst_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common.mk DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -230,17 +230,17 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DOMAIN = iso_3166-1 xmldir = $(datadir)/xml/iso-codes -xml_DATA = $(DOMAIN).xml +nodist_xml_DATA = $(DOMAIN).xml pofiles = $(wildcard $(srcdir)/*.po) mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles)) noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) EXTRA_DIST = \ $(pofiles) \ - $(xml_DATA) \ $(DOMAIN).pot MOSTLYCLEANFILES = \ - $(mofiles) + $(mofiles) \ + $(DOMAIN).xml all: all-am @@ -275,9 +275,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): -install-xmlDATA: $(xml_DATA) +install-nodist_xmlDATA: $(nodist_xml_DATA) @$(NORMAL_INSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ @@ -291,9 +291,9 @@ install-xmlDATA: $(xml_DATA) $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ done -uninstall-xmlDATA: +uninstall-nodist_xmlDATA: @$(NORMAL_UNINSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) tags TAGS: @@ -392,7 +392,7 @@ info: info-am info-am: -install-data-am: install-xmlDATA +install-data-am: install-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am @@ -437,7 +437,7 @@ ps: ps-am ps-am: -uninstall-am: uninstall-xmlDATA +uninstall-am: uninstall-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook .MAKE: check-am install-am install-data-am install-strip uninstall-am @@ -448,11 +448,11 @@ uninstall-am: uninstall-xmlDATA install-data install-data-am install-data-hook install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip install-xmlDATA installcheck installcheck-am \ + install-nodist_xmlDATA install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ - uninstall uninstall-am uninstall-hook uninstall-xmlDATA + uninstall uninstall-am uninstall-hook uninstall-nodist_xmlDATA .PRECIOUS: Makefile diff --git a/iso_3166-1/af.po b/iso_3166-1/af.po index 8913cc5..6d03e5b 100644 --- a/iso_3166-1/af.po +++ b/iso_3166-1/af.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2007-11-17 11:40+0200\n" "Last-Translator: Friedel Wolff \n" "Language-Team: Afrikaans \n" @@ -594,7 +594,9 @@ msgid "Gambia" msgstr "Gambië" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republiek van Gambië" #. Name for GNB diff --git a/iso_3166-1/am.po b/iso_3166-1/am.po index 0d8150e..ff28caa 100644 --- a/iso_3166-1/am.po +++ b/iso_3166-1/am.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-04-07 08:00+0100\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Amharic\n" @@ -611,8 +611,9 @@ msgid "Gambia" msgstr "ጒሤቢ።" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "ሥሔ፦ቲ" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/ar.po b/iso_3166-1/ar.po index 04d2728..8cf6d01 100644 --- a/iso_3166-1/ar.po +++ b/iso_3166-1/ar.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2010-08-14 15:04+0300\n" "Last-Translator: Ossama M. Khayat \n" "Language-Team: Arabic \n" @@ -590,7 +590,9 @@ msgid "Gambia" msgstr "غامبيا" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "جمهوريّة غامبيا" #. Name for GNB diff --git a/iso_3166-1/as.po b/iso_3166-1/as.po index c7586e8..c1ccd1e 100644 --- a/iso_3166-1/as.po +++ b/iso_3166-1/as.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2010-04-05 17:41+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese \n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "গাম্বিয়া" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "গাম্বিয়া প্ৰজাতন্ত্ৰ" #. Name for GNB diff --git a/iso_3166-1/ast.po b/iso_3166-1/ast.po index 6d34102..c62bb12 100644 --- a/iso_3166-1/ast.po +++ b/iso_3166-1/ast.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2012-10-08 16:19+0100\n" "Last-Translator: ivarela \n" "Language-Team: Asturian \n" @@ -588,7 +588,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "República de Gambia" #. Name for GNB diff --git a/iso_3166-1/az.po b/iso_3166-1/az.po index cbf433b..d096625 100644 --- a/iso_3166-1/az.po +++ b/iso_3166-1/az.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-02-09 15:15+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" @@ -614,8 +614,9 @@ msgid "Gambia" msgstr "Qambiya" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "Koreya, Respublika" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/be.po b/iso_3166-1/be.po index b0894cf..cb66722 100644 --- a/iso_3166-1/be.po +++ b/iso_3166-1/be.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-06-19 15:59+0300\n" "Last-Translator: Viktar Siarheichyk \n" "Language-Team: Debian l10n team for Belarusian \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2016-01-03 17:54+0200\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" @@ -591,7 +591,9 @@ msgid "Gambia" msgstr "Гамбия" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Република Гамбия" #. Name for GNB diff --git a/iso_3166-1/bn.po b/iso_3166-1/bn.po index 9df73c9..63112b5 100644 --- a/iso_3166-1/bn.po +++ b/iso_3166-1/bn.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-12-12 16:56+0600\n" "Last-Translator: Nasir Khan \n" "Language-Team: Bengali <(nothing)>\n" @@ -585,7 +585,9 @@ msgid "Gambia" msgstr "গাম্বিয়া" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "গাম্বিয়া প্রজাতন্ত্র" #. Name for GNB diff --git a/iso_3166-1/bn_IN.po b/iso_3166-1/bn_IN.po index 8aef983..dc27c3e 100644 --- a/iso_3166-1/bn_IN.po +++ b/iso_3166-1/bn_IN.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2010-04-07 19:53+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali (India) \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "গাম্বিয়া" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "গাম্বিয়া প্রজাতন্ত্র" #. Name for GNB diff --git a/iso_3166-1/br.po b/iso_3166-1/br.po index d0292cf..1798170 100644 --- a/iso_3166-1/br.po +++ b/iso_3166-1/br.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2009-04-22 08:30+0000\n" "Last-Translator: Breizh \n" "Language-Team: Breton \n" @@ -589,8 +589,10 @@ msgid "Gambia" msgstr "" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +#| msgid "Republic of Lithuania" +msgid "Islamic Republic of the Gambia" +msgstr "Republik Lituania" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/bs.po b/iso_3166-1/bs.po index 6140379..ea3e9ad 100644 --- a/iso_3166-1/bs.po +++ b/iso_3166-1/bs.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2011-06-18 21:41+0100\n" "Last-Translator: Armin Besirovic \n" "Language-Team: Bosnian \n" @@ -592,7 +592,9 @@ msgid "Gambia" msgstr "Gambija" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republika Gambija" #. Name for GNB diff --git a/iso_3166-1/byn.po b/iso_3166-1/byn.po index 83aa854..4666f2c 100644 --- a/iso_3166-1/byn.po +++ b/iso_3166-1/byn.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-08-08 10:00+0100\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Blin\n" @@ -584,8 +584,9 @@ msgid "Gambia" msgstr "ጋምቢያ" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "ዶሚኒክ ሪፑብሊክ" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/ca.po b/iso_3166-1/ca.po index 03fb652..d889165 100644 --- a/iso_3166-1/ca.po +++ b/iso_3166-1/ca.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2012-03-05 22:45+0200\n" "Last-Translator: Toni Hermoso Pulido \n" "Language-Team: Catalan \n" @@ -588,7 +588,9 @@ msgid "Gambia" msgstr "Gàmbia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "República de Gàmbia" #. Name for GNB diff --git a/iso_3166-1/crh.po b/iso_3166-1/crh.po index 15ee0b1..e40763a 100644 --- a/iso_3166-1/crh.po +++ b/iso_3166-1/crh.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2009-03-01 14:42-0600\n" "Last-Translator: Reşat SABIQ \n" "Language-Team: Crimean Tatar \n" @@ -588,7 +588,9 @@ msgid "Gambia" msgstr "Gambiya" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambiya Cumhuriyeti" #. Name for GNB diff --git a/iso_3166-1/cs.po b/iso_3166-1/cs.po index 21743e5..1a75a45 100644 --- a/iso_3166-1/cs.po +++ b/iso_3166-1/cs.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2014-01-28 20:08+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -588,7 +588,9 @@ msgid "Gambia" msgstr "Gambie" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambijská republika" #. Name for GNB diff --git a/iso_3166-1/cy.po b/iso_3166-1/cy.po index 34286af..764bdac 100644 --- a/iso_3166-1/cy.po +++ b/iso_3166-1/cy.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-03-04 10:54-0000\n" "Last-Translator: Dafydd Tomos \n" "Language-Team: Welsh\n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gweriniaeth y Gambia" #. Name for GNB diff --git a/iso_3166-1/da.po b/iso_3166-1/da.po index 0262138..c1cbc6b 100644 --- a/iso_3166-1/da.po +++ b/iso_3166-1/da.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-08-16 11:34+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -597,7 +597,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republikken Gambia" #. Name for GNB diff --git a/iso_3166-1/de.po b/iso_3166-1/de.po index 33b3c4e..aa136e8 100644 --- a/iso_3166-1/de.po +++ b/iso_3166-1/de.po @@ -8,14 +8,14 @@ # Simon Hürlimann , 2004. # Dennis Stampfer , 2004. # Christian Stimming , 2006. -# Dr. Tobias Quathamer , 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. +# Dr. Tobias Quathamer , 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016. msgid "" msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" -"PO-Revision-Date: 2015-06-10 22:09+0200\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" +"PO-Revision-Date: 2016-04-14 09:47+0100\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: de\n" @@ -23,7 +23,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #. Name for ABW msgid "Aruba" @@ -350,14 +350,10 @@ msgid "Union of the Comoros" msgstr "Vereinigung der Komoren" #. Name for CPV -#, fuzzy -#| msgid "Cape Verde" msgid "Cabo Verde" msgstr "Cabo Verde" #. Official name for CPV -#, fuzzy -#| msgid "Republic of Cape Verde" msgid "Republic of Cabo Verde" msgstr "Republik Cabo Verde" @@ -590,8 +586,8 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "Republik Gambia" +msgid "Islamic Republic of the Gambia" +msgstr "Islamische Republik Gambia" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/dz.po b/iso_3166-1/dz.po index 231269a..e55ca9e 100644 --- a/iso_3166-1/dz.po +++ b/iso_3166-1/dz.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2010-06-25 14:33+0530\n" "Last-Translator: yumkee \n" "Language-Team: Dzongkha \n" @@ -590,7 +590,9 @@ msgid "Gambia" msgstr "གམ་བོ་ནི་ཡ།" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "གམ་བོ་ནི་ཡའི་ མི་སེར་རྒྱལ་ཁབ།" #. Name for GNB diff --git a/iso_3166-1/el.po b/iso_3166-1/el.po index 963dedb..fa809ee 100644 --- a/iso_3166-1/el.po +++ b/iso_3166-1/el.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-02-12 14:46+0200\n" "Last-Translator: Nick Andrik \n" "Language-Team: Greek \n" @@ -593,7 +593,9 @@ msgid "Gambia" msgstr "Γκάμπια" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Δημοκρατία της Γκάμπια" #. Name for GNB diff --git a/iso_3166-1/eo.po b/iso_3166-1/eo.po index d40bc40..75ac939 100644 --- a/iso_3166-1/eo.po +++ b/iso_3166-1/eo.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-07-10 13:46+0100\n" "Last-Translator: Edmund GRIMLEY EVANS \n" "Language-Team: Esperanto \n" @@ -720,7 +720,9 @@ msgstr "Gambio" # official_name for GMB #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Respubliko Gambio" # GW diff --git a/iso_3166-1/es.po b/iso_3166-1/es.po index 92297b9..4e96e49 100644 --- a/iso_3166-1/es.po +++ b/iso_3166-1/es.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-02-14 19:16-0600\n" "Last-Translator: zamir \n" "Language-Team: hades\n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "República de Gambia" #. Name for GNB diff --git a/iso_3166-1/et.po b/iso_3166-1/et.po index 9c40d25..07429fd 100644 --- a/iso_3166-1/et.po +++ b/iso_3166-1/et.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-02-13 21:18+0300\n" "Last-Translator: Tõivo Leedjärv \n" "Language-Team: Estonian \n" @@ -590,7 +590,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambia Vabariik" #. Name for GNB diff --git a/iso_3166-1/eu.po b/iso_3166-1/eu.po index ba51a02..595272f 100644 --- a/iso_3166-1/eu.po +++ b/iso_3166-1/eu.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-02-12 21:53+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambiako Errepublika" #. Name for GNB diff --git a/iso_3166-1/fa.po b/iso_3166-1/fa.po index 7b9a9e0..1c01eb9 100644 --- a/iso_3166-1/fa.po +++ b/iso_3166-1/fa.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: fa\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-02-18 01:20+0330\n" "Last-Translator: Behrad Eslamifar \n" "Language-Team: debian-l10n-persian \n" @@ -591,7 +591,9 @@ msgid "Gambia" msgstr "گامبیا" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "جمهوری گامبیا" #. Name for GNB diff --git a/iso_3166-1/fi.po b/iso_3166-1/fi.po index e3d2ca5..c9c2780 100644 --- a/iso_3166-1/fi.po +++ b/iso_3166-1/fi.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2012-05-22 11:38+0300\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambian tasavalta" #. Name for GNB diff --git a/iso_3166-1/fo.po b/iso_3166-1/fo.po index 72216da..b7e72bf 100644 --- a/iso_3166-1/fo.po +++ b/iso_3166-1/fo.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-08-08 10:00+0100\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Faroese\n" @@ -584,8 +584,9 @@ msgid "Gambia" msgstr "" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "Domingo lýðveldið" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/fr.po b/iso_3166-1/fr.po index 26f53f6..4b72ced 100644 --- a/iso_3166-1/fr.po +++ b/iso_3166-1/fr.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-06-10 18:58+0200\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" @@ -350,14 +350,10 @@ msgid "Union of the Comoros" msgstr "Union des Comores" #. Name for CPV -#, fuzzy -#| msgid "Cape Verde" msgid "Cabo Verde" msgstr "Cap-Vert" #. Official name for CPV -#, fuzzy -#| msgid "Republic of Cape Verde" msgid "Republic of Cabo Verde" msgstr "République du Cap-Vert" @@ -590,7 +586,9 @@ msgid "Gambia" msgstr "Gambie" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "République de Gambie" #. Name for GNB diff --git a/iso_3166-1/ga.po b/iso_3166-1/ga.po index 289732a..9b70f62 100644 --- a/iso_3166-1/ga.po +++ b/iso_3166-1/ga.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-03-03 11:35-0600\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "An Ghaimbia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Poblacht na Gaimbia" #. Name for GNB diff --git a/iso_3166-1/gez.po b/iso_3166-1/gez.po index 32932dc..8dea791 100644 --- a/iso_3166-1/gez.po +++ b/iso_3166-1/gez.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-08-08 10:00+0100\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Geez\n" @@ -585,8 +585,9 @@ msgid "Gambia" msgstr "ጋምቢያ" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "ዶሚኒክ፡ሪፑብሊክ" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/gl.po b/iso_3166-1/gl.po index 5ce2c16..8f960f6 100644 --- a/iso_3166-1/gl.po +++ b/iso_3166-1/gl.po @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2014-03-13 23:32+0100\n" "Last-Translator: Jorge Barreiro \n" "Language-Team: Galician \n" @@ -593,7 +593,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "República de Gambia" #. Name for GNB diff --git a/iso_3166-1/gu.po b/iso_3166-1/gu.po index 74a2512..68dfb12 100644 --- a/iso_3166-1/gu.po +++ b/iso_3166-1/gu.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-02-13 11:22+0530\n" "Last-Translator: Kartik Mistry \n" "Language-Team: Gujarati \n" @@ -590,7 +590,9 @@ msgid "Gambia" msgstr "ગામ્બિયા" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "રીપબ્લિક ઓફ ગામ્બિયા" #. Name for GNB diff --git a/iso_3166-1/haw.po b/iso_3166-1/haw.po index 23906df..a11f2a3 100644 --- a/iso_3166-1/haw.po +++ b/iso_3166-1/haw.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-08-08 10:00+0100\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Hawaiian\n" @@ -580,7 +580,7 @@ msgid "Gambia" msgstr "" #. Official name for GMB -msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "" #. Name for GNB diff --git a/iso_3166-1/he.po b/iso_3166-1/he.po index 7cf5acf..0c1d600 100644 --- a/iso_3166-1/he.po +++ b/iso_3166-1/he.po @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: he\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-08-19 12:59+0300\n" "Last-Translator: Lior Kaplan \n" "Language-Team: Hebrew <>\n" @@ -594,7 +594,9 @@ msgid "Gambia" msgstr "גמביה" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "הרפובליקה של גמביה" #. Name for GNB diff --git a/iso_3166-1/hi.po b/iso_3166-1/hi.po index 80f840d..abd6c16 100644 --- a/iso_3166-1/hi.po +++ b/iso_3166-1/hi.po @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-02-12 08:02-0600\n" "Last-Translator: Kumar Appaiah\n" "Language-Team: American English \n" @@ -597,7 +597,9 @@ msgid "Gambia" msgstr "गाम्बिया" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "रिपब्लिक ऑफ द गाम्बिया" #. Name for GNB diff --git a/iso_3166-1/hr.po b/iso_3166-1/hr.po index 98dae16..160eb07 100644 --- a/iso_3166-1/hr.po +++ b/iso_3166-1/hr.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2016-03-29 19:15-0700\n" "Last-Translator: Božidar Putanec \n" "Language-Team: Croatian \n" @@ -594,7 +594,9 @@ msgid "Gambia" msgstr "Gambija" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republika Gambija" # Guiné-Bissau diff --git a/iso_3166-1/hu.po b/iso_3166-1/hu.po index 47501be..de6dae5 100644 --- a/iso_3166-1/hu.po +++ b/iso_3166-1/hu.po @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-07-11 08:51+0200\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -596,7 +596,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambiai Köztársaság" #. Name for GNB diff --git a/iso_3166-1/hy.po b/iso_3166-1/hy.po index e2ba590..9a08730 100644 --- a/iso_3166-1/hy.po +++ b/iso_3166-1/hy.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-08-02 18:29+0200\n" "Last-Translator: Chris Leonard \n" "Language-Team: Armenian\n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Գամբիա" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Գամբիայի Հանրապետություն" #. Name for GNB diff --git a/iso_3166-1/ia.po b/iso_3166-1/ia.po index 7ddf470..ff2dcb4 100644 --- a/iso_3166-1/ia.po +++ b/iso_3166-1/ia.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-08-04 21:05+0400\n" "Last-Translator: Nik Kalach \n" "Language-Team: Interlingua \n" @@ -585,7 +585,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republica del Gambia" #. Name for GNB diff --git a/iso_3166-1/id.po b/iso_3166-1/id.po index 626e228..41f1f7d 100644 --- a/iso_3166-1/id.po +++ b/iso_3166-1/id.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2014-01-24 21:21+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" @@ -584,7 +584,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republik Gambia" #. Name for GNB diff --git a/iso_3166-1/is.po b/iso_3166-1/is.po index 38268da..74ee115 100644 --- a/iso_3166-1/is.po +++ b/iso_3166-1/is.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-08-22 16:01+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic \n" @@ -684,7 +684,9 @@ msgid "Gambia" msgstr "Gambía" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Lýðveldið Gambía" # GW diff --git a/iso_3166-1/iso_3166-1.pot b/iso_3166-1/iso_3166-1.pot index 05954d2..8175d9d 100644 --- a/iso_3166-1/iso_3166-1.pot +++ b/iso_3166-1/iso_3166-1.pot @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -581,7 +581,7 @@ msgid "Gambia" msgstr "" #. Official name for GMB -msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "" #. Name for GNB diff --git a/iso_3166-1/iso_3166-1.xml b/iso_3166-1/iso_3166-1.xml deleted file mode 100644 index 7a0d576..0000000 --- a/iso_3166-1/iso_3166-1.xml +++ /dev/null @@ -1,1667 +0,0 @@ - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/iso_3166-1/it.po b/iso_3166-1/it.po index aa6820a..55ed30e 100644 --- a/iso_3166-1/it.po +++ b/iso_3166-1/it.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-07-12 19:48+0200\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" @@ -594,7 +594,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Repubblica della Gambia" #. Name for GNB diff --git a/iso_3166-1/ja.po b/iso_3166-1/ja.po index 673d405..9b972a2 100644 --- a/iso_3166-1/ja.po +++ b/iso_3166-1/ja.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-08-01 22:10+0900\n" "Last-Translator: Yasuaki Taniguchi \n" "Language-Team: Japanese \n" @@ -635,7 +635,9 @@ msgid "Gambia" msgstr "ガンビア" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "ガンビア共和国" #. Name for GNB diff --git a/iso_3166-1/ka.po b/iso_3166-1/ka.po index 7ada4e4..654244a 100644 --- a/iso_3166-1/ka.po +++ b/iso_3166-1/ka.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2008-09-09 23:36+0400\n" "Last-Translator: Aiet Kolkhi \n" "Language-Team: Georgian\n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "გამბია" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "გამბიის რესპუბლიკა" #. Name for GNB diff --git a/iso_3166-1/kk.po b/iso_3166-1/kk.po index 27399b5..d793754 100644 --- a/iso_3166-1/kk.po +++ b/iso_3166-1/kk.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-04-02 10:54+0500\n" "Last-Translator: Baurzhan Muftakhidinov \n" "Language-Team: Kazakh \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Гамбия" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Гамбия Республикасы" #. Name for GNB diff --git a/iso_3166-1/km.po b/iso_3166-1/km.po index 32cfba0..371aef9 100644 --- a/iso_3166-1/km.po +++ b/iso_3166-1/km.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2010-06-16 14:55+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -586,7 +586,9 @@ msgid "Gambia" msgstr "ហ្គាំប៊ី" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "សាធារណរដ្ឋ​ហ្គាំប៊ី​" #. Name for GNB diff --git a/iso_3166-1/kn.po b/iso_3166-1/kn.po index 4b19046..c56a3bf 100644 --- a/iso_3166-1/kn.po +++ b/iso_3166-1/kn.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2007-05-03 14:19+0530\n" "Last-Translator: Vikram Vincent \n" "Language-Team: Kannada\n" @@ -590,7 +590,9 @@ msgid "Gambia" msgstr "ಗ್ಯಾಂಬಿಯಾ" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "ಗ್ಯಾಂಬಿಯಾ ಗಣರಾಜ್ಯ" #. Name for GNB diff --git a/iso_3166-1/ko.po b/iso_3166-1/ko.po index 2b275f8..328650d 100644 --- a/iso_3166-1/ko.po +++ b/iso_3166-1/ko.po @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-08-13 17:09+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -592,7 +592,9 @@ msgid "Gambia" msgstr "잠비아" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "잠비아 공화국" #. Name for GNB diff --git a/iso_3166-1/ku.po b/iso_3166-1/ku.po index 0efb384..7573127 100644 --- a/iso_3166-1/ku.po +++ b/iso_3166-1/ku.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: ISO-falan-ku\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2008-09-21 19:00+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -594,7 +594,9 @@ msgid "Gambia" msgstr "Gambiya" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Komara Gambiya" #. Name for GNB diff --git a/iso_3166-1/lt.po b/iso_3166-1/lt.po index 566a3a8..4668288 100644 --- a/iso_3166-1/lt.po +++ b/iso_3166-1/lt.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-02-16 12:16+0300\n" "Last-Translator: Rimas Kudelis \n" "Language-Team: Lithuanian \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Gambija" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambijos Respublika" #. Name for GNB diff --git a/iso_3166-1/lv.po b/iso_3166-1/lv.po index 1c80604..f0cb0c5 100644 --- a/iso_3166-1/lv.po +++ b/iso_3166-1/lv.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2014-04-20 16:51+0300\n" "Last-Translator: Rihards Prieditis \n" "Language-Team: Latvian \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Gambija" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambijas Republika" #. Name for GNB diff --git a/iso_3166-1/mi.po b/iso_3166-1/mi.po index d7b339a..ddb927f 100644 --- a/iso_3166-1/mi.po +++ b/iso_3166-1/mi.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-07-10 19:04+0200\n" "Last-Translator: Chris \n" "Language-Team: Sugar Labs\n" @@ -609,7 +609,7 @@ msgstr "" #. Official name for GMB #, fuzzy -msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Tūwehe " #. Name for GNB diff --git a/iso_3166-1/mk.po b/iso_3166-1/mk.po index 62191cb..f6950fe 100644 --- a/iso_3166-1/mk.po +++ b/iso_3166-1/mk.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2011-06-20 11:05+0100\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Гамбија" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Република Гамбија" #. Name for GNB diff --git a/iso_3166-1/ml.po b/iso_3166-1/ml.po index 6934227..00056ba 100644 --- a/iso_3166-1/ml.po +++ b/iso_3166-1/ml.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2008-05-30 05:10+0530\n" "Last-Translator: Praveen|പ്രവീണ്‍ A|എ \n" "Language-Team: Malayalam \n" @@ -592,7 +592,9 @@ msgid "Gambia" msgstr "ഗാംബിയ" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "ഗാംബിയന്‍ റിപ്പബ്ലിക്" #. Name for GNB diff --git a/iso_3166-1/mn.po b/iso_3166-1/mn.po index dd56faf..d5f84d9 100644 --- a/iso_3166-1/mn.po +++ b/iso_3166-1/mn.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2003-02-12 21:40+0100\n" "Last-Translator: Sanlig Badral \n" "Language-Team: Mongolian \n" @@ -703,9 +703,11 @@ msgstr "" msgid "Gambia" msgstr "Гамби" +# KR #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "Солонгос ард улс" # GW #. Name for GNB diff --git a/iso_3166-1/mr.po b/iso_3166-1/mr.po index 6d72b1c..798cb2c 100644 --- a/iso_3166-1/mr.po +++ b/iso_3166-1/mr.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2012-04-28 13:38+0530\n" "Last-Translator: sampada \n" "Language-Team: Marathi \n" @@ -591,7 +591,9 @@ msgid "Gambia" msgstr "गॅंबिया" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "रिपब्लिक ऑफ दि गॅंबिया" #. Name for GNB diff --git a/iso_3166-1/ms.po b/iso_3166-1/ms.po index 1ae691d..fd71034 100644 --- a/iso_3166-1/ms.po +++ b/iso_3166-1/ms.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2008-07-17 03:56+0200\n" "Last-Translator: Nicholas Ng \n" "Language-Team: Malay\n" @@ -596,7 +596,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republik Gambia" #. Name for GNB diff --git a/iso_3166-1/mt.po b/iso_3166-1/mt.po index be840c4..c01bce0 100644 --- a/iso_3166-1/mt.po +++ b/iso_3166-1/mt.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2002-01-05 16:40+0000\n" "Last-Translator: Ramon Casha \n" "Language-Team: Maltese \n" @@ -626,8 +626,9 @@ msgid "Gambia" msgstr "Ġamajka" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "Repubblika Dominikana" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/nb.po b/iso_3166-1/nb.po index 2880410..dd0193b 100644 --- a/iso_3166-1/nb.po +++ b/iso_3166-1/nb.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-07-16 15:58+0200\n" "Last-Translator: Hans Fredrik Nordhaug \n" "Language-Team: Norwegian Bokmaal \n" @@ -590,7 +590,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Reåublikken Gambia" #. Name for GNB diff --git a/iso_3166-1/ne.po b/iso_3166-1/ne.po index 67e1283..c657b17 100644 --- a/iso_3166-1/ne.po +++ b/iso_3166-1/ne.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: ne_merge\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2011-02-22 16:39-0600\n" "Last-Translator: Shiva Prasad Pokharel \n" "Language-Team: Nepali \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "गाम्बीया" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "गाम्बीयाको गणराज्य" #. Name for GNB diff --git a/iso_3166-1/nl.po b/iso_3166-1/nl.po index c4c4125..57768e1 100644 --- a/iso_3166-1/nl.po +++ b/iso_3166-1/nl.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-09-15 13:42+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republiek Gambia" #. Name for GNB diff --git a/iso_3166-1/nn.po b/iso_3166-1/nn.po index 2e094a9..18d4c41 100644 --- a/iso_3166-1/nn.po +++ b/iso_3166-1/nn.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-02-12 13:17+0100\n" "Last-Translator: Haavard Korsvoll\n" "Language-Team: Norwegian Nynorsk \n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republikken Gambia" #. Name for GNB diff --git a/iso_3166-1/nso.po b/iso_3166-1/nso.po index 40521a6..b0d8973 100644 --- a/iso_3166-1/nso.po +++ b/iso_3166-1/nso.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2002-11-13 15:30+0200\n" "Last-Translator: Jerry Thobejane \n" "Language-Team: Northern Sotho \n" @@ -613,8 +613,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "Czech Republic" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/oc.po b/iso_3166-1/oc.po index 32be0d7..7dfe03d 100644 --- a/iso_3166-1/oc.po +++ b/iso_3166-1/oc.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2008-11-10 00:45+0100\n" "Last-Translator: Joan Luc Labòrda \n" "Language-Team: Occitan \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republica de Gàmbia" #. Name for GNB diff --git a/iso_3166-1/or.po b/iso_3166-1/or.po index f0914e7..1ba32ce 100644 --- a/iso_3166-1/or.po +++ b/iso_3166-1/or.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2010-04-07 12:26+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "ଗାମ୍ବିୟା" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "ଗାମ୍ବିୟା ଗଣତନ୍ତ୍ର" #. Name for GNB diff --git a/iso_3166-1/pa.po b/iso_3166-1/pa.po index 63db849..1670c78 100644 --- a/iso_3166-1/pa.po +++ b/iso_3166-1/pa.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2009-05-29 05:58+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" @@ -588,7 +588,9 @@ msgid "Gambia" msgstr "ਗਾਬੀਆ" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "ਗੈਂਬੀਆ ਗਣਰਾਜ" #. Name for GNB diff --git a/iso_3166-1/pl.po b/iso_3166-1/pl.po index 1146287..0227d3f 100644 --- a/iso_3166-1/pl.po +++ b/iso_3166-1/pl.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-07-14 21:45+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republika Gambii" #. Name for GNB diff --git a/iso_3166-1/ps.po b/iso_3166-1/ps.po index b3b0174..9e9163a 100644 --- a/iso_3166-1/ps.po +++ b/iso_3166-1/ps.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-08-08 10:00+0100\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Pushto\n" @@ -580,7 +580,7 @@ msgid "Gambia" msgstr "" #. Official name for GMB -msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "" #. Name for GNB diff --git a/iso_3166-1/pt.po b/iso_3166-1/pt.po index a69c145..c23de74 100644 --- a/iso_3166-1/pt.po +++ b/iso_3166-1/pt.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-07-15 22:32+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -590,7 +590,9 @@ msgid "Gambia" msgstr "Gâmbia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "República da Gâmbia" #. Name for GNB diff --git a/iso_3166-1/pt_BR.po b/iso_3166-1/pt_BR.po index ccfd61b..fd174b4 100644 --- a/iso_3166-1/pt_BR.po +++ b/iso_3166-1/pt_BR.po @@ -4,26 +4,23 @@ # Alastair McKinstry , 2002 # Lisiane Sztoltz # Leonardo Ferreira Fontenelle , 2006-2009. -# Rafael Ferreira , 2013. -# -# Code elements (nice reference): https://en.wikipedia.org/wiki/ISO_3166-1 -# +# Rafael Fontenelle , 2013, 2016. msgid "" msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" -"PO-Revision-Date: 2013-12-05 13:51-0300\n" -"Last-Translator: Rafael Ferreira \n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" +"PO-Revision-Date: 2016-04-08 10:10-0200\n" +"Last-Translator: Rafael Fontenelle \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Virtaal 0.7.1\n" # AW #. Name for ABW @@ -431,14 +428,12 @@ msgstr "União de Comores" # CV #. Name for CPV #, fuzzy -#| msgid "Cape Verde" msgid "Cabo Verde" msgstr "Cabo Verde" # CV #. Official name for CPV #, fuzzy -#| msgid "Republic of Cape Verde" msgid "Republic of Cabo Verde" msgstr "República do Cabo Verde" @@ -729,7 +724,9 @@ msgstr "Gâmbia" # GM #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "República de Gâmbia" # GW @@ -1941,7 +1938,7 @@ msgstr "República Unida da Tanzânia" #. Common name for TZA msgid "Tanzania" -msgstr "" +msgstr "Tanzânia" # UG #. Name for UGA diff --git a/iso_3166-1/ro.po b/iso_3166-1/ro.po index 305062d..38535e9 100644 --- a/iso_3166-1/ro.po +++ b/iso_3166-1/ro.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2010-08-16 15:57+0300\n" "Last-Translator: Lucian Adrian Grijincu \n" "Language-Team: Romanian \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republica Gambia" #. Name for GNB diff --git a/iso_3166-1/ru.po b/iso_3166-1/ru.po index 3120017..e7dba17 100644 --- a/iso_3166-1/ru.po +++ b/iso_3166-1/ru.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-07-15 20:06+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -590,7 +590,9 @@ msgid "Gambia" msgstr "Гамбия" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Республика Гамбия" #. Name for GNB diff --git a/iso_3166-1/rw.po b/iso_3166-1/rw.po index 3003f4e..9214cf0 100644 --- a/iso_3166-1/rw.po +++ b/iso_3166-1/rw.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-11-01 15:00+0200\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Gambiya" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Repubulika ya Gambiya" #. Name for GNB diff --git a/iso_3166-1/si.po b/iso_3166-1/si.po index 860b1a2..0de16c6 100644 --- a/iso_3166-1/si.po +++ b/iso_3166-1/si.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2011-09-05 09:00+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "ගැම්බියාව" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "ගැම්බියා ජනරජය" #. Name for GNB diff --git a/iso_3166-1/sk.po b/iso_3166-1/sk.po index 517c2c8..a77d030 100644 --- a/iso_3166-1/sk.po +++ b/iso_3166-1/sk.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-08-31 14:19+0200\n" "Last-Translator: Ivan Masár \n" "Language-Team: x\n" @@ -593,7 +593,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambijská republika" #. Name for GNB diff --git a/iso_3166-1/sl.po b/iso_3166-1/sl.po index ec13e2f..f9720ca 100644 --- a/iso_3166-1/sl.po +++ b/iso_3166-1/sl.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-12-09 22:21+0100\n" "Last-Translator: Primož Peterlin \n" "Language-Team: Slovenian \n" @@ -691,7 +691,9 @@ msgid "Gambia" msgstr "Gambija" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republika Gambija" # GW diff --git a/iso_3166-1/so.po b/iso_3166-1/so.po index 2a3eb33..c79c339 100644 --- a/iso_3166-1/so.po +++ b/iso_3166-1/so.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-04-06 07:10+0100\n" "Last-Translator: Mohamed Diriye Abdullahi \n" "Language-Team: Somali\n" @@ -600,8 +600,9 @@ msgid "Gambia" msgstr "" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "Iiraan" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/sq.po b/iso_3166-1/sq.po index b4c83f7..20dbd82 100644 --- a/iso_3166-1/sq.po +++ b/iso_3166-1/sq.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2008-05-05 20:13+0200\n" "Last-Translator: Elian Myftiu \n" "Language-Team: Debian L10n Albanian \n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republika e Gambias" #. Name for GNB diff --git a/iso_3166-1/sr.po b/iso_3166-1/sr.po index 7c5d763..97b2cac 100644 --- a/iso_3166-1/sr.po +++ b/iso_3166-1/sr.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-12-26 21:20+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian <(nothing)>\n" @@ -585,7 +585,9 @@ msgid "Gambia" msgstr "Гамбија" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Република Гамбија" #. Name for GNB diff --git a/iso_3166-1/sr@latin.po b/iso_3166-1/sr@latin.po index 37d9fd2..cd0121b 100644 --- a/iso_3166-1/sr@latin.po +++ b/iso_3166-1/sr@latin.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-12-26 21:20+0200\n" "Last-Translator: Miroslav Nikolić \n" "Language-Team: Serbian <(nothing)>\n" @@ -585,7 +585,9 @@ msgid "Gambia" msgstr "Gambija" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republika Gambija" #. Name for GNB diff --git a/iso_3166-1/sv.po b/iso_3166-1/sv.po index 5ec819b..f6e1133 100644 --- a/iso_3166-1/sv.po +++ b/iso_3166-1/sv.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2014-01-06 14:24-0600\n" "Last-Translator: Mick Ohrberg \n" "Language-Team: Swedish \n" @@ -704,7 +704,9 @@ msgstr "Gambia" # official_name for GMB #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republiken Gambia" # GW diff --git a/iso_3166-1/sw.po b/iso_3166-1/sw.po index 9b0068c..18b6fb2 100644 --- a/iso_3166-1/sw.po +++ b/iso_3166-1/sw.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2009-05-05 15:32+0200\n" "Last-Translator: Muhsin Omar \n" "Language-Team: Swahili \n" @@ -607,7 +607,7 @@ msgstr "Gambia" #. Official name for GMB #, fuzzy -msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambia" #. Name for GNB diff --git a/iso_3166-1/ta.po b/iso_3166-1/ta.po index 3becc19..bf0c11c 100644 --- a/iso_3166-1/ta.po +++ b/iso_3166-1/ta.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2008-05-03 21:08+0530\n" "Last-Translator: Dr.T.Vasudevan \n" "Language-Team: Tamil \n" @@ -587,7 +587,9 @@ msgid "Gambia" msgstr "கம்பியா" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "காம்பியா குடியரசு" #. Name for GNB diff --git a/iso_3166-1/te.po b/iso_3166-1/te.po index b5b02bb..78c5d26 100644 --- a/iso_3166-1/te.po +++ b/iso_3166-1/te.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2009-08-06 18:27+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" @@ -588,7 +588,9 @@ msgid "Gambia" msgstr "గాంబియా" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "రిపబ్లిక్ ఆఫ్ ది గాంబియా" #. Name for GNB diff --git a/iso_3166-1/th.po b/iso_3166-1/th.po index 480ef1f..9504659 100644 --- a/iso_3166-1/th.po +++ b/iso_3166-1/th.po @@ -7,15 +7,15 @@ # Alastair McKinstry , 2002, 2004 # Translations from KDE: # - Thanomsub Noppaburana -# Theppitak Karoonboonyanan , 2005-2015 +# Theppitak Karoonboonyanan , 2005-2016 # msgid "" msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" -"PO-Revision-Date: 2015-06-11 09:14+0700\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" +"PO-Revision-Date: 2016-04-14 16:16+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" "Language: th\n" @@ -348,16 +348,12 @@ msgid "Union of the Comoros" msgstr "สหภาพคอโมโรส" #. Name for CPV -#, fuzzy -#| msgid "Cape Verde" msgid "Cabo Verde" -msgstr "เคปเวิร์ด" +msgstr "กาบูเวร์ดี" #. Official name for CPV -#, fuzzy -#| msgid "Republic of Cape Verde" msgid "Republic of Cabo Verde" -msgstr "สาธารณรัฐเคปเวิร์ด" +msgstr "สาธารณรัฐกาบูเวร์ดี" #. Name for CRI msgid "Costa Rica" @@ -588,8 +584,8 @@ msgid "Gambia" msgstr "แกมเบีย" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "สาธารณรัฐแกมเบีย" +msgid "Islamic Republic of the Gambia" +msgstr "สาธารณรัฐอิสลามแกมเบีย" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/ti.po b/iso_3166-1/ti.po index 27dd888..f2174be 100644 --- a/iso_3166-1/ti.po +++ b/iso_3166-1/ti.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-08-08 10:00+0100\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Tigrinya\n" @@ -584,8 +584,9 @@ msgid "Gambia" msgstr "ጋምቢያ" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "ዶሚኒክ ሪፑብሊክ" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/tig.po b/iso_3166-1/tig.po index 87afbb4..e1c6298 100644 --- a/iso_3166-1/tig.po +++ b/iso_3166-1/tig.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-08-08 10:00+0100\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Tigre\n" @@ -584,8 +584,9 @@ msgid "Gambia" msgstr "ጋምቢያ" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "ዶሚኒክ ሪፑብሊክ" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/tk.po b/iso_3166-1/tk.po index 9bcb147..5f54dcf 100644 --- a/iso_3166-1/tk.po +++ b/iso_3166-1/tk.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-08-20 20:10I+0330\n" "Last-Translator: Kakilik Group \n" "Language-Team: Turkmen \n" @@ -591,7 +591,9 @@ msgid "Gambia" msgstr "Gambiýa" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambiýa Respublikasy" #. Name for GNB diff --git a/iso_3166-1/tl.po b/iso_3166-1/tl.po index e7ad2aa..0f1e386 100644 --- a/iso_3166-1/tl.po +++ b/iso_3166-1/tl.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2006-10-18 22:59+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republika ng Gambia" #. Name for GNB diff --git a/iso_3166-1/tr.po b/iso_3166-1/tr.po index a98f7dc..02faff9 100644 --- a/iso_3166-1/tr.po +++ b/iso_3166-1/tr.po @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-08-17 18:07+0200\n" "Last-Translator: Atila KOÇ \n" "Language-Team: Turkish \n" @@ -593,7 +593,9 @@ msgid "Gambia" msgstr "Gambiya" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambiya Cumhuriyeti" #. Name for GNB diff --git a/iso_3166-1/tt.po b/iso_3166-1/tt.po index a1aec0b..74a28ce 100644 --- a/iso_3166-1/tt.po +++ b/iso_3166-1/tt.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2005-10-21 15:11+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Gамбиа" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gамбиа Җөмһүриәте" #. Name for GNB diff --git a/iso_3166-1/tt@iqtelif.po b/iso_3166-1/tt@iqtelif.po index 6a77704..d15b847 100644 --- a/iso_3166-1/tt@iqtelif.po +++ b/iso_3166-1/tt@iqtelif.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2005-10-21 15:11+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Gambia Cömhüriäte" #. Name for GNB diff --git a/iso_3166-1/ug.po b/iso_3166-1/ug.po index fa62185..765b059 100644 --- a/iso_3166-1/ug.po +++ b/iso_3166-1/ug.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-02-13 11:28+0600\n" "Last-Translator: Sahran \n" "Language-Team: Uyghur Computer Science Association \n" @@ -585,7 +585,9 @@ msgid "Gambia" msgstr "گامبىيە" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "گامبىيە جۇمھۇرىيىتى" #. Name for GNB diff --git a/iso_3166-1/uk.po b/iso_3166-1/uk.po index cbab06a..db9731a 100644 --- a/iso_3166-1/uk.po +++ b/iso_3166-1/uk.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2015-07-10 14:55+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -588,7 +588,9 @@ msgid "Gambia" msgstr "Гамбія" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Республіка Гамбія" #. Name for GNB diff --git a/iso_3166-1/ve.po b/iso_3166-1/ve.po index f71e30c..344a6ca 100644 --- a/iso_3166-1/ve.po +++ b/iso_3166-1/ve.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2002-11-13 22:07SAST\n" "Last-Translator: Fhatuwani Rambau \n" "Language-Team: Venda \n" @@ -612,8 +612,9 @@ msgid "Gambia" msgstr "Gambia" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "Czech Republic" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/vi.po b/iso_3166-1/vi.po index 2308dee..06abef4 100644 --- a/iso_3166-1/vi.po +++ b/iso_3166-1/vi.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-08-19 16:27+0100\n" "Last-Translator: Hai-Nam Nguyen \n" "Language-Team: Vietnamese <>\n" @@ -586,7 +586,9 @@ msgid "Gambia" msgstr "Găm-bi-a" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Cộng hoà Găm-bi-a" #. Name for GNB diff --git a/iso_3166-1/wa.po b/iso_3166-1/wa.po index b625ff4..f1af7a8 100644 --- a/iso_3166-1/wa.po +++ b/iso_3166-1/wa.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2012-06-05 18:57+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -588,7 +588,9 @@ msgid "Gambia" msgstr "Gambeye" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republike del Gambeye" #. Name for GNB diff --git a/iso_3166-1/wal.po b/iso_3166-1/wal.po index 1e396d2..712f24d 100644 --- a/iso_3166-1/wal.po +++ b/iso_3166-1/wal.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2004-08-08 10:00+0100\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Walamo\n" @@ -584,8 +584,9 @@ msgid "Gambia" msgstr "ጋምቢያ" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "ዶሚኒክ ሪፑብሊክ" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/wo.po b/iso_3166-1/wo.po index d01e794..5bebdcd 100644 --- a/iso_3166-1/wo.po +++ b/iso_3166-1/wo.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: wo\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2008-06-04 21:14+0200\n" "Last-Translator: Mouhamadou Mamoune Mbacke \n" "Language-Team: Wolof\n" @@ -588,7 +588,9 @@ msgid "Gambia" msgstr "Gaambi" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "Republik bu Gaambi" #. Name for GNB diff --git a/iso_3166-1/xh.po b/iso_3166-1/xh.po index 38cb49e..4e5e4cd 100644 --- a/iso_3166-1/xh.po +++ b/iso_3166-1/xh.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2002-01-05 18:40+0000\n" "Last-Translator: Antoinette Dekeni \n" "Language-Team: Xhosa \n" @@ -623,8 +623,9 @@ msgid "Gambia" msgstr "Jamaica" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "Ulawulo lokuziphatha kwe Dominican" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-1/zh_CN.po b/iso_3166-1/zh_CN.po index e5ec62e..eab08d5 100644 --- a/iso_3166-1/zh_CN.po +++ b/iso_3166-1/zh_CN.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-09-28 16:17+0800\n" "Last-Translator: LI Daobing \n" "Language-Team: Chinese (simplified) \n" @@ -591,7 +591,9 @@ msgid "Gambia" msgstr "冈比亚" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "冈比亚共和国" #. Name for GNB diff --git a/iso_3166-1/zh_HK.po b/iso_3166-1/zh_HK.po index 5aa1134..71714fe 100644 --- a/iso_3166-1/zh_HK.po +++ b/iso_3166-1/zh_HK.po @@ -24,7 +24,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2006-10-06 07:12+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (Hong Kong) \n" @@ -604,7 +604,9 @@ msgid "Gambia" msgstr "岡比亞" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "岡比亞共和國" #. Name for GNB diff --git a/iso_3166-1/zh_TW.po b/iso_3166-1/zh_TW.po index c470259..614b84d 100644 --- a/iso_3166-1/zh_TW.po +++ b/iso_3166-1/zh_TW.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2013-09-03 13:09+0800\n" "Last-Translator: Wei-Lun Chao \n" "Language-Team: Chinese (traditional) \n" @@ -589,7 +589,9 @@ msgid "Gambia" msgstr "甘比亞" #. Official name for GMB -msgid "Republic of the Gambia" +#, fuzzy +#| msgid "Republic of the Gambia" +msgid "Islamic Republic of the Gambia" msgstr "甘比亞共和國" #. Name for GNB diff --git a/iso_3166-1/zu.po b/iso_3166-1/zu.po index 57ebd83..74cb812 100644 --- a/iso_3166-1/zu.po +++ b/iso_3166-1/zu.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-1\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-05 21:58+0100\n" +"POT-Creation-Date: 2016-04-14 09:45+0200\n" "PO-Revision-Date: 2002-01-05 18:50+0000\n" "Last-Translator: Thobile Mhlongo \n" "Language-Team: Zulu \n" @@ -623,8 +623,9 @@ msgid "Gambia" msgstr "I Jamayikha" #. Official name for GMB -msgid "Republic of the Gambia" -msgstr "" +#, fuzzy +msgid "Islamic Republic of the Gambia" +msgstr "Ulawulo lokuziphatha kwe Dominikhani" #. Name for GNB msgid "Guinea-Bissau" diff --git a/iso_3166-2/Makefile.in b/iso_3166-2/Makefile.in index 72a2739..3695ca7 100644 --- a/iso_3166-2/Makefile.in +++ b/iso_3166-2/Makefile.in @@ -142,7 +142,7 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(xmldir)" -DATA = $(noinst_DATA) $(xml_DATA) +DATA = $(nodist_xml_DATA) $(noinst_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common.mk DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -230,17 +230,17 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DOMAIN = iso_3166-2 xmldir = $(datadir)/xml/iso-codes -xml_DATA = $(DOMAIN).xml +nodist_xml_DATA = $(DOMAIN).xml pofiles = $(wildcard $(srcdir)/*.po) mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles)) noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) EXTRA_DIST = \ $(pofiles) \ - $(xml_DATA) \ $(DOMAIN).pot MOSTLYCLEANFILES = \ - $(mofiles) + $(mofiles) \ + $(DOMAIN).xml all: all-am @@ -275,9 +275,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): -install-xmlDATA: $(xml_DATA) +install-nodist_xmlDATA: $(nodist_xml_DATA) @$(NORMAL_INSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ @@ -291,9 +291,9 @@ install-xmlDATA: $(xml_DATA) $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ done -uninstall-xmlDATA: +uninstall-nodist_xmlDATA: @$(NORMAL_UNINSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) tags TAGS: @@ -392,7 +392,7 @@ info: info-am info-am: -install-data-am: install-xmlDATA +install-data-am: install-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am @@ -437,7 +437,7 @@ ps: ps-am ps-am: -uninstall-am: uninstall-xmlDATA +uninstall-am: uninstall-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook .MAKE: check-am install-am install-data-am install-strip uninstall-am @@ -448,11 +448,11 @@ uninstall-am: uninstall-xmlDATA install-data install-data-am install-data-hook install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip install-xmlDATA installcheck installcheck-am \ + install-nodist_xmlDATA install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ - uninstall uninstall-am uninstall-hook uninstall-xmlDATA + uninstall uninstall-am uninstall-hook uninstall-nodist_xmlDATA .PRECIOUS: Makefile diff --git a/iso_3166-2/az.po b/iso_3166-2/az.po index 0cd29f8..5b3c006 100644 --- a/iso_3166-2/az.po +++ b/iso_3166-2/az.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-11-13 14:28GMT+0200\n" "Last-Translator: Vasif İsmayıloğlu MD \n" "Language-Team: Azerbaijani Turkic \n" @@ -10391,11 +10391,11 @@ msgid "Xékong" msgstr "Livan" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/bg.po b/iso_3166-2/bg.po index 7072056..063c9a6 100644 --- a/iso_3166-2/bg.po +++ b/iso_3166-2/bg.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2009-11-25 20:24+0200\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" @@ -10268,11 +10268,11 @@ msgid "Xékong" msgstr "Ливан" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/bs.po b/iso_3166-2/bs.po index c605046..64eacaa 100644 --- a/iso_3166-2/bs.po +++ b/iso_3166-2/bs.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-09-14 12:03GMT\n" "Last-Translator: Vedran Ljubovic \n" "Language-Team: Bosnian \n" @@ -10391,11 +10391,11 @@ msgid "Xékong" msgstr "Liban" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/ca.po b/iso_3166-2/ca.po index 6b394ee..e0f14de 100644 --- a/iso_3166-2/ca.po +++ b/iso_3166-2/ca.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-09-24 21:46+0200\n" "Last-Translator: Softcatalà \n" "Language-Team: Catalan \n" @@ -10390,11 +10390,11 @@ msgid "Xékong" msgstr "Líban" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/crh.po b/iso_3166-2/crh.po index 8febb96..a9b8cd5 100644 --- a/iso_3166-2/crh.po +++ b/iso_3166-2/crh.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2009-03-01 14:51-0600\n" "Last-Translator: Reşat SABIQ \n" "Language-Team: Crimean Tatar \n" @@ -9318,11 +9318,11 @@ msgid "Xékong" msgstr "" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/cs.po b/iso_3166-2/cs.po index bcddd57..f82b8c1 100644 --- a/iso_3166-2/cs.po +++ b/iso_3166-2/cs.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2008-05-18 15:01+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -10314,11 +10314,11 @@ msgid "Xékong" msgstr "Lebanon" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/da.po b/iso_3166-2/da.po index 2b5244e..956ecc4 100644 --- a/iso_3166-2/da.po +++ b/iso_3166-2/da.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2015-08-16 22:00+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -9346,11 +9346,15 @@ msgid "Xékong" msgstr "Xékong" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Xiangkhoang" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +#, fuzzy +#| msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Xiasômboun" #. Name for LB-AK diff --git a/iso_3166-2/de.po b/iso_3166-2/de.po index 57bb465..333d6ca 100644 --- a/iso_3166-2/de.po +++ b/iso_3166-2/de.po @@ -3,23 +3,22 @@ # Sources: Freie Enzyklopädie Wikipedia (http://de.wikipedia.org/wiki/ISO_3166-2) # Copyright © # Hendrik Knackstedt , 2012. -# Tobias Quathamer , 2012. +# Dr. Tobias Quathamer , 2012, 2016. # Mario Blättermann , 2014. msgid "" msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" -"PO-Revision-Date: 2014-04-05 12:12+0100\n" -"Last-Translator: Mario Blättermann \n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" +"PO-Revision-Date: 2016-04-15 11:38+0100\n" +"Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Lokalize 2.0\n" #. Name for AD-02 msgid "Canillo" @@ -9286,11 +9285,11 @@ msgid "Xékong" msgstr "Sekong" #. Name for LA-XI -msgid "Xiangkhoang" -msgstr "Xieng Khouang" +msgid "Xiangkhouang" +msgstr "Xiangkhouang" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "Saysomboun" #. Name for LB-AK diff --git a/iso_3166-2/el.po b/iso_3166-2/el.po index 985af62..43d4c80 100644 --- a/iso_3166-2/el.po +++ b/iso_3166-2/el.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2007-10-14 14:52+0200\n" "Last-Translator: Alexis Darrasse \n" "Language-Team: Greek \n" @@ -9347,11 +9347,11 @@ msgid "Xékong" msgstr "" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/en.po b/iso_3166-2/en.po index e673956..faffd8d 100644 --- a/iso_3166-2/en.po +++ b/iso_3166-2/en.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2007-07-04 19:00+0200\n" "Last-Translator: Tobias Quathamer \n" "Language-Team: English\n" @@ -10011,12 +10011,14 @@ msgid "Xékong" msgstr "Xekong" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Xiangkhoang" -#. Name for LA-XN +#. Name for LA-XS #, fuzzy -msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Xiasomboun" #. Name for LB-AK diff --git a/iso_3166-2/eo.po b/iso_3166-2/eo.po index 3727a6b..1fe618d 100644 --- a/iso_3166-2/eo.po +++ b/iso_3166-2/eo.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-09-13 13:38-0500\n" "Last-Translator: D. Dale Gulledge \n" "Language-Team: Esperanto \n" @@ -10328,11 +10328,11 @@ msgid "Xékong" msgstr "Tongo" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/es.po b/iso_3166-2/es.po index 6bb9b9a..326a678 100644 --- a/iso_3166-2/es.po +++ b/iso_3166-2/es.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-12-02 20:54+0100\n" "Last-Translator: Juan Manuel García Molina \n" "Language-Team: Spanish \n" @@ -10329,11 +10329,11 @@ msgid "Xékong" msgstr "Tonga" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/eu.po b/iso_3166-2/eu.po index d11c8af..1acc7bc 100644 --- a/iso_3166-2/eu.po +++ b/iso_3166-2/eu.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-10-09 18:02GMT+1\n" "Last-Translator: Iñigo Salvador Azurmendi \n" "Language-Team: Euskara \n" @@ -10341,11 +10341,11 @@ msgid "Xékong" msgstr "Tonga" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/fi.po b/iso_3166-2/fi.po index f1d97e5..112b75a 100644 --- a/iso_3166-2/fi.po +++ b/iso_3166-2/fi.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2008-11-04 23:06+0200\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" @@ -9316,11 +9316,11 @@ msgid "Xékong" msgstr "" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/fr.po b/iso_3166-2/fr.po index 62e879a..dc52ef1 100644 --- a/iso_3166-2/fr.po +++ b/iso_3166-2/fr.po @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2012-04-09 14:43+0200\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" @@ -9294,11 +9294,15 @@ msgid "Xékong" msgstr "Xékong" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Xiangkhoang" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +#, fuzzy +#| msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Xiasômboun" #. Name for LB-AK diff --git a/iso_3166-2/ga.po b/iso_3166-2/ga.po index 51e79a4..b56f2ba 100644 --- a/iso_3166-2/ga.po +++ b/iso_3166-2/ga.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-12-12 13:04+0000\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Irish \n" @@ -10126,11 +10126,11 @@ msgid "Xékong" msgstr "An Congó" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/hu.po b/iso_3166-2/hu.po index 5e9396c..6e6646a 100644 --- a/iso_3166-2/hu.po +++ b/iso_3166-2/hu.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2010-02-01 09:57+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -9569,11 +9569,13 @@ msgid "Xékong" msgstr "" #. Name for LA-XI -msgid "Xiangkhoang" -msgstr "" +#, fuzzy +#| msgid "Laghouat" +msgid "Xiangkhouang" +msgstr "Laghouat" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/id.po b/iso_3166-2/id.po index b9668c2..7287004 100644 --- a/iso_3166-2/id.po +++ b/iso_3166-2/id.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2014-01-26 09:24+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" @@ -9284,11 +9284,15 @@ msgid "Xékong" msgstr "Xékong" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Xiangkhoang" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +#, fuzzy +#| msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Xiasômboun" #. Name for LB-AK diff --git a/iso_3166-2/iso_3166-2.pot b/iso_3166-2/iso_3166-2.pot index 4a99b6c..ed3d684 100644 --- a/iso_3166-2/iso_3166-2.pot +++ b/iso_3166-2/iso_3166-2.pot @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -9285,11 +9285,11 @@ msgid "Xékong" msgstr "" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/iso_3166-2.xml b/iso_3166-2/iso_3166-2.xml deleted file mode 100644 index c543f8f..0000000 --- a/iso_3166-2/iso_3166-2.xml +++ /dev/null @@ -1,10824 +0,0 @@ - - - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/iso_3166-2/it.po b/iso_3166-2/it.po index a8699fb..c9499ef 100644 --- a/iso_3166-2/it.po +++ b/iso_3166-2/it.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2013-06-25 14:38+0200\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" @@ -9291,11 +9291,15 @@ msgid "Xékong" msgstr "Xekong" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Xiangkhoang" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +#, fuzzy +#| msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Xiasomboun" #. Name for LB-AK diff --git a/iso_3166-2/ja.po b/iso_3166-2/ja.po index 9f413de..f20363b 100644 --- a/iso_3166-2/ja.po +++ b/iso_3166-2/ja.po @@ -33,7 +33,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2013-08-19 14:45+0900\n" "Last-Translator: Yasuaki Taniguchi \n" "Language-Team: Japanese \n" @@ -9709,11 +9709,15 @@ msgid "Xékong" msgstr "セコン" #. Name for LA-XI -msgid "Xiangkhoang" -msgstr "" +#, fuzzy +#| msgid "Zaghouan" +msgid "Xiangkhouang" +msgstr "ザグアン" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +#, fuzzy +#| msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "サイソンブン" # レバノン diff --git a/iso_3166-2/ko.po b/iso_3166-2/ko.po index 8bfe115..87cc10c 100644 --- a/iso_3166-2/ko.po +++ b/iso_3166-2/ko.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-09-25 10:07--500\n" "Last-Translator: Jaegeum Choe \n" "Language-Team: korean \n" @@ -10207,11 +10207,11 @@ msgid "Xékong" msgstr "통가" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/lt.po b/iso_3166-2/lt.po index 9c69bdc..872512e 100644 --- a/iso_3166-2/lt.po +++ b/iso_3166-2/lt.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2009-09-26 20:46+0300\n" "Last-Translator: Kęstutis Biliūnas \n" "Language-Team: Lithuanian \n" @@ -9497,11 +9497,13 @@ msgid "Xékong" msgstr "" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Ksiangkhoangas" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/lv.po b/iso_3166-2/lv.po index c3d3d42..c01f1b9 100644 --- a/iso_3166-2/lv.po +++ b/iso_3166-2/lv.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-09-06 15:59+0200\n" "Last-Translator: Juris Kudiņš \n" "Language-Team: Latvian\n" @@ -10208,11 +10208,11 @@ msgid "Xékong" msgstr "Kongo" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/nl.po b/iso_3166-2/nl.po index a8e2b9a..0289258 100644 --- a/iso_3166-2/nl.po +++ b/iso_3166-2/nl.po @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2013-08-12 23:18+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -9300,11 +9300,15 @@ msgid "Xékong" msgstr "Sekong" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Xieng Khuang" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +#, fuzzy +#| msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Saisombun" #. Name for LB-AK diff --git a/iso_3166-2/nso.po b/iso_3166-2/nso.po index a6db528..4ae431e 100644 --- a/iso_3166-2/nso.po +++ b/iso_3166-2/nso.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2002-11-13 15:30+0200\n" "Last-Translator: Jerry Thobejane \n" "Language-Team: Northern Sotho \n" @@ -10335,11 +10335,12 @@ msgid "Xékong" msgstr "Setonga" #. Name for LA-XI -msgid "Xiangkhoang" -msgstr "" +#, fuzzy +msgid "Xiangkhouang" +msgstr "Eya gatisa" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/oc.po b/iso_3166-2/oc.po index 39df49e..4cdfce8 100644 --- a/iso_3166-2/oc.po +++ b/iso_3166-2/oc.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: oc\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2008-11-10 00:51+0100\n" "Last-Translator: Yannig Marchegay (Kokoyaya) \n" "Language-Team: \n" @@ -9311,11 +9311,11 @@ msgid "Xékong" msgstr "" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/pl.po b/iso_3166-2/pl.po index 5905a8a..59aa924 100644 --- a/iso_3166-2/pl.po +++ b/iso_3166-2/pl.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2015-08-29 19:45+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -9296,11 +9296,15 @@ msgid "Xékong" msgstr "Xekong" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Xieng Khouang" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +#, fuzzy +#| msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Saysomboun" #. Name for LB-AK diff --git a/iso_3166-2/ro.po b/iso_3166-2/ro.po index a0ee907..cec7b6a 100644 --- a/iso_3166-2/ro.po +++ b/iso_3166-2/ro.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2010-08-17 03:17+0300\n" "Last-Translator: Lucian Adrian Grijincu \n" "Language-Team: Romanian \n" @@ -9581,11 +9581,12 @@ msgid "Xékong" msgstr "" #. Name for LA-XI -msgid "Xiangkhoang" -msgstr "" +#, fuzzy +msgid "Xiangkhouang" +msgstr "Laghouat" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/sk.po b/iso_3166-2/sk.po index 3ba8db3..739abf2 100644 --- a/iso_3166-2/sk.po +++ b/iso_3166-2/sk.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2014-11-14 10:51+0200\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -9492,12 +9492,15 @@ msgstr "" msgid "Xékong" msgstr "" +# [geodesy] #. Name for LA-XI -msgid "Xiangkhoang" -msgstr "" +#, fuzzy +#| msgid "Xinjiang" +msgid "Xiangkhouang" +msgstr "Sin-ťiang" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/sl.po b/iso_3166-2/sl.po index 6304ad0..f6ba852 100644 --- a/iso_3166-2/sl.po +++ b/iso_3166-2/sl.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2011-08-14 23:02+0200\n" "Last-Translator: Primož Peterlin \n" "Language-Team: Slovenian \n" @@ -10096,12 +10096,12 @@ msgstr "Xékong" #. Name for LA-XI #, fuzzy -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Xiangkhoang" -#. Name for LA-XN +#. Name for LA-XS #, fuzzy -msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Xiasômboun" #. Name for LB-AK diff --git a/iso_3166-2/sr.po b/iso_3166-2/sr.po index f69ed41..72864b4 100644 --- a/iso_3166-2/sr.po +++ b/iso_3166-2/sr.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2015-12-26 22:03+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian <(nothing)>\n" @@ -9291,11 +9291,13 @@ msgid "Xékong" msgstr "Зеконг" #. Name for LA-XI -msgid "Xiangkhoang" -msgstr "" +#, fuzzy +#| msgid "Xinjiang" +msgid "Xiangkhouang" +msgstr "Ксинђијанг" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/sr@latin.po b/iso_3166-2/sr@latin.po index c80fbdd..6599cc7 100644 --- a/iso_3166-2/sr@latin.po +++ b/iso_3166-2/sr@latin.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2015-12-26 22:03+0200\n" "Last-Translator: Miroslav Nikolić \n" "Language-Team: Serbian <(nothing)>\n" @@ -9291,11 +9291,13 @@ msgid "Xékong" msgstr "Zekong" #. Name for LA-XI -msgid "Xiangkhoang" -msgstr "" +#, fuzzy +#| msgid "Xinjiang" +msgid "Xiangkhouang" +msgstr "Ksinđijang" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/sv.po b/iso_3166-2/sv.po index c1f6764..29d0d3d 100644 --- a/iso_3166-2/sv.po +++ b/iso_3166-2/sv.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-09-25 18:44\n" "Last-Translator: Mattias Newzella \n" "Language-Team: Swedish \n" @@ -10327,11 +10327,11 @@ msgid "Xékong" msgstr "Tonga" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/th.po b/iso_3166-2/th.po index 3ad6f66..3a6c5af 100644 --- a/iso_3166-2/th.po +++ b/iso_3166-2/th.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2014-04-16 20:46+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -9323,11 +9323,15 @@ msgid "Xékong" msgstr "เซกอง" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "เชียงขวาง" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +#, fuzzy +#| msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "ไซสมบูน" #. Name for LB-AK diff --git a/iso_3166-2/tr.po b/iso_3166-2/tr.po index 8c29f34..a48789c 100644 --- a/iso_3166-2/tr.po +++ b/iso_3166-2/tr.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2001-09-23 02:35+0200\n" "Last-Translator: Ömer Fadıl USTA \n" "Language-Team: Turkish \n" @@ -10345,11 +10345,11 @@ msgid "Xékong" msgstr "Tonga" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/uk.po b/iso_3166-2/uk.po index 173b54a..5b2a803 100644 --- a/iso_3166-2/uk.po +++ b/iso_3166-2/uk.po @@ -5,14 +5,14 @@ # Copyright (C) 2010 Free Software Foundation, Inc. # # Maxim V. Dziumanenko , 2010. -# Yuri Chornoivan , 2010, 2011, 2012, 2013. +# Yuri Chornoivan , 2010, 2011, 2012, 2013, 2016. msgid "" msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" -"PO-Revision-Date: 2013-06-22 12:03+0300\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" +"PO-Revision-Date: 2016-04-04 20:34+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -1409,7 +1409,7 @@ msgstr "Бале" #. Name for BF-BAM msgid "Bam" -msgstr "BAM" +msgstr "Бам" #. Name for BF-BAN msgid "Banwa" @@ -1441,15 +1441,15 @@ msgstr "Ганзургу" #. Name for BF-GNA msgid "Gnagna" -msgstr "Гнагна" +msgstr "Няня" #. Name for BF-GOU msgid "Gourma" -msgstr "Гурма" +msgstr "Ґурма" #. Name for BF-HOU msgid "Houet" -msgstr "Хует" +msgstr "Уе" #. Name for BF-IOB msgid "Ioba" @@ -1545,7 +1545,7 @@ msgstr "Санматенга" #. Name for BF-SNG msgid "Sanguié" -msgstr "Сангуіє" +msgstr "Сангіє" #. Name for BF-SOM msgid "Soum" @@ -1565,7 +1565,7 @@ msgstr "Туї" #. Name for BF-YAG msgid "Yagha" -msgstr "Ягха" +msgstr "Яга" #. Name for BF-YAT msgid "Yatenga" @@ -9288,11 +9288,15 @@ msgid "Xékong" msgstr "Секонг" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Сієнгкхуанг" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +#, fuzzy +#| msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Сайсомбун" #. Name for LB-AK diff --git a/iso_3166-2/ve.po b/iso_3166-2/ve.po index 12cd913..45703c3 100644 --- a/iso_3166-2/ve.po +++ b/iso_3166-2/ve.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2002-11-13 22:07SAST\n" "Last-Translator: Fhatuwani Rambau \n" "Language-Team: Venda \n" @@ -10332,11 +10332,12 @@ msgid "Xékong" msgstr "Tonga" #. Name for LA-XI -msgid "Xiangkhoang" -msgstr "" +#, fuzzy +msgid "Xiangkhouang" +msgstr "U phirintha" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/vi.po b/iso_3166-2/vi.po index 9f37440..8ca3624 100644 --- a/iso_3166-2/vi.po +++ b/iso_3166-2/vi.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2012-09-08 10:26+0100\n" "Last-Translator: Hai-Nam Nguyen \n" "Language-Team: MOST project \n" @@ -9504,11 +9504,15 @@ msgid "Xékong" msgstr "Xékong" #. Name for LA-XI -msgid "Xiangkhoang" +#, fuzzy +#| msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Xiangkhoang" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +#, fuzzy +#| msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Xiasômboun" #. Name for LB-AK diff --git a/iso_3166-2/wa.po b/iso_3166-2/wa.po index 55e3308..b18665b 100644 --- a/iso_3166-2/wa.po +++ b/iso_3166-2/wa.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2007-08-28 20:39+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -9734,11 +9734,11 @@ msgid "Xékong" msgstr "" #. Name for LA-XI -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "" -#. Name for LA-XN -msgid "Xiasômboun" +#. Name for LA-XS +msgid "Xaisômboun" msgstr "" #. Name for LB-AK diff --git a/iso_3166-2/zh_CN.po b/iso_3166-2/zh_CN.po index 495d0dc..bfd087c 100644 --- a/iso_3166-2/zh_CN.po +++ b/iso_3166-2/zh_CN.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: iso_3166-2\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2009-06-27 18:21+0800\n" "Last-Translator: LI Daobing \n" "Language-Team: Chinese (simplified) \n" -"POT-Creation-Date: 2016-03-26 15:06+0100\n" +"POT-Creation-Date: 2016-04-15 10:13+0200\n" "PO-Revision-Date: 2013-06-14 23:29+0800\n" "Last-Translator: Wei-Lun Chao \n" "Language-Team: Chinese (traditional) \n" @@ -11343,12 +11343,12 @@ msgstr "Xé kong" #. Name for LA-XI #, fuzzy -msgid "Xiangkhoang" +msgid "Xiangkhouang" msgstr "Xiangkhoang" -#. Name for LA-XN +#. Name for LA-XS #, fuzzy -msgid "Xiasômboun" +msgid "Xaisômboun" msgstr "Xiasômboun" #. Name for LB-AK diff --git a/iso_3166-3/Makefile.in b/iso_3166-3/Makefile.in index e134365..f15e244 100644 --- a/iso_3166-3/Makefile.in +++ b/iso_3166-3/Makefile.in @@ -142,7 +142,7 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(xmldir)" -DATA = $(noinst_DATA) $(xml_DATA) +DATA = $(nodist_xml_DATA) $(noinst_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common.mk DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -230,17 +230,17 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DOMAIN = iso_3166-3 xmldir = $(datadir)/xml/iso-codes -xml_DATA = $(DOMAIN).xml +nodist_xml_DATA = $(DOMAIN).xml pofiles = $(wildcard $(srcdir)/*.po) mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles)) noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) EXTRA_DIST = \ $(pofiles) \ - $(xml_DATA) \ $(DOMAIN).pot MOSTLYCLEANFILES = \ - $(mofiles) + $(mofiles) \ + $(DOMAIN).xml all: all-am @@ -275,9 +275,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): -install-xmlDATA: $(xml_DATA) +install-nodist_xmlDATA: $(nodist_xml_DATA) @$(NORMAL_INSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ @@ -291,9 +291,9 @@ install-xmlDATA: $(xml_DATA) $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ done -uninstall-xmlDATA: +uninstall-nodist_xmlDATA: @$(NORMAL_UNINSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) tags TAGS: @@ -392,7 +392,7 @@ info: info-am info-am: -install-data-am: install-xmlDATA +install-data-am: install-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am @@ -437,7 +437,7 @@ ps: ps-am ps-am: -uninstall-am: uninstall-xmlDATA +uninstall-am: uninstall-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook .MAKE: check-am install-am install-data-am install-strip uninstall-am @@ -448,11 +448,11 @@ uninstall-am: uninstall-xmlDATA install-data install-data-am install-data-hook install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip install-xmlDATA installcheck installcheck-am \ + install-nodist_xmlDATA install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ - uninstall uninstall-am uninstall-hook uninstall-xmlDATA + uninstall uninstall-am uninstall-hook uninstall-nodist_xmlDATA .PRECIOUS: Makefile diff --git a/iso_3166-3/iso_3166-3.xml b/iso_3166-3/iso_3166-3.xml deleted file mode 100644 index e69de29..0000000 diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in index a7113f1..a778755 100644 --- a/iso_4217/Makefile.in +++ b/iso_4217/Makefile.in @@ -142,7 +142,7 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(xmldir)" -DATA = $(noinst_DATA) $(xml_DATA) +DATA = $(nodist_xml_DATA) $(noinst_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common.mk DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -230,17 +230,17 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DOMAIN = iso_4217 xmldir = $(datadir)/xml/iso-codes -xml_DATA = $(DOMAIN).xml +nodist_xml_DATA = $(DOMAIN).xml pofiles = $(wildcard $(srcdir)/*.po) mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles)) noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) EXTRA_DIST = \ $(pofiles) \ - $(xml_DATA) \ $(DOMAIN).pot MOSTLYCLEANFILES = \ - $(mofiles) + $(mofiles) \ + $(DOMAIN).xml all: all-am @@ -275,9 +275,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): -install-xmlDATA: $(xml_DATA) +install-nodist_xmlDATA: $(nodist_xml_DATA) @$(NORMAL_INSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ @@ -291,9 +291,9 @@ install-xmlDATA: $(xml_DATA) $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ done -uninstall-xmlDATA: +uninstall-nodist_xmlDATA: @$(NORMAL_UNINSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) tags TAGS: @@ -392,7 +392,7 @@ info: info-am info-am: -install-data-am: install-xmlDATA +install-data-am: install-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am @@ -437,7 +437,7 @@ ps: ps-am ps-am: -uninstall-am: uninstall-xmlDATA +uninstall-am: uninstall-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook .MAKE: check-am install-am install-data-am install-strip uninstall-am @@ -448,11 +448,11 @@ uninstall-am: uninstall-xmlDATA install-data install-data-am install-data-hook install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip install-xmlDATA installcheck installcheck-am \ + install-nodist_xmlDATA install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ - uninstall uninstall-am uninstall-hook uninstall-xmlDATA + uninstall uninstall-am uninstall-hook uninstall-nodist_xmlDATA .PRECIOUS: Makefile diff --git a/iso_4217/de.po b/iso_4217/de.po index 4739d5a..9247766 100644 --- a/iso_4217/de.po +++ b/iso_4217/de.po @@ -4,7 +4,7 @@ # # Alastair McKinstry , 2002. # Christian Stimming , 2006. -# Tobias Quathamer , 2006, 2008, 2011. +# Dr. Tobias Quathamer , 2006, 2008, 2011, 2016. # Mario Blättermann , 2014. msgid "" msgstr "" @@ -12,15 +12,14 @@ msgstr "" "Report-Msgid-Bugs-To: Debian iso-codes team \n" "POT-Creation-Date: 2016-03-05 21:58+0100\n" -"PO-Revision-Date: 2014-03-20 14:42+0100\n" -"Last-Translator: Mario Blättermann \n" +"PO-Revision-Date: 2016-04-15 11:55+0100\n" +"Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 2.0\n" #. Name for AED msgid "UAE Dirham" @@ -39,8 +38,6 @@ msgid "Armenian Dram" msgstr "Armenischer Dram" #. Name for ANG -#, fuzzy -#| msgid "Netherlands Antillian Guilder" msgid "Netherlands Antillean Guilder" msgstr "Niederländische Antillen-Gulden" @@ -57,18 +54,14 @@ msgid "Australian Dollar" msgstr "Australischer Dollar" #. Name for AWG -#, fuzzy -#| msgid "Aruban Guilder" msgid "Aruban Florin" -msgstr "Arubanischer Gulden" +msgstr "Arubanischer Florin" #. Name for AZN msgid "Azerbaijanian Manat" msgstr "Aserbeidschanischer Manat" #. Name for BAM -#, fuzzy -#| msgid "Convertible Marks" msgid "Convertible Mark" msgstr "Konvertierbare Mark" @@ -121,8 +114,6 @@ msgid "Pula" msgstr "Pula" #. Name for BYR -#, fuzzy -#| msgid "Belarussian Ruble" msgid "Belarusian Ruble" msgstr "Weißrussischer Rubel" @@ -159,20 +150,16 @@ msgid "Costa Rican Colon" msgstr "Costa Rica Colon" #. Name for CUC -#, fuzzy -#| msgid "Convertible Marks" msgid "Peso Convertible" -msgstr "Konvertierbare Mark" +msgstr "Peso convertible" #. Name for CUP msgid "Cuban Peso" msgstr "Kubanischer Peso" #. Name for CVE -#, fuzzy -#| msgid "Cape Verde Escudo" msgid "Cabo Verde Escudo" -msgstr "Kap-Verde-Escudo" +msgstr "Cabo-Verde-Escudo" #. Name for CZK msgid "Czech Koruna" @@ -260,7 +247,7 @@ msgstr "Lempira" #. Name for HRK msgid "Kuna" -msgstr "" +msgstr "Kuna" #. Name for HTG msgid "Gourde" @@ -407,10 +394,8 @@ msgid "Rufiyaa" msgstr "Malediven-Rufiyaa" #. Name for MWK -#, fuzzy -#| msgid "Zambian Kwacha" msgid "Malawi Kwacha" -msgstr "Sambischer Kwacha" +msgstr "Malawischer Kwacha" #. Name for MXN msgid "Mexican Peso" @@ -422,7 +407,7 @@ msgstr "Malaysischer Ringgit" #. Name for MZN msgid "Mozambique Metical" -msgstr "" +msgstr "Mosambik-Metical" #. Name for NAD msgid "Namibia Dollar" @@ -457,10 +442,8 @@ msgid "Balboa" msgstr "Balboa" #. Name for PEN -#, fuzzy -#| msgid "Som" msgid "Sol" -msgstr "Som" +msgstr "Sol" #. Name for PGK msgid "Kina" @@ -488,7 +471,7 @@ msgstr "Katar-Rial" #. Name for RON msgid "Romanian Leu" -msgstr "" +msgstr "Rumänischer Leu" #. Name for RSD msgid "Serbian Dinar" @@ -543,10 +526,8 @@ msgid "Surinam Dollar" msgstr "Surinam-Dollar" #. Name for SSP -#, fuzzy -#| msgid "Sudanese Pound" msgid "South Sudanese Pound" -msgstr "Sudanesisches Pfund" +msgstr "Südsudanesisches Pfund" #. Name for STD msgid "Dobra" @@ -574,23 +555,19 @@ msgstr "Somoni" #. Name for TMT msgid "Turkmenistan New Manat" -msgstr "" +msgstr "Turkmenistan-Manat" #. Name for TND msgid "Tunisian Dinar" msgstr "Tunesischer Dinar" #. Name for TOP -#, fuzzy -#| msgid "Pa'anga" msgid "Pa’anga" -msgstr "Pa'anga" +msgstr "Pa’anga" #. Name for TRY -#, fuzzy -#| msgid "New Turkish Lira" msgid "Turkish Lira" -msgstr "Neue Türkische Lira" +msgstr "Türkische Lira" #. Name for TTD msgid "Trinidad and Tobago Dollar" @@ -626,7 +603,7 @@ msgstr "Usbekischer Sum" #. Name for VEF msgid "Bolívar" -msgstr "" +msgstr "Bolívar" #. Name for VND msgid "Dong" @@ -653,38 +630,28 @@ msgid "Gold" msgstr "Gold" #. Name for XBA -#, fuzzy -#| msgid "European Composite Unit (EURCO)" msgid "Bond Markets Unit European Composite Unit (EURCO)" -msgstr "Europäische Rechnungseinheit (EURCO)" +msgstr "Anleihenmarkteinheit Europäische Rechnungseinheit (EURCO)" #. Name for XBB -#, fuzzy -#| msgid "European Monetary Unit (E.M.U.-6)" msgid "Bond Markets Unit European Monetary Unit (E.M.U.-6)" -msgstr "Europäische Währungseinheit (E.M.U.-6)" +msgstr "Anleihenmarkteinheit Europäische Währungseinheit (E.M.U.-6)" #. Name for XBC -#, fuzzy -#| msgid "European Unit of Account 9 (E.U.A.-9)" msgid "Bond Markets Unit European Unit of Account 9 (E.U.A.-9)" -msgstr "Europäische Rechnungseinheit 9 (E.U.A.-9)" +msgstr "Anleihenmarkteinheit Europäische Rechnungseinheit 9 (E.U.A.-9)" #. Name for XBD -#, fuzzy -#| msgid "European Unit of Account 17 (E.U.A.-17)" msgid "Bond Markets Unit European Unit of Account 17 (E.U.A.-17)" -msgstr "Europäische Rechnungseinheit 17 (E.U.A.-17)" +msgstr "Anleihenmarkteinheit Europäische Rechnungseinheit 17 (E.U.A.-17)" #. Name for XCD msgid "East Caribbean Dollar" msgstr "Ostkaribischer Dollar" #. Name for XDR -#, fuzzy -#| msgid "Special Drawing Rights" msgid "SDR (Special Drawing Right)" -msgstr "Sonderziehungsrechte des IWF" +msgstr "SDR (Sonderziehungsrecht, Special Drawing Right)" #. Name for XOF msgid "CFA Franc BCEAO" @@ -704,21 +671,20 @@ msgstr "Platin" #. Name for XSU msgid "Sucre" -msgstr "" +msgstr "Sucre" #. Name for XTS -#, fuzzy -#| msgid "Code for testing purposes" msgid "Codes specifically reserved for testing purposes" -msgstr "Testcode" +msgstr "Speziell für Testzwecke reservierte Codes" #. Name for XUA msgid "ADB Unit of Account" -msgstr "" +msgstr "ADB-Einheit eines Kontos" #. Name for XXX msgid "The codes assigned for transactions where no currency is involved" msgstr "" +"Zugewiesene Codes für Transaktionen, bei denen keine Währung involviert ist" #. Name for YER msgid "Yemeni Rial" diff --git a/iso_4217/iso_4217.xml b/iso_4217/iso_4217.xml deleted file mode 100644 index cbda424..0000000 --- a/iso_4217/iso_4217.xml +++ /dev/null @@ -1,1210 +0,0 @@ - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/iso_639-2/Makefile.in b/iso_639-2/Makefile.in index c276d1d..6cf7724 100644 --- a/iso_639-2/Makefile.in +++ b/iso_639-2/Makefile.in @@ -142,7 +142,7 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(xmldir)" -DATA = $(noinst_DATA) $(xml_DATA) +DATA = $(nodist_xml_DATA) $(noinst_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common.mk DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -230,17 +230,17 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DOMAIN = iso_639-2 xmldir = $(datadir)/xml/iso-codes -xml_DATA = $(DOMAIN).xml +nodist_xml_DATA = $(DOMAIN).xml pofiles = $(wildcard $(srcdir)/*.po) mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles)) noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) EXTRA_DIST = \ $(pofiles) \ - $(xml_DATA) \ $(DOMAIN).pot MOSTLYCLEANFILES = \ - $(mofiles) + $(mofiles) \ + $(DOMAIN).xml all: all-am @@ -275,9 +275,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): -install-xmlDATA: $(xml_DATA) +install-nodist_xmlDATA: $(nodist_xml_DATA) @$(NORMAL_INSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ @@ -291,9 +291,9 @@ install-xmlDATA: $(xml_DATA) $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ done -uninstall-xmlDATA: +uninstall-nodist_xmlDATA: @$(NORMAL_UNINSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) tags TAGS: @@ -392,7 +392,7 @@ info: info-am info-am: -install-data-am: install-xmlDATA +install-data-am: install-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am @@ -437,7 +437,7 @@ ps: ps-am ps-am: -uninstall-am: uninstall-xmlDATA +uninstall-am: uninstall-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook .MAKE: check-am install-am install-data-am install-strip uninstall-am @@ -448,11 +448,11 @@ uninstall-am: uninstall-xmlDATA install-data install-data-am install-data-hook install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip install-xmlDATA installcheck installcheck-am \ + install-nodist_xmlDATA install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ - uninstall uninstall-am uninstall-hook uninstall-xmlDATA + uninstall uninstall-am uninstall-hook uninstall-nodist_xmlDATA .PRECIOUS: Makefile diff --git a/iso_639-2/de.po b/iso_639-2/de.po index d8ccf24..4a517dd 100644 --- a/iso_639-2/de.po +++ b/iso_639-2/de.po @@ -8,7 +8,7 @@ # Alastair McKinstry , 2001. # Wolfgang Rohdewald , 2005. # Bruno Haible , 2004, 2007. -# Tobias Quathamer , 2006, 2008, 2009, 2011, 2013. +# Dr. Tobias Quathamer , 2006, 2008, 2009, 2011, 2013, 2016. # Hendrik Knackstedt , 2012. # Mario Blättermann , 2014. # Kai Lahmann, 2014. @@ -22,14 +22,14 @@ msgstr "" "Report-Msgid-Bugs-To: Debian iso-codes team \n" "POT-Creation-Date: 2016-03-05 21:58+0100\n" -"PO-Revision-Date: 2014-04-03 22:18+0100\n" -"Last-Translator: Mario Blättermann \n" +"PO-Revision-Date: 2016-04-15 12:02+0100\n" +"Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Lokalize 2.0\n" #. Name for aar msgid "Afar" @@ -256,7 +256,7 @@ msgstr "Blackfoot" #. Name for bnt msgid "Bantu (Other)" -msgstr "" +msgstr "Bantusprache (Andere)" #. Name for bod msgid "Tibetan" @@ -927,8 +927,6 @@ msgid "Central Khmer" msgstr "Khmer-Sprache" #. Name for kho -#, fuzzy -#| msgid "Khotanese;Sakan" msgid "Khotanese; Sakan" msgstr "Sakisch" @@ -1359,10 +1357,8 @@ msgid "Nzima" msgstr "Nzima" #. Name for oci -#, fuzzy -#| msgid "Occitan (post 1500)" msgid "Occitan (post 1500); Provençal" -msgstr "Okzitanisch (nach 1500)" +msgstr "Okzitanisch (nach 1500); Provenzalisch" #. Name for oji msgid "Ojibwa" @@ -1453,10 +1449,8 @@ msgid "Prakrit languages" msgstr "Prakrit" #. Name for pro -#, fuzzy -#| msgid "Provençal, Old (to 1500); Occitan, Old (to 1500)" msgid "Provençal, Old (to 1500)" -msgstr "Altokzitanisch; Altprovenzalisch (bis 1500)" +msgstr "Altprovenzalisch (bis 1500)" #. Name for pus msgid "Pushto; Pashto" @@ -1496,10 +1490,8 @@ msgstr "Romani; Zigeunersprache" # oder: Moldauisch? #. Name for ron -#, fuzzy -#| msgid "Moldavian; Moldovan" msgid "Romanian; Moldavian; Moldovan" -msgstr "Moldawisch" +msgstr "Rumänisch; Moldawisch" #. Name for run msgid "Rundi" @@ -1526,10 +1518,8 @@ msgid "Yakut" msgstr "Jakutisch" #. Name for sai -#, fuzzy -#| msgid "South American Indian languages" msgid "South American Indian (Other)" -msgstr "Indianersprachen (Südamerika)" +msgstr "Südamerikanische Indianersprache (Andere)" #. Name for sal msgid "Salishan languages" @@ -1920,7 +1910,7 @@ msgstr "Wakash-Sprachen" #. Name for wal msgid "Walamo" -msgstr "" +msgstr "Wolaytta" #. Name for war msgid "Waray" diff --git a/iso_639-2/iso_639-2.xml b/iso_639-2/iso_639-2.xml deleted file mode 100644 index 11b8ffb..0000000 --- a/iso_639-2/iso_639-2.xml +++ /dev/null @@ -1,2177 +0,0 @@ - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/iso_639-2/th.po b/iso_639-2/th.po index 2ce4d67..f52d112 100644 --- a/iso_639-2/th.po +++ b/iso_639-2/th.po @@ -14,7 +14,7 @@ msgstr "" "Report-Msgid-Bugs-To: Debian iso-codes team \n" "POT-Creation-Date: 2016-03-05 21:58+0100\n" -"PO-Revision-Date: 2015-08-04 16:08+0700\n" +"PO-Revision-Date: 2016-03-30 22:30+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" "Language: th\n" @@ -1748,7 +1748,7 @@ msgstr "" #. Name for tir msgid "Tigrinya" -msgstr "ทีกรินยา" +msgstr "ทิกริญญา" #. Name for tiv msgid "Tiv" diff --git a/iso_639-3/Makefile.in b/iso_639-3/Makefile.in index d2bb971..598ff30 100644 --- a/iso_639-3/Makefile.in +++ b/iso_639-3/Makefile.in @@ -142,7 +142,7 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(xmldir)" -DATA = $(noinst_DATA) $(xml_DATA) +DATA = $(nodist_xml_DATA) $(noinst_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common.mk DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -230,17 +230,17 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DOMAIN = iso_639-3 xmldir = $(datadir)/xml/iso-codes -xml_DATA = $(DOMAIN).xml +nodist_xml_DATA = $(DOMAIN).xml pofiles = $(wildcard $(srcdir)/*.po) mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles)) noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) EXTRA_DIST = \ $(pofiles) \ - $(xml_DATA) \ $(DOMAIN).pot MOSTLYCLEANFILES = \ - $(mofiles) + $(mofiles) \ + $(DOMAIN).xml all: all-am @@ -275,9 +275,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): -install-xmlDATA: $(xml_DATA) +install-nodist_xmlDATA: $(nodist_xml_DATA) @$(NORMAL_INSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ @@ -291,9 +291,9 @@ install-xmlDATA: $(xml_DATA) $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ done -uninstall-xmlDATA: +uninstall-nodist_xmlDATA: @$(NORMAL_UNINSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) tags TAGS: @@ -392,7 +392,7 @@ info: info-am info-am: -install-data-am: install-xmlDATA +install-data-am: install-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am @@ -437,7 +437,7 @@ ps: ps-am ps-am: -uninstall-am: uninstall-xmlDATA +uninstall-am: uninstall-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook .MAKE: check-am install-am install-data-am install-strip uninstall-am @@ -448,11 +448,11 @@ uninstall-am: uninstall-xmlDATA install-data install-data-am install-data-hook install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip install-xmlDATA installcheck installcheck-am \ + install-nodist_xmlDATA install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ - uninstall uninstall-am uninstall-hook uninstall-xmlDATA + uninstall uninstall-am uninstall-hook uninstall-nodist_xmlDATA .PRECIOUS: Makefile diff --git a/iso_639-3/iso_639-3.xml b/iso_639-3/iso_639-3.xml deleted file mode 100644 index dd3407c..0000000 --- a/iso_639-3/iso_639-3.xml +++ /dev/null @@ -1,56583 +0,0 @@ - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/iso_639-3/uk.po b/iso_639-3/uk.po index c1f925d..82fe889 100644 --- a/iso_639-3/uk.po +++ b/iso_639-3/uk.po @@ -6500,7 +6500,7 @@ msgstr "мічиф" #. Name for crh msgid "Crimean Tatar" -msgstr "кримсько-татарська" +msgstr "кримськотатарська" #. Inverted name for crh msgid "Tatar, Crimean" diff --git a/iso_639-5/Makefile.in b/iso_639-5/Makefile.in index e5c4711..2c179e5 100644 --- a/iso_639-5/Makefile.in +++ b/iso_639-5/Makefile.in @@ -142,7 +142,7 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(xmldir)" -DATA = $(noinst_DATA) $(xml_DATA) +DATA = $(nodist_xml_DATA) $(noinst_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common.mk DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -230,17 +230,17 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DOMAIN = iso_639-5 xmldir = $(datadir)/xml/iso-codes -xml_DATA = $(DOMAIN).xml +nodist_xml_DATA = $(DOMAIN).xml pofiles = $(wildcard $(srcdir)/*.po) mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles)) noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) EXTRA_DIST = \ $(pofiles) \ - $(xml_DATA) \ $(DOMAIN).pot MOSTLYCLEANFILES = \ - $(mofiles) + $(mofiles) \ + $(DOMAIN).xml all: all-am @@ -275,9 +275,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): -install-xmlDATA: $(xml_DATA) +install-nodist_xmlDATA: $(nodist_xml_DATA) @$(NORMAL_INSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ @@ -291,9 +291,9 @@ install-xmlDATA: $(xml_DATA) $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ done -uninstall-xmlDATA: +uninstall-nodist_xmlDATA: @$(NORMAL_UNINSTALL) - @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ + @list='$(nodist_xml_DATA)'; test -n "$(xmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) tags TAGS: @@ -392,7 +392,7 @@ info: info-am info-am: -install-data-am: install-xmlDATA +install-data-am: install-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am @@ -437,7 +437,7 @@ ps: ps-am ps-am: -uninstall-am: uninstall-xmlDATA +uninstall-am: uninstall-nodist_xmlDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook .MAKE: check-am install-am install-data-am install-strip uninstall-am @@ -448,11 +448,11 @@ uninstall-am: uninstall-xmlDATA install-data install-data-am install-data-hook install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip install-xmlDATA installcheck installcheck-am \ + install-nodist_xmlDATA install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ - uninstall uninstall-am uninstall-hook uninstall-xmlDATA + uninstall uninstall-am uninstall-hook uninstall-nodist_xmlDATA .PRECIOUS: Makefile diff --git a/iso_639-5/iso_639-5.xml b/iso_639-5/iso_639-5.xml deleted file mode 100644 index 30b8fd1..0000000 --- a/iso_639-5/iso_639-5.xml +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -