From 629f9d33e6a6008209150465bd77d1d3141e768b Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 16 Dec 2021 09:57:45 +0900 Subject: [PATCH] Imported Upstream version 3.65 --- ChangeLog | 12 ++ configure | 20 +-- configure.ac | 2 +- install-sh | 366 +++++++++++++++++++++++-------------------------- iso_3166/bg.po | 9 +- iso_4217/el.po | 48 +++---- missing | 2 +- 7 files changed, 216 insertions(+), 243 deletions(-) diff --git a/ChangeLog b/ChangeLog index 196af09..b99f384 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +iso-codes 3.65 +-------------- +Dr. Tobias Quathamer +Tue, 2 Feb 2016 + + [ ISO 3166 translations ] + * Bulgarian by Damyan Ivanov (TP) + + [ ISO 4217 translations ] + * Greek by Vangelis Skarmoutsos (TP) + + iso-codes 3.64 -------------- Dr. Tobias Quathamer diff --git a/configure b/configure index 2eb8db0..9e90970 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.64. +# Generated by GNU Autoconf 2.69 for iso-codes 3.65. # # # 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.64' -PACKAGE_STRING='iso-codes 3.64' +PACKAGE_VERSION='3.65' +PACKAGE_STRING='iso-codes 3.65' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1207,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.64 to adapt to many kinds of systems. +\`configure' configures iso-codes 3.65 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1273,7 +1273,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of iso-codes 3.64:";; + short | recursive ) echo "Configuration of iso-codes 3.65:";; esac cat <<\_ACEOF @@ -1350,7 +1350,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -iso-codes configure 3.64 +iso-codes configure 3.65 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1367,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.64, which was +It was created by iso-codes $as_me 3.65, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2231,7 +2231,7 @@ fi # Define the identity of the package. PACKAGE='iso-codes' - VERSION='3.64' + VERSION='3.65' cat >>confdefs.h <<_ACEOF @@ -3117,7 +3117,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.64, which was +This file was extended by iso-codes $as_me 3.65, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3170,7 +3170,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.64 +iso-codes config.status 3.65 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 1566dc2..537dfbf 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.64]) +AC_INIT([iso-codes],[3.65]) AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign]) AM_MAINTAINER_MODE diff --git a/install-sh b/install-sh index 377bb86..0b0fdcb 100755 --- a/install-sh +++ b/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ scriptversion=2011-11-20.07; # UTC # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dir_arg= dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ while test $# -ne 0; do -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -207,6 +203,15 @@ if test $# -eq 0; then exit 0 fi +if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 @@ -223,16 +228,16 @@ if test -z "$dir_arg"; then *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ do # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ do if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ do # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue - - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ do # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ do # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && - - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff --git a/iso_3166/bg.po b/iso_3166/bg.po index 7f9f0dd..cb613d5 100644 --- a/iso_3166/bg.po +++ b/iso_3166/bg.po @@ -6,25 +6,24 @@ # Georgi Georgiev , 2001, 2004. # Alastair McKinstry , 2001. # Ognyan Kulev , 2004. -# Damyan Ivanov , 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014. +# Damyan Ivanov , 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2016. # Copyright (C) # (translations from drakfw) # - further translations from ICU-3.9 -# msgid "" msgstr "" "Project-Id-Version: iso_3166\n" "Report-Msgid-Bugs-To: Debian iso-codes team \n" "POT-Creation-Date: 2015-06-10 16:49+0200\n" -"PO-Revision-Date: 2014-04-16 08:00+0000\n" +"PO-Revision-Date: 2016-01-03 17:54+0200\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" "Language: bg\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" +"X-Generator: Gtranslator 2.91.7\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #. name for AFG @@ -1497,7 +1496,7 @@ msgstr "Обединена република Танзания" #. common_name for TZA msgid "Tanzania" -msgstr "" +msgstr "Танзания" #. name for THA msgid "Thailand" diff --git a/iso_4217/el.po b/iso_4217/el.po index f3c5933..72e1400 100644 --- a/iso_4217/el.po +++ b/iso_4217/el.po @@ -5,7 +5,7 @@ # Spiros Papadimitriou , 2000. # Alastair McKinstry , 2002. # Konstantinos Margaritis , 2004. -# Vangelis Skarmoutsos , 2015. +# Vangelis Skarmoutsos , 2015, 2016. # msgid "" msgstr "" @@ -13,14 +13,14 @@ msgstr "" "Report-Msgid-Bugs-To: Debian iso-codes team \n" "POT-Creation-Date: 2015-07-15 12:01+0200\n" -"PO-Revision-Date: 2015-04-01 13:14+0300\n" +"PO-Revision-Date: 2016-01-25 23:27+0200\n" "Last-Translator: Vangelis Skarmoutsos \n" "Language-Team: Greek \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" +"X-Generator: Gtranslator 2.91.7\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. currency_name for AED @@ -40,7 +40,6 @@ msgid "Armenian Dram" msgstr "ντραμ Αρμενίας" #. currency_name for ANG -#, fuzzy msgid "Netherlands Antillian Guilder" msgstr "γκίλντερ Ολλανδικών Αντίλλων" @@ -54,10 +53,9 @@ msgstr "πέσο Αργεντινής" #. currency_name for AUD msgid "Australian Dollar" -msgstr "δολλάριο Αυστραλίας" +msgstr "δολάριο Αυστραλίας" #. currency_name for AWG -#, fuzzy msgid "Aruban Guilder" msgstr "γκίλντερ Αρούμπας" @@ -91,14 +89,13 @@ msgstr "φράγκο Μπουρούντι" #. currency_name for BMD msgid "Bermudian Dollar" -msgstr "δολλάριο Βερμούδων" +msgstr "δολάριο Βερμούδων" #. currency_name for BND msgid "Brunei Dollar" -msgstr "δολλάριο Μπρουνέι" +msgstr "δολάριο Μπρουνέι" #. currency_name for BOB -#, fuzzy msgid "Boliviano" msgstr "μπολιβιάνο" @@ -140,7 +137,6 @@ msgstr "φράγκο Κονγκό" # Λογιστικό νόμισμα της τράπεζας WIR στην Ελβετία. #. currency_name for CHE -#, fuzzy msgid "WIR Euro" msgstr "ευρώ WIR" @@ -150,13 +146,11 @@ msgstr "φράγκο Ελβετίας" # Λογιστικό νόμισμα της τράπεζας WIR στην Ελβετία. #. currency_name for CHW -#, fuzzy msgid "WIR Franc" msgstr "φράγκο WIR" # Λογιστική μονάδα Χιλής (UF) #. currency_name for CLF -#, fuzzy msgid "Unidades de fomento" msgstr "γιουνιντάντ ντε φομέντο" @@ -175,8 +169,9 @@ msgstr "πέσο Κολομβίας" # https://en.wikipedia.org/wiki/Unidade_real_de_valor #. currency_name for COU +#, fuzzy msgid "Unidad de Valor Real" -msgstr "" +msgstr "γιουνιντάντ ντε βαλόρ ρεάλ" #. currency_name for CRC msgid "Costa Rican Colon" @@ -188,7 +183,6 @@ msgstr "πέσο Κούβας" # Το Verde σημαίνει πράσινο σε πολλές γλώσσες όπως πορτογαλικά, ισπανικά, ιταλικά, ολανδικά κ.α. Η αγγλική βικιπαίδεια έχει διατηρήσει την λέξη verde και δεν χρησιμοποιεί την αντίστοιχη αγγλική green. Οπότε είναι προτιμότερη η μετάφραση "εσκούδο Κάπο Βέρντε" από το "εσκούδο Πράσινου Ακρωτηρίου" #. currency_name for CVE -#, fuzzy msgid "Cape Verde Escudo" msgstr "εσκούδο Κάπο Βέρντε" @@ -209,7 +203,6 @@ msgid "Danish Krone" msgstr "κορόνα Δανίας" #. currency_name for DOP -#, fuzzy msgid "Dominican Peso" msgstr "πέσο Δομηνίκου" @@ -265,9 +258,8 @@ msgid "Gibraltar Pound" msgstr "λίρα Γιβραλτάρ" #. currency_name for GMD -#, fuzzy msgid "Dalasi" -msgstr "νταλάσι Γκάμπιας" +msgstr "νταλάσι" #. currency_name for GNF msgid "Guinea Franc" @@ -357,7 +349,6 @@ msgid "Riel" msgstr "ριέλ" #. currency_name for KMF -#, fuzzy msgid "Comoro Franc" msgstr "φράγκο Κόμορο" @@ -547,7 +538,7 @@ msgstr "δηνάριο Σερβίας" #. currency_name for RUB msgid "Russian Ruble" -msgstr "ρούβλι Ρωσσίας" +msgstr "ρούβλι Ρωσίας" #. currency_name for RWF msgid "Rwanda Franc" @@ -666,8 +657,9 @@ msgid "US Dollar (Same day)" msgstr "δολάριο ΗΠΑ (ίδια μέρα)" #. currency_name for UYI +#, fuzzy msgid "Uruguay Peso en Unidades Indexadas" -msgstr "" +msgstr "πέσο en Unidades Indexadas Ουρουγουάης" #. currency_name for UYU msgid "Peso Uruguayo" @@ -726,8 +718,9 @@ msgid "East Caribbean Dollar" msgstr "δολάριο Ανατολικής Καραϊβικής" #. currency_name for XDR +#, fuzzy msgid "Special Drawing Rights" -msgstr "" +msgstr "Ειδικά δικαιώματα drawing" #. currency_name for XFO msgid "Gold-Franc" @@ -751,7 +744,7 @@ msgstr "φράγκο CFP" #. currency_name for XPT msgid "Platinum" -msgstr "Λευκόχρυσος" +msgstr "λευκόχρυσος" #. currency_name for XTS msgid "Code for testing purposes" @@ -791,7 +784,7 @@ msgstr "παλιό λεκ Αλβανίας" #. historic currency_name for AOK (withdrawn 1991-03) msgid "Angolan Kwanza" -msgstr "" +msgstr "κουάτσα Ανγκόλας" #. historic currency_name for AON (withdrawn 2000-02) msgid "Angolan New Kwanza" @@ -947,7 +940,6 @@ msgid "Guinea Escudo" msgstr "εσκούδο Γουινέας" #. historic currency_name for GWP (withdrawn 1997-04) -#, fuzzy msgid "Guinea-Bissau Peso" msgstr "πέσο Γουϊνέας-Μπισάο" @@ -980,7 +972,6 @@ msgid "Lao kip" msgstr "κιπ Λάος" #. historic currency_name for LSM (withdrawn 1985-05) -#, fuzzy msgid "Lesotho Maloti" msgstr "μαλότι Λεσότο" @@ -993,7 +984,6 @@ msgid "Luxembourg Convertible Franc" msgstr "φράγκο convertible Λουξεμβούργου" #. historic currency_name for LUF (withdrawn 2002-03) -#, fuzzy msgid "Luxembourg Franc" msgstr "φράγκο Λουξεμβούργου" @@ -1010,7 +1000,6 @@ msgid "Mali Franc" msgstr "φράγκο Μάλι" #. historic currency_name for MGF (withdrawn unknown) -#, fuzzy msgid "Malagasy Franc" msgstr "φράγκο Μαλαγκάσυ" @@ -1099,7 +1088,6 @@ msgid "Turkish Lira" msgstr "λίρα Τουρκίας" #. historic currency_name for UAK (withdrawn 1996-09) -#, fuzzy msgid "Ukrainian Karbovanet" msgstr "καρμποβάνετ Ουκρανίας" @@ -1120,7 +1108,6 @@ msgid "Uruguayan Peso" msgstr "πέσο Ουρουγουάης" #. historic currency_name for VEB (withdrawn 2008-01-01) -#, fuzzy msgid "Venezuela Bolívar" msgstr "μπολίβαρ Βενεζουέλας" @@ -1134,8 +1121,9 @@ msgid "European Currency Unit ECU" msgstr "Ευρωπαϊκή Λογιστική Μονάδα ΕΛΜ" #. historic currency_name for XRE (withdrawn 1999-11) +#, fuzzy msgid "RINET Funds Code" -msgstr "" +msgstr "Κωδικός κεφαλαίων RINET" #. historic currency_name for YDD (withdrawn 1991-09) msgid "Yemeni Dinar" diff --git a/missing b/missing index db98974..f62bbae 100755 --- a/missing +++ b/missing @@ -3,7 +3,7 @@ scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify -- 2.34.1