[Pkg-isocodes-devel] [pkg-iso-codes] 02/04: Imported Upstream version 3.51

Tobias Quathamer toddy at moszumanska.debian.org
Tue Feb 4 08:33:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository pkg-iso-codes.

commit 4efae62e9d01f4dd9cd3a2cafb59639d9679b608
Author: Tobias Quathamer <toddy at debian.org>
Date:   Tue Feb 4 09:21:14 2014 +0100

    Imported Upstream version 3.51
---
 ChangeLog                 |  25 ++
 Makefile.in               | 306 +++++++++--------
 aclocal.m4                | 511 ++++++++++++++++------------
 configure                 | 171 +++++++---
 configure.ac              |   2 +-
 iso_15924/Makefile.in     | 109 ++++--
 iso_15924/id.po           |  26 +-
 iso_15924/nl.po           |  20 +-
 iso_3166/Makefile.in      | 109 ++++--
 iso_3166/cs.po            |  12 +-
 iso_3166/id.po            |  16 +-
 iso_3166/sv.po            |  35 +-
 iso_3166_2/Makefile.in    | 109 ++++--
 iso_3166_2/id.po          | 840 +++++++++++++++++++---------------------------
 iso_3166_2/iso_3166_2.pot |  30 +-
 iso_4217/Makefile.in      | 109 ++++--
 iso_4217/iso_4217.pot     |   4 +-
 iso_639/Makefile.in       | 109 ++++--
 iso_639/cs.po             |   4 +-
 iso_639/id.po             |   6 +-
 iso_639_3/Makefile.in     | 109 ++++--
 iso_639_3/el.po           |  21 +-
 22 files changed, 1474 insertions(+), 1209 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 017d8f3..2b4961d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+iso-codes 3.51
+--------------
+Tobias Quathamer <toddy at debian.org>
+Tue, 4 Feb 2014
+
+  [ ISO 3166 translations ]
+  * Swedish by Mick Ohrberg (TP)
+  * Indonesian by Andhika Padmawan (TP)
+  * Czech by Miroslav Kure
+
+  [ ISO 15924 translations ]
+  * Dutch by Freek de Kruijf (TP)
+  * Indonesian by Andhika Padmawan (TP)
+
+  [ ISO 639-3 translations ]
+  * Greek by Vangelis Skarmoutsos (TP)
+
+  [ ISO 639 translations ]
+  * Indonesian by Andhika Padmawan (TP)
+  * Czech by Miroslav Kure
+
+  [ ISO 3166-2 translations ]
+  * Indonesian by Andhika Padmawan (TP)
+
+
 iso-codes 3.50
 --------------
 Tobias Quathamer <toddy at debian.org>
diff --git a/Makefile.in b/Makefile.in
index bce99fe..54511fb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# Makefile.in generated by automake 1.13.3 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -16,23 +15,51 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -50,10 +77,10 @@ NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
 subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in $(srcdir)/iso-codes.pc.in \
-	$(top_srcdir)/configure ChangeLog INSTALL TODO install-sh \
-	missing
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+	$(top_srcdir)/configure $(am__configure_deps) \
+	$(srcdir)/iso-codes.pc.in ChangeLog INSTALL README TODO \
+	install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -63,15 +90,28 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 mkinstalldirs = $(install_sh) -d
 CONFIG_CLEAN_FILES = iso-codes.pc
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-	html-recursive info-recursive install-data-recursive \
-	install-dvi-recursive install-exec-recursive \
-	install-html-recursive install-info-recursive \
-	install-pdf-recursive install-ps-recursive install-recursive \
-	installcheck-recursive installdirs-recursive pdf-recursive \
-	ps-recursive uninstall-recursive
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+	ctags-recursive dvi-recursive html-recursive info-recursive \
+	install-data-recursive install-dvi-recursive \
+	install-exec-recursive install-html-recursive \
+	install-info-recursive install-pdf-recursive \
+	install-ps-recursive install-recursive installcheck-recursive \
+	installdirs-recursive pdf-recursive ps-recursive \
+	tags-recursive uninstall-recursive
 am__can_run_installinfo = \
   case $$AM_UPDATE_INFO_DIR in \
     n|no|NO) false;; \
@@ -108,11 +148,32 @@ am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
 DATA = $(pkgconfig_DATA)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
-	distdir dist dist-all distcheck
+am__recursive_targets = \
+  $(RECURSIVE_TARGETS) \
+  $(RECURSIVE_CLEAN_TARGETS) \
+  $(am__extra_recursive_targets)
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
+	cscope distdir dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+# Read a list of newline-separated strings from the standard input,
+# and print each of them once, without duplicates.  Input order is
+# *not* preserved.
+am__uniquify_input = $(AWK) '\
+  BEGIN { nonempty = 0; } \
+  { items[$$0] = 1; nonempty = 1; } \
+  END { if (nonempty) { for (i in items) print i; }; } \
+'
+# Make sure the list of sources is unique.  This is necessary because,
+# e.g., the same source file might be shared among _SOURCES variables
+# for different programs/libraries.
+am__define_uniq_tagged_files = \
+  list='$(am__tagged_files)'; \
+  unique=`for i in $$list; do \
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+  done | $(am__uniquify_input)`
 ETAGS = etags
 CTAGS = ctags
+CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
@@ -123,6 +184,7 @@ am__remove_distdir = \
       && rm -rf "$(distdir)" \
       || { sleep 5 && rm -rf "$(distdir)"; }; \
   else :; fi
+am__post_remove_distdir = $(am__remove_distdir)
 am__relativize = \
   dir0=`pwd`; \
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
@@ -150,6 +212,7 @@ am__relativize = \
   reldir="$$dir2"
 GZIP_ENV = --best
 DIST_ARCHIVES = $(distdir).tar.xz
+DIST_TARGETS = dist-xz
 distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -157,6 +220,7 @@ distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
@@ -306,22 +370,25 @@ uninstall-pkgconfigDATA:
 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
 
 # This directory's subdirectories are mostly independent; you can cd
-# into them and run `make' without going through this Makefile.
-# To change the values of `make' variables: instead of editing Makefiles,
-# (1) if the variable is set in `config.status', edit `config.status'
-#     (which will cause the Makefiles to be regenerated when you run `make');
-# (2) otherwise, pass the desired values on the `make' command line.
-$(RECURSIVE_TARGETS):
-	@fail= failcom='exit 1'; \
-	for f in x $$MAKEFLAGS; do \
-	  case $$f in \
-	    *=* | --[!k]*);; \
-	    *k*) failcom='fail=yes';; \
-	  esac; \
-	done; \
+# into them and run 'make' without going through this Makefile.
+# To change the values of 'make' variables: instead of editing Makefiles,
+# (1) if the variable is set in 'config.status', edit 'config.status'
+#     (which will cause the Makefiles to be regenerated when you run 'make');
+# (2) otherwise, pass the desired values on the 'make' command line.
+$(am__recursive_targets):
+	@fail=; \
+	if $(am__make_keepgoing); then \
+	  failcom='fail=yes'; \
+	else \
+	  failcom='exit 1'; \
+	fi; \
 	dot_seen=no; \
 	target=`echo $@ | sed s/-recursive//`; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	for subdir in $$list; do \
 	  echo "Making $$target in $$subdir"; \
 	  if test "$$subdir" = "."; then \
 	    dot_seen=yes; \
@@ -336,57 +403,12 @@ $(RECURSIVE_TARGETS):
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 	fi; test -z "$$fail"
 
-$(RECURSIVE_CLEAN_TARGETS):
-	@fail= failcom='exit 1'; \
-	for f in x $$MAKEFLAGS; do \
-	  case $$f in \
-	    *=* | --[!k]*);; \
-	    *k*) failcom='fail=yes';; \
-	  esac; \
-	done; \
-	dot_seen=no; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	rev=''; for subdir in $$list; do \
-	  if test "$$subdir" = "."; then :; else \
-	    rev="$$subdir $$rev"; \
-	  fi; \
-	done; \
-	rev="$$rev ."; \
-	target=`echo $@ | sed s/-recursive//`; \
-	for subdir in $$rev; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done && test -z "$$fail"
-tags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
-	done
-ctags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
-	done
+ID: $(am__tagged_files)
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
+tags: tags-recursive
+TAGS: tags
 
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 	set x; \
 	here=`pwd`; \
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
@@ -402,12 +424,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	$(am__define_uniq_tagged_files); \
 	shift; \
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
@@ -419,15 +436,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 	      $$unique; \
 	  fi; \
 	fi
-ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+ctags: ctags-recursive
+
+CTAGS: ctags
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+	$(am__define_uniq_tagged_files); \
 	test -z "$(CTAGS_ARGS)$$unique" \
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 	     $$unique
@@ -436,9 +449,31 @@ GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
 	  && $(am__cd) $(top_srcdir) \
 	  && gtags -i $(GTAGS_ARGS) "$$here"
+cscope: cscope.files
+	test ! -s cscope.files \
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
+clean-cscope:
+	-rm -f cscope.files
+cscope.files: clean-cscope cscopelist
+cscopelist: cscopelist-recursive
+
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
+	case "$(srcdir)" in \
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
+	  *) sdir=$(subdir)/$(srcdir) ;; \
+	esac; \
+	for i in $$list; do \
+	  if test -f "$$i"; then \
+	    echo "$(subdir)/$$i"; \
+	  else \
+	    echo "$$sdir/$$i"; \
+	  fi; \
+	done >> $(top_builddir)/cscope.files
 
 distclean-tags:
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
 distdir: $(DISTFILES)
 	$(am__remove_distdir)
@@ -506,39 +541,35 @@ distdir: $(DISTFILES)
 	|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-	$(am__remove_distdir)
+	$(am__post_remove_distdir)
 
 dist-bzip2: distdir
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
-	$(am__remove_distdir)
+	$(am__post_remove_distdir)
 
 dist-lzip: distdir
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
-	$(am__remove_distdir)
-
-dist-lzma: distdir
-	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
-	$(am__remove_distdir)
+	$(am__post_remove_distdir)
 dist-xz: distdir
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
-	$(am__remove_distdir)
+	$(am__post_remove_distdir)
 
 dist-tarZ: distdir
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
-	$(am__remove_distdir)
+	$(am__post_remove_distdir)
 
 dist-shar: distdir
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
-	$(am__remove_distdir)
+	$(am__post_remove_distdir)
 
 dist-zip: distdir
 	-rm -f $(distdir).zip
 	zip -rq $(distdir).zip $(distdir)
-	$(am__remove_distdir)
+	$(am__post_remove_distdir)
 
-dist dist-all: distdir
-	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
-	$(am__remove_distdir)
+dist dist-all:
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
+	$(am__post_remove_distdir)
 
 # This target untars the dist file and tries a VPATH configuration.  Then
 # it guarantees that the distribution is self-contained by making another
@@ -549,8 +580,6 @@ distcheck: dist
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 	*.tar.bz2*) \
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
-	*.tar.lzma*) \
-	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 	*.tar.lz*) \
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 	*.tar.xz*) \
@@ -562,9 +591,9 @@ distcheck: dist
 	*.zip*) \
 	  unzip $(distdir).zip ;;\
 	esac
-	chmod -R a-w $(distdir); chmod u+w $(distdir)
-	mkdir $(distdir)/_build
-	mkdir $(distdir)/_inst
+	chmod -R a-w $(distdir)
+	chmod u+w $(distdir)
+	mkdir $(distdir)/_build $(distdir)/_inst
 	chmod a-w $(distdir)
 	test -d $(distdir)/_build || exit 0; \
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
@@ -596,7 +625,7 @@ distcheck: dist
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 	  && cd "$$am__cwd" \
 	  || exit 1
-	$(am__remove_distdir)
+	$(am__post_remove_distdir)
 	@(echo "$(distdir) archives ready for distribution: "; \
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
@@ -734,13 +763,12 @@ ps-am:
 
 uninstall-am: uninstall-pkgconfigDATA
 
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
-	install-am install-strip tags-recursive
+.MAKE: $(am__recursive_targets) install-am install-strip
 
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
-	all all-am am--refresh check check-am clean clean-generic \
-	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
-	dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
+	am--refresh check check-am clean clean-cscope clean-generic \
+	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
+	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
 	distcheck distclean distclean-generic distclean-tags \
 	distcleancheck distdir distuninstallcheck dvi dvi-am html \
 	html-am info info-am install install-am install-data \
@@ -750,8 +778,8 @@ uninstall-am: uninstall-pkgconfigDATA
 	install-pkgconfigDATA install-ps install-ps-am install-strip \
 	installcheck installcheck-am installdirs installdirs-am \
 	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
-	uninstall uninstall-am uninstall-pkgconfigDATA
+	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
+	uninstall-am uninstall-pkgconfigDATA
 
 
 .PHONY: release
diff --git a/aclocal.m4 b/aclocal.m4
index 8e97186..469ec53 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,8 +1,7 @@
-# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
+# generated automatically by aclocal 1.13.3 -*- Autoconf -*-
+
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
-# Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -12,33 +11,31 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
 [m4_warning([this file was generated for autoconf 2.69.
 You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
-To do so, use the procedure documented by the package, typically `autoreconf'.])])
+To do so, use the procedure documented by the package, typically 'autoreconf'.])])
 
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 1
-
 # AM_AUTOMAKE_VERSION(VERSION)
 # ----------------------------
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
 # generated from the m4 files accompanying Automake X.Y.
 # (This private macro should not be called outside this file.)
 AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.11'
+[am__api_version='1.13'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.11.6], [],
+m4_if([$1], [1.13.3], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -54,24 +51,22 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.11.6])dnl
+[AM_AUTOMAKE_VERSION([1.13.3])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 1
-
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
+# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
+# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
 #
 # Of course, Automake must honor this variable whenever it calls a
 # tool from the auxiliary directory.  The problem is that $srcdir (and
@@ -90,7 +85,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 #
 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
 # are both prefixed by $srcdir.  In an in-source build this is usually
-# harmless because $srcdir is `.', but things will broke when you
+# harmless because $srcdir is '.', but things will broke when you
 # start a VPATH build or use an absolute $srcdir.
 #
 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
@@ -116,22 +111,19 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
 
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
-# Free Software Foundation, Inc.
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 9
-
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
 # -------------------------------------
 # Define a conditional.
 AC_DEFUN([AM_CONDITIONAL],
-[AC_PREREQ(2.52)dnl
- ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
-	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
+[AC_PREREQ([2.52])dnl
+ m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 AC_SUBST([$1_TRUE])dnl
 AC_SUBST([$1_FALSE])dnl
 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
@@ -152,15 +144,12 @@ fi])])
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 16
-
 # This macro actually does too much.  Some checks are only needed if
 # your package does certain things.  But this isn't really a big deal.
 
@@ -176,7 +165,7 @@ fi])])
 # arguments mandatory, and then we can depend on a new Autoconf
 # release and drop the old call support.
 AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.62])dnl
+[AC_PREREQ([2.65])dnl
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 dnl the ones we care about.
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -205,31 +194,40 @@ AC_SUBST([CYGPATH_W])
 # Define the identity of the package.
 dnl Distinguish between old-style and new-style calls.
 m4_ifval([$2],
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
+[AC_DIAGNOSE([obsolete],
+             [$0: two- and three-arguments forms are deprecated.])
+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  AC_SUBST([PACKAGE], [$1])dnl
  AC_SUBST([VERSION], [$2])],
 [_AM_SET_OPTIONS([$1])dnl
 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
+m4_if(
+  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
+  [ok:ok],,
   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
 _AM_IF_OPTION([no-define],,
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
 
 # Some tools Automake needs.
 AC_REQUIRE([AM_SANITY_CHECK])dnl
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
-AM_MISSING_PROG(AUTOCONF, autoconf)
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
-AM_MISSING_PROG(AUTOHEADER, autoheader)
-AM_MISSING_PROG(MAKEINFO, makeinfo)
+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
+AM_MISSING_PROG([AUTOCONF], [autoconf])
+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
+AM_MISSING_PROG([AUTOHEADER], [autoheader])
+AM_MISSING_PROG([MAKEINFO], [makeinfo])
 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+# For better backward compatibility.  To be removed once Automake 1.9.x
+# dies out for good.  For more background, see:
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
+AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
 # We need awk for the "check" target.  The system "awk" is bad on
 # some platforms.
 AC_REQUIRE([AC_PROG_AWK])dnl
@@ -240,28 +238,32 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 			     [_AM_PROG_TAR([v7])])])
 _AM_IF_OPTION([no-dependencies],,
 [AC_PROVIDE_IFELSE([AC_PROG_CC],
-		  [_AM_DEPENDENCIES(CC)],
-		  [define([AC_PROG_CC],
-			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
+		  [_AM_DEPENDENCIES([CC])],
+		  [m4_define([AC_PROG_CC],
+			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
 AC_PROVIDE_IFELSE([AC_PROG_CXX],
-		  [_AM_DEPENDENCIES(CXX)],
-		  [define([AC_PROG_CXX],
-			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
+		  [_AM_DEPENDENCIES([CXX])],
+		  [m4_define([AC_PROG_CXX],
+			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
-		  [_AM_DEPENDENCIES(OBJC)],
-		  [define([AC_PROG_OBJC],
-			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
+		  [_AM_DEPENDENCIES([OBJC])],
+		  [m4_define([AC_PROG_OBJC],
+			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
+		  [_AM_DEPENDENCIES([OBJCXX])],
+		  [m4_define([AC_PROG_OBJCXX],
+			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
 ])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
+AC_REQUIRE([AM_SILENT_RULES])dnl
+dnl The testsuite driver may need to know about EXEEXT, so add the
+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
 AC_CONFIG_COMMANDS_PRE(dnl
 [m4_provide_if([_AM_COMPILER_EXEEXT],
   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
 ])
 
-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
 dnl mangled by Autoconf and run in a shell conditional statement.
 m4_define([_AC_COMPILER_EXEEXT],
@@ -289,15 +291,12 @@ for _am_header in $config_headers :; do
 done
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 1
-
 # AM_PROG_INSTALL_SH
 # ------------------
 # Define $install_sh.
@@ -311,16 +310,14 @@ if test x"${install_sh}" != xset; then
     install_sh="\${SHELL} $am_aux_dir/install-sh"
   esac
 fi
-AC_SUBST(install_sh)])
+AC_SUBST([install_sh])])
 
-# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 2
-
 # Check whether the underlying file-system supports filenames
 # with a leading dot.  For instance MS-DOS doesn't.
 AC_DEFUN([AM_SET_LEADING_DOT],
@@ -337,20 +334,17 @@ AC_SUBST([am__leading_dot])])
 # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 # From Jim Meyering
 
-# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
-# 2011 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 5
-
 # AM_MAINTAINER_MODE([DEFAULT-MODE])
 # ----------------------------------
 # Control maintainer-specific portions of Makefiles.
-# Default is to disable them, unless `enable' is passed literally.
-# For symmetry, `disable' may be passed as well.  Anyway, the user
+# Default is to disable them, unless 'enable' is passed literally.
+# For symmetry, 'disable' may be passed as well.  Anyway, the user
 # can override the default with the --enable/--disable switch.
 AC_DEFUN([AM_MAINTAINER_MODE],
 [m4_case(m4_default([$1], [disable]),
@@ -361,10 +355,11 @@ AC_DEFUN([AM_MAINTAINER_MODE],
 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
   dnl maintainer-mode's default is 'disable' unless 'enable' is passed
   AC_ARG_ENABLE([maintainer-mode],
-[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
-			  (and sometimes confusing) to the casual installer],
-      [USE_MAINTAINER_MODE=$enableval],
-      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
+    [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
+      am_maintainer_other[ make rules and dependencies not useful
+      (and sometimes confusing) to the casual installer])],
+    [USE_MAINTAINER_MODE=$enableval],
+    [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
   AC_MSG_RESULT([$USE_MAINTAINER_MODE])
   AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
   MAINT=$MAINTAINER_MODE_TRUE
@@ -372,19 +367,14 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 ]
 )
 
-AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
-
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
-# Free Software Foundation, Inc.
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 6
-
 # AM_MISSING_PROG(NAME, PROGRAM)
 # ------------------------------
 AC_DEFUN([AM_MISSING_PROG],
@@ -392,11 +382,10 @@ AC_DEFUN([AM_MISSING_PROG],
 $1=${$1-"${am_missing_run}$2"}
 AC_SUBST($1)])
 
-
 # AM_MISSING_HAS_RUN
 # ------------------
-# Define MISSING if not defined so far and test if it supports --run.
-# If it does, set am_missing_run to use it, otherwise, to nothing.
+# Define MISSING if not defined so far and test if it is modern enough.
+# If it is, set am_missing_run to use it, otherwise, to nothing.
 AC_DEFUN([AM_MISSING_HAS_RUN],
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 AC_REQUIRE_AUX_FILE([missing])dnl
@@ -409,54 +398,22 @@ if test x"${MISSING+set}" != xset; then
   esac
 fi
 # Use eval to expand $SHELL
-if eval "$MISSING --run true"; then
-  am_missing_run="$MISSING --run "
+if eval "$MISSING --is-lightweight"; then
+  am_missing_run="$MISSING "
 else
   am_missing_run=
-  AC_MSG_WARN([`missing' script is too old or missing])
+  AC_MSG_WARN(['missing' script is too old or missing])
 fi
 ])
 
-# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
-# Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 1
-
-# AM_PROG_MKDIR_P
-# ---------------
-# Check for `mkdir -p'.
-AC_DEFUN([AM_PROG_MKDIR_P],
-[AC_PREREQ([2.60])dnl
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
-dnl while keeping a definition of mkdir_p for backward compatibility.
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
-dnl adjustment using top_builddir (which is defined more often than
-dnl MKDIR_P).
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
-case $mkdir_p in
-  [[\\/$]]* | ?:[[\\/]]*) ;;
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-])
-
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 5
-
 # _AM_MANGLE_OPTION(NAME)
 # -----------------------
 AC_DEFUN([_AM_MANGLE_OPTION],
@@ -466,7 +423,7 @@ AC_DEFUN([_AM_MANGLE_OPTION],
 # --------------------
 # Set option NAME.  Presently that only means defining a flag for this option.
 AC_DEFUN([_AM_SET_OPTION],
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
+[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
 
 # _AM_SET_OPTIONS(OPTIONS)
 # ------------------------
@@ -482,22 +439,16 @@ AC_DEFUN([_AM_IF_OPTION],
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
-# Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 5
-
 # AM_SANITY_CHECK
 # ---------------
 AC_DEFUN([AM_SANITY_CHECK],
 [AC_MSG_CHECKING([whether build environment is sane])
-# Just in case
-sleep 1
-echo timestamp > conftest.file
 # Reject unsafe characters in $srcdir or the absolute working directory
 # name.  Accept space and tab only in the latter.
 am_lf='
@@ -508,32 +459,40 @@ case `pwd` in
 esac
 case $srcdir in
   *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
-    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
+    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
 esac
 
-# Do `set' in a subshell so we don't clobber the current shell's
+# Do 'set' in a subshell so we don't clobber the current shell's
 # arguments.  Must try -L first in case configure is actually a
 # symlink; some systems play weird games with the mod time of symlinks
 # (eg FreeBSD returns the mod time of the symlink's containing
 # directory).
 if (
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
-   if test "$[*]" = "X"; then
-      # -L didn't work.
-      set X `ls -t "$srcdir/configure" conftest.file`
-   fi
-   rm -f conftest.file
-   if test "$[*]" != "X $srcdir/configure conftest.file" \
-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
-
-      # If neither matched, then we have a broken ls.  This can happen
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
-      # broken ls alias from the environment.  This has actually
-      # happened.  Such a system could not be considered "sane".
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
-alias in your environment])
-   fi
-
+   am_has_slept=no
+   for am_try in 1 2; do
+     echo "timestamp, slept: $am_has_slept" > conftest.file
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+     if test "$[*]" = "X"; then
+	# -L didn't work.
+	set X `ls -t "$srcdir/configure" conftest.file`
+     fi
+     if test "$[*]" != "X $srcdir/configure conftest.file" \
+	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
+
+	# If neither matched, then we have a broken ls.  This can happen
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
+	# broken ls alias from the environment.  This has actually
+	# happened.  Such a system could not be considered "sane".
+	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
+  alias in your environment])
+     fi
+     if test "$[2]" = conftest.file || test $am_try -eq 2; then
+       break
+     fi
+     # Just in case.
+     sleep 1
+     am_has_slept=yes
+   done
    test "$[2]" = conftest.file
    )
 then
@@ -543,46 +502,118 @@ else
    AC_MSG_ERROR([newly created file is older than distributed files!
 Check your system clock])
 fi
-AC_MSG_RESULT(yes)])
+AC_MSG_RESULT([yes])
+# If we didn't sleep, we still need to ensure time stamps of config.status and
+# generated files are strictly newer.
+am_sleep_pid=
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
+  ( sleep 1 ) &
+  am_sleep_pid=$!
+fi
+AC_CONFIG_COMMANDS_PRE(
+  [AC_MSG_CHECKING([that generated files are newer than configure])
+   if test -n "$am_sleep_pid"; then
+     # Hide warnings about reused PIDs.
+     wait $am_sleep_pid 2>/dev/null
+   fi
+   AC_MSG_RESULT([done])])
+rm -f conftest.file
+])
 
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 1
+# AM_SILENT_RULES([DEFAULT])
+# --------------------------
+# Enable less verbose build rules; with the default set to DEFAULT
+# ("yes" being less verbose, "no" or empty being verbose).
+AC_DEFUN([AM_SILENT_RULES],
+[AC_ARG_ENABLE([silent-rules], [dnl
+AS_HELP_STRING(
+  [--enable-silent-rules],
+  [less verbose build output (undo: "make V=1")])
+AS_HELP_STRING(
+  [--disable-silent-rules],
+  [verbose build output (undo: "make V=0")])dnl
+])
+case $enable_silent_rules in @%:@ (((
+  yes) AM_DEFAULT_VERBOSITY=0;;
+   no) AM_DEFAULT_VERBOSITY=1;;
+    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
+esac
+dnl
+dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
+dnl do not support nested variable expansions.
+dnl See automake bug#9928 and bug#10237.
+am_make=${MAKE-make}
+AC_CACHE_CHECK([whether $am_make supports nested variables],
+   [am_cv_make_support_nested_variables],
+   [if AS_ECHO([['TRUE=$(BAR$(V))
+BAR0=false
+BAR1=true
+V=1
+am__doit:
+	@$(TRUE)
+.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
+  am_cv_make_support_nested_variables=yes
+else
+  am_cv_make_support_nested_variables=no
+fi])
+if test $am_cv_make_support_nested_variables = yes; then
+  dnl Using '$V' instead of '$(V)' breaks IRIX make.
+  AM_V='$(V)'
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+else
+  AM_V=$AM_DEFAULT_VERBOSITY
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+fi
+AC_SUBST([AM_V])dnl
+AM_SUBST_NOTMAKE([AM_V])dnl
+AC_SUBST([AM_DEFAULT_V])dnl
+AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
+AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
+AM_BACKSLASH='\'
+AC_SUBST([AM_BACKSLASH])dnl
+_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
+])
+
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
 
 # AM_PROG_INSTALL_STRIP
 # ---------------------
-# One issue with vendor `install' (even GNU) is that you can't
+# One issue with vendor 'install' (even GNU) is that you can't
 # specify the program used to strip binaries.  This is especially
 # annoying in cross-compiling environments, where the build's strip
 # is unlikely to handle the host's binaries.
 # Fortunately install-sh will honor a STRIPPROG variable, so we
-# always use install-sh in `make install-strip', and initialize
+# always use install-sh in "make install-strip", and initialize
 # STRIPPROG with the value of the STRIP variable (set by the user).
 AC_DEFUN([AM_PROG_INSTALL_STRIP],
 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
-# Installed binaries are usually stripped using `strip' when the user
-# run `make install-strip'.  However `strip' might not be the right
+# Installed binaries are usually stripped using 'strip' when the user
+# run "make install-strip".  However 'strip' might not be the right
 # tool to use in cross-compilation environments, therefore Automake
-# will honor the `STRIP' environment variable to overrule this program.
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
+# will honor the 'STRIP' environment variable to overrule this program.
+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
 if test "$cross_compiling" != no; then
   AC_CHECK_TOOL([STRIP], [strip], :)
 fi
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
-# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 3
-
 # _AM_SUBST_NOTMAKE(VARIABLE)
 # ---------------------------
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
@@ -596,18 +627,16 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 2
-
 # _AM_PROG_TAR(FORMAT)
 # --------------------
 # Check how to create a tarball in format FORMAT.
-# FORMAT should be one of `v7', `ustar', or `pax'.
+# FORMAT should be one of 'v7', 'ustar', or 'pax'.
 #
 # Substitute a variable $(am__tar) that is a command
 # writing to stdout a FORMAT-tarball containing the directory
@@ -617,76 +646,114 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 # Substitute a variable $(am__untar) that extract such
 # a tarball read from stdin.
 #     $(am__untar) < result.tar
+#
 AC_DEFUN([_AM_PROG_TAR],
 [# Always define AMTAR for backward compatibility.  Yes, it's still used
 # in the wild :-(  We should find a proper way to deprecate it ...
 AC_SUBST([AMTAR], ['$${TAR-tar}'])
-m4_if([$1], [v7],
-     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
-     [m4_case([$1], [ustar],, [pax],,
-              [m4_fatal([Unknown tar format])])
-AC_MSG_CHECKING([how to create a $1 tar archive])
-# Loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of `-'.
-for _am_tool in $_am_tools
-do
-  case $_am_tool in
-  gnutar)
-    for _am_tar in tar gnutar gtar;
-    do
-      AM_RUN_LOG([$_am_tar --version]) && break
-    done
-    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
-    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
-    am__untar="$_am_tar -xf -"
-    ;;
-  plaintar)
-    # Must skip GNU tar: if it does not support --format= it doesn't create
-    # ustar tarball either.
-    (tar --version) >/dev/null 2>&1 && continue
-    am__tar='tar chf - "$$tardir"'
-    am__tar_='tar chf - "$tardir"'
-    am__untar='tar xf -'
-    ;;
-  pax)
-    am__tar='pax -L -x $1 -w "$$tardir"'
-    am__tar_='pax -L -x $1 -w "$tardir"'
-    am__untar='pax -r'
-    ;;
-  cpio)
-    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
-    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
-    am__untar='cpio -i -H $1 -d'
-    ;;
-  none)
-    am__tar=false
-    am__tar_=false
-    am__untar=false
-    ;;
-  esac
 
-  # If the value was cached, stop now.  We just wanted to have am__tar
-  # and am__untar set.
-  test -n "${am_cv_prog_tar_$1}" && break
+# We'll loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
-  # tar/untar a dummy directory, and stop if the command works
-  rm -rf conftest.dir
-  mkdir conftest.dir
-  echo GrepMe > conftest.dir/file
-  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+m4_if([$1], [v7],
+  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
+
+  [m4_case([$1],
+    [ustar],
+     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
+      # There is notably a 21 bits limit for the UID and the GID.  In fact,
+      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
+      # and bug#13588).
+      am_max_uid=2097151 # 2^21 - 1
+      am_max_gid=$am_max_uid
+      # The $UID and $GID variables are not portable, so we need to resort
+      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
+      # below are definitely unexpected, so allow the users to see them
+      # (that is, avoid stderr redirection).
+      am_uid=`id -u || echo unknown`
+      am_gid=`id -g || echo unknown`
+      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
+      if test $am_uid -le $am_max_uid; then
+         AC_MSG_RESULT([yes])
+      else
+         AC_MSG_RESULT([no])
+         _am_tools=none
+      fi
+      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
+      if test $am_gid -le $am_max_gid; then
+         AC_MSG_RESULT([yes])
+      else
+        AC_MSG_RESULT([no])
+        _am_tools=none
+      fi],
+
+  [pax],
+    [],
+
+  [m4_fatal([Unknown tar format])])
+
+  AC_MSG_CHECKING([how to create a $1 tar archive])
+
+  # Go ahead even if we have the value already cached.  We do so because we
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
+  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
+
+  for _am_tool in $_am_tools; do
+    case $_am_tool in
+    gnutar)
+      for _am_tar in tar gnutar gtar; do
+        AM_RUN_LOG([$_am_tar --version]) && break
+      done
+      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
+      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
+      am__untar="$_am_tar -xf -"
+      ;;
+    plaintar)
+      # Must skip GNU tar: if it does not support --format= it doesn't create
+      # ustar tarball either.
+      (tar --version) >/dev/null 2>&1 && continue
+      am__tar='tar chf - "$$tardir"'
+      am__tar_='tar chf - "$tardir"'
+      am__untar='tar xf -'
+      ;;
+    pax)
+      am__tar='pax -L -x $1 -w "$$tardir"'
+      am__tar_='pax -L -x $1 -w "$tardir"'
+      am__untar='pax -r'
+      ;;
+    cpio)
+      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
+      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
+      am__untar='cpio -i -H $1 -d'
+      ;;
+    none)
+      am__tar=false
+      am__tar_=false
+      am__untar=false
+      ;;
+    esac
+
+    # If the value was cached, stop now.  We just wanted to have am__tar
+    # and am__untar set.
+    test -n "${am_cv_prog_tar_$1}" && break
+
+    # tar/untar a dummy directory, and stop if the command works.
+    rm -rf conftest.dir
+    mkdir conftest.dir
+    echo GrepMe > conftest.dir/file
+    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+    rm -rf conftest.dir
+    if test -s conftest.tar; then
+      AM_RUN_LOG([$am__untar <conftest.tar])
+      AM_RUN_LOG([cat conftest.dir/file])
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+    fi
+  done
   rm -rf conftest.dir
-  if test -s conftest.tar; then
-    AM_RUN_LOG([$am__untar <conftest.tar])
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
-  fi
-done
-rm -rf conftest.dir
 
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
+  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+
 AC_SUBST([am__tar])
 AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR
diff --git a/configure b/configure
index 4323646..b350948 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for iso-codes 3.50.
+# Generated by GNU Autoconf 2.69 for iso-codes 3.51.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='iso-codes'
 PACKAGE_TARNAME='iso-codes'
-PACKAGE_VERSION='3.50'
-PACKAGE_STRING='iso-codes 3.50'
+PACKAGE_VERSION='3.51'
+PACKAGE_STRING='iso-codes 3.51'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -593,6 +593,10 @@ ACLOCAL_AMFLAGS
 MAINT
 MAINTAINER_MODE_FALSE
 MAINTAINER_MODE_TRUE
+AM_BACKSLASH
+AM_DEFAULT_VERBOSITY
+AM_DEFAULT_V
+AM_V
 am__untar
 am__tar
 AMTAR
@@ -657,6 +661,7 @@ SHELL'
 ac_subst_files=''
 ac_user_opts='
 enable_option_checking
+enable_silent_rules
 enable_maintainer_mode
 '
       ac_precious_vars='build_alias
@@ -1202,7 +1207,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures iso-codes 3.50 to adapt to many kinds of systems.
+\`configure' configures iso-codes 3.51 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1268,7 +1273,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of iso-codes 3.50:";;
+     short | recursive ) echo "Configuration of iso-codes 3.51:";;
    esac
   cat <<\_ACEOF
 
@@ -1276,8 +1281,11 @@ Optional Features:
   --disable-option-checking  ignore unrecognized --enable/--with options
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-  --enable-maintainer-mode  enable make rules and dependencies not useful
-			  (and sometimes confusing) to the casual installer
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
+  --disable-silent-rules  verbose build output (undo: "make V=0")
+  --enable-maintainer-mode
+                          enable make rules and dependencies not useful (and
+                          sometimes confusing) to the casual installer
 
 Report bugs to the package provider.
 _ACEOF
@@ -1342,7 +1350,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-iso-codes configure 3.50
+iso-codes configure 3.51
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1359,7 +1367,7 @@ cat >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.50, which was
+It was created by iso-codes $as_me 3.51, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -1708,7 +1716,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-am__api_version='1.11'
+am__api_version='1.13'
 
 ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@ -1834,9 +1842,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
 $as_echo_n "checking whether build environment is sane... " >&6; }
-# Just in case
-sleep 1
-echo timestamp > conftest.file
 # Reject unsafe characters in $srcdir or the absolute working directory
 # name.  Accept space and tab only in the latter.
 am_lf='
@@ -1847,32 +1852,40 @@ case `pwd` in
 esac
 case $srcdir in
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
 esac
 
-# Do `set' in a subshell so we don't clobber the current shell's
+# Do 'set' in a subshell so we don't clobber the current shell's
 # arguments.  Must try -L first in case configure is actually a
 # symlink; some systems play weird games with the mod time of symlinks
 # (eg FreeBSD returns the mod time of the symlink's containing
 # directory).
 if (
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
-   if test "$*" = "X"; then
-      # -L didn't work.
-      set X `ls -t "$srcdir/configure" conftest.file`
-   fi
-   rm -f conftest.file
-   if test "$*" != "X $srcdir/configure conftest.file" \
-      && test "$*" != "X conftest.file $srcdir/configure"; then
-
-      # If neither matched, then we have a broken ls.  This can happen
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
-      # broken ls alias from the environment.  This has actually
-      # happened.  Such a system could not be considered "sane".
-      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
-alias in your environment" "$LINENO" 5
-   fi
-
+   am_has_slept=no
+   for am_try in 1 2; do
+     echo "timestamp, slept: $am_has_slept" > conftest.file
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+     if test "$*" = "X"; then
+	# -L didn't work.
+	set X `ls -t "$srcdir/configure" conftest.file`
+     fi
+     if test "$*" != "X $srcdir/configure conftest.file" \
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
+
+	# If neither matched, then we have a broken ls.  This can happen
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
+	# broken ls alias from the environment.  This has actually
+	# happened.  Such a system could not be considered "sane".
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
+  alias in your environment" "$LINENO" 5
+     fi
+     if test "$2" = conftest.file || test $am_try -eq 2; then
+       break
+     fi
+     # Just in case.
+     sleep 1
+     am_has_slept=yes
+   done
    test "$2" = conftest.file
    )
 then
@@ -1884,6 +1897,16 @@ Check your system clock" "$LINENO" 5
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
+# If we didn't sleep, we still need to ensure time stamps of config.status and
+# generated files are strictly newer.
+am_sleep_pid=
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
+  ( sleep 1 ) &
+  am_sleep_pid=$!
+fi
+
+rm -f conftest.file
+
 test "$program_prefix" != NONE &&
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
 # Use a double $ so make ignores it.
@@ -1906,12 +1929,12 @@ if test x"${MISSING+set}" != xset; then
   esac
 fi
 # Use eval to expand $SHELL
-if eval "$MISSING --run true"; then
-  am_missing_run="$MISSING --run "
+if eval "$MISSING --is-lightweight"; then
+  am_missing_run="$MISSING "
 else
   am_missing_run=
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
 fi
 
 if test x"${install_sh}" != xset; then
@@ -1923,10 +1946,10 @@ if test x"${install_sh}" != xset; then
   esac
 fi
 
-# Installed binaries are usually stripped using `strip' when the user
-# run `make install-strip'.  However `strip' might not be the right
+# Installed binaries are usually stripped using 'strip' when the user
+# run "make install-strip".  However 'strip' might not be the right
 # tool to use in cross-compilation environments, therefore Automake
-# will honor the `STRIP' environment variable to overrule this program.
+# will honor the 'STRIP' environment variable to overrule this program.
 if test "$cross_compiling" != no; then
   if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
@@ -2065,12 +2088,6 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
 $as_echo "$MKDIR_P" >&6; }
 
-mkdir_p="$MKDIR_P"
-case $mkdir_p in
-  [\\/$]* | ?:[\\/]*) ;;
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-
 for ac_prog in gawk mawk nawk awk
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -2153,6 +2170,45 @@ else
 fi
 rmdir .tst 2>/dev/null
 
+# Check whether --enable-silent-rules was given.
+if test "${enable_silent_rules+set}" = set; then :
+  enableval=$enable_silent_rules;
+fi
+
+case $enable_silent_rules in # (((
+  yes) AM_DEFAULT_VERBOSITY=0;;
+   no) AM_DEFAULT_VERBOSITY=1;;
+    *) AM_DEFAULT_VERBOSITY=1;;
+esac
+am_make=${MAKE-make}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
+if ${am_cv_make_support_nested_variables+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if $as_echo 'TRUE=$(BAR$(V))
+BAR0=false
+BAR1=true
+V=1
+am__doit:
+	@$(TRUE)
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
+  am_cv_make_support_nested_variables=yes
+else
+  am_cv_make_support_nested_variables=no
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
+if test $am_cv_make_support_nested_variables = yes; then
+    AM_V='$(V)'
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+else
+  AM_V=$AM_DEFAULT_VERBOSITY
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+fi
+AM_BACKSLASH='\'
+
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   # is not polluted with repeated "-I."
@@ -2175,7 +2231,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='iso-codes'
- VERSION='3.50'
+ VERSION='3.51'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2203,12 +2259,22 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
 
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
 
+# For better backward compatibility.  To be removed once Automake 1.9.x
+# dies out for good.  For more background, see:
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
+mkdir_p='$(MKDIR_P)'
+
 # We need awk for the "check" target.  The system "awk" is bad on
 # some platforms.
 # Always define AMTAR for backward compatibility.  Yes, it's still used
 # in the wild :-(  We should find a proper way to deprecate it ...
 AMTAR='$${TAR-tar}'
 
+
+# We'll loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar  pax cpio none'
+
 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
 
 
@@ -2216,6 +2282,7 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
 
 
 
+
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
     # Check whether --enable-maintainer-mode was given.
@@ -2598,6 +2665,14 @@ LIBOBJS=$ac_libobjs
 LTLIBOBJS=$ac_ltlibobjs
 
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
+   if test -n "$am_sleep_pid"; then
+     # Hide warnings about reused PIDs.
+     wait $am_sleep_pid 2>/dev/null
+   fi
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
+$as_echo "done" >&6; }
 
 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
@@ -3000,7 +3075,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.50, which was
+This file was extended by iso-codes $as_me 3.51, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3053,7 +3128,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.50
+iso-codes config.status 3.51
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 52febe1..f6ccbac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ dnl You should have received a copy of the GNU General Public License along
 dnl with this program; if not, write to the Free Software Foundation, Inc.,
 dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
-AC_INIT([iso-codes],[3.50])
+AC_INIT([iso-codes],[3.51])
 
 AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign])
 AM_MAINTAINER_MODE
diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index b8ea45d..166865a 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# Makefile.in generated by automake 1.13.3 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -16,23 +15,51 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -49,8 +76,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	$(top_srcdir)/rules.make
+DIST_COMMON = $(top_srcdir)/rules.make $(srcdir)/Makefile.in \
+	$(srcdir)/Makefile.am
 subdir = iso_15924
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -59,6 +86,18 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 mkinstalldirs = $(install_sh) -d
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
 am__can_run_installinfo = \
@@ -95,10 +134,12 @@ am__uninstall_files_from_dir = { \
   }
 am__installdirs = "$(DESTDIR)$(xmldir)"
 DATA = $(noinst_DATA) $(xml_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
@@ -245,11 +286,11 @@ uninstall-xmlDATA:
 	@list='$(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
-TAGS:
+tags TAGS:
+
+ctags CTAGS:
 
-ctags: CTAGS
-CTAGS:
+cscope cscopelist:
 
 
 distdir: $(DISTFILES)
@@ -392,16 +433,16 @@ uninstall-am: uninstall-xmlDATA
 .MAKE: check-am install-am install-data-am install-strip uninstall-am
 
 .PHONY: all all-am check check-am check-local clean clean-generic \
-	distclean distclean-generic distdir dvi dvi-am html html-am \
-	info info-am install install-am 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 installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-	pdf-am ps ps-am uninstall uninstall-am uninstall-hook \
-	uninstall-xmlDATA
+	cscopelist-am ctags-am distclean distclean-generic distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	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 \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
+	uninstall uninstall-am uninstall-hook uninstall-xmlDATA
 
 
 iso_15924.pot: iso_15924.xml
diff --git a/iso_15924/id.po b/iso_15924/id.po
index d712f6f..a9d8245 100644
--- a/iso_15924/id.po
+++ b/iso_15924/id.po
@@ -4,7 +4,7 @@
 #
 # Copyright (C)
 # Erwid M Jadied <jadied at gmail.com>, 2008.
-# Andhika Padmawan <andhika.padmawan at gmail.com>, 2012.
+# Andhika Padmawan <andhika.padmawan at gmail.com>, 2012-2014.
 #
 msgid ""
 msgstr ""
@@ -12,7 +12,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
 "POT-Creation-Date: 2013-11-11 15:46+0100\n"
-"PO-Revision-Date: 2012-06-17 10:01+0700\n"
+"PO-Revision-Date: 2014-01-26 08:59+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
 "Language: id\n"
@@ -26,11 +26,11 @@ msgstr "Afaka"
 
 #. name for Aghb
 msgid "Caucasian Albanian"
-msgstr ""
+msgstr "Kaukasia Albania"
 
 #. name for Ahom
 msgid "Ahom"
-msgstr ""
+msgstr "Ahom"
 
 #. name for Arab
 msgid "Arabic"
@@ -218,7 +218,7 @@ msgstr "Han (Varian tradisional)"
 
 #. name for Hatr
 msgid "Hatran"
-msgstr ""
+msgstr "Hatran"
 
 #. name for Hebr
 msgid "Hebrew"
@@ -242,7 +242,7 @@ msgstr "Silabel Jepang (alias untuk Han + Hiragana + Katakana)"
 
 #. name for Hung
 msgid "Old Hungarian (Hungarian Runic)"
-msgstr ""
+msgstr "Hungaria Lama (Runik Hungaria)"
 
 #. name for Inds
 msgid "Indus (Harappan)"
@@ -250,7 +250,7 @@ msgstr "Indus (Harappan)"
 
 #. name for Ital
 msgid "Old Italic (Etruscan, Oscan, etc.)"
-msgstr "Itali lama (Etruscan, Oscan, dll.)"
+msgstr "Italik lama (Etruscan, Oscan, dll.)"
 
 #. name for Java
 msgid "Javanese"
@@ -354,7 +354,7 @@ msgstr "Lydian"
 
 #. name for Mahj
 msgid "Mahajani"
-msgstr ""
+msgstr "Mahajani"
 
 #. name for Mand
 msgid "Mandaic, Mandaean"
@@ -370,7 +370,7 @@ msgstr "Mayan hieroglyphs"
 
 #. name for Mend
 msgid "Mende Kikakui"
-msgstr ""
+msgstr "Mende Kikakui"
 
 #. name for Merc
 msgid "Meroitic Cursive"
@@ -386,7 +386,7 @@ msgstr "Malayalam"
 
 #. name for Modi
 msgid "Modi, Moḍī"
-msgstr ""
+msgstr "Modi, Moḍī"
 
 #. name for Moon
 msgid "Moon (Moon code, Moon script, Moon type)"
@@ -406,7 +406,7 @@ msgstr "Meitei Mayek (Meithei, Meetei)"
 
 #. name for Mult
 msgid "Multani"
-msgstr ""
+msgstr "Multani"
 
 #. name for Mymr
 msgid "Myanmar (Burmese)"
@@ -458,7 +458,7 @@ msgstr "Palmyrene"
 
 #. name for Pauc
 msgid "Pau Cin Hau"
-msgstr ""
+msgstr "Pau Cin Hau"
 
 #. name for Perm
 msgid "Old Permic"
@@ -542,7 +542,7 @@ msgstr "Sharada, Śāradā"
 
 #. name for Sidd
 msgid "Siddham, Siddhaṃ, Siddhamātṛkā"
-msgstr ""
+msgstr "Siddham, Siddhaṃ, Siddhamātṛkā"
 
 #. name for Sind
 msgid "Khudawadi, Sindhi"
diff --git a/iso_15924/nl.po b/iso_15924/nl.po
index dcadb18..674c59f 100644
--- a/iso_15924/nl.po
+++ b/iso_15924/nl.po
@@ -1,4 +1,4 @@
-# translation of iso_15924-3.40.nl.po to Dutch
+# translation of iso_15924-3.50.nl.po to Dutch
 # Translation of ISO 15924 (script names) to Dutch.
 #
 # This file is distributed under the same license as the iso-codes package.
@@ -6,14 +6,14 @@
 #
 # Translations taken from ICU SVN on 2007-09-09.
 # Tobias Toedter <t.toedter at gmx.net>, 2007.
-# Freek de Kruijf <f.de.kruijf at gmail.com>, 2007, 2008, 2009, 2010, 2011, 2012.
+# Freek de Kruijf <f.de.kruijf at gmail.com>, 2007, 2008, 2009, 2010, 2011, 2012, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: iso_15924\n"
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
 "POT-Creation-Date: 2013-11-11 15:46+0100\n"
-"PO-Revision-Date: 2012-11-29 23:29+0100\n"
+"PO-Revision-Date: 2014-01-09 13:03+0100\n"
 "Last-Translator: Freek de Kruijf <f.de.kruijf at gmail.com>\n"
 "Language-Team: Dutch <vertaling at vrijschrift.org>\n"
 "Language: nl\n"
@@ -33,7 +33,7 @@ msgstr "Kaukasisch Albanees"
 
 #. name for Ahom
 msgid "Ahom"
-msgstr ""
+msgstr "Ahom"
 
 #. name for Arab
 msgid "Arabic"
@@ -221,7 +221,7 @@ msgstr "Han (traditioneel)"
 
 #. name for Hatr
 msgid "Hatran"
-msgstr ""
+msgstr "Hatran"
 
 #. name for Hebr
 msgid "Hebrew"
@@ -374,7 +374,7 @@ msgstr "Mayahiërogliefen"
 
 #. name for Mend
 msgid "Mende Kikakui"
-msgstr ""
+msgstr "Mende Kikakui"
 
 #. name for Merc
 msgid "Meroitic Cursive"
@@ -390,7 +390,7 @@ msgstr "Malayalam"
 
 #. name for Modi
 msgid "Modi, Moḍī"
-msgstr ""
+msgstr "Modi, Moḍī"
 
 #. name for Moon
 msgid "Moon (Moon code, Moon script, Moon type)"
@@ -410,7 +410,7 @@ msgstr "Meitei Mayek (Meithei, Meetei)"
 
 #. name for Mult
 msgid "Multani"
-msgstr ""
+msgstr "Multani"
 
 #. name for Mymr
 msgid "Myanmar (Burmese)"
@@ -462,7 +462,7 @@ msgstr "Palmyreens"
 
 #. name for Pauc
 msgid "Pau Cin Hau"
-msgstr ""
+msgstr "Pau Cin Hau"
 
 #. name for Perm
 msgid "Old Permic"
@@ -546,7 +546,7 @@ msgstr "Sharada, Śāradā"
 
 #. name for Sidd
 msgid "Siddham, Siddhaṃ, Siddhamātṛkā"
-msgstr ""
+msgstr "Siddham, Siddhaṃ, Siddhamātṛkā"
 
 #. name for Sind
 msgid "Khudawadi, Sindhi"
diff --git a/iso_3166/Makefile.in b/iso_3166/Makefile.in
index dc475f8..9f2cebe 100644
--- a/iso_3166/Makefile.in
+++ b/iso_3166/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# Makefile.in generated by automake 1.13.3 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -16,23 +15,51 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -49,8 +76,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	$(top_srcdir)/rules.make
+DIST_COMMON = $(top_srcdir)/rules.make $(srcdir)/Makefile.in \
+	$(srcdir)/Makefile.am
 subdir = iso_3166
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -59,6 +86,18 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 mkinstalldirs = $(install_sh) -d
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
 am__can_run_installinfo = \
@@ -95,10 +134,12 @@ am__uninstall_files_from_dir = { \
   }
 am__installdirs = "$(DESTDIR)$(xmldir)"
 DATA = $(noinst_DATA) $(xml_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
@@ -245,11 +286,11 @@ uninstall-xmlDATA:
 	@list='$(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
-TAGS:
+tags TAGS:
+
+ctags CTAGS:
 
-ctags: CTAGS
-CTAGS:
+cscope cscopelist:
 
 
 distdir: $(DISTFILES)
@@ -392,16 +433,16 @@ uninstall-am: uninstall-xmlDATA
 .MAKE: check-am install-am install-data-am install-strip uninstall-am
 
 .PHONY: all all-am check check-am check-local clean clean-generic \
-	distclean distclean-generic distdir dvi dvi-am html html-am \
-	info info-am install install-am 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 installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-	pdf-am ps ps-am uninstall uninstall-am uninstall-hook \
-	uninstall-xmlDATA
+	cscopelist-am ctags-am distclean distclean-generic distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	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 \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
+	uninstall uninstall-am uninstall-hook uninstall-xmlDATA
 
 
 iso_3166.pot: iso_3166.xml
diff --git a/iso_3166/cs.po b/iso_3166/cs.po
index 11f832c..18cf4d7 100644
--- a/iso_3166/cs.po
+++ b/iso_3166/cs.po
@@ -4,7 +4,7 @@
 #
 # Copyright (C)
 #   Free Software Foundation, Inc., 2004
-#   Miroslav Kure <kurem at debian.cz>, 2004--2013
+#   Miroslav Kure <kurem at debian.cz>, 2004--2014
 #   Alastair McKinstry <mckinstry at computer.org>, 2001.
 #
 msgid ""
@@ -13,7 +13,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
 "POT-Creation-Date: 2013-07-13 08:15+0200\n"
-"PO-Revision-Date: 2013-02-17 10:37+0100\n"
+"PO-Revision-Date: 2014-01-28 20:08+0100\n"
 "Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
 "Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
 "Language: cs\n"
@@ -1172,9 +1172,8 @@ msgid "Papua New Guinea"
 msgstr "Papua Nová Guinea"
 
 #. official_name for PNG
-#, fuzzy
 msgid "Independent State of Papua New Guinea"
-msgstr "Nezávislý stát Samoa"
+msgstr "Nezávislý stát Papua-Nová Guinea"
 
 #. name for PRY
 msgid "Paraguay"
@@ -1381,9 +1380,8 @@ msgid "Somalia"
 msgstr "Somálsko"
 
 #. official_name for SOM
-#, fuzzy
 msgid "Federal Republic of Somalia"
-msgstr "Spolková republika Německo"
+msgstr "Somálská federativní republika"
 
 #. name for ZAF
 msgid "South Africa"
@@ -1407,7 +1405,7 @@ msgstr "Španělské království"
 
 #. name for LKA
 msgid "Sri Lanka"
-msgstr "Srí Lanka"
+msgstr "Šrí Lanka"
 
 #. official_name for LKA
 msgid "Democratic Socialist Republic of Sri Lanka"
diff --git a/iso_3166/id.po b/iso_3166/id.po
index 9a82018..4e024ae 100644
--- a/iso_3166/id.po
+++ b/iso_3166/id.po
@@ -2,7 +2,7 @@
 # Copyright (C)
 # This file is distributed under the same license as the iso-codes package.
 # Arief S Fitrianto <arief at gurame.fisika.ui.ac.id>, 2004-2006.
-# Andhika Padmawan <andhika.padmawan at gmail.com>, 2011-2012.
+# Andhika Padmawan <andhika.padmawan at gmail.com>, 2011-2014.
 #
 msgid ""
 msgstr ""
@@ -10,14 +10,14 @@ msgstr ""
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
 "POT-Creation-Date: 2013-07-13 08:15+0200\n"
-"PO-Revision-Date: 2013-02-12 15:24+0700\n"
-"Last-Translator: Mahyuddin Susanto <udienz at gmail.com>\n"
+"PO-Revision-Date: 2014-01-24 21:21+0700\n"
+"Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: Plural-Forms: nplurals=1; plural=0;\n"
 
 #. name for AFG
 msgid "Afghanistan"
@@ -1153,7 +1153,7 @@ msgstr "Negara Palestina"
 
 #. official_name for PSE
 msgid "the State of Palestine"
-msgstr "exitNegara Palestina"
+msgstr "Negara Palestina"
 
 #. name for PAN
 msgid "Panama"
@@ -1168,9 +1168,8 @@ msgid "Papua New Guinea"
 msgstr "Papua Nugini"
 
 #. official_name for PNG
-#, fuzzy
 msgid "Independent State of Papua New Guinea"
-msgstr "Negara Independen Samoa"
+msgstr "Negara Independen Papua Nugini"
 
 #. name for PRY
 msgid "Paraguay"
@@ -1377,9 +1376,8 @@ msgid "Somalia"
 msgstr "Somalia"
 
 #. official_name for SOM
-#, fuzzy
 msgid "Federal Republic of Somalia"
-msgstr "Republik Federal Jerman"
+msgstr "Republik Federal Somalia"
 
 #. name for ZAF
 msgid "South Africa"
diff --git a/iso_3166/sv.po b/iso_3166/sv.po
index 8935c6a..0a24173 100644
--- a/iso_3166/sv.po
+++ b/iso_3166/sv.po
@@ -6,7 +6,6 @@
 # Alastair McKinstry <mckinstry at computer.org>, 2001.
 # Christian Rose <menthos at menthos.com>, 2004.
 # Daniel Nylander <po at danielnylander.se>, 2007, 2011.
-# Martin Bagge <brother at bsnet.se>, 2012.
 #
 msgid ""
 msgstr ""
@@ -14,15 +13,14 @@ msgstr ""
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
 "POT-Creation-Date: 2013-07-13 08:15+0200\n"
-"PO-Revision-Date: 2012-02-26 17:36+0100\n"
-"Last-Translator: Martin Bagge / brother <brother at bsnet.se>\n"
+"PO-Revision-Date: 2014-01-06 14:24-0600\n"
+"Last-Translator: Mick Ohrberg <mick.ohrberg at gmail.com>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
 "Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Swedish\n"
-"X-Poedit-Country: Sweden\n"
+"X-Generator: Poedit 1.5.4\n"
 
 #. name for AFG
 msgid "Afghanistan"
@@ -573,9 +571,8 @@ msgstr "Eritrea"
 
 # US
 #. official_name for ERI
-#, fuzzy
 msgid "the State of Eritrea"
-msgstr "Amerikas förenta stater"
+msgstr "Staten Eritrea"
 
 # EE
 #. name for EST
@@ -1243,17 +1240,14 @@ msgstr "Moçambique"
 msgid "Republic of Mozambique"
 msgstr "Republiken Moçambique"
 
-# Baserat på wikipediaartikeln om namnet på Burma/Myanmar har jag valt att
-# använda det som anses vara det SVENSKA namnet på landet.
+# MM
 #. name for MMR
 msgid "Myanmar"
-msgstr "Burma"
+msgstr "Myanmar"
 
-# Baserat på wikipediaartikeln om namnet på Burma/Myanmar har jag valt att
-# använda det som anses vara det SVENSKA namnet på landet.
 #. official_name for MMR
 msgid "Republic of Myanmar"
-msgstr "Republiken Burma"
+msgstr "Republiken Myanmar"
 
 # NA
 #. name for NAM
@@ -1392,13 +1386,12 @@ msgstr "Republiken Palau"
 
 #. name for PSE
 msgid "Palestine, State of"
-msgstr ""
+msgstr "Staten Palestina"
 
-# US
+# official_name for QAT
 #. official_name for PSE
-#, fuzzy
 msgid "the State of Palestine"
-msgstr "Amerikas förenta stater"
+msgstr "Staten Palestina"
 
 # PA
 #. name for PAN
@@ -1416,9 +1409,8 @@ msgstr "Papua Nya Guinea"
 
 # official_name for WSM
 #. official_name for PNG
-#, fuzzy
 msgid "Independent State of Papua New Guinea"
-msgstr "Oberoende staten Samoa"
+msgstr "Oberoende staten Papua Nya Guinea"
 
 # PY
 #. name for PRY
@@ -1665,9 +1657,8 @@ msgid "Somalia"
 msgstr "Somalia"
 
 #. official_name for SOM
-#, fuzzy
 msgid "Federal Republic of Somalia"
-msgstr "Förbundsrepubliken Tyskland"
+msgstr "Förbundsrepubliken Somalia"
 
 # ZA
 #. name for ZAF
@@ -1723,7 +1714,7 @@ msgstr "Surinam"
 msgid "Republic of Suriname"
 msgstr "Republiken Surinam"
 
-# official_name for SDN
+# SD
 #. name for SSD
 msgid "South Sudan"
 msgstr "Sydsudan"
diff --git a/iso_3166_2/Makefile.in b/iso_3166_2/Makefile.in
index fe8f24b..3e5968b 100644
--- a/iso_3166_2/Makefile.in
+++ b/iso_3166_2/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# Makefile.in generated by automake 1.13.3 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -16,23 +15,51 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -49,8 +76,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	$(top_srcdir)/rules.make
+DIST_COMMON = $(top_srcdir)/rules.make $(srcdir)/Makefile.in \
+	$(srcdir)/Makefile.am
 subdir = iso_3166_2
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -59,6 +86,18 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 mkinstalldirs = $(install_sh) -d
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
 am__can_run_installinfo = \
@@ -95,10 +134,12 @@ am__uninstall_files_from_dir = { \
   }
 am__installdirs = "$(DESTDIR)$(xmldir)"
 DATA = $(noinst_DATA) $(xml_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
@@ -245,11 +286,11 @@ uninstall-xmlDATA:
 	@list='$(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
-TAGS:
+tags TAGS:
+
+ctags CTAGS:
 
-ctags: CTAGS
-CTAGS:
+cscope cscopelist:
 
 
 distdir: $(DISTFILES)
@@ -392,16 +433,16 @@ uninstall-am: uninstall-xmlDATA
 .MAKE: check-am install-am install-data-am install-strip uninstall-am
 
 .PHONY: all all-am check check-am check-local clean clean-generic \
-	distclean distclean-generic distdir dvi dvi-am html html-am \
-	info info-am install install-am 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 installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-	pdf-am ps ps-am uninstall uninstall-am uninstall-hook \
-	uninstall-xmlDATA
+	cscopelist-am ctags-am distclean distclean-generic distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	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 \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
+	uninstall uninstall-am uninstall-hook uninstall-xmlDATA
 
 
 iso_3166_2.pot: iso_3166_2.xml
diff --git a/iso_3166_2/id.po b/iso_3166_2/id.po
index 602fb2c..98d5167 100644
--- a/iso_3166_2/id.po
+++ b/iso_3166_2/id.po
@@ -11,7 +11,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
 "POT-Creation-Date: 2012-08-25 16:22+0200\n"
-"PO-Revision-Date: 2012-01-28 10:18+0700\n"
+"PO-Revision-Date: 2014-01-26 09:24+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
 "Language: id\n"
@@ -93,12 +93,11 @@ msgstr "Balkh"
 
 #. name for AF-BAM
 msgid "Bāmyān"
-msgstr ""
+msgstr "Bāmyān"
 
 #. name for AF-DAY
-#, fuzzy
 msgid "Dāykundī"
-msgstr "Dāykondī"
+msgstr "Dāykundī"
 
 #. name for AF-FRA
 msgid "Farāh"
@@ -114,7 +113,7 @@ msgstr "Ghaznī"
 
 #. name for AF-GHO
 msgid "Ghōr"
-msgstr ""
+msgstr "Ghōr"
 
 #. name for AF-HEL
 msgid "Helmand"
@@ -130,7 +129,7 @@ msgstr "Jowzjān"
 
 #. name for AF-KAB
 msgid "Kābul"
-msgstr ""
+msgstr "Kābul"
 
 #. name for AF-KAN
 msgid "Kandahār"
@@ -142,15 +141,15 @@ msgstr "Kāpīsā"
 
 #. name for AF-KHO
 msgid "Khōst"
-msgstr ""
+msgstr "Khōst"
 
 #. name for AF-KNR
 msgid "Kunar"
-msgstr ""
+msgstr "Kunar"
 
 #. name for AF-KDZ
 msgid "Kunduz"
-msgstr ""
+msgstr "Kunduz"
 
 #. name for AF-LAG
 msgid "Laghmān"
@@ -158,41 +157,35 @@ msgstr "Laghmān"
 
 #. name for AF-LOG
 msgid "Lōgar"
-msgstr ""
+msgstr "Lōgar"
 
 #. name for AF-NAN
-#, fuzzy
 msgid "Nangarhār"
-msgstr "Nyanga"
+msgstr "Nangarhār"
 
 #. name for AF-NIM
-#, fuzzy
 msgid "Nīmrōz"
-msgstr "Nīmrūz"
+msgstr "Nīmrōz"
 
 #. name for AF-NUR
-#, fuzzy
 msgid "Nūristān"
-msgstr "Nūrestān"
+msgstr "Nūristān"
 
 #. name for AF-URU
-#, fuzzy
 msgid "Uruzgān"
-msgstr "Hormozgān"
+msgstr "Uruzgān"
 
 #. name for AF-PIA
-#, fuzzy
 msgid "Paktiyā"
-msgstr "Paktīā"
+msgstr "Paktiyā"
 
 #. name for AF-PKA
 msgid "Paktīkā"
 msgstr "Paktīkā"
 
 #. name for AF-PAN
-#, fuzzy
 msgid "Panjshayr"
-msgstr "Panjshīr"
+msgstr "Panjshayr"
 
 #. name for AF-PAR
 msgid "Parwān"
@@ -203,22 +196,20 @@ msgid "Samangān"
 msgstr "Samangān"
 
 #. name for AF-SAR
-#, fuzzy
 msgid "Sar-e Pul"
-msgstr "Sar-e Pol"
+msgstr "Sar-e Pul"
 
 #. name for AF-TAK
 msgid "Takhār"
 msgstr "Takhār"
 
 #. name for AF-WAR
-#, fuzzy
 msgid "Wardak"
-msgstr "Hardap"
+msgstr "Wardak"
 
 #. name for AF-ZAB
 msgid "Zābul"
-msgstr ""
+msgstr "Zābul"
 
 #. name for AG-03, name for BB-03, name for DM-04, name for GD-03, name for VC-04
 msgid "Saint George"
@@ -710,7 +701,7 @@ msgstr "Şəki"
 
 #. name for AZ-SR
 msgid "Şirvan"
-msgstr ""
+msgstr "Şirvan"
 
 #. name for AZ-YE, name for AZ-YEV
 msgid "Yevlax"
@@ -798,7 +789,7 @@ msgstr "Göyçay"
 
 #. name for AZ-GYG
 msgid "Göygöl"
-msgstr ""
+msgstr "Göygöl"
 
 #. name for AZ-HAC
 msgid "Hacıqabul"
@@ -834,7 +825,7 @@ msgstr "Kəlbəcər"
 
 #. name for AZ-KAN
 msgid "Kǝngǝrli"
-msgstr ""
+msgstr "Kǝngǝrli"
 
 #. name for AZ-KUR
 msgid "Kürdəmir"
@@ -918,7 +909,7 @@ msgstr "Siyəzən"
 
 #. name for AZ-SBN
 msgid "Şabran"
-msgstr ""
+msgstr "Şabran"
 
 #. name for AZ-SAH
 msgid "Şahbuz"
@@ -1049,354 +1040,288 @@ msgid "Saint Thomas"
 msgstr "Saint Thomas"
 
 #. name for BD-A, name for BD-06
-#, fuzzy
 msgid "Barisal"
-msgstr "Larisa"
+msgstr "Barisal"
 
 #. name for BD-B, name for BD-10
-#, fuzzy
 msgid "Chittagong"
-msgstr "Chittagong zila"
+msgstr "Chittagong"
 
 #. name for BD-C, name for BD-13
-#, fuzzy
 msgid "Dhaka"
-msgstr "Dhaka zila"
+msgstr "Dhaka"
 
 #. name for BD-D, name for BD-27
-#, fuzzy
 msgid "Khulna"
-msgstr "Khulna zila"
+msgstr "Khulna"
 
 #. name for BD-E, name for BD-54
-#, fuzzy
 msgid "Rajshahi"
-msgstr "Rajshahi zila"
+msgstr "Rajshahi"
 
 #. name for BD-F, name for BD-55
-#, fuzzy
 msgid "Rangpur"
-msgstr "Rangpur zila"
+msgstr "Rangpur"
 
 #. name for BD-G, name for BD-60
-#, fuzzy
 msgid "Sylhet"
-msgstr "Sylhet zila"
+msgstr "Sylhet"
 
 #. name for BD-05
-#, fuzzy
 msgid "Bagerhat"
-msgstr "Bagerhat zila"
+msgstr "Bagerhat"
 
 #. name for BD-01
-#, fuzzy
 msgid "Bandarban"
-msgstr "Bandarban zila"
+msgstr "Bandarban"
 
 #. name for BD-02
-#, fuzzy
 msgid "Barguna"
-msgstr "Laguna"
+msgstr "Barguna"
 
 #. name for BD-07
-#, fuzzy
 msgid "Bhola"
-msgstr "Bhola zila"
+msgstr "Bhola"
 
 #. name for BD-03
-#, fuzzy
 msgid "Bogra"
-msgstr "Beograd"
+msgstr "Bogra"
 
 #. name for BD-04
-#, fuzzy
 msgid "Brahmanbaria"
-msgstr "Brahmanbaria zila"
+msgstr "Brahmanbaria"
 
 #. name for BD-09
-#, fuzzy
 msgid "Chandpur"
-msgstr "Chandpur zila"
+msgstr "Chandpur"
 
 #. name for BD-12
-#, fuzzy
 msgid "Chuadanga"
-msgstr "Chuadanga zila"
+msgstr "Chuadanga"
 
 #. name for BD-08
-#, fuzzy
 msgid "Comilla"
-msgstr "Comilla zila"
+msgstr "Comilla"
 
 #. name for BD-11
-#, fuzzy
 msgid "Cox's Bazar"
-msgstr "Cox's Bazar zila"
+msgstr "Cox's Bazar"
 
 #. name for BD-14
-#, fuzzy
 msgid "Dinajpur"
-msgstr "Dinajpur zila"
+msgstr "Dinajpur"
 
 #. name for BD-15
-#, fuzzy
 msgid "Faridpur"
-msgstr "Faridpur zila"
+msgstr "Faridpur"
 
 #. name for BD-16
-#, fuzzy
 msgid "Feni"
-msgstr "Feni zila"
+msgstr "Feni"
 
 #. name for BD-19
-#, fuzzy
 msgid "Gaibandha"
-msgstr "Gaibandha zila"
+msgstr "Gaibandha"
 
 #. name for BD-18
-#, fuzzy
 msgid "Gazipur"
-msgstr "Gazipur zila"
+msgstr "Gazipur"
 
 #. name for BD-17
-#, fuzzy
 msgid "Gopalganj"
-msgstr "Gopalganj zila"
+msgstr "Gopalganj"
 
 #. name for BD-20
-#, fuzzy
 msgid "Habiganj"
-msgstr "Habiganj zila"
+msgstr "Habiganj"
 
 #. name for BD-24
-#, fuzzy
 msgid "Jaipurhat"
-msgstr "Jaipurhat zila"
+msgstr "Jaipurhat"
 
 #. name for BD-21
-#, fuzzy
 msgid "Jamalpur"
-msgstr "Jamalpur zila"
+msgstr "Jamalpur"
 
 #. name for BD-22
-#, fuzzy
 msgid "Jessore"
-msgstr "Jessore zila"
+msgstr "Jessore"
 
 #. name for BD-25
-#, fuzzy
 msgid "Jhalakati"
-msgstr "Jhalakati zila"
+msgstr "Jhalakati"
 
 #. name for BD-23
-#, fuzzy
 msgid "Jhenaidah"
-msgstr "Jhenaidah zila"
+msgstr "Jhenaidah"
 
 #. name for BD-29
-#, fuzzy
 msgid "Khagrachari"
-msgstr "Khagrachari zila"
+msgstr "Khagrachari"
 
 #. name for BD-26
-#, fuzzy
 msgid "Kishorganj"
-msgstr "Kishorganj zila"
+msgstr "Kishorganj"
 
 #. name for BD-28
-#, fuzzy
 msgid "Kurigram"
-msgstr "Kurigram zila"
+msgstr "Kurigram"
 
 #. name for BD-30
-#, fuzzy
 msgid "Kushtia"
-msgstr "Kushtia zila"
+msgstr "Kushtia"
 
 #. name for BD-31
-#, fuzzy
 msgid "Lakshmipur"
-msgstr "Lakshmipur zila"
+msgstr "Lakshmipur"
 
 #. name for BD-32
-#, fuzzy
 msgid "Lalmonirhat"
-msgstr "Lalmonirhat zila"
+msgstr "Lalmonirhat"
 
 #. name for BD-36
-#, fuzzy
 msgid "Madaripur"
-msgstr "Madaripur zila"
+msgstr "Madaripur"
 
 #. name for BD-37
-#, fuzzy
 msgid "Magura"
-msgstr "Fgura"
+msgstr "Magura"
 
 #. name for BD-33
-#, fuzzy
 msgid "Manikganj"
-msgstr "Manikganj zila"
+msgstr "Manikganj"
 
 #. name for BD-39
-#, fuzzy
 msgid "Meherpur"
-msgstr "Meherpur zila"
+msgstr "Meherpur"
 
 #. name for BD-38
-#, fuzzy
 msgid "Moulvibazar"
-msgstr "Moulvibazar zila"
+msgstr "Moulvibazar"
 
 #. name for BD-35
-#, fuzzy
 msgid "Munshiganj"
-msgstr "Munshiganj zila"
+msgstr "Munshiganj"
 
 #. name for BD-34
-#, fuzzy
 msgid "Mymensingh"
-msgstr "Mymensingh zila"
+msgstr "Mymensingh"
 
 #. name for BD-48
-#, fuzzy
 msgid "Naogaon"
-msgstr "Naogaon zila"
+msgstr "Naogaon"
 
 #. name for BD-43
-#, fuzzy
 msgid "Narail"
-msgstr "Nara"
+msgstr "Narail"
 
 #. name for BD-40
-#, fuzzy
 msgid "Narayanganj"
-msgstr "Narayanganj zila"
+msgstr "Narayanganj"
 
 #. name for BD-42
-#, fuzzy
 msgid "Narsingdi"
-msgstr "Narsingdi zila"
+msgstr "Narsingdi"
 
 #. name for BD-44
-#, fuzzy
 msgid "Natore"
-msgstr "Natore zila"
+msgstr "Natore"
 
 #. name for BD-45
-#, fuzzy
 msgid "Nawabganj"
-msgstr "Nawabganj zila"
+msgstr "Nawabganj"
 
 #. name for BD-41
-#, fuzzy
 msgid "Netrakona"
-msgstr "Netrakona zila"
+msgstr "Netrakona"
 
 #. name for BD-46
-#, fuzzy
 msgid "Nilphamari"
-msgstr "Nilphamari zila"
+msgstr "Nilphamari"
 
 #. name for BD-47
-#, fuzzy
 msgid "Noakhali"
-msgstr "Noakhali zila"
+msgstr "Noakhali"
 
 #. name for BD-49
-#, fuzzy
 msgid "Pabna"
-msgstr "Pabna zila"
+msgstr "Pabna"
 
 #. name for BD-52
-#, fuzzy
 msgid "Panchagarh"
-msgstr "Panchagarh zila"
+msgstr "Panchagarh"
 
 #. name for BD-51
-#, fuzzy
 msgid "Patuakhali"
-msgstr "Patuakhali zila"
+msgstr "Patuakhali"
 
 #. name for BD-50
-#, fuzzy
 msgid "Pirojpur"
-msgstr "Pirojpur zila"
+msgstr "Pirojpur"
 
 #. name for BD-53
-#, fuzzy
 msgid "Rajbari"
-msgstr "Rajbari zila"
+msgstr "Rajbari"
 
 #. name for BD-56
-#, fuzzy
 msgid "Rangamati"
-msgstr "Rangamati zila"
+msgstr "Rangamati"
 
 #. name for BD-58
-#, fuzzy
 msgid "Satkhira"
-msgstr "Satkhira zila"
+msgstr "Satkhira"
 
 #. name for BD-62
-#, fuzzy
 msgid "Shariatpur"
-msgstr "Shariatpur zila"
+msgstr "Shariatpur"
 
 #. name for BD-57
-#, fuzzy
 msgid "Sherpur"
-msgstr "Sherpur zila"
+msgstr "Sherpur"
 
 #. name for BD-59
-#, fuzzy
 msgid "Sirajganj"
-msgstr "Sirajganj zila"
+msgstr "Sirajganj"
 
 #. name for BD-61
-#, fuzzy
 msgid "Sunamganj"
-msgstr "Sunamganj zila"
+msgstr "Sunamganj"
 
 #. name for BD-63
-#, fuzzy
 msgid "Tangail"
-msgstr "Tanga"
+msgstr "Tangail"
 
 #. name for BD-64
-#, fuzzy
 msgid "Thakurgaon"
-msgstr "Thakurgaon zila"
+msgstr "Thakurgaon"
 
 #. name for BE-BRU
 msgid "Bruxelles-Capitale, Région de;Brussels Hoofdstedelijk Gewest"
-msgstr ""
+msgstr "Bruxelles-Capitale, Région de;Brussels Hoofdstedelijk Gewest"
 
 #. name for BE-VLG
 msgid "Vlaams Gewest"
-msgstr ""
+msgstr "Vlaams Gewest"
 
 #. name for BE-WAL
 msgid "wallonne, Région"
-msgstr ""
+msgstr "wallonne, Région"
 
 #. name for BE-VAN
 msgid "Antwerpen"
 msgstr "Antwerpen"
 
 #. name for BE-WBR
-#, fuzzy
 msgid "Brabant wallon"
-msgstr "Brabant Wallon"
+msgstr "Brabant wallon"
 
 #. name for BE-WHT
 msgid "Hainaut"
 msgstr "Hainaut"
 
 #. name for BE-WLG
-#, fuzzy
 msgid "Liège"
-msgstr "Ariège"
+msgstr "Liège"
 
 #. name for BE-VLI, name for NL-LI
 msgid "Limburg"
@@ -1947,19 +1872,16 @@ msgid "Tarija"
 msgstr "Tarija"
 
 #. name for BQ-BO, name for NL-BQ1
-#, fuzzy
 msgid "Bonaire"
-msgstr "Zaire"
+msgstr "Bonaire"
 
 #. name for BQ-SA, name for NL-BQ2
-#, fuzzy
 msgid "Saba"
-msgstr "Sabah"
+msgstr "Saba"
 
 #. name for BQ-SE, name for NL-BQ3
-#, fuzzy
 msgid "Sint Eustatius"
-msgstr "Saint Kitts"
+msgstr "Sint Eustatius"
 
 #. name for BR-AC
 msgid "Acre"
@@ -2074,18 +1996,16 @@ msgid "Distrito Federal"
 msgstr "Distrito Federal"
 
 #. name for BS-AC
-#, fuzzy
 msgid "Acklins"
-msgstr "Iklin"
+msgstr "Acklins"
 
 #. name for BS-BY
 msgid "Berry Islands"
 msgstr "Berry Islands"
 
 #. name for BS-BI
-#, fuzzy
 msgid "Bimini"
-msgstr "Rimini"
+msgstr "Bimini"
 
 #. name for BS-BP
 msgid "Black Point"
@@ -2304,16 +2224,14 @@ msgid "North-East"
 msgstr "Timur Laut"
 
 #. name for BW-NW
-#, fuzzy
 msgid "North-West"
-msgstr "North West"
+msgstr "Barat Laut"
 
 #. name for BW-SE
 msgid "South-East"
 msgstr "Tenggara"
 
 #. name for BW-SO
-#, fuzzy
 msgid "Southern"
 msgstr "Selatan"
 
@@ -4423,31 +4341,27 @@ msgstr "Sūhāj"
 
 #. name for ER-MA
 msgid "Al Awsaţ"
-msgstr ""
+msgstr "Al Awsaţ"
 
 #. name for ER-DU
-#, fuzzy
 msgid "Al Janūbī"
-msgstr "Al Janūbīyah"
+msgstr "Al Janūbī"
 
 #. name for ER-AN
 msgid "Ansabā"
-msgstr ""
+msgstr "Ansabā"
 
 #. name for ER-DK
-#, fuzzy
 msgid "Janūbī al Baḩrī al Aḩmar"
-msgstr "Al Baḩr al Aḩmar"
+msgstr "Janūbī al Baḩrī al Aḩmar"
 
 #. name for ER-GB
-#, fuzzy
 msgid "Qāsh-Barkah"
-msgstr "Gash-Barka"
+msgstr "Qāsh-Barkah"
 
 #. name for ER-SK
-#, fuzzy
 msgid "Shimālī al Baḩrī al Aḩmar"
-msgstr "Al Baḩr al Aḩmar"
+msgstr "Shimālī al Baḩrī al Aḩmar"
 
 #. name for ES-AN
 msgid "Andalucía"
@@ -4754,84 +4668,80 @@ msgid "YeDebub Bihēroch Bihēreseboch na Hizboch"
 msgstr "YeDebub Bihēroch Bihēreseboch na Hizboch"
 
 #. name for FI-01
-#, fuzzy
 msgid "Ahvenanmaan maakunta"
-msgstr "Ahvenanmaan lääni"
+msgstr "Ahvenanmaan maakunta"
 
 #. name for FI-02
 msgid "Etelä-Karjala"
-msgstr ""
+msgstr "Etelä-Karjala"
 
 #. name for FI-03
 msgid "Etelä-Pohjanmaa"
-msgstr ""
+msgstr "Etelä-Pohjanmaa"
 
 #. name for FI-04
-#, fuzzy
 msgid "Etelä-Savo"
-msgstr "Haute-Savoie"
+msgstr "Etelä-Savo"
 
 #. name for FI-05
 msgid "Kainuu"
-msgstr ""
+msgstr "Kainuu"
 
 #. name for FI-06
-#, fuzzy
 msgid "Kanta-Häme"
-msgstr "Santarém"
+msgstr "Kanta-Häme"
 
 #. name for FI-07
 msgid "Keski-Pohjanmaa"
-msgstr ""
+msgstr "Keski-Pohjanmaa"
 
 #. name for FI-08
 msgid "Keski-Suomi"
-msgstr ""
+msgstr "Keski-Suomi"
 
 #. name for FI-09
 msgid "Kymenlaakso"
-msgstr ""
+msgstr "Kymenlaakso"
 
 #. name for FI-10
 msgid "Lappi"
-msgstr ""
+msgstr "Lappi"
 
 #. name for FI-11
-#, fuzzy
 msgid "Pirkanmaa"
-msgstr "Granma"
+msgstr "Pirkanmaa"
 
 #. name for FI-12
 msgid "Pohjanmaa"
-msgstr ""
+msgstr "Pohjanmaa"
 
 #. name for FI-13
 msgid "Pohjois-Karjala"
-msgstr ""
+msgstr "Pohjois-Karjala"
 
 #. name for FI-14
 msgid "Pohjois-Pohjanmaa"
-msgstr ""
+msgstr "Pohjois-Pohjanmaa"
 
 #. name for FI-15
 msgid "Pohjois-Savo"
-msgstr ""
+msgstr "Pohjois-Savo"
 
 #. name for FI-16
 msgid "Päijät-Häme"
-msgstr ""
+msgstr "Päijät-Häme"
 
 #. name for FI-17
 msgid "Satakunta"
-msgstr ""
+msgstr "Satakunta"
 
 #. name for FI-18
 msgid "Uusimaa"
-msgstr ""
+msgstr "Uusimaa"
 
 #. name for FI-19
 msgid "Varsinais-Suomi"
-msgstr ""
+msgstr "Varsinais-Suomi"
 
 #. name for FJ-E, name for GH-EP, name for KE-400, name for SL-E, name for UG-E, name for ZM-03
 msgid "Eastern"
@@ -6011,7 +5921,7 @@ msgstr "Down"
 
 #. name for GB-DGN
 msgid "Dungannon and South Tyrone"
-msgstr ""
+msgstr "Dungannon and South Tyrone"
 
 #. name for GB-FER
 msgid "Fermanagh"
@@ -6114,9 +6024,8 @@ msgid "Derby"
 msgstr "Derby"
 
 #. name for GB-DUR
-#, fuzzy
 msgid "Durham, County"
-msgstr "Durham"
+msgstr "Durham, County"
 
 #. name for GB-ERY
 msgid "East Riding of Yorkshire"
@@ -6643,9 +6552,8 @@ msgid "Litoral"
 msgstr "Litoral"
 
 #. name for GQ-WN
-#, fuzzy
 msgid "Wele-Nzas"
-msgstr "Wele-Nzás"
+msgstr "Wele-Nzas"
 
 #. name for GR-A
 msgid "Anatoliki Makedonia kai Thraki"
@@ -7728,9 +7636,8 @@ msgid "Andhra Pradesh"
 msgstr "Andhra Pradesh"
 
 #. name for IN-AR
-#, fuzzy
 msgid "Arunachal Pradesh"
-msgstr "Arunāchal Pradesh"
+msgstr "Arunachal Pradesh"
 
 #. name for IN-AS
 msgid "Assam"
@@ -7738,45 +7645,39 @@ msgstr "Assam"
 
 #. name for IN-BR
 msgid "Bihar"
-msgstr ""
+msgstr "Bihar"
 
 #. name for IN-CT
-#, fuzzy
 msgid "Chhattisgarh"
-msgstr "Chhattīsgarh"
+msgstr "Chhattisgarh"
 
 #. name for IN-GA
 msgid "Goa"
 msgstr "Goa"
 
 #. name for IN-GJ
-#, fuzzy
 msgid "Gujarat"
-msgstr "Gujarāt"
+msgstr "Gujarat"
 
 #. name for IN-HR
-#, fuzzy
 msgid "Haryana"
-msgstr "Haryāna"
+msgstr "Haryana"
 
 #. name for IN-HP
-#, fuzzy
 msgid "Himachal Pradesh"
-msgstr "Himāchal Pradesh"
+msgstr "Himachal Pradesh"
 
 #. name for IN-JK
-#, fuzzy
 msgid "Jammu and Kashmir"
-msgstr "Jammu and Kashmīr"
+msgstr "Jammu dan Kashmir"
 
 #. name for IN-JH
 msgid "Jharkhand"
 msgstr "Jharkhand"
 
 #. name for IN-KA
-#, fuzzy
 msgid "Karnataka"
-msgstr "Karnātaka"
+msgstr "Karnataka"
 
 #. name for IN-KL
 msgid "Kerala"
@@ -7787,27 +7688,24 @@ msgid "Madhya Pradesh"
 msgstr "Madhya Pradesh"
 
 #. name for IN-MH
-#, fuzzy
 msgid "Maharashtra"
-msgstr "Mahārāshtra"
+msgstr "Maharashtra"
 
 #. name for IN-MN
 msgid "Manipur"
 msgstr "Manipur"
 
 #. name for IN-ML
-#, fuzzy
 msgid "Meghalaya"
-msgstr "Meghālaya"
+msgstr "Meghalaya"
 
 #. name for IN-MZ
 msgid "Mizoram"
 msgstr "Mizoram"
 
 #. name for IN-NL
-#, fuzzy
 msgid "Nagaland"
-msgstr "Ngamiland"
+msgstr "Nagaland"
 
 #. name for IN-OR
 msgid "Orissa"
@@ -7818,27 +7716,24 @@ msgid "Punjab"
 msgstr "Punjab"
 
 #. name for IN-RJ
-#, fuzzy
 msgid "Rajasthan"
-msgstr "Rājasthān"
+msgstr "Rajasthan"
 
 #. name for IN-SK
 msgid "Sikkim"
 msgstr "Sikkim"
 
 #. name for IN-TN
-#, fuzzy
 msgid "Tamil Nadu"
-msgstr "Tamil Nādu"
+msgstr "Tamil Nadu"
 
 #. name for IN-TR
 msgid "Tripura"
 msgstr "Tripura"
 
 #. name for IN-UT
-#, fuzzy
 msgid "Uttarakhand"
-msgstr "Uttaranchal"
+msgstr "Uttarakhand"
 
 #. name for IN-UP
 msgid "Uttar Pradesh"
@@ -7853,19 +7748,16 @@ msgid "Andaman and Nicobar Islands"
 msgstr "Andaman and Nicobar Islands"
 
 #. name for IN-CH
-#, fuzzy
 msgid "Chandigarh"
-msgstr "Chandīgarh"
+msgstr "Chandigarh"
 
 #. name for IN-DN
-#, fuzzy
 msgid "Dadra and Nagar Haveli"
-msgstr "Dādra and Nagar Haveli"
+msgstr "Dadra dan Nagar Haveli"
 
 #. name for IN-DD
-#, fuzzy
 msgid "Damen and Diu"
-msgstr "Damān and Diu"
+msgstr "Damen dan Diu"
 
 #. name for IN-DL
 msgid "Delhi"
@@ -7876,9 +7768,8 @@ msgid "Lakshadweep"
 msgstr "Lakshadweep"
 
 #. name for IN-PY
-#, fuzzy
 msgid "Puducherry"
-msgstr "Pondicherry"
+msgstr "Puducherry"
 
 #. name for IQ-AN
 msgid "Al Anbar"
@@ -8666,12 +8557,11 @@ msgstr "Westmoreland"
 
 #. name for JO-AJ
 msgid "‘Ajlūn"
-msgstr ""
+msgstr "‘Ajlūn"
 
 #. name for JO-AQ
-#, fuzzy
 msgid "Al ‘Aqabah"
-msgstr "Al `Aqabah"
+msgstr "Al ‘Aqabah"
 
 #. name for JO-BA
 msgid "Al Balqā'"
@@ -8686,9 +8576,8 @@ msgid "Al Mafraq"
 msgstr "Al Mafraq"
 
 #. name for JO-AM
-#, fuzzy
 msgid "‘Ammān (Al ‘Aşimah)"
-msgstr "Al Manāmah (Al ‘Āşimah)"
+msgstr "‘Ammān (Al ‘Aşimah)"
 
 #. name for JO-AT
 msgid "Aţ Ţafīlah"
@@ -8708,7 +8597,7 @@ msgstr "Jarash"
 
 #. name for JO-MN
 msgid "Ma‘ān"
-msgstr ""
+msgstr "Ma‘ān"
 
 #. name for JO-MD
 msgid "Mādabā"
@@ -9255,14 +9144,12 @@ msgid "Al Farwānīyah"
 msgstr "Al Farwānīyah"
 
 #. name for KW-JA
-#, fuzzy
 msgid "Al Jahrrā’"
-msgstr "Al Jahrah"
+msgstr "Al Jahrrā’"
 
 #. name for KW-KU
-#, fuzzy
 msgid "Al Kuwayt (Al ‘Āşimah)"
-msgstr "Al Manāmah (Al ‘Āşimah)"
+msgstr "Al Kuwayt (Al ‘Āşimah)"
 
 #. name for KW-HA
 msgid "Hawallī"
@@ -9270,7 +9157,7 @@ msgstr "Hawallī"
 
 #. name for KW-MU
 msgid "Mubārak al Kabīr"
-msgstr ""
+msgstr "Mubārak al Kabīr"
 
 #. name for KZ-ALA
 msgid "Almaty"
@@ -9758,452 +9645,443 @@ msgstr "Grevenmacher"
 
 #. name for LV-001
 msgid "Aglonas novads"
-msgstr ""
+msgstr "Aglonas novads"
 
 #. name for LV-002
-#, fuzzy
 msgid "Aizkraukles novads"
-msgstr "Aizkraukle Apriņķis"
+msgstr "Aizkraukles novads"
 
 #. name for LV-003
 msgid "Aizputes novads"
-msgstr ""
+msgstr "Aizputes novads"
 
 #. name for LV-004
 msgid "Aknīstes novads"
-msgstr ""
+msgstr "Aknīstes novads"
 
 #. name for LV-005
 msgid "Alojas novads"
-msgstr ""
+msgstr "Alojas novads"
 
 #. name for LV-006
 msgid "Alsungas novads"
-msgstr ""
+msgstr "Alsungas novads"
 
 #. name for LV-007
 msgid "Alūksnes novads"
-msgstr ""
+msgstr "Alūksnes novads"
 
 #. name for LV-008
 msgid "Amatas novads"
-msgstr ""
+msgstr "Amatas novads"
 
 #. name for LV-009
 msgid "Apes novads"
-msgstr ""
+msgstr "Apes novads"
 
 #. name for LV-010
 msgid "Auces novads"
-msgstr ""
+msgstr "Auces novads"
 
 #. name for LV-011
 msgid "Ādažu novads"
-msgstr ""
+msgstr "Ādažu novads"
 
 #. name for LV-012
 msgid "Babītes novads"
-msgstr ""
+msgstr "Babītes novads"
 
 #. name for LV-013
 msgid "Baldones novads"
-msgstr ""
+msgstr "Baldones novads"
 
 #. name for LV-014
 msgid "Baltinavas novads"
-msgstr ""
+msgstr "Baltinavas novads"
 
 #. name for LV-015
 msgid "Balvu novads"
-msgstr ""
+msgstr "Balvu novads"
 
 #. name for LV-016
 msgid "Bauskas novads"
-msgstr ""
+msgstr "Bauskas novads"
 
 #. name for LV-017
 msgid "Beverīnas novads"
-msgstr ""
+msgstr "Beverīnas novads"
 
 #. name for LV-018
 msgid "Brocēnu novads"
-msgstr ""
+msgstr "Brocēnu novads"
 
 #. name for LV-019
 msgid "Burtnieku novads"
-msgstr ""
+msgstr "Burtnieku novads"
 
 #. name for LV-020
 msgid "Carnikavas novads"
-msgstr ""
+msgstr "Carnikavas novads"
 
 #. name for LV-021
 msgid "Cesvaines novads"
-msgstr ""
+msgstr "Cesvaines novads"
 
 #. name for LV-022
 msgid "Cēsu novads"
-msgstr ""
+msgstr "Cēsu novads"
 
 #. name for LV-023
 msgid "Ciblas novads"
-msgstr ""
+msgstr "Ciblas novads"
 
 #. name for LV-024
 msgid "Dagdas novads"
-msgstr ""
+msgstr "Dagdas novads"
 
 #. name for LV-025
-#, fuzzy
 msgid "Daugavpils novads"
-msgstr "Daugavpils"
+msgstr "Daugavpils novads"
 
 #. name for LV-026
 msgid "Dobeles novads"
-msgstr ""
+msgstr "Dobeles novads"
 
 #. name for LV-027
-#, fuzzy
 msgid "Dundagas novads"
-msgstr "Dundgovi"
+msgstr "Dundagas novads"
 
 #. name for LV-028
 msgid "Durbes novads"
-msgstr ""
+msgstr "Durbes novads"
 
 #. name for LV-029
 msgid "Engures novads"
-msgstr ""
+msgstr "Engures novads"
 
 #. name for LV-030
 msgid "Ērgļu novads"
-msgstr ""
+msgstr "Ērgļu novads"
 
 #. name for LV-031
 msgid "Garkalnes novads"
-msgstr ""
+msgstr "Garkalnes novads"
 
 #. name for LV-032
 msgid "Grobiņas novads"
-msgstr ""
+msgstr "Grobiņas novads"
 
 #. name for LV-033
 msgid "Gulbenes novads"
-msgstr ""
+msgstr "Gulbenes novads"
 
 #. name for LV-034
 msgid "Iecavas novads"
-msgstr ""
+msgstr "Iecavas novads"
 
 #. name for LV-035
 msgid "Ikšķiles novads"
-msgstr ""
+msgstr "Ikšķiles novads"
 
 #. name for LV-036
 msgid "Ilūkstes novads"
-msgstr ""
+msgstr "Ilūkstes novads"
 
 #. name for LV-037
 msgid "Inčukalna novads"
-msgstr ""
+msgstr "Inčukalna novads"
 
 #. name for LV-038
 msgid "Jaunjelgavas novads"
-msgstr ""
+msgstr "Jaunjelgavas novads"
 
 #. name for LV-039
 msgid "Jaunpiebalgas novads"
-msgstr ""
+msgstr "Jaunpiebalgas novads"
 
 #. name for LV-040
 msgid "Jaunpils novads"
-msgstr ""
+msgstr "Jaunpils novads"
 
 #. name for LV-041
-#, fuzzy
 msgid "Jelgavas novads"
-msgstr "Jelgava"
+msgstr "Jelgavas novads"
 
 #. name for LV-042
-#, fuzzy
 msgid "Jēkabpils novads"
-msgstr "Jēkabpils Apriņķis"
+msgstr "Jēkabpils novads"
 
 #. name for LV-043
 msgid "Kandavas novads"
-msgstr ""
+msgstr "Kandavas novads"
 
 #. name for LV-044
 msgid "Kārsavas novads"
-msgstr ""
+msgstr "Kārsavas novads"
 
 #. name for LV-045
 msgid "Kocēnu novads"
-msgstr ""
+msgstr "Kocēnu novads"
 
 #. name for LV-046
 msgid "Kokneses novads"
-msgstr ""
+msgstr "Kokneses novads"
 
 #. name for LV-047
 msgid "Krāslavas novads"
-msgstr ""
+msgstr "Krāslavas novads"
 
 #. name for LV-048
 msgid "Krimuldas novads"
-msgstr ""
+msgstr "Krimuldas novads"
 
 #. name for LV-049
 msgid "Krustpils novads"
-msgstr ""
+msgstr "Krustpils novads"
 
 #. name for LV-050
 msgid "Kuldīgas novads"
-msgstr ""
+msgstr "Kuldīgas novads"
 
 #. name for LV-051
 msgid "Ķeguma novads"
-msgstr ""
+msgstr "Ķeguma novads"
 
 #. name for LV-052
 msgid "Ķekavas novads"
-msgstr ""
+msgstr "Ķekavas novads"
 
 #. name for LV-053
 msgid "Lielvārdes novads"
-msgstr ""
+msgstr "Lielvārdes novads"
 
 #. name for LV-054
 msgid "Limbažu novads"
-msgstr ""
+msgstr "Limbažu novads"
 
 #. name for LV-055
 msgid "Līgatnes novads"
-msgstr ""
+msgstr "Līgatnes novads"
 
 #. name for LV-056
 msgid "Līvānu novads"
-msgstr ""
+msgstr "Līvānu novads"
 
 #. name for LV-057
 msgid "Lubānas novads"
-msgstr ""
+msgstr "Lubānas novads"
 
 #. name for LV-058
 msgid "Ludzas novads"
-msgstr ""
+msgstr "Ludzas novads"
 
 #. name for LV-059
-#, fuzzy
 msgid "Madonas novads"
-msgstr "Maldonado"
+msgstr "Madonas novads"
 
 #. name for LV-060
 msgid "Mazsalacas novads"
-msgstr ""
+msgstr "Mazsalacas novads"
 
 #. name for LV-061
 msgid "Mālpils novads"
-msgstr ""
+msgstr "Mālpils novads"
 
 #. name for LV-062
 msgid "Mārupes novads"
-msgstr ""
+msgstr "Mārupes novads"
 
 #. name for LV-063
 msgid "Mērsraga novads"
-msgstr ""
+msgstr "Mērsraga novads"
 
 #. name for LV-064
 msgid "Naukšēnu novads"
-msgstr ""
+msgstr "Naukšēnu novads"
 
 #. name for LV-065
 msgid "Neretas novads"
-msgstr ""
+msgstr "Neretas novads"
 
 #. name for LV-066
 msgid "Nīcas novads"
-msgstr ""
+msgstr "Nīcas novads"
 
 #. name for LV-067
 msgid "Ogres novads"
-msgstr ""
+msgstr "Ogres novads"
 
 #. name for LV-068
 msgid "Olaines novads"
-msgstr ""
+msgstr "Olaines novads"
 
 #. name for LV-069
 msgid "Ozolnieku novads"
-msgstr ""
+msgstr "Ozolnieku novads"
 
 #. name for LV-070
 msgid "Pārgaujas novads"
-msgstr ""
+msgstr "Pārgaujas novads"
 
 #. name for LV-071
 msgid "Pāvilostas novads"
-msgstr ""
+msgstr "Pāvilostas novads"
 
 #. name for LV-072
 msgid "Pļaviņu novads"
-msgstr ""
+msgstr "Pļaviņu novads"
 
 #. name for LV-073
 msgid "Preiļu novads"
-msgstr ""
+msgstr "Preiļu novads"
 
 #. name for LV-074
 msgid "Priekules novads"
-msgstr ""
+msgstr "Priekules novads"
 
 #. name for LV-075
 msgid "Priekuļu novads"
-msgstr ""
+msgstr "Priekuļu novads"
 
 #. name for LV-076
 msgid "Raunas novads"
-msgstr ""
+msgstr "Raunas novads"
 
 #. name for LV-077
-#, fuzzy
 msgid "Rēzeknes novads"
-msgstr "Rēzekne"
+msgstr "Rēzeknes novads"
 
 #. name for LV-078
 msgid "Riebiņu novads"
-msgstr ""
+msgstr "Riebiņu novads"
 
 #. name for LV-079
 msgid "Rojas novads"
-msgstr ""
+msgstr "Rojas novads"
 
 #. name for LV-080
 msgid "Ropažu novads"
-msgstr ""
+msgstr "Ropažu novads"
 
 #. name for LV-081
 msgid "Rucavas novads"
-msgstr ""
+msgstr "Rucavas novads"
 
 #. name for LV-082
 msgid "Rugāju novads"
-msgstr ""
+msgstr "Rugāju novads"
 
 #. name for LV-083
 msgid "Rundāles novads"
-msgstr ""
+msgstr "Rundāles novads"
 
 #. name for LV-084
 msgid "Rūjienas novads"
-msgstr ""
+msgstr "Rūjienas novads"
 
 #. name for LV-085
-#, fuzzy
 msgid "Salas novads"
-msgstr "Salavan"
+msgstr "Salas novads"
 
 #. name for LV-086
 msgid "Salacgrīvas novads"
-msgstr ""
+msgstr "Salacgrīvas novads"
 
 #. name for LV-087
 msgid "Salaspils novads"
-msgstr ""
+msgstr "Salaspils novads"
 
 #. name for LV-088
 msgid "Saldus novads"
-msgstr ""
+msgstr "Saldus novads"
 
 #. name for LV-089
 msgid "Saulkrastu novads"
-msgstr ""
+msgstr "Saulkrastu novads"
 
 #. name for LV-090
 msgid "Sējas novads"
-msgstr ""
+msgstr "Sējas novads"
 
 #. name for LV-091
 msgid "Siguldas novads"
-msgstr ""
+msgstr "Siguldas novads"
 
 #. name for LV-092
 msgid "Skrīveru novads"
-msgstr ""
+msgstr "Skrīveru novads"
 
 #. name for LV-093
 msgid "Skrundas novads"
-msgstr ""
+msgstr "Skrundas novads"
 
 #. name for LV-094
 msgid "Smiltenes novads"
-msgstr ""
+msgstr "Smiltenes novads"
 
 #. name for LV-095
 msgid "Stopiņu novads"
-msgstr ""
+msgstr "Stopiņu novads"
 
 #. name for LV-096
 msgid "Strenču novads"
-msgstr ""
+msgstr "Strenču novads"
 
 #. name for LV-097
 msgid "Talsu novads"
-msgstr ""
+msgstr "Talsu novads"
 
 #. name for LV-098
 msgid "Tērvetes novads"
-msgstr ""
+msgstr "Tērvetes novads"
 
 #. name for LV-099
 msgid "Tukuma novads"
-msgstr ""
+msgstr "Tukuma novads"
 
 #. name for LV-100
 msgid "Vaiņodes novads"
-msgstr ""
+msgstr "Vaiņodes novads"
 
 #. name for LV-101
 msgid "Valkas novads"
-msgstr ""
+msgstr "Valkas novads"
 
 #. name for LV-102
 msgid "Varakļānu novads"
-msgstr ""
+msgstr "Varakļānu novads"
 
 #. name for LV-103
 msgid "Vārkavas novads"
-msgstr ""
+msgstr "Vārkavas novads"
 
 #. name for LV-104
 msgid "Vecpiebalgas novads"
-msgstr ""
+msgstr "Vecpiebalgas novads"
 
 #. name for LV-105
 msgid "Vecumnieku novads"
-msgstr ""
+msgstr "Vecumnieku novads"
 
 #. name for LV-106
-#, fuzzy
 msgid "Ventspils novads"
-msgstr "Ventspils"
+msgstr "Ventspils novads"
 
 #. name for LV-107
 msgid "Viesītes novads"
-msgstr ""
+msgstr "Viesītes novads"
 
 #. name for LV-108
 msgid "Viļakas novads"
-msgstr ""
+msgstr "Viļakas novads"
 
 #. name for LV-109
 msgid "Viļānu novads"
-msgstr ""
+msgstr "Viļānu novads"
 
 #. name for LV-110
 msgid "Zilupes novads"
-msgstr ""
+msgstr "Zilupes novads"
 
 #. name for LV-DGV
 msgid "Daugavpils"
@@ -10214,9 +10092,8 @@ msgid "Jelgava"
 msgstr "Jelgava"
 
 #. name for LV-JKB
-#, fuzzy
 msgid "Jēkabpils"
-msgstr "Jēkabpils Apriņķis"
+msgstr "Jēkabpils"
 
 #. name for LV-JUR
 msgid "Jūrmala"
@@ -10236,7 +10113,7 @@ msgstr "Rīga"
 
 #. name for LV-VMR
 msgid "Valmiera"
-msgstr ""
+msgstr "Valmiera"
 
 #. name for LV-VEN
 msgid "Ventspils"
@@ -10652,79 +10529,71 @@ msgstr "Tétouan"
 
 #. name for MC-CO
 msgid "La Condamine"
-msgstr ""
+msgstr "La Condamine"
 
 #. name for MC-FO
-#, fuzzy
 msgid "Fontvieille"
-msgstr "Brazzaville"
+msgstr "Fontvieille"
 
 #. name for MC-JE
-#, fuzzy
 msgid "Jardin Exotique"
-msgstr "Martinique"
+msgstr "Jardin Exotique"
 
 #. name for MC-CL
-#, fuzzy
 msgid "La Colle"
-msgstr "Collines"
+msgstr "La Colle"
 
 #. name for MC-GA
-#, fuzzy
 msgid "La Gare"
-msgstr "La Guajira"
+msgstr "La Gare"
 
 #. name for MC-SO
 msgid "La Source"
-msgstr ""
+msgstr "La Source"
 
 #. name for MC-LA
 msgid "Larvotto"
-msgstr ""
+msgstr "Larvotto"
 
 #. name for MC-MA
 msgid "Malbousquet"
-msgstr ""
+msgstr "Malbousquet"
 
 #. name for MC-MO
 msgid "Monaco-Ville"
-msgstr ""
+msgstr "Monaco-Ville"
 
 #. name for MC-MG
 msgid "Moneghetti"
-msgstr ""
+msgstr "Moneghetti"
 
 #. name for MC-MC
-#, fuzzy
 msgid "Monte-Carlo"
-msgstr "Montegiardino"
+msgstr "Monte-Carlo"
 
 #. name for MC-MU
 msgid "Moulins"
-msgstr ""
+msgstr "Moulins"
 
 #. name for MC-PH
-#, fuzzy
 msgid "Port-Hercule"
-msgstr "Portalegre"
+msgstr "Port-Hercule"
 
 #. name for MC-SR
-#, fuzzy
 msgid "Saint-Roman"
-msgstr "Saint-Martin"
+msgstr "Saint-Roman"
 
 #. name for MC-SD
-#, fuzzy
 msgid "Sainte-Dévote"
-msgstr "Saint Peter"
+msgstr "Sainte-Dévote"
 
 #. name for MC-SP
 msgid "Spélugues"
-msgstr ""
+msgstr "Spélugues"
 
 #. name for MC-VR
 msgid "Vallon de la Rousse"
-msgstr ""
+msgstr "Vallon de la Rousse"
 
 #. name for MD-GA
 msgid "Găgăuzia, Unitatea teritorială autonomă"
@@ -11987,34 +11856,28 @@ msgid "Male"
 msgstr "Male"
 
 #. name for MV-US
-#, fuzzy
 msgid "Upper South"
-msgstr "Upper East"
+msgstr "Selatan Hulu"
 
 #. name for MV-UN
-#, fuzzy
 msgid "Upper North"
-msgstr "Utara Jauh"
+msgstr "Utara Hulu"
 
 #. name for MV-SC
-#, fuzzy
 msgid "South Central"
-msgstr "Australia Selatan"
+msgstr "Tengah Selatan"
 
 #. name for MV-NC
-#, fuzzy
 msgid "North Central"
-msgstr "North Eleuthera"
+msgstr "Tengah Utara"
 
 #. name for MV-02
-#, fuzzy
 msgid "Alifu Alifu"
-msgstr "Gaafu Aliff"
+msgstr "Alifu Alifu"
 
 #. name for MV-00
-#, fuzzy
 msgid "Alifu Dhaalu"
-msgstr "Gaafu Daalu"
+msgstr "Alifu Dhaalu"
 
 #. name for MV-20
 msgid "Baa"
@@ -12029,23 +11892,20 @@ msgid "Faafu"
 msgstr "Faafu"
 
 #. name for MV-27
-#, fuzzy
 msgid "Gaafu Alifu"
-msgstr "Gaafu Aliff"
+msgstr "Gaafu Alifu"
 
 #. name for MV-28
-#, fuzzy
 msgid "Gaafu Dhaalu"
-msgstr "Gaafu Daalu"
+msgstr "Gaafu Dhaalu"
 
 #. name for MV-29
 msgid "Gnaviyani"
 msgstr "Gnaviyani"
 
 #. name for MV-07
-#, fuzzy
 msgid "Haa Alifu"
-msgstr "Haa Alif"
+msgstr "Haa Alifu"
 
 #. name for MV-23
 msgid "Haa Dhaalu"
@@ -12781,16 +12641,15 @@ msgstr "Zuid-Holland"
 
 #. name for NL-AW
 msgid "Aruba"
-msgstr ""
+msgstr "Aruba"
 
 #. name for NL-CW
 msgid "Curaçao"
-msgstr ""
+msgstr "Curaçao"
 
 #. name for NL-SX
-#, fuzzy
 msgid "Sint Maarten"
-msgstr "Saint Mary"
+msgstr "Sint Maarten"
 
 #. name for NO-02
 msgid "Akershus"
@@ -12870,11 +12729,11 @@ msgstr "Østfold"
 
 #. name for NO-22
 msgid "Jan Mayen (Arctic Region)"
-msgstr ""
+msgstr "Jan Mayen (Arctic Region)"
 
 #. name for NO-21
 msgid "Svalbard (Arctic Region)"
-msgstr ""
+msgstr "Svalbard (Arctic Region)"
 
 #. name for NP-1
 msgid "Madhyamanchal"
@@ -13321,9 +13180,8 @@ msgid "West New Britain"
 msgstr "West New Britain"
 
 #. name for PG-NSB
-#, fuzzy
 msgid "Bougainville"
-msgstr "Brazzaville"
+msgstr "Bougainville"
 
 #. name for PH-14
 msgid "Autonomous Region in Muslim Mindanao (ARMM)"
@@ -13723,7 +13581,7 @@ msgstr "Balochistan"
 
 #. name for PK-KP
 msgid "Khyber Pakhtunkhwa"
-msgstr ""
+msgstr "Khyber Pakhtunkhwa"
 
 #. name for PK-SD
 msgid "Sindh"
@@ -13739,7 +13597,7 @@ msgstr "Azad Kashmir"
 
 #. name for PK-GB
 msgid "Gilgit-Baltistan"
-msgstr ""
+msgstr "Gilgit-Baltistan"
 
 #. name for PL-DS
 msgid "Dolnośląskie"
@@ -13807,67 +13665,63 @@ msgstr "Zachodniopomorskie"
 
 #. name for PS-BTH
 msgid "Bethlehem"
-msgstr ""
+msgstr "Bethlehem"
 
 #. name for PS-DEB
-#, fuzzy
 msgid "Deir El Balah"
-msgstr "El Bayadh"
+msgstr "Deir El Balah"
 
 #. name for PS-HBN
 msgid "Hebron"
-msgstr ""
+msgstr "Hebron"
 
 #. name for PS-JEN
-#, fuzzy
 msgid "Jenin"
-msgstr "Medenine"
+msgstr "Jenin"
 
 #. name for PS-JRH
 msgid "Jericho - Al Aghwar"
-msgstr ""
+msgstr "Jericho - Al Aghwar"
 
 #. name for PS-JEM
 msgid "Jerusalem"
-msgstr ""
+msgstr "Jerusalem"
 
 #. name for PS-KYS
 msgid "Khan Yunis"
-msgstr ""
+msgstr "Khan Yunis"
 
 #. name for PS-NBS
 msgid "Nablus"
-msgstr ""
+msgstr "Nablus"
 
 #. name for PS-NGZ
-#, fuzzy
 msgid "North Gaza"
-msgstr "North Dakota"
+msgstr "Gaza Utara"
 
 #. name for PS-QQA
 msgid "Qalqilya"
-msgstr ""
+msgstr "Qalqilya"
 
 #. name for PS-RFH
 msgid "Rafah"
-msgstr ""
+msgstr "Rafah"
 
 #. name for PS-RBH
 msgid "Ramallah"
-msgstr ""
+msgstr "Ramallah"
 
 #. name for PS-SLT
-#, fuzzy
 msgid "Salfit"
-msgstr "Salford"
+msgstr "Salfit"
 
 #. name for PS-TBS
 msgid "Tubas"
-msgstr ""
+msgstr "Tubas"
 
 #. name for PS-TKM
 msgid "Tulkarm"
-msgstr ""
+msgstr "Tulkarm"
 
 #. name for PT-01
 msgid "Aveiro"
@@ -14083,7 +13937,7 @@ msgstr "Ad Dawhah"
 
 #. name for QA-KH
 msgid "Al Khawr wa adh Dhakhīrah"
-msgstr ""
+msgstr "Al Khawr wa adh Dhakhīrah"
 
 #. name for QA-WA
 msgid "Al Wakrah"
@@ -14094,14 +13948,12 @@ msgid "Ar Rayyan"
 msgstr "Ar Rayyan"
 
 #. name for QA-MS
-#, fuzzy
 msgid "Ash Shamal"
-msgstr "Ash Shamālīyah"
+msgstr "Ash Shamal"
 
 #. name for QA-ZA
-#, fuzzy
 msgid "Az̧ Z̧a‘āyin"
-msgstr "Az̧ Z̧āhirah"
+msgstr "Az̧ Z̧a‘āyin"
 
 #. name for QA-US
 msgid "Umm Salal"
@@ -14968,18 +14820,16 @@ msgid "Shamāl Kurdufān"
 msgstr "Shamāl Kurdufān"
 
 #. name for SD-DE
-#, fuzzy
 msgid "Sharq Dārfūr"
-msgstr "Gharb Dārfūr"
+msgstr "Sharq Dārfūr"
 
 #. name for SD-SI
 msgid "Sinnār"
 msgstr "Sinnār"
 
 #. name for SD-DC
-#, fuzzy
 msgid "Zalingei"
-msgstr "Ealing"
+msgstr "Zalingei"
 
 #. name for SE-K
 msgid "Blekinge län"
@@ -15087,16 +14937,15 @@ msgstr "South West"
 
 #. name for SG-AC
 msgid "Ascension"
-msgstr ""
+msgstr "Ascension"
 
 #. name for SG-HL
-#, fuzzy
 msgid "Saint Helena"
-msgstr "Santa Elena"
+msgstr "Santa Helena"
 
 #. name for SG-TA
 msgid "Tristan da Cunha"
-msgstr ""
+msgstr "Tristan da Cunha"
 
 #. name for SI-001
 msgid "Ajdovščina"
@@ -16179,50 +16028,44 @@ msgid "Wanica"
 msgstr "Wanica"
 
 #. name for SD-EC
-#, fuzzy
 msgid "Central Equatoria"
-msgstr "Central Eleuthera"
+msgstr "Equatoria Tengah"
 
 #. name for SD-EE8
-#, fuzzy
 msgid "Eastern Equatoria"
-msgstr "Eastern Samar"
+msgstr "Equatoria Timur"
 
 #. name for SD-JG
 msgid "Jonglei"
-msgstr ""
+msgstr "Jonglei"
 
 #. name for SD-LK
 msgid "Lakes"
-msgstr ""
+msgstr "Lakes"
 
 #. name for SD-BN
-#, fuzzy
 msgid "Northern Bahr el-Ghazal"
-msgstr "Northern Ireland"
+msgstr "Bahr el-Ghazal Utara"
 
 #. name for SD-UY
 msgid "Unity"
-msgstr ""
+msgstr "Unity"
 
 #. name for SD-NU
-#, fuzzy
 msgid "Upper Nile"
-msgstr "Upper River"
+msgstr "Nil Hulu"
 
 #. name for SD-WR
 msgid "Warrap"
-msgstr ""
+msgstr "Warrap"
 
 #. name for SD-BW
-#, fuzzy
 msgid "Western Bahr el-Ghazal"
-msgstr "West Grand Bahama"
+msgstr "Bahr el-Ghazal Barat"
 
 #. name for SD-EW
-#, fuzzy
 msgid "Western Equatoria"
-msgstr "Australia Barat"
+msgstr "Equatoria Barat"
 
 #. name for ST-P
 msgid "Príncipe"
@@ -16798,7 +16641,7 @@ msgstr "Cova Lima"
 
 #. name for TL-DI
 msgid "Díli"
-msgstr ""
+msgstr "Díli"
 
 #. name for TL-ER
 msgid "Ermera"
@@ -16853,9 +16696,8 @@ msgid "Aşgabat"
 msgstr "Aşgabat"
 
 #. name for TN-12
-#, fuzzy
 msgid "Ariana"
-msgstr "L'Ariana"
+msgstr "Ariana"
 
 #. name for TN-31
 msgid "Béja"
@@ -16978,9 +16820,8 @@ msgid "Adıyaman"
 msgstr "Adıyaman"
 
 #. name for TR-03
-#, fuzzy
 msgid "Afyonkarahisar"
-msgstr "Ankara"
+msgstr "Afyonkarahisar"
 
 #. name for TR-04
 msgid "Ağrı"
@@ -17200,7 +17041,7 @@ msgstr "Mardin"
 
 #. name for TR-33
 msgid "Mersin"
-msgstr ""
+msgstr "Mersin"
 
 #. name for TR-48
 msgid "Muğla"
@@ -18483,9 +18324,8 @@ msgid "An Giang"
 msgstr "An Giang"
 
 #. name for VN-43
-#, fuzzy
 msgid "Bà Rịa-Vũng Tàu"
-msgstr "Bà Rịa - Vũng Tàu"
+msgstr "Bà Rịa-Vũng Tàu"
 
 #. name for VN-54
 msgid "Bắc Giang"
@@ -18720,24 +18560,20 @@ msgid "Cần Thơ"
 msgstr "Cần Thơ"
 
 #. name for VN-DN
-#, fuzzy
 msgid "Đà Nẵng"
-msgstr "Đà Nẵng, thành phố"
+msgstr "Đà Nẵng"
 
 #. name for VN-HN
-#, fuzzy
 msgid "Hà Nội"
-msgstr "Hà Nam"
+msgstr "Hà Nội"
 
 #. name for VN-HP
-#, fuzzy
 msgid "Hải Phòng"
-msgstr "Hải Duong"
+msgstr "Hải Phòng"
 
 #. name for VN-SG
-#, fuzzy
 msgid "Hồ Chí Minh [Sài Gòn]"
-msgstr "Hồ Chí Minh, thành phố [Sài Gòn]"
+msgstr "Hồ Chí Minh [Sài Gòn]"
 
 #. name for VU-MAP
 msgid "Malampa"
diff --git a/iso_3166_2/iso_3166_2.pot b/iso_3166_2/iso_3166_2.pot
index 6960dd0..d24db75 100644
--- a/iso_3166_2/iso_3166_2.pot
+++ b/iso_3166_2/iso_3166_2.pot
@@ -7,10 +7,10 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: iso_3166-2 3.50\n"
+"Project-Id-Version: iso_3166-2 3.38\n"
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
-"POT-Creation-Date: 2014-01-01 20:53+0100\n"
+"POT-Creation-Date: 2012-08-25 16:22+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -14934,15 +14934,15 @@ msgstr ""
 msgid "South West"
 msgstr ""
 
-#. name for SH-AC
+#. name for SG-AC
 msgid "Ascension"
 msgstr ""
 
-#. name for SH-HL
+#. name for SG-HL
 msgid "Saint Helena"
 msgstr ""
 
-#. name for SH-TA
+#. name for SG-TA
 msgid "Tristan da Cunha"
 msgstr ""
 
@@ -16026,43 +16026,43 @@ msgstr ""
 msgid "Wanica"
 msgstr ""
 
-#. name for SS-EC
+#. name for SD-EC
 msgid "Central Equatoria"
 msgstr ""
 
-#. name for SS-EE8
+#. name for SD-EE8
 msgid "Eastern Equatoria"
 msgstr ""
 
-#. name for SS-JG
+#. name for SD-JG
 msgid "Jonglei"
 msgstr ""
 
-#. name for SS-LK
+#. name for SD-LK
 msgid "Lakes"
 msgstr ""
 
-#. name for SS-BN
+#. name for SD-BN
 msgid "Northern Bahr el-Ghazal"
 msgstr ""
 
-#. name for SS-UY
+#. name for SD-UY
 msgid "Unity"
 msgstr ""
 
-#. name for SS-NU
+#. name for SD-NU
 msgid "Upper Nile"
 msgstr ""
 
-#. name for SS-WR
+#. name for SD-WR
 msgid "Warrap"
 msgstr ""
 
-#. name for SS-BW
+#. name for SD-BW
 msgid "Western Bahr el-Ghazal"
 msgstr ""
 
-#. name for SS-EW
+#. name for SD-EW
 msgid "Western Equatoria"
 msgstr ""
 
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index b26e31b..7fcb4ca 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# Makefile.in generated by automake 1.13.3 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -16,23 +15,51 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -49,8 +76,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	$(top_srcdir)/rules.make
+DIST_COMMON = $(top_srcdir)/rules.make $(srcdir)/Makefile.in \
+	$(srcdir)/Makefile.am
 subdir = iso_4217
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -59,6 +86,18 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 mkinstalldirs = $(install_sh) -d
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
 am__can_run_installinfo = \
@@ -95,10 +134,12 @@ am__uninstall_files_from_dir = { \
   }
 am__installdirs = "$(DESTDIR)$(xmldir)"
 DATA = $(noinst_DATA) $(xml_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
@@ -245,11 +286,11 @@ uninstall-xmlDATA:
 	@list='$(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
-TAGS:
+tags TAGS:
+
+ctags CTAGS:
 
-ctags: CTAGS
-CTAGS:
+cscope cscopelist:
 
 
 distdir: $(DISTFILES)
@@ -392,16 +433,16 @@ uninstall-am: uninstall-xmlDATA
 .MAKE: check-am install-am install-data-am install-strip uninstall-am
 
 .PHONY: all all-am check check-am check-local clean clean-generic \
-	distclean distclean-generic distdir dvi dvi-am html html-am \
-	info info-am install install-am 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 installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-	pdf-am ps ps-am uninstall uninstall-am uninstall-hook \
-	uninstall-xmlDATA
+	cscopelist-am ctags-am distclean distclean-generic distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	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 \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
+	uninstall uninstall-am uninstall-hook uninstall-xmlDATA
 
 
 iso_4217.pot: iso_4217.xml
diff --git a/iso_4217/iso_4217.pot b/iso_4217/iso_4217.pot
index 94162a6..5c7b534 100644
--- a/iso_4217/iso_4217.pot
+++ b/iso_4217/iso_4217.pot
@@ -7,10 +7,10 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: iso_4217 3.50\n"
+"Project-Id-Version: iso_4217 3.15\n"
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
-"POT-Creation-Date: 2014-01-01 20:53+0100\n"
+"POT-Creation-Date: 2010-04-05 14:35+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/iso_639/Makefile.in b/iso_639/Makefile.in
index 6955135..c160cd3 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# Makefile.in generated by automake 1.13.3 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -16,23 +15,51 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -49,8 +76,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	$(top_srcdir)/rules.make
+DIST_COMMON = $(top_srcdir)/rules.make $(srcdir)/Makefile.in \
+	$(srcdir)/Makefile.am
 subdir = iso_639
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -59,6 +86,18 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 mkinstalldirs = $(install_sh) -d
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
 am__can_run_installinfo = \
@@ -95,10 +134,12 @@ am__uninstall_files_from_dir = { \
   }
 am__installdirs = "$(DESTDIR)$(xmldir)"
 DATA = $(noinst_DATA) $(xml_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
@@ -245,11 +286,11 @@ uninstall-xmlDATA:
 	@list='$(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
-TAGS:
+tags TAGS:
+
+ctags CTAGS:
 
-ctags: CTAGS
-CTAGS:
+cscope cscopelist:
 
 
 distdir: $(DISTFILES)
@@ -392,16 +433,16 @@ uninstall-am: uninstall-xmlDATA
 .MAKE: check-am install-am install-data-am install-strip uninstall-am
 
 .PHONY: all all-am check check-am check-local clean clean-generic \
-	distclean distclean-generic distdir dvi dvi-am html html-am \
-	info info-am install install-am 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 installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-	pdf-am ps ps-am uninstall uninstall-am uninstall-hook \
-	uninstall-xmlDATA
+	cscopelist-am ctags-am distclean distclean-generic distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	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 \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
+	uninstall uninstall-am uninstall-hook uninstall-xmlDATA
 
 
 iso_639.pot: iso_639.xml
diff --git a/iso_639/cs.po b/iso_639/cs.po
index ff2360c..a71ea47 100644
--- a/iso_639/cs.po
+++ b/iso_639/cs.po
@@ -15,7 +15,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
 "POT-Creation-Date: 2013-01-11 07:25+0100\n"
-"PO-Revision-Date: 2013-02-17 11:10+0100\n"
+"PO-Revision-Date: 2014-01-28 19:51+0100\n"
 "Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
 "Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
 "Language: cs\n"
@@ -131,7 +131,7 @@ msgstr "arapaho"
 
 #. name for art
 msgid "Artificial languages"
-msgstr "umnělé jazyky"
+msgstr "umělé jazyky"
 
 #. name for arw
 msgid "Arawak"
diff --git a/iso_639/id.po b/iso_639/id.po
index 5d10123..39b3e2a 100644
--- a/iso_639/id.po
+++ b/iso_639/id.po
@@ -15,7 +15,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
 "POT-Creation-Date: 2013-01-11 07:25+0100\n"
-"PO-Revision-Date: 2010-04-05 21:24+0700\n"
+"PO-Revision-Date: 2014-01-24 21:14+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
 "Language: id\n"
@@ -225,7 +225,7 @@ msgstr "Bengal"
 
 #. common_name for ben, bn
 msgid "Bangla"
-msgstr ""
+msgstr "Bangla"
 
 #. name for ber
 msgid "Berber languages"
@@ -1953,7 +1953,7 @@ msgstr "Zenaga"
 
 #. name for zgh
 msgid "Standard Moroccan Tamazight"
-msgstr ""
+msgstr "Moroccan Tamazight Standar"
 
 #. name for zha, za
 msgid "Zhuang; Chuang"
diff --git a/iso_639_3/Makefile.in b/iso_639_3/Makefile.in
index 83f640a..131131c 100644
--- a/iso_639_3/Makefile.in
+++ b/iso_639_3/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# Makefile.in generated by automake 1.13.3 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -16,23 +15,51 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -49,8 +76,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	$(top_srcdir)/rules.make
+DIST_COMMON = $(top_srcdir)/rules.make $(srcdir)/Makefile.in \
+	$(srcdir)/Makefile.am
 subdir = iso_639_3
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -59,6 +86,18 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 mkinstalldirs = $(install_sh) -d
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
 am__can_run_installinfo = \
@@ -95,10 +134,12 @@ am__uninstall_files_from_dir = { \
   }
 am__installdirs = "$(DESTDIR)$(xmldir)"
 DATA = $(noinst_DATA) $(xml_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
@@ -245,11 +286,11 @@ uninstall-xmlDATA:
 	@list='$(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
-TAGS:
+tags TAGS:
+
+ctags CTAGS:
 
-ctags: CTAGS
-CTAGS:
+cscope cscopelist:
 
 
 distdir: $(DISTFILES)
@@ -392,16 +433,16 @@ uninstall-am: uninstall-xmlDATA
 .MAKE: check-am install-am install-data-am install-strip uninstall-am
 
 .PHONY: all all-am check check-am check-local clean clean-generic \
-	distclean distclean-generic distdir dvi dvi-am html html-am \
-	info info-am install install-am 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 installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-	pdf-am ps ps-am uninstall uninstall-am uninstall-hook \
-	uninstall-xmlDATA
+	cscopelist-am ctags-am distclean distclean-generic distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	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 \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
+	uninstall uninstall-am uninstall-hook uninstall-xmlDATA
 
 
 iso_639_3.pot: iso_639_3.xml
diff --git a/iso_639_3/el.po b/iso_639_3/el.po
index 0622428..17fd2b5 100644
--- a/iso_639_3/el.po
+++ b/iso_639_3/el.po
@@ -1,5 +1,5 @@
 # Greek translation of ISO 639-3 (language names)
-# Copyright (C) 2001 - 2008 Free Software Foundation, Inc.
+# Copyright (C) 2001 - 2014 Free Software Foundation, Inc.
 # This file is distributed under the same license as the iso-codes package.
 #
 # Simos Xenitellis <simos at hellug.gr>, 2001.
@@ -7,6 +7,7 @@
 # Konstantinos Margaritis <markos at debian.org>, 2004.
 # Athanasios Lefteris <alefteris at gmail.com>, 2008.
 # Savvas Radevic <vicedar at gmail.com>, 2012.
+# Vangelis Skarmoutsos <skarmoutsosv at gmail.com>, 2014.
 #
 msgid ""
 msgstr ""
@@ -14,13 +15,15 @@ msgstr ""
 "Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
 "debian.org>\n"
 "POT-Creation-Date: 2013-06-13 15:21+0200\n"
-"PO-Revision-Date: 2012-09-02 01:12+0100\n"
-"Last-Translator: Savvas Radevic <vicedar at gmail.com>\n"
+"PO-Revision-Date: 2014-01-20 22:15+0200\n"
+"Last-Translator: Vangelis Skarmoutsos <skarmoutsosv at gmail.com>\n"
 "Language-Team: Greek <team at lists.gnome.gr>\n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Gtranslator 2.91.6\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. name for aaa, reference_name for aaa
 msgid "Ghotuo"
@@ -6558,13 +6561,12 @@ msgstr ""
 
 #
 #. name for crh, inverted_name for crh
-#, fuzzy
 msgid "Tatar, Crimean"
-msgstr "Τουρκικά, Κριμαίας"
+msgstr "Ταταρικά, Κριμαίας"
 
 #. reference_name for crh
 msgid "Crimean Tatar"
-msgstr ""
+msgstr "Κριμαίας Ταταρικά"
 
 #. name for cri, reference_name for cri
 msgid "Sãotomense"
@@ -7156,9 +7158,8 @@ msgid "Maria, Dandami"
 msgstr ""
 
 #. reference_name for daq
-#, fuzzy
 msgid "Dandami Maria"
-msgstr "Μανταρι"
+msgstr ""
 
 #. name for dar, reference_name for dar
 msgid "Dargwa"
@@ -7647,7 +7648,7 @@ msgstr ""
 
 #. name for diq, reference_name for diq
 msgid "Dimli (individual language)"
-msgstr "Νοηματική γλώσσα Dimli (προσωπική)"
+msgstr "Ντιμλι (αυτόνομη γλώσσα)"
 
 #. name for dir, reference_name for dir
 msgid "Dirim"
@@ -25257,7 +25258,7 @@ msgstr ""
 
 #. name for pnt, reference_name for pnt
 msgid "Pontic"
-msgstr ""
+msgstr "Ποντιακά"
 
 #. name for pnu, inverted_name for pnu
 msgid "Bunu, Jiongnai"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/pkg-iso-codes.git



More information about the Pkg-isocodes-devel mailing list