+2016-06-11 Daiki Ueno <ueno@gnu.org>
+
+ build: Fix unintentional soname bump
+ * gettext-runtime/intl/Makefile.in: Revert LTV_CURRENT and increment
+ LTV_REVISION.
+ * gettext-tools/libgettextpo/Makefile.am: Likewise.
+
2016-06-09 Daiki Ueno <ueno@gnu.org>
Update translations
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2013-12-25.23; # UTC
+scriptversion=2014-09-12.12; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# is incompatible with FreeBSD 'install' when (umask & 300) != 0.
;;
*)
+ # $RANDOM is not portable (e.g. dash); use it when possible to
+ # lower collision chance
tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
- trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
+ trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
+ # As "mkdir -p" follows symlinks and we work in /tmp possibly; so
+ # create the $tmpdir first (and fail if unsuccessful) to make sure
+ # that nobody tries to guess the $tmpdir name.
if (umask $mkdir_umask &&
- exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
+ $mkdirprog $mkdir_mode "$tmpdir" &&
+ exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/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"`
+ test_tmpdir="$tmpdir/a"
+ ls_ld_tmpdir=`ls -ld "$test_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"`
+ $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
+ ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
}
}
then posix_mkdir=:
fi
- rmdir "$tmpdir/d" "$tmpdir"
+ rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
else
# Remove any dirs left behind by ancient mkdir implementations.
- rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
+ rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
fi
trap '' 0;;
esac;;
#!/bin/sh
# Get modification time of a file or directory and pretty-print it.
-scriptversion=2010-08-21.06; # UTC
+scriptversion=2015-04-09.19; # UTC
# Copyright (C) 1995-2014 Free Software Foundation, Inc.
# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
LC_TIME=C
export LC_TIME
+# Use UTC to get reproducible result
+TZ=UTC
+export TZ
+
# GNU ls changes its time format in response to the TIME_STYLE
# variable. Since we cannot assume 'unset' works, revert this
# variable to its documented default.
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gettext 0.19.8.
+# Generated by GNU Autoconf 2.69 for gettext 0.19.8.1.
#
# Report bugs to <bug-gnu-gettext@gnu.org>.
#
# Identity of this package.
PACKAGE_NAME='gettext'
PACKAGE_TARNAME='gettext'
-PACKAGE_VERSION='0.19.8'
-PACKAGE_STRING='gettext 0.19.8'
+PACKAGE_VERSION='0.19.8.1'
+PACKAGE_STRING='gettext 0.19.8.1'
PACKAGE_BUGREPORT='bug-gnu-gettext@gnu.org'
PACKAGE_URL=''
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir
+ libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
# 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 gettext 0.19.8 to adapt to many kinds of systems.
+\`configure' configures gettext 0.19.8.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gettext 0.19.8:";;
+ short | recursive ) echo "Configuration of gettext 0.19.8.1:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gettext configure 0.19.8
+gettext configure 0.19.8.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gettext $as_me 0.19.8, which was
+It was created by gettext $as_me 0.19.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
# Define the identity of the package.
PACKAGE='gettext'
- VERSION='0.19.8'
+ VERSION='0.19.8.1'
cat >>confdefs.h <<_ACEOF
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gettext $as_me 0.19.8, which was
+This file was extended by gettext $as_me 0.19.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gettext config.status 0.19.8
+gettext config.status 0.19.8.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gettext-runtime 0.19.8.
+# Generated by GNU Autoconf 2.69 for gettext-runtime 0.19.8.1.
#
# Report bugs to <bug-gnu-gettext@gnu.org>.
#
# Identity of this package.
PACKAGE_NAME='gettext-runtime'
PACKAGE_TARNAME='gettext-runtime'
-PACKAGE_VERSION='0.19.8'
-PACKAGE_STRING='gettext-runtime 0.19.8'
+PACKAGE_VERSION='0.19.8.1'
+PACKAGE_STRING='gettext-runtime 0.19.8.1'
PACKAGE_BUGREPORT='bug-gnu-gettext@gnu.org'
PACKAGE_URL=''
GNULIB_CHOWN
GNULIB_CHDIR
pkglibexecdir
-runstatedir
lispdir
REPLACE_WCTOMB
REPLACE_UNSETENV
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir
+ libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
# 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 gettext-runtime 0.19.8 to adapt to many kinds of systems.
+\`configure' configures gettext-runtime 0.19.8.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gettext-runtime 0.19.8:";;
+ short | recursive ) echo "Configuration of gettext-runtime 0.19.8.1:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gettext-runtime configure 0.19.8
+gettext-runtime configure 0.19.8.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gettext-runtime $as_me 0.19.8, which was
+It was created by gettext-runtime $as_me 0.19.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
# Define the identity of the package.
PACKAGE='gettext-runtime'
- VERSION='0.19.8'
+ VERSION='0.19.8.1'
cat >>confdefs.h <<_ACEOF
if $JAVAC --version 2>/dev/null | sed -e 1q | grep gcj > /dev/null; then
if $JAVAC --version 2>/dev/null | sed -e 's,^[^0-9]*,,' -e 1q | sed -e '/^4\.[012]/d' | grep '^[4-9]' >/dev/null; then
rm -f conftest.class
- if { echo "$as_me:5461: $JAVAC -d . conftest.java" >&5
+ if { echo "$as_me:5472: $JAVAC -d . conftest.java" >&5
$JAVAC -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:5468: $JAVAC -fsource=$source_version -d . conftest.java" >&5
+ if { echo "$as_me:5479: $JAVAC -fsource=$source_version -d . conftest.java" >&5
$JAVAC -fsource="$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:5473: $JAVAC -d . conftestfail.java" >&5
+ && { echo "$as_me:5484: $JAVAC -d . conftestfail.java" >&5
$JAVAC -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:5477: $JAVAC -fsource=$source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:5488: $JAVAC -fsource=$source_version -d . conftestfail.java" >&5
$JAVAC -fsource="$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="$JAVAC -fsource=$source_version"
else
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:5491: $JAVAC -fsource=$source_version -ftarget=$target_version -d . conftest.java" >&5
+ if { echo "$as_me:5502: $JAVAC -fsource=$source_version -ftarget=$target_version -d . conftest.java" >&5
$JAVAC -fsource="$source_version" -ftarget="$target_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
else
if test "$target_version" = 1.4 && test "$source_version" = 1.4; then
rm -f conftest.class
- if { echo "$as_me:5504: $JAVAC -d . conftest.java" >&5
+ if { echo "$as_me:5515: $JAVAC -d . conftest.java" >&5
$JAVAC -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
if test "$target_version" = 1.4 && test "$source_version" = 1.3; then
javac_works=
rm -f conftest.class
- if { echo "$as_me:5516: $JAVAC -d . conftest.java" >&5
+ if { echo "$as_me:5527: $JAVAC -d . conftest.java" >&5
$JAVAC -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
fi
javac_noassert_works=
rm -f conftest.class
- if { echo "$as_me:5524: $JAVAC -fno-assert -d . conftest.java" >&5
+ if { echo "$as_me:5535: $JAVAC -fno-assert -d . conftest.java" >&5
$JAVAC -fno-assert -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
fi
if test -n "$javac_works" && test -n "$javac_noassert_works"; then
rm -f conftestfail.class
- if { echo "$as_me:5532: $JAVAC -d . conftestfail.java" >&5
+ if { echo "$as_me:5543: $JAVAC -d . conftestfail.java" >&5
$JAVAC -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:5536: $JAVAC -fno-assert -d . conftestfail.java" >&5
+ && ! { echo "$as_me:5547: $JAVAC -fno-assert -d . conftestfail.java" >&5
$JAVAC -fno-assert -d . conftestfail.java >&5 2>&1
}; then
javac_works=
fi
else
rm -f conftest.class
- if { echo "$as_me:5558: $JAVAC -d . conftest.java" >&5
+ if { echo "$as_me:5569: $JAVAC -d . conftest.java" >&5
$JAVAC -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:5565: $JAVAC -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:5576: $JAVAC -source $source_version -d . conftest.java" >&5
$JAVAC -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:5570: $JAVAC -d . conftestfail.java" >&5
+ && { echo "$as_me:5581: $JAVAC -d . conftestfail.java" >&5
$JAVAC -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:5574: $JAVAC -source $source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:5585: $JAVAC -source $source_version -d . conftestfail.java" >&5
$JAVAC -source "$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="$JAVAC -source $source_version"
fi
else
rm -f conftest.class
- if { echo "$as_me:5587: $JAVAC -target $target_version -d . conftest.java" >&5
+ if { echo "$as_me:5598: $JAVAC -target $target_version -d . conftest.java" >&5
$JAVAC -target "$target_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:5594: $JAVAC -target $target_version -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:5605: $JAVAC -target $target_version -source $source_version -d . conftest.java" >&5
$JAVAC -target "$target_version" -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:5599: $JAVAC -target $target_version -d . conftestfail.java" >&5
+ && { echo "$as_me:5610: $JAVAC -target $target_version -d . conftestfail.java" >&5
$JAVAC -target "$target_version" -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:5603: $JAVAC -target $target_version -source $source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:5614: $JAVAC -target $target_version -source $source_version -d . conftestfail.java" >&5
$JAVAC -target "$target_version" -source "$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="$JAVAC -target $target_version -source $source_version"
fi
else
rm -f conftest.class
- if { echo "$as_me:5616: $JAVAC -target $target_version -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:5627: $JAVAC -target $target_version -source $source_version -d . conftest.java" >&5
$JAVAC -target "$target_version" -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
if test -z "$HAVE_JAVACOMP" && test -n "$HAVE_GCJ_IN_PATH"; then
if gcj --version 2>/dev/null | sed -e 's,^[^0-9]*,,' -e 1q | sed -e '/^3\.[01]/d' | grep '^[3-9]' >/dev/null; then
- if { echo "$as_me:5734: gcj -C -d . conftestlib.java" >&5
+ if { echo "$as_me:5745: gcj -C -d . conftestlib.java" >&5
gcj -C -d . conftestlib.java >&5 2>&1
}; then
if gcj --version 2>/dev/null | sed -e 's,^[^0-9]*,,' -e 1q | sed -e '/^4\.[012]/d' | grep '^[4-9]' >/dev/null; then
rm -f conftest.class
- if { echo "$as_me:5739: gcj -C -d . conftest.java" >&5
+ if { echo "$as_me:5750: gcj -C -d . conftest.java" >&5
gcj -C -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:5746: gcj -C -fsource=$source_version -d . conftest.java" >&5
+ if { echo "$as_me:5757: gcj -C -fsource=$source_version -d . conftest.java" >&5
gcj -C -fsource="$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:5751: gcj -C -d . conftestfail.java" >&5
+ && { echo "$as_me:5762: gcj -C -d . conftestfail.java" >&5
gcj -C -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:5755: gcj -C -fsource=$source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:5766: gcj -C -fsource=$source_version -d . conftestfail.java" >&5
gcj -C -fsource="$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="gcj -C -fsource=$source_version"
else
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:5769: gcj -C -fsource=$source_version -ftarget=$target_version -d . conftest.java" >&5
+ if { echo "$as_me:5780: gcj -C -fsource=$source_version -ftarget=$target_version -d . conftest.java" >&5
gcj -C -fsource="$source_version" -ftarget="$target_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
else
if test "$target_version" = 1.4 && test "$source_version" = 1.4; then
rm -f conftest.class
- if { echo "$as_me:5782: gcj -C -d . conftest.java" >&5
+ if { echo "$as_me:5793: gcj -C -d . conftest.java" >&5
gcj -C -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
else
if test "$target_version" = 1.4 && test "$source_version" = 1.3; then
rm -f conftest.class
- if { echo "$as_me:5793: gcj -C -fno-assert -d . conftest.java" >&5
+ if { echo "$as_me:5804: gcj -C -fno-assert -d . conftest.java" >&5
gcj -C -fno-assert -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
HAVE_JAVACOMP=1
else
rm -f conftest.class
- if { echo "$as_me:5802: gcj -C -d . conftest.java" >&5
+ if { echo "$as_me:5813: gcj -C -d . conftest.java" >&5
gcj -C -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
if { javac -version >/dev/null 2>/dev/null || test $? -le 2; } \
&& ( if javac -help 2>&1 >/dev/null | grep at.dms.kjc.Main >/dev/null && javac -help 2>/dev/null | grep 'released.*2000' >/dev/null ; then exit 1; else exit 0; fi ); then
rm -f conftest.class
- if { echo "$as_me:5821: javac -d . conftest.java" >&5
+ if { echo "$as_me:5832: javac -d . conftest.java" >&5
javac -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:5828: javac -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:5839: javac -source $source_version -d . conftest.java" >&5
javac -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:5833: javac -d . conftestfail.java" >&5
+ && { echo "$as_me:5844: javac -d . conftestfail.java" >&5
javac -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:5837: javac -source $source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:5848: javac -source $source_version -d . conftestfail.java" >&5
javac -source "$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="javac -source $source_version"
fi
else
rm -f conftest.class
- if { echo "$as_me:5850: javac -target $target_version -d . conftest.java" >&5
+ if { echo "$as_me:5861: javac -target $target_version -d . conftest.java" >&5
javac -target "$target_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:5857: javac -target $target_version -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:5868: javac -target $target_version -source $source_version -d . conftest.java" >&5
javac -target "$target_version" -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:5862: javac -target $target_version -d . conftestfail.java" >&5
+ && { echo "$as_me:5873: javac -target $target_version -d . conftestfail.java" >&5
javac -target "$target_version" -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:5866: javac -target $target_version -source $source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:5877: javac -target $target_version -source $source_version -d . conftestfail.java" >&5
javac -target "$target_version" -source "$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="javac -target $target_version -source $source_version"
fi
else
rm -f conftest.class
- if { echo "$as_me:5879: javac -target $target_version -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:5890: javac -target $target_version -source $source_version -d . conftest.java" >&5
javac -target "$target_version" -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gettext-runtime $as_me 0.19.8, which was
+This file was extended by gettext-runtime $as_me 0.19.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gettext-runtime config.status 0.19.8
+gettext-runtime config.status 0.19.8.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
+2016-06-11 Daiki Ueno <ueno@gnu.org>
+
+ build: Fix unintentional soname bump
+ * gettext-runtime/intl/Makefile.in: Revert LTV_CURRENT and increment
+ LTV_REVISION.
+ * gettext-tools/libgettextpo/Makefile.am: Likewise.
+
2016-06-09 Daiki Ueno <ueno@gnu.org>
Prepare for 0.19.8
# according to the libtool documentation, section "Library interface versions".
# Maintainers of other packages that include the intl directory must *not*
# change these values.
-LTV_CURRENT=10
-LTV_REVISION=4
+LTV_CURRENT=9
+LTV_REVISION=5
LTV_AGE=1
.SUFFIXES:
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
-This is autosprintf.info, produced by makeinfo version 6.0 from
+This is autosprintf.info, produced by makeinfo version 5.2 from
autosprintf.texi.
Copyright (C) 2002-2003, 2006-2007, 2015-2016 Free Software Foundation,
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir
+ libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
.\" GNU gettext source code and manual
.\" LI18NUX 2000 Globalization Specification
.\"
-.TH BIND_TEXTDOMAIN_CODESET 3 "May 2001" "GNU gettext 0.19.8"
+.TH BIND_TEXTDOMAIN_CODESET 3 "May 2001" "GNU gettext 0.19.8.1"
.SH NAME
bind_textdomain_codeset \- set encoding of message translations
.SH SYNOPSIS
.\" GNU gettext source code and manual
.\" LI18NUX 2000 Globalization Specification
.\"
-.TH BINDTEXTDOMAIN 3 "May 2001" "GNU gettext 0.19.8"
+.TH BINDTEXTDOMAIN 3 "May 2001" "GNU gettext 0.19.8.1"
.SH NAME
bindtextdomain \- set directory containing message catalogs
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH ENVSUBST "1" "June 2016" "GNU gettext-runtime 0.19.8" GNU
+.TH ENVSUBST "1" "June 2016" "GNU gettext-runtime 0.19.8.1" GNU
.SH NAME
envsubst \- substitutes environment variables in shell format strings
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH GETTEXT "1" "June 2016" "GNU gettext-runtime 0.19.8" GNU
+.TH GETTEXT "1" "June 2016" "GNU gettext-runtime 0.19.8.1" GNU
.SH NAME
gettext \- translate message
.SH SYNOPSIS
.\" GNU gettext source code and manual
.\" LI18NUX 2000 Globalization Specification
.\"
-.TH GETTEXT 3 "May 2001" "GNU gettext 0.19.8"
+.TH GETTEXT 3 "May 2001" "GNU gettext 0.19.8.1"
.SH NAME
gettext, dgettext, dcgettext \- translate message
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH NGETTEXT "1" "June 2016" "GNU gettext-runtime 0.19.8" GNU
+.TH NGETTEXT "1" "June 2016" "GNU gettext-runtime 0.19.8.1" GNU
.SH NAME
ngettext \- translate message and choose plural form
.SH SYNOPSIS
.\" GNU gettext source code and manual
.\" LI18NUX 2000 Globalization Specification
.\"
-.TH NGETTEXT 3 "May 2001" "GNU gettext 0.19.8"
+.TH NGETTEXT 3 "May 2001" "GNU gettext 0.19.8.1"
.SH NAME
ngettext, dngettext, dcngettext \- translate message and choose plural form
.SH SYNOPSIS
.\" GNU gettext source code and manual
.\" LI18NUX 2000 Globalization Specification
.\"
-.TH TEXTDOMAIN 3 "May 2001" "GNU gettext 0.19.8"
+.TH TEXTDOMAIN 3 "May 2001" "GNU gettext 0.19.8.1"
.SH NAME
textdomain \- set domain for future gettext() calls
.SH SYNOPSIS
msgstr ""
"Project-Id-Version: gettext 0.11.5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2002-09-04 18:51+0300\n"
"Last-Translator: Ales Nyakhaychyk <i18n@infonet.by>\n"
"Language-Team: Belarusian <i18n@tut.by>\n"
msgstr ""
"Project-Id-Version: GNU gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-23 22:12+0300\n"
"Last-Translator: Roumen Petrov <transl@roumenpetrov.info>\n"
"Language-Team: Bulgarian <dict@ludost.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-24 18:49+0200\n"
"Last-Translator: Ivan Vilata i Balaguer <ivan@selidor.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-26 08:34+0200\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-04-26 01:45+0200\n"
"Last-Translator: Keld Simonsen <keld@keldix.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-25 12:17+0200\n"
"Last-Translator: Philipp Thomas <pth@suse.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: GNU gettext 0.10.34\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 1998-05-17 13:12+0200\n"
"Last-Translator: Simos KSenitellis <simos@teiath.gr>\n"
"Language-Team: Greek <simos@teiath.gr>\n"
#
msgid ""
msgstr ""
-"Project-Id-Version: GNU gettext-runtime 0.19.8\n"
+"Project-Id-Version: GNU gettext-runtime 0.19.8.1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
-"PO-Revision-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
+"PO-Revision-Date: 2016-06-11 22:08+0900\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en@boldquot\n"
#
msgid ""
msgstr ""
-"Project-Id-Version: GNU gettext-runtime 0.19.8\n"
+"Project-Id-Version: GNU gettext-runtime 0.19.8.1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
-"PO-Revision-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
+"PO-Revision-Date: 2016-06-11 22:08+0900\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en@quot\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-02-22 18:47-0300\n"
"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: GNU gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-23 22:53+0200\n"
"Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
msgstr ""
"Project-Id-Version: GNU gettext 0.10.37\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2001-04-30 16:25+0200\n"
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-09-01 18:46+0300\n"
"Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-12-22 23:57+0100\n"
"Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.16.2-pre5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2007-10-14 12:15-0500\n"
"Last-Translator: Kevin Patrick Scannell <kscanne@gmail.com>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GNU gettext-runtime 0.19.8\n"
+"Project-Id-Version: GNU gettext-runtime 0.19.8.1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-09-09 16:05+0100\n"
"Last-Translator: Leandro Regueiro <leandro.regueiro@gmail.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime-0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-03-30 12:23-0700\n"
"Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
msgstr ""
"Project-Id-Version: GNU gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-23 20:33+0200\n"
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.18\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2010-05-24 13:00+0700\n"
"Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-08-05 12:00+0100\n"
"Last-Translator: Marco Colombo <m.colombo@ed.ac.uk>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
msgstr ""
"Project-Id-Version: GNU gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-24 12:18+0900\n"
"Last-Translator: Masahito Yamaga <ma@yama-ga.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: GNU gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-28 05:22+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <translation-team-ko@googlegroups.com>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-12-23 03:17+0100\n"
"Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
msgstr ""
"Project-Id-Version: gettext-runtime-0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-07-01 21:01+0200\n"
"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
msgstr ""
"Project-Id-Version: gettext-runtime-0.16.2-pre5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2008-08-13 18:40+0200\n"
"Last-Translator: Eirik U. Birkeland <eirbir@gmail.com>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
msgstr ""
"Project-Id-Version: GNU gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-07-15 18:54+0200\n"
"Last-Translator: Rafał Maszkowski <rzm@icm.edu.pl>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.16.2-pre5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2007-12-09 18:24+0100\n"
"Last-Translator: Helder Correia <helder.pereira.correia@gmail.com>\n"
"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-09-15 11:27-0300\n"
"Last-Translator: Rafael Ferreira <rffontenelle@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
msgstr ""
"Project-Id-Version: gettext-runtime 0.13-pre1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2003-11-23 09:19+0200\n"
"Last-Translator: Eugen Hoanca <eugenh@urban-grafx.ro>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-26 08:56+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@mx.ru>\n"
msgstr ""
"Project-Id-Version: GNU gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-23 20:24+0200\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
msgstr ""
"Project-Id-Version: GNU gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-28 10:38+0200\n"
"Last-Translator: Primoz PETERLIN <primozz.peterlin@gmail.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-12-23 19:25+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-05-26 22:53+0200\n"
"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-02-15 20:19+0100\n"
"Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-23 20:47+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-30 08:06+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-09-01 10:02中国标准时间\n"
"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.15-pre5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2006-07-05 17:16+0800\n"
"Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
msgstr ""
"Project-Id-Version: gettext-runtime 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-10-08 13:00+0800\n"
"Last-Translator: Wei-Lun Chao <bluebat@member.fsf.org>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gettext-tools 0.19.8.
+# Generated by GNU Autoconf 2.69 for gettext-tools 0.19.8.1.
#
# Report bugs to <bug-gnu-gettext@gnu.org>.
#
# Identity of this package.
PACKAGE_NAME='gettext-tools'
PACKAGE_TARNAME='gettext-tools'
-PACKAGE_VERSION='0.19.8'
-PACKAGE_STRING='gettext-tools 0.19.8'
+PACKAGE_VERSION='0.19.8.1'
+PACKAGE_STRING='gettext-tools 0.19.8.1'
PACKAGE_BUGREPORT='bug-gnu-gettext@gnu.org'
PACKAGE_URL=''
INCLUDE_NEXT_AS_FIRST_DIRECTIVE
INCLUDE_NEXT
pkglibexecdir
-runstatedir
lispdir
REPLACE_FDOPENDIR
REPLACE_DIRFD
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir
+ libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
# 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 gettext-tools 0.19.8 to adapt to many kinds of systems.
+\`configure' configures gettext-tools 0.19.8.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gettext-tools 0.19.8:";;
+ short | recursive ) echo "Configuration of gettext-tools 0.19.8.1:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gettext-tools configure 0.19.8
+gettext-tools configure 0.19.8.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gettext-tools $as_me 0.19.8, which was
+It was created by gettext-tools $as_me 0.19.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
# Define the identity of the package.
PACKAGE='gettext-tools'
- VERSION='0.19.8'
+ VERSION='0.19.8.1'
cat >>confdefs.h <<_ACEOF
> conftestver.class
target_version=`{
unset JAVA_HOME
- echo "$as_me:6592: CLASSPATH=.${CLASSPATH:+$CLASSPATH_SEPARATOR$CLASSPATH} $CONF_JAVA conftestver" >&5
+ echo "$as_me:6603: CLASSPATH=.${CLASSPATH:+$CLASSPATH_SEPARATOR$CLASSPATH} $CONF_JAVA conftestver" >&5
CLASSPATH=.${CLASSPATH:+$CLASSPATH_SEPARATOR$CLASSPATH} $CONF_JAVA conftestver 2>&5
}`
case "$target_version" in
if $JAVAC --version 2>/dev/null | sed -e 1q | grep gcj > /dev/null; then
if $JAVAC --version 2>/dev/null | sed -e 's,^[^0-9]*,,' -e 1q | sed -e '/^4\.[012]/d' | grep '^[4-9]' >/dev/null; then
rm -f conftest.class
- if { echo "$as_me:6660: $JAVAC -d . conftest.java" >&5
+ if { echo "$as_me:6671: $JAVAC -d . conftest.java" >&5
$JAVAC -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:6667: $JAVAC -fsource=$source_version -d . conftest.java" >&5
+ if { echo "$as_me:6678: $JAVAC -fsource=$source_version -d . conftest.java" >&5
$JAVAC -fsource="$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:6672: $JAVAC -d . conftestfail.java" >&5
+ && { echo "$as_me:6683: $JAVAC -d . conftestfail.java" >&5
$JAVAC -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:6676: $JAVAC -fsource=$source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:6687: $JAVAC -fsource=$source_version -d . conftestfail.java" >&5
$JAVAC -fsource="$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="$JAVAC -fsource=$source_version"
else
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:6690: $JAVAC -fsource=$source_version -ftarget=$target_version -d . conftest.java" >&5
+ if { echo "$as_me:6701: $JAVAC -fsource=$source_version -ftarget=$target_version -d . conftest.java" >&5
$JAVAC -fsource="$source_version" -ftarget="$target_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
else
if test "$target_version" = 1.4 && test "$source_version" = 1.4; then
rm -f conftest.class
- if { echo "$as_me:6703: $JAVAC -d . conftest.java" >&5
+ if { echo "$as_me:6714: $JAVAC -d . conftest.java" >&5
$JAVAC -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
if test "$target_version" = 1.4 && test "$source_version" = 1.3; then
javac_works=
rm -f conftest.class
- if { echo "$as_me:6715: $JAVAC -d . conftest.java" >&5
+ if { echo "$as_me:6726: $JAVAC -d . conftest.java" >&5
$JAVAC -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
fi
javac_noassert_works=
rm -f conftest.class
- if { echo "$as_me:6723: $JAVAC -fno-assert -d . conftest.java" >&5
+ if { echo "$as_me:6734: $JAVAC -fno-assert -d . conftest.java" >&5
$JAVAC -fno-assert -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
fi
if test -n "$javac_works" && test -n "$javac_noassert_works"; then
rm -f conftestfail.class
- if { echo "$as_me:6731: $JAVAC -d . conftestfail.java" >&5
+ if { echo "$as_me:6742: $JAVAC -d . conftestfail.java" >&5
$JAVAC -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:6735: $JAVAC -fno-assert -d . conftestfail.java" >&5
+ && ! { echo "$as_me:6746: $JAVAC -fno-assert -d . conftestfail.java" >&5
$JAVAC -fno-assert -d . conftestfail.java >&5 2>&1
}; then
javac_works=
fi
else
rm -f conftest.class
- if { echo "$as_me:6757: $JAVAC -d . conftest.java" >&5
+ if { echo "$as_me:6768: $JAVAC -d . conftest.java" >&5
$JAVAC -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:6764: $JAVAC -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:6775: $JAVAC -source $source_version -d . conftest.java" >&5
$JAVAC -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:6769: $JAVAC -d . conftestfail.java" >&5
+ && { echo "$as_me:6780: $JAVAC -d . conftestfail.java" >&5
$JAVAC -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:6773: $JAVAC -source $source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:6784: $JAVAC -source $source_version -d . conftestfail.java" >&5
$JAVAC -source "$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="$JAVAC -source $source_version"
fi
else
rm -f conftest.class
- if { echo "$as_me:6786: $JAVAC -target $target_version -d . conftest.java" >&5
+ if { echo "$as_me:6797: $JAVAC -target $target_version -d . conftest.java" >&5
$JAVAC -target "$target_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:6793: $JAVAC -target $target_version -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:6804: $JAVAC -target $target_version -source $source_version -d . conftest.java" >&5
$JAVAC -target "$target_version" -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:6798: $JAVAC -target $target_version -d . conftestfail.java" >&5
+ && { echo "$as_me:6809: $JAVAC -target $target_version -d . conftestfail.java" >&5
$JAVAC -target "$target_version" -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:6802: $JAVAC -target $target_version -source $source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:6813: $JAVAC -target $target_version -source $source_version -d . conftestfail.java" >&5
$JAVAC -target "$target_version" -source "$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="$JAVAC -target $target_version -source $source_version"
fi
else
rm -f conftest.class
- if { echo "$as_me:6815: $JAVAC -target $target_version -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:6826: $JAVAC -target $target_version -source $source_version -d . conftest.java" >&5
$JAVAC -target "$target_version" -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
if test -z "$HAVE_JAVACOMP" && test -n "$HAVE_GCJ_IN_PATH"; then
if gcj --version 2>/dev/null | sed -e 's,^[^0-9]*,,' -e 1q | sed -e '/^3\.[01]/d' | grep '^[3-9]' >/dev/null; then
- if { echo "$as_me:6933: gcj -C -d . conftestlib.java" >&5
+ if { echo "$as_me:6944: gcj -C -d . conftestlib.java" >&5
gcj -C -d . conftestlib.java >&5 2>&1
}; then
if gcj --version 2>/dev/null | sed -e 's,^[^0-9]*,,' -e 1q | sed -e '/^4\.[012]/d' | grep '^[4-9]' >/dev/null; then
rm -f conftest.class
- if { echo "$as_me:6938: gcj -C -d . conftest.java" >&5
+ if { echo "$as_me:6949: gcj -C -d . conftest.java" >&5
gcj -C -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:6945: gcj -C -fsource=$source_version -d . conftest.java" >&5
+ if { echo "$as_me:6956: gcj -C -fsource=$source_version -d . conftest.java" >&5
gcj -C -fsource="$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:6950: gcj -C -d . conftestfail.java" >&5
+ && { echo "$as_me:6961: gcj -C -d . conftestfail.java" >&5
gcj -C -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:6954: gcj -C -fsource=$source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:6965: gcj -C -fsource=$source_version -d . conftestfail.java" >&5
gcj -C -fsource="$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="gcj -C -fsource=$source_version"
else
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:6968: gcj -C -fsource=$source_version -ftarget=$target_version -d . conftest.java" >&5
+ if { echo "$as_me:6979: gcj -C -fsource=$source_version -ftarget=$target_version -d . conftest.java" >&5
gcj -C -fsource="$source_version" -ftarget="$target_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
else
if test "$target_version" = 1.4 && test "$source_version" = 1.4; then
rm -f conftest.class
- if { echo "$as_me:6981: gcj -C -d . conftest.java" >&5
+ if { echo "$as_me:6992: gcj -C -d . conftest.java" >&5
gcj -C -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
else
if test "$target_version" = 1.4 && test "$source_version" = 1.3; then
rm -f conftest.class
- if { echo "$as_me:6992: gcj -C -fno-assert -d . conftest.java" >&5
+ if { echo "$as_me:7003: gcj -C -fno-assert -d . conftest.java" >&5
gcj -C -fno-assert -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
HAVE_JAVACOMP=1
else
rm -f conftest.class
- if { echo "$as_me:7001: gcj -C -d . conftest.java" >&5
+ if { echo "$as_me:7012: gcj -C -d . conftest.java" >&5
gcj -C -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class; then
if { javac -version >/dev/null 2>/dev/null || test $? -le 2; } \
&& ( if javac -help 2>&1 >/dev/null | grep at.dms.kjc.Main >/dev/null && javac -help 2>/dev/null | grep 'released.*2000' >/dev/null ; then exit 1; else exit 0; fi ); then
rm -f conftest.class
- if { echo "$as_me:7020: javac -d . conftest.java" >&5
+ if { echo "$as_me:7031: javac -d . conftest.java" >&5
javac -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:7027: javac -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:7038: javac -source $source_version -d . conftest.java" >&5
javac -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:7032: javac -d . conftestfail.java" >&5
+ && { echo "$as_me:7043: javac -d . conftestfail.java" >&5
javac -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:7036: javac -source $source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:7047: javac -source $source_version -d . conftestfail.java" >&5
javac -source "$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="javac -source $source_version"
fi
else
rm -f conftest.class
- if { echo "$as_me:7049: javac -target $target_version -d . conftest.java" >&5
+ if { echo "$as_me:7060: javac -target $target_version -d . conftest.java" >&5
javac -target "$target_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5; then
rm -f conftest.class
rm -f conftestfail.class
- if { echo "$as_me:7056: javac -target $target_version -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:7067: javac -target $target_version -source $source_version -d . conftest.java" >&5
javac -target "$target_version" -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
&& expr `func_classfile_version conftest.class` '<=' $cfversion >/dev/null 2>&5 \
- && { echo "$as_me:7061: javac -target $target_version -d . conftestfail.java" >&5
+ && { echo "$as_me:7072: javac -target $target_version -d . conftestfail.java" >&5
javac -target "$target_version" -d . conftestfail.java >&5 2>&1
} \
&& test -f conftestfail.class \
- && ! { echo "$as_me:7065: javac -target $target_version -source $source_version -d . conftestfail.java" >&5
+ && ! { echo "$as_me:7076: javac -target $target_version -source $source_version -d . conftestfail.java" >&5
javac -target "$target_version" -source "$source_version" -d . conftestfail.java >&5 2>&1
}; then
CONF_JAVAC="javac -target $target_version -source $source_version"
fi
else
rm -f conftest.class
- if { echo "$as_me:7078: javac -target $target_version -source $source_version -d . conftest.java" >&5
+ if { echo "$as_me:7089: javac -target $target_version -source $source_version -d . conftest.java" >&5
javac -target "$target_version" -source "$source_version" -d . conftest.java >&5 2>&1
} \
&& test -f conftest.class \
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gettext-tools $as_me 0.19.8, which was
+This file was extended by gettext-tools $as_me 0.19.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gettext-tools config.status 0.19.8
+gettext-tools config.status 0.19.8.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
-This is gettext.info, produced by makeinfo version 6.0 from
+This is gettext.info, produced by makeinfo version 5.2 from
gettext.texi.
Copyright (C) 1995-1998, 2001-2016 Free Software Foundation, Inc.
***********************
This manual documents the GNU gettext tools and the GNU libintl
-library, version 0.19.8.
+library, version 0.19.8.1.
* Menu:
being explained here, once and for all in this document. The words are
_internationalization_ and _localization_. Many people, tired of
writing these long words over and over again, took the habit of writing
-“i18n” and “l10n” instead, quoting the first and last letter of each
+"i18n" and "l10n" instead, quoting the first and last letter of each
word, and replacing the run of intermediate letters by a number merely
telling how many such letters there are. But in this manual, in the
sake of clarity, we will patiently write the names in full, each time…
- By “internationalization”, one refers to the operation by which a
+ By "internationalization", one refers to the operation by which a
program, or a set of programs turned into a package, is made aware of
and able to support multiple languages. This is a generalization
process, by which the programs are untied from calling only English
standardized. GNU ‘gettext’ offers one of these standards. *Note
Programmers::.
- By “localization”, one means the operation by which, in a set of
+ By "localization", one means the operation by which, in a set of
programs already internationalized, one gives the program all needed
information so that it can adapt itself to handle its input and output
in a fashion which is correct for some native language and cultural
programmers disposal which allow this runtime configuration. The formal
description of specific set of cultural habits for some country,
together with all associated translations targeted to the same native
-language, is called the “locale” for this language or country. Users
+language, is called the "locale" for this language or country. Users
achieve localization of programs by setting proper values to special
environment variables, prior to executing those programs, identifying
which locale should be used.
to “accessing the locale routines”, they are referring to the complete
suite of routines that access all of the locale’s information.
- One uses the expression “Native Language Support”, or merely NLS, for
+ One uses the expression "Native Language Support", or merely NLS, for
speaking of the overall activity or feature encompassing both
internationalization and localization, allowing for multi-lingual
interactions in a program. In a nutshell, one could say that
country’s cultural conventions. These attributes include beside the
country’s native language, the formatting of the date and time, the
representation of numbers, the symbols for currency, etc. These local
-“rules” are termed the country’s locale. The locale represents the
+"rules" are termed the country’s locale. The locale represents the
knowledge needed to support the country’s native attributes.
There are a few major areas which may vary between countries and
between an original untranslated string and its corresponding
translation. All entries in a given PO file usually pertain to a single
project, and all translations are expressed in a single target language.
-One PO file “entry” has the following schematic structure:
+One PO file "entry" has the following schematic structure:
WHITE-SPACE
# TRANSLATOR-COMMENTS
Each PO file entry for which the ‘msgstr’ field has been filled with
a translation, and which is not marked as fuzzy (*note Fuzzy Entries::),
-is said to be a “translated” entry. Only translated entries will later
+is said to be a "translated" entry. Only translated entries will later
be compiled by GNU ‘msgfmt’ and become usable in programs. Other entry
types will be excluded; translation will not occur for them.
8.3.6 Fuzzy Entries
-------------------
- Each PO file entry may have a set of “attributes”, which are
+ Each PO file entry may have a set of "attributes", which are
qualities given a name and explicitly associated with the translation,
using a special system comment. One of these attributes has the name
‘fuzzy’, and entries having this attribute are said to have a fuzzy
When ‘xgettext’ originally creates a PO file, unless told otherwise,
it initializes the ‘msgid’ field with the untranslated string, and
leaves the ‘msgstr’ string to be empty. Such entries, having an empty
-translation, are said to be “untranslated” entries. Later, when the
+translation, are said to be "untranslated" entries. Later, when the
programmer slightly modifies some string right in the program, this
change is later reflected in the PO file by the appearance of a new
untranslated entry for the modified string.
8.3.8 Obsolete Entries
----------------------
- By “obsolete” PO file entries, we mean those entries which are
+ By "obsolete" PO file entries, we mean those entries which are
commented out, usually by ‘msgmerge’ when it found that the translation
is not needed anymore by the package being localized.
The command ‘y’ (‘po-yank-msgstr’) completely replaces the
translation of the current entry by a string taken from the kill ring.
Following Emacs terminology, we then say that the replacement string is
-“yanked” into the PO file buffer. *Note (emacs)Yanking::. The first
+"yanked" into the PO file buffer. *Note (emacs)Yanking::. The first
time ‘y’ is used, the translation receives the value of the most recent
addition to the kill ring. If ‘y’ is typed once again, immediately,
without intervening keystrokes, the translation just inserted is taken
its normal location. When this happens, the translator should tell PO
mode in which directory normally sits the genuine PO file. Many such
directories may be specified, and all together, they constitute what is
-called the “search path” for program sources. The command ‘S’
+called the "search path" for program sources. The command ‘S’
(‘po-consider-source-path’) is used to interactively enter a new
directory at the front of the search path, and the command ‘M-S’
(‘po-ignore-source-path’) is used to select, with completion, one of the
it has features to ease the production of translations for many
languages at once, for translators preferring to work in this way.
- An “auxiliary” PO file is an existing PO file meant for the same
+ An "auxiliary" PO file is an existing PO file meant for the same
package the translator is working on, but targeted to a different mother
tongue language. Commands exist for declaring and handling auxiliary PO
files, and also for showing contexts for the entry under work.
8.4 Using Translation Compendia
===============================
- A “compendium” is a special PO file containing a set of translations
+ A "compendium" is a special PO file containing a set of translations
recurring in many different packages. The translator can use gettext
tools to build a new compendium, to add entries to her compendium, and
to initialize untranslated entries, or to update already translated
RCS archive but can be generated automatically from the later by
Emacs).
- • A “core group” should judge about questionable changes (for now
+ • A "core group" should judge about questionable changes (for now
this group consists solely by me but I ask some others
occasionally; this also seems to work).
==========================================
Some free software packages are distributed as ‘tar’ files which
-unpack in a single directory, these are said to be “flat” distributions.
+unpack in a single directory, these are said to be "flat" distributions.
Other free software packages have a one level hierarchy of
subdirectories, using for example a subdirectory named ‘doc/’ for the
Texinfo manual and man pages, another called ‘lib/’ for holding
functions meant to replace or complement C libraries, and a subdirectory
‘src/’ for holding the proper sources for the package. These other
-distributions are said to be “non-flat”.
+distributions are said to be "non-flat".
We cannot say much about flat distributions. A flat directory
structure has the disadvantage of increasing the difficulty of updating
So, here comes a list of files, each one followed by a description of
all alterations it needs. Many examples are taken out from the GNU
-‘gettext’ 0.19.8 distribution itself, or from the GNU ‘hello’
+‘gettext’ 0.19.8.1 distribution itself, or from the GNU ‘hello’
distribution (<http://www.gnu.org/software/hello>). You may indeed
refer to the source code of the GNU ‘gettext’ and GNU ‘hello’ packages,
as they are intended to be good examples for using GNU gettext
This is done by a set of lines like these:
PACKAGE=gettext
- VERSION=0.19.8
+ VERSION=0.19.8.1
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_SUBST(PACKAGE)
or, if you are using GNU ‘automake’, by a line like this:
- AM_INIT_AUTOMAKE(gettext, 0.19.8)
+ AM_INIT_AUTOMAKE(gettext, 0.19.8.1)
Of course, you replace ‘gettext’ with the name of your package, and
- ‘0.19.8’ by its version numbers, exactly as they should appear in
+ ‘0.19.8.1’ by its version numbers, exactly as they should appear in
the packaged ‘tar’ file name of your distribution
- (‘gettext-0.19.8.tar.gz’, here).
+ (‘gettext-0.19.8.1.tar.gz’, here).
2. Check for internationalization support.
License permits more lax criteria for linking other code with the
library.
- We call this license the “Lesser” General Public License because it
+ We call this license the "Lesser" General Public License because it
does _Less_ to protect the user’s freedom than the ordinary General
Public License. It also provides other free software developers Less of
an advantage over competing non-free programs. These disadvantages are
0. PREAMBLE
The purpose of this License is to make a manual, textbook, or other
- functional and useful document “free” in the sense of freedom: to
+ functional and useful document "free" in the sense of freedom: to
assure everyone the effective freedom to copy and redistribute it,
with or without modifying it, either commercially or
noncommercially. Secondarily, this License preserves for the
\1f
Tag Table:
Node: Top\7f2954
-Node: Introduction\7f18343
-Node: Why\7f19985
-Ref: Why-Footnote-1\7f23241
-Node: Concepts\7f23397
-Node: Aspects\7f26852
-Node: Files\7f33464
-Node: Overview\7f35414
-Node: Users\7f45501
-Node: System Installation\7f46416
-Node: Setting the GUI Locale\7f48109
-Node: Setting the POSIX Locale\7f49517
-Node: Locale Names\7f50499
-Node: Locale Environment Variables\7f52988
-Node: The LANGUAGE variable\7f55331
-Node: Installing Localizations\7f57352
-Node: PO Files\7f58729
-Ref: PO Files-Footnote-1\7f71871
-Node: Sources\7f72006
-Node: Importing\7f73248
-Node: Triggering\7f73952
-Node: Preparing Strings\7f77310
-Node: Mark Keywords\7f86469
-Node: Marking\7f91037
-Node: c-format Flag\7f98994
-Node: Special cases\7f103040
-Node: Bug Report Address\7f105824
-Node: Names\7f107803
-Node: Libraries\7f112109
-Node: Template\7f115199
-Node: xgettext Invocation\7f115964
-Node: Creating\7f136297
-Node: msginit Invocation\7f137206
-Node: Header Entry\7f141529
-Node: Updating\7f150986
-Node: msgmerge Invocation\7f151205
-Node: Editing\7f157671
-Node: KBabel\7f158035
-Node: Gtranslator\7f158175
-Node: PO Mode\7f158319
-Node: Installation\7f159979
-Node: Main PO Commands\7f161995
-Node: Entry Positioning\7f167267
-Node: Normalizing\7f172912
-Node: Translated Entries\7f177473
-Node: Fuzzy Entries\7f178882
-Node: Untranslated Entries\7f182193
-Node: Obsolete Entries\7f184196
-Node: Modifying Translations\7f187499
-Node: Modifying Comments\7f195645
-Node: Subedit\7f200194
-Node: C Sources Context\7f204212
-Node: Auxiliary\7f209445
-Node: Compendium\7f212769
-Node: Creating Compendia\7f213388
-Node: Using Compendia\7f215950
-Node: Manipulating\7f216908
-Node: msgcat Invocation\7f220852
-Node: msgconv Invocation\7f226174
-Node: msggrep Invocation\7f230165
-Node: msgfilter Invocation\7f236987
-Node: msguniq Invocation\7f245341
-Node: msgcomm Invocation\7f250081
-Node: msgcmp Invocation\7f254982
-Node: msgattrib Invocation\7f257223
-Node: msgen Invocation\7f262992
-Node: msgexec Invocation\7f267401
-Node: Colorizing\7f270725
-Node: The --color option\7f271780
-Node: The TERM variable\7f273509
-Node: The --style option\7f275063
-Node: Style rules\7f276441
-Node: Customizing less\7f283454
-Node: libgettextpo\7f284909
-Node: Binaries\7f290159
-Node: msgfmt Invocation\7f290511
-Node: msgunfmt Invocation\7f301186
-Node: MO Files\7f305870
-Node: Programmers\7f314491
-Node: catgets\7f315705
-Node: Interface to catgets\7f317135
-Node: Problems with catgets\7f319204
-Node: gettext\7f320129
-Node: Interface to gettext\7f321652
-Node: Ambiguities\7f324020
-Node: Locating Catalogs\7f326780
-Ref: Locating Catalogs-Footnote-1\7f328045
-Ref: Locating Catalogs-Footnote-2\7f328277
-Node: Charset conversion\7f328430
-Node: Contexts\7f330950
-Node: Plural forms\7f336570
-Ref: Plural forms-Footnote-1\7f353286
-Node: Optimized gettext\7f353658
-Node: Comparison\7f355009
-Node: Using libintl.a\7f359376
-Node: gettext grok\7f359831
-Node: Temp Programmers\7f362540
-Node: Temp Implementations\7f363072
-Node: Temp catgets\7f364490
-Node: Temp WSI\7f366217
-Node: Temp Notes\7f368280
-Node: Translators\7f368794
-Node: Trans Intro 0\7f369339
-Node: Trans Intro 1\7f372196
-Node: Discussions\7f374169
-Node: Organization\7f377887
-Node: Central Coordination\7f379973
-Node: National Teams\7f381121
-Node: Sub-Cultures\7f383655
-Node: Organizational Ideas\7f384596
-Node: Mailing Lists\7f385631
-Node: Information Flow\7f387468
-Node: Translating plural forms\7f389735
-Node: Prioritizing messages\7f393178
-Node: Maintainers\7f397562
-Node: Flat and Non-Flat\7f399539
-Node: Prerequisites\7f401077
-Node: gettextize Invocation\7f405336
-Node: Adjusting Files\7f413116
-Node: po/POTFILES.in\7f414962
-Node: po/LINGUAS\7f416261
-Node: po/Makevars\7f418068
-Node: po/Rules-*\7f419058
-Node: configure.ac\7f420619
-Node: config.guess\7f423784
-Node: mkinstalldirs\7f425250
-Node: aclocal\7f425663
-Node: acconfig\7f428218
-Node: config.h.in\7f428762
-Node: Makefile\7f430310
-Node: src/Makefile\7f433042
-Node: lib/gettext.h\7f437968
-Node: autoconf macros\7f440301
-Node: AM_GNU_GETTEXT\7f441205
-Node: AM_GNU_GETTEXT_VERSION\7f445429
-Node: AM_GNU_GETTEXT_NEED\7f445908
-Node: AM_GNU_GETTEXT_INTL_SUBDIR\7f446841
-Node: AM_PO_SUBDIRS\7f447526
-Node: AM_XGETTEXT_OPTION\7f448365
-Node: AM_ICONV\7f449276
-Node: Version Control Issues\7f451661
-Node: Distributed Development\7f452416
-Node: Files under Version Control\7f454451
-Node: Translations under Version Control\7f457942
-Ref: Translations under Version Control-Footnote-1\7f460018
-Node: autopoint Invocation\7f460108
-Node: Release Management\7f462473
-Node: Installers\7f463014
-Node: Programming Languages\7f464277
-Node: Language Implementors\7f465115
-Node: Programmers for other Languages\7f470105
-Node: Translators for other Languages\7f470699
-Node: c-format\7f472561
-Node: objc-format\7f474335
-Node: sh-format\7f474694
-Node: python-format\7f475543
-Node: lisp-format\7f476316
-Node: elisp-format\7f476645
-Node: librep-format\7f477140
-Node: scheme-format\7f477543
-Node: smalltalk-format\7f477822
-Node: java-format\7f478353
-Node: csharp-format\7f478808
-Node: awk-format\7f479190
-Node: object-pascal-format\7f479518
-Node: ycp-format\7f479904
-Node: tcl-format\7f480322
-Node: perl-format\7f480624
-Node: php-format\7f481416
-Node: gcc-internal-format\7f481792
-Node: gfc-internal-format\7f482951
-Node: qt-format\7f483700
-Node: qt-plural-format\7f484146
-Node: kde-format\7f484505
-Node: kde-kuit-format\7f484937
-Node: boost-format\7f485602
-Node: lua-format\7f486194
-Node: javascript-format\7f486533
-Node: Maintainers for other Languages\7f487303
-Node: List of Programming Languages\7f488591
-Node: C\7f489992
-Node: sh\7f491440
-Node: Preparing Shell Scripts\7f492800
-Node: gettext.sh\7f496320
-Node: gettext Invocation\7f496888
-Node: ngettext Invocation\7f498939
-Node: envsubst Invocation\7f500819
-Node: eval_gettext Invocation\7f502298
-Node: eval_ngettext Invocation\7f502763
-Node: bash\7f503281
-Node: Python\7f505330
-Node: Common Lisp\7f507810
-Node: clisp C\7f508660
-Node: Emacs Lisp\7f509418
-Node: librep\7f510186
-Node: Scheme\7f510967
-Node: Smalltalk\7f511842
-Node: Java\7f512937
-Node: C#\7f518981
-Node: gawk\7f528655
-Node: Pascal\7f529760
-Node: wxWidgets\7f531172
-Node: YCP\7f532139
-Node: Tcl\7f532918
-Node: Perl\7f534408
-Node: General Problems\7f537600
-Node: Default Keywords\7f543268
-Node: Special Keywords\7f544296
-Node: Quote-like Expressions\7f545858
-Node: Interpolation I\7f548175
-Node: Interpolation II\7f552119
-Node: Parentheses\7f554503
-Node: Long Lines\7f556028
-Node: Perl Pitfalls\7f557895
-Node: PHP\7f562229
-Node: Pike\7f563238
-Node: GCC-source\7f563939
-Node: Lua\7f564759
-Node: JavaScript\7f565765
-Node: Vala\7f566533
-Node: List of Data Formats\7f567452
-Node: POT\7f568149
-Node: RST\7f568419
-Node: Glade\7f568657
-Node: GSettings\7f569069
-Node: AppData\7f569380
-Node: Preparing ITS Rules\7f569811
-Ref: Preparing ITS Rules-Footnote-1\7f575983
-Node: Conclusion\7f576315
-Node: History\7f576829
-Node: References\7f581232
-Node: Language Codes\7f582931
-Node: Usual Language Codes\7f583446
-Node: Rare Language Codes\7f588364
-Node: Country Codes\7f590214
-Node: Licenses\7f597367
-Node: GNU GPL\7f599223
-Node: GNU LGPL\7f618540
-Node: GNU FDL\7f646781
-Node: Program Index\7f669316
-Node: Option Index\7f671726
-Node: Variable Index\7f726944
-Node: PO Mode Index\7f731615
-Node: Autoconf Macro Index\7f748325
-Node: Index\7f749132
+Node: Introduction\7f18345
+Node: Why\7f19987
+Ref: Why-Footnote-1\7f23243
+Node: Concepts\7f23399
+Node: Aspects\7f26830
+Node: Files\7f33438
+Node: Overview\7f35388
+Node: Users\7f45475
+Node: System Installation\7f46390
+Node: Setting the GUI Locale\7f48083
+Node: Setting the POSIX Locale\7f49491
+Node: Locale Names\7f50473
+Node: Locale Environment Variables\7f52962
+Node: The LANGUAGE variable\7f55305
+Node: Installing Localizations\7f57326
+Node: PO Files\7f58703
+Ref: PO Files-Footnote-1\7f71841
+Node: Sources\7f71976
+Node: Importing\7f73218
+Node: Triggering\7f73922
+Node: Preparing Strings\7f77280
+Node: Mark Keywords\7f86439
+Node: Marking\7f91007
+Node: c-format Flag\7f98964
+Node: Special cases\7f103010
+Node: Bug Report Address\7f105794
+Node: Names\7f107773
+Node: Libraries\7f112079
+Node: Template\7f115169
+Node: xgettext Invocation\7f115934
+Node: Creating\7f136267
+Node: msginit Invocation\7f137176
+Node: Header Entry\7f141499
+Node: Updating\7f150956
+Node: msgmerge Invocation\7f151175
+Node: Editing\7f157641
+Node: KBabel\7f158005
+Node: Gtranslator\7f158145
+Node: PO Mode\7f158289
+Node: Installation\7f159949
+Node: Main PO Commands\7f161965
+Node: Entry Positioning\7f167237
+Node: Normalizing\7f172882
+Node: Translated Entries\7f177443
+Node: Fuzzy Entries\7f178848
+Node: Untranslated Entries\7f182155
+Node: Obsolete Entries\7f184154
+Node: Modifying Translations\7f187453
+Node: Modifying Comments\7f195595
+Node: Subedit\7f200144
+Node: C Sources Context\7f204162
+Node: Auxiliary\7f209391
+Node: Compendium\7f212711
+Node: Creating Compendia\7f213326
+Node: Using Compendia\7f215888
+Node: Manipulating\7f216846
+Node: msgcat Invocation\7f220790
+Node: msgconv Invocation\7f226112
+Node: msggrep Invocation\7f230103
+Node: msgfilter Invocation\7f236925
+Node: msguniq Invocation\7f245279
+Node: msgcomm Invocation\7f250019
+Node: msgcmp Invocation\7f254920
+Node: msgattrib Invocation\7f257161
+Node: msgen Invocation\7f262930
+Node: msgexec Invocation\7f267339
+Node: Colorizing\7f270663
+Node: The --color option\7f271718
+Node: The TERM variable\7f273447
+Node: The --style option\7f275001
+Node: Style rules\7f276379
+Node: Customizing less\7f283392
+Node: libgettextpo\7f284847
+Node: Binaries\7f290097
+Node: msgfmt Invocation\7f290449
+Node: msgunfmt Invocation\7f301124
+Node: MO Files\7f305808
+Node: Programmers\7f314429
+Node: catgets\7f315643
+Node: Interface to catgets\7f317073
+Node: Problems with catgets\7f319142
+Node: gettext\7f320067
+Node: Interface to gettext\7f321590
+Node: Ambiguities\7f323958
+Node: Locating Catalogs\7f326718
+Ref: Locating Catalogs-Footnote-1\7f327983
+Ref: Locating Catalogs-Footnote-2\7f328215
+Node: Charset conversion\7f328368
+Node: Contexts\7f330888
+Node: Plural forms\7f336508
+Ref: Plural forms-Footnote-1\7f353224
+Node: Optimized gettext\7f353596
+Node: Comparison\7f354947
+Node: Using libintl.a\7f359314
+Node: gettext grok\7f359769
+Node: Temp Programmers\7f362478
+Node: Temp Implementations\7f363010
+Node: Temp catgets\7f364428
+Node: Temp WSI\7f366155
+Node: Temp Notes\7f368218
+Node: Translators\7f368732
+Node: Trans Intro 0\7f369277
+Node: Trans Intro 1\7f372134
+Node: Discussions\7f374107
+Node: Organization\7f377825
+Node: Central Coordination\7f379911
+Node: National Teams\7f381059
+Node: Sub-Cultures\7f383593
+Node: Organizational Ideas\7f384534
+Node: Mailing Lists\7f385565
+Node: Information Flow\7f387402
+Node: Translating plural forms\7f389669
+Node: Prioritizing messages\7f393112
+Node: Maintainers\7f397496
+Node: Flat and Non-Flat\7f399473
+Node: Prerequisites\7f401003
+Node: gettextize Invocation\7f405262
+Node: Adjusting Files\7f413042
+Node: po/POTFILES.in\7f414890
+Node: po/LINGUAS\7f416189
+Node: po/Makevars\7f417996
+Node: po/Rules-*\7f418986
+Node: configure.ac\7f420547
+Node: config.guess\7f423720
+Node: mkinstalldirs\7f425186
+Node: aclocal\7f425599
+Node: acconfig\7f428154
+Node: config.h.in\7f428698
+Node: Makefile\7f430246
+Node: src/Makefile\7f432978
+Node: lib/gettext.h\7f437904
+Node: autoconf macros\7f440237
+Node: AM_GNU_GETTEXT\7f441141
+Node: AM_GNU_GETTEXT_VERSION\7f445365
+Node: AM_GNU_GETTEXT_NEED\7f445844
+Node: AM_GNU_GETTEXT_INTL_SUBDIR\7f446777
+Node: AM_PO_SUBDIRS\7f447462
+Node: AM_XGETTEXT_OPTION\7f448301
+Node: AM_ICONV\7f449212
+Node: Version Control Issues\7f451597
+Node: Distributed Development\7f452352
+Node: Files under Version Control\7f454387
+Node: Translations under Version Control\7f457878
+Ref: Translations under Version Control-Footnote-1\7f459954
+Node: autopoint Invocation\7f460044
+Node: Release Management\7f462409
+Node: Installers\7f462950
+Node: Programming Languages\7f464213
+Node: Language Implementors\7f465051
+Node: Programmers for other Languages\7f470041
+Node: Translators for other Languages\7f470635
+Node: c-format\7f472497
+Node: objc-format\7f474271
+Node: sh-format\7f474630
+Node: python-format\7f475479
+Node: lisp-format\7f476252
+Node: elisp-format\7f476581
+Node: librep-format\7f477076
+Node: scheme-format\7f477479
+Node: smalltalk-format\7f477758
+Node: java-format\7f478289
+Node: csharp-format\7f478744
+Node: awk-format\7f479126
+Node: object-pascal-format\7f479454
+Node: ycp-format\7f479840
+Node: tcl-format\7f480258
+Node: perl-format\7f480560
+Node: php-format\7f481352
+Node: gcc-internal-format\7f481728
+Node: gfc-internal-format\7f482887
+Node: qt-format\7f483636
+Node: qt-plural-format\7f484082
+Node: kde-format\7f484441
+Node: kde-kuit-format\7f484873
+Node: boost-format\7f485538
+Node: lua-format\7f486130
+Node: javascript-format\7f486469
+Node: Maintainers for other Languages\7f487239
+Node: List of Programming Languages\7f488527
+Node: C\7f489928
+Node: sh\7f491376
+Node: Preparing Shell Scripts\7f492736
+Node: gettext.sh\7f496256
+Node: gettext Invocation\7f496824
+Node: ngettext Invocation\7f498875
+Node: envsubst Invocation\7f500755
+Node: eval_gettext Invocation\7f502234
+Node: eval_ngettext Invocation\7f502699
+Node: bash\7f503217
+Node: Python\7f505266
+Node: Common Lisp\7f507746
+Node: clisp C\7f508596
+Node: Emacs Lisp\7f509354
+Node: librep\7f510122
+Node: Scheme\7f510903
+Node: Smalltalk\7f511778
+Node: Java\7f512873
+Node: C#\7f518917
+Node: gawk\7f528591
+Node: Pascal\7f529696
+Node: wxWidgets\7f531108
+Node: YCP\7f532075
+Node: Tcl\7f532854
+Node: Perl\7f534344
+Node: General Problems\7f537536
+Node: Default Keywords\7f543204
+Node: Special Keywords\7f544232
+Node: Quote-like Expressions\7f545794
+Node: Interpolation I\7f548111
+Node: Interpolation II\7f552055
+Node: Parentheses\7f554439
+Node: Long Lines\7f555964
+Node: Perl Pitfalls\7f557831
+Node: PHP\7f562165
+Node: Pike\7f563174
+Node: GCC-source\7f563875
+Node: Lua\7f564695
+Node: JavaScript\7f565701
+Node: Vala\7f566469
+Node: List of Data Formats\7f567388
+Node: POT\7f568085
+Node: RST\7f568355
+Node: Glade\7f568593
+Node: GSettings\7f569005
+Node: AppData\7f569316
+Node: Preparing ITS Rules\7f569747
+Ref: Preparing ITS Rules-Footnote-1\7f575919
+Node: Conclusion\7f576251
+Node: History\7f576765
+Node: References\7f581168
+Node: Language Codes\7f582867
+Node: Usual Language Codes\7f583382
+Node: Rare Language Codes\7f588300
+Node: Country Codes\7f590150
+Node: Licenses\7f597303
+Node: GNU GPL\7f599159
+Node: GNU LGPL\7f618476
+Node: GNU FDL\7f646713
+Node: Program Index\7f669244
+Node: Option Index\7f671654
+Node: Variable Index\7f726872
+Node: PO Mode Index\7f731543
+Node: Autoconf Macro Index\7f748253
+Node: Index\7f749060
\1f
End Tag Table
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 1 Introduction</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 10 Producing Binary MO Files</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 11 The Programmer's View</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 12 The Translator's View</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 13 The Maintainer's View</TITLE>
<P>
So, here comes a list of files, each one followed by a description of
all alterations it needs. Many examples are taken out from the GNU
-<CODE>gettext</CODE> 0.19.8 distribution itself, or from the GNU
+<CODE>gettext</CODE> 0.19.8.1 distribution itself, or from the GNU
<CODE>hello</CODE> distribution (<A HREF="http://www.gnu.org/software/hello">http://www.gnu.org/software/hello</A>).
You may indeed refer to the source code of the GNU <CODE>gettext</CODE> and
GNU <CODE>hello</CODE> packages, as they are intended to be good examples for
<PRE>
PACKAGE=gettext
-VERSION=0.19.8
+VERSION=0.19.8.1
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_SUBST(PACKAGE)
<PRE>
-AM_INIT_AUTOMAKE(gettext, 0.19.8)
+AM_INIT_AUTOMAKE(gettext, 0.19.8.1)
</PRE>
Of course, you replace <SAMP>‘gettext’</SAMP> with the name of your package,
-and <SAMP>‘0.19.8’</SAMP> by its version numbers, exactly as they
+and <SAMP>‘0.19.8.1’</SAMP> by its version numbers, exactly as they
should appear in the packaged <CODE>tar</CODE> file name of your distribution
-(<TT>‘gettext-0.19.8.tar.gz’</TT>, here).
+(<TT>‘gettext-0.19.8.1.tar.gz’</TT>, here).
<LI>Check for internationalization support.
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 14 The Installer's and Distributor's View</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 15 Other Programming Languages</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 16 Concluding Remarks</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - A Language Codes</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - B Country Codes</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - C Licenses</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 2 The User's View</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - Program Index</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - Option Index</TITLE>
<LI><A HREF="gettext_10.html#IDX1035">-C, <CODE>msgfmt</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX653">-C, <CODE>msggrep</CODE> option</A>
<LI><A HREF="gettext_7.html#IDX292">-C, <CODE>msgmerge</CODE> option</A>
-<LI><A HREF="gettext_5.html#IDX188">-c, <CODE>xgettext</CODE> option</A>
<LI><A HREF="gettext_5.html#IDX181">-C, <CODE>xgettext</CODE> option</A>
+<LI><A HREF="gettext_5.html#IDX188">-c, <CODE>xgettext</CODE> option</A>
<LI><A HREF="gettext_13.html#IDX1206">-d, <CODE>autopoint</CODE> option</A>
<LI><A HREF="gettext_15.html#IDX1231">-d, <CODE>gettext</CODE> option</A>
<LI><A HREF="gettext_13.html#IDX1172">-d, <CODE>gettextize</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX903">-D, <CODE>msgen</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX949">-D, <CODE>msgexec</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX704">-D, <CODE>msgfilter</CODE> option</A>
-<LI><A HREF="gettext_10.html#IDX978">-D, <CODE>msgfmt</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1003">-d, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1009">-d, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1012">-d, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1018">-d, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1025">-d, <CODE>msgfmt</CODE> option</A>
+<LI><A HREF="gettext_10.html#IDX978">-D, <CODE>msgfmt</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX639">-D, <CODE>msggrep</CODE> option</A>
<LI><A HREF="gettext_7.html#IDX290">-D, <CODE>msgmerge</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1076">-d, <CODE>msgunfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1079">-d, <CODE>msgunfmt</CODE> option</A>
-<LI><A HREF="gettext_9.html#IDX751">-D, <CODE>msguniq</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX755">-d, <CODE>msguniq</CODE> option</A>
+<LI><A HREF="gettext_9.html#IDX751">-D, <CODE>msguniq</CODE> option</A>
<LI><A HREF="gettext_15.html#IDX1243">-d, <CODE>ngettext</CODE> option</A>
<LI><A HREF="gettext_5.html#IDX169">-D, <CODE>xgettext</CODE> option</A>
<LI><A HREF="gettext_5.html#IDX171">-d, <CODE>xgettext</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX711">-e, <CODE>msgfilter</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX657">-E, <CODE>msggrep</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX661">-e, <CODE>msggrep</CODE> option</A>
-<LI><A HREF="gettext_15.html#IDX1245">-e, <CODE>ngettext</CODE> option</A>
<LI><A HREF="gettext_15.html#IDX1246">-E, <CODE>ngettext</CODE> option</A>
+<LI><A HREF="gettext_15.html#IDX1245">-e, <CODE>ngettext</CODE> option</A>
<LI><A HREF="gettext_13.html#IDX1204">-f, <CODE>autopoint</CODE> option</A>
<LI><A HREF="gettext_13.html#IDX1166">-f, <CODE>gettextize</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX894">-F, <CODE>msgattrib</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX596">-F, <CODE>msgcat</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX558">-f, <CODE>msgcat</CODE> option</A>
-<LI><A HREF="gettext_9.html#IDX823">-F, <CODE>msgcomm</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX791">-f, <CODE>msgcomm</CODE> option</A>
+<LI><A HREF="gettext_9.html#IDX823">-F, <CODE>msgcomm</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX630">-F, <CODE>msgconv</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX927">-F, <CODE>msgen</CODE> option</A>
-<LI><A HREF="gettext_9.html#IDX741">-F, <CODE>msgfilter</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX713">-f, <CODE>msgfilter</CODE> option</A>
+<LI><A HREF="gettext_9.html#IDX741">-F, <CODE>msgfilter</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1042">-f, <CODE>msgfmt</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX659">-F, <CODE>msggrep</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX663">-f, <CODE>msggrep</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1014">-k, <CODE>msgfmt</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX649">-K, <CODE>msggrep</CODE> option</A>
<LI><A HREF="gettext_5.html#IDX196">-k, <CODE>xgettext</CODE> option</A>
-<LI><A HREF="gettext_10.html#IDX1001">-l, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1007">-l, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1010">-l, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1016">-l, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1023">-l, <CODE>msgfmt</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1020">-L, <CODE>msgfmt</CODE> option</A>
+<LI><A HREF="gettext_10.html#IDX1001">-l, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1007">-l, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1010">-l, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1016">-l, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1023">-l, <CODE>msgfmt</CODE> option</A>
<LI><A HREF="gettext_6.html#IDX262">-l, <CODE>msginit</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1070">-l, <CODE>msgunfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1074">-l, <CODE>msgunfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1077">-l, <CODE>msgunfmt</CODE> option</A>
<LI><A HREF="gettext_5.html#IDX178">-L, <CODE>xgettext</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1080">-o, <CODE>msgunfmt</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX753">-o, <CODE>msguniq</CODE> option</A>
<LI><A HREF="gettext_5.html#IDX173">-o, <CODE>xgettext</CODE> option</A>
-<LI><A HREF="gettext_9.html#IDX886">-p, <CODE>msgattrib</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX874">-P, <CODE>msgattrib</CODE> option</A>
+<LI><A HREF="gettext_9.html#IDX886">-p, <CODE>msgattrib</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX571">-P, <CODE>msgcat</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX587">-p, <CODE>msgcat</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX841">-P, <CODE>msgcmp</CODE> option</A>
-<LI><A HREF="gettext_9.html#IDX803">-P, <CODE>msgcomm</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX815">-p, <CODE>msgcomm</CODE> option</A>
-<LI><A HREF="gettext_9.html#IDX622">-p, <CODE>msgconv</CODE> option</A>
+<LI><A HREF="gettext_9.html#IDX803">-P, <CODE>msgcomm</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX611">-P, <CODE>msgconv</CODE> option</A>
+<LI><A HREF="gettext_9.html#IDX622">-p, <CODE>msgconv</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX907">-P, <CODE>msgen</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX919">-p, <CODE>msgen</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX951">-P, <CODE>msgexec</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX733">-p, <CODE>msgfilter</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX722">-P, <CODE>msgfilter</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1026">-P, <CODE>msgfmt</CODE> option</A>
-<LI><A HREF="gettext_9.html#IDX669">-P, <CODE>msggrep</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX679">-p, <CODE>msggrep</CODE> option</A>
+<LI><A HREF="gettext_9.html#IDX669">-P, <CODE>msggrep</CODE> option</A>
<LI><A HREF="gettext_6.html#IDX259">-P, <CODE>msginit</CODE> option</A>
<LI><A HREF="gettext_6.html#IDX267">-p, <CODE>msginit</CODE> option</A>
-<LI><A HREF="gettext_7.html#IDX320">-p, <CODE>msgmerge</CODE> option</A>
<LI><A HREF="gettext_7.html#IDX308">-P, <CODE>msgmerge</CODE> option</A>
+<LI><A HREF="gettext_7.html#IDX320">-p, <CODE>msgmerge</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1088">-p, <CODE>msgunfmt</CODE> option</A>
-<LI><A HREF="gettext_9.html#IDX759">-P, <CODE>msguniq</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX774">-p, <CODE>msguniq</CODE> option</A>
+<LI><A HREF="gettext_9.html#IDX759">-P, <CODE>msguniq</CODE> option</A>
<LI><A HREF="gettext_5.html#IDX175">-p, <CODE>xgettext</CODE> option</A>
<LI><A HREF="gettext_7.html#IDX337">-q, <CODE>msgmerge</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX999">-r, <CODE>msgfmt</CODE> option</A>, <A HREF="gettext_10.html#IDX1005">-r, <CODE>msgfmt</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX801">-u, <CODE>msgcomm</CODE> option</A>
<LI><A HREF="gettext_7.html#IDX294">-U, <CODE>msgmerge</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX757">-u, <CODE>msguniq</CODE> option</A>
-<LI><A HREF="gettext_15.html#IDX1260">-V, <CODE>envsubst</CODE> option</A>
<LI><A HREF="gettext_15.html#IDX1256">-v, <CODE>envsubst</CODE> option</A>
+<LI><A HREF="gettext_15.html#IDX1260">-V, <CODE>envsubst</CODE> option</A>
<LI><A HREF="gettext_15.html#IDX1238">-V, <CODE>gettext</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX898">-V, <CODE>msgattrib</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX600">-V, <CODE>msgcat</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX931">-V, <CODE>msgen</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX956">-V, <CODE>msgexec</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX745">-V, <CODE>msgfilter</CODE> option</A>
-<LI><A HREF="gettext_10.html#IDX1054">-v, <CODE>msgfmt</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1051">-V, <CODE>msgfmt</CODE> option</A>
+<LI><A HREF="gettext_10.html#IDX1054">-v, <CODE>msgfmt</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX689">-V, <CODE>msggrep</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX667">-v, <CODE>msggrep</CODE> option</A>
<LI><A HREF="gettext_6.html#IDX275">-V, <CODE>msginit</CODE> option</A>
<LI><A HREF="gettext_7.html#IDX333">-V, <CODE>msgmerge</CODE> option</A>
<LI><A HREF="gettext_7.html#IDX335">-v, <CODE>msgmerge</CODE> option</A>
-<LI><A HREF="gettext_10.html#IDX1099">-V, <CODE>msgunfmt</CODE> option</A>
<LI><A HREF="gettext_10.html#IDX1101">-v, <CODE>msgunfmt</CODE> option</A>
+<LI><A HREF="gettext_10.html#IDX1099">-V, <CODE>msgunfmt</CODE> option</A>
<LI><A HREF="gettext_9.html#IDX786">-V, <CODE>msguniq</CODE> option</A>
<LI><A HREF="gettext_15.html#IDX1249">-V, <CODE>ngettext</CODE> option</A>
<LI><A HREF="gettext_5.html#IDX248">-V, <CODE>xgettext</CODE> option</A>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - Variable Index</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - PO Mode Index</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - Autoconf Macro Index</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - General Index</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 3 The Format of PO Files</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 4 Preparing Program Sources</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 5 Making the PO Template File</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 6 Creating a New PO File</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 7 Updating Existing PO Files</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 8 Editing PO Files</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 9 Manipulating PO Files</TITLE>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - Footnotes</TITLE>
</HEAD>
<BODY>
-<H1>GNU gettext tools, version 0.19.8</H1>
+<H1>GNU gettext tools, version 0.19.8.1</H1>
<H2>Native Language Support Library and Tools</H2>
-<H2>Edition 0.19.8, 30 March 2016</H2>
+<H2>Edition 0.19.8.1, 25 March 2016</H2>
<ADDRESS>Ulrich Drepper</ADDRESS>
<ADDRESS>Jim Meyering</ADDRESS>
<ADDRESS>François Pinard</ADDRESS>
should be either <CODE>*.msg</CODE> or just <CODE>*</CODE>, rather than
<CODE>*.in</CODE>.
<P><HR><P>
-This document was generated on 9 June 2016 using the
+This document was generated on 11 June 2016 using the
<A HREF="http://wwwinfo.cern.ch/dis/texi2html/">texi2html</A>
translator version 1.52b.</P>
</BODY>
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 9 June 2016 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - Table of Contents</TITLE>
</HEAD>
<BODY>
-<H1>GNU gettext tools, version 0.19.8</H1>
+<H1>GNU gettext tools, version 0.19.8.1</H1>
<H2>Native Language Support Library and Tools</H2>
-<H2>Edition 0.19.8, 30 March 2016</H2>
+<H2>Edition 0.19.8.1, 25 March 2016</H2>
<ADDRESS>Ulrich Drepper</ADDRESS>
<ADDRESS>Jim Meyering</ADDRESS>
<ADDRESS>François Pinard</ADDRESS>
<LI><A NAME="TOC344" HREF="gettext_25.html#SEC344">General Index</A>
</UL>
<P><HR><P>
-This document was generated on 9 June 2016 using the
+This document was generated on 11 June 2016 using the
<A HREF="http://wwwinfo.cern.ch/dis/texi2html/">texi2html</A>
translator version 1.52b.</P>
</BODY>
-@set UPDATED 30 March 2016
+@set UPDATED 25 March 2016
@set UPDATED-MONTH March 2016
-@set EDITION 0.19.8
-@set VERSION 0.19.8
+@set EDITION 0.19.8.1
+@set VERSION 0.19.8.1
@set ARCHIVE-VERSION 0.19.8
-@set UPDATED 30 March 2016
+@set UPDATED 25 March 2016
@set UPDATED-MONTH March 2016
-@set EDITION 0.19.8
-@set VERSION 0.19.8
+@set EDITION 0.19.8.1
+@set VERSION 0.19.8.1
@set ARCHIVE-VERSION 0.19.8
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gettext-examples 0.19.8.
+# Generated by GNU Autoconf 2.69 for gettext-examples 0.19.8.1.
#
# Report bugs to <bug-gnu-gettext@gnu.org>.
#
# Identity of this package.
PACKAGE_NAME='gettext-examples'
PACKAGE_TARNAME='gettext-examples'
-PACKAGE_VERSION='0.19.8'
-PACKAGE_STRING='gettext-examples 0.19.8'
+PACKAGE_VERSION='0.19.8.1'
+PACKAGE_STRING='gettext-examples 0.19.8.1'
PACKAGE_BUGREPORT='bug-gnu-gettext@gnu.org'
PACKAGE_URL=''
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir
+ libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
# 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 gettext-examples 0.19.8 to adapt to many kinds of systems.
+\`configure' configures gettext-examples 0.19.8.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gettext-examples 0.19.8:";;
+ short | recursive ) echo "Configuration of gettext-examples 0.19.8.1:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gettext-examples configure 0.19.8
+gettext-examples configure 0.19.8.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gettext-examples $as_me 0.19.8, which was
+It was created by gettext-examples $as_me 0.19.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
# Define the identity of the package.
PACKAGE='gettext-examples'
- VERSION='0.19.8'
+ VERSION='0.19.8.1'
cat >>confdefs.h <<_ACEOF
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gettext-examples $as_me 0.19.8, which was
+This file was extended by gettext-examples $as_me 0.19.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gettext-examples config.status 0.19.8
+gettext-examples config.status 0.19.8.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
msgstr ""
"Project-Id-Version: gettext-examples-0.13.1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2003-12-31 10:30+2\n"
"Last-Translator: Ysbeer <ysbeer@af.org.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n"
msgstr ""
"Project-Id-Version: gettext-examples-0.17\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2009-12-15 12:16+0100\n"
"Last-Translator: Marquinos <maacub@gmail.com>\n"
"Language-Team: Asturian <ubuntu-l10n-ast@lists.ubuntu.com>\n"
msgstr ""
"Project-Id-Version: GNU gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-24 08:27+0300\n"
"Last-Translator: Roumen Petrov <transl@roumenpetrov.info>\n"
"Language-Team: Bulgarian <dict@ludost.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-24 18:48+0200\n"
"Last-Translator: Ivan Vilata i Balaguer <ivan@selidor.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-26 08:43+0200\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-27 12:39+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-26 13:05+0200\n"
"Last-Translator: Philipp Thomas <pth@suse.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.14.1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2005-01-06 18:50+0000\n"
"Last-Translator: Simos Xenitellis <simos74@gmx.net>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2016-02-22 08:54-0300\n"
"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples-0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-23 22:44+0200\n"
"Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-09-01 16:59+0300\n"
"Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-12-22 23:54+0100\n"
"Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.14.1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2005-02-07 12:09-0500\n"
"Last-Translator: Kevin Patrick Scannell <scannell@SLU.EDU>\n"
"Language-Team: Irish <ga@li.org>\n"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2014-05-10 16:34+0100\n"
"Last-Translator: Leandro Regueiro <leandro.regueiro@gmail.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-c++-qt 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-c++-wxwidgets 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-c-gnome3 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-clisp 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-csharp-forms 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-csharp 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-gawk 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-guile 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-java-awt 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-java-qtjambi 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-java-swing 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-java 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-librep 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: Hello \n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-pascal 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-perl 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-php 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-python 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-sh 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-smalltalk 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:53+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-tcl-tk 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-tcl 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: hello-ycp 0\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2016-04-01 11:04-0700\n"
"Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-23 20:31+0200\n"
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples-0.15-pre5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2006-09-27 20:19+0700\n"
"Last-Translator: Tedi Heriyanto <tedi_heriyanto@yahoo.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-08-05 12:18+0100\n"
"Last-Translator: Marco Colombo <m.colombo@ed.ac.uk>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
msgstr ""
"Project-Id-Version: GNU gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-24 12:14+0900\n"
"Last-Translator: Masahito Yamaga <ma@yama-ga.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.16.2-pre5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2007-11-13 16:02+0600\n"
"Last-Translator: Ilyas Bakirov <just_ilyas@yahoo.com>\n"
"Language-Team: Kirghiz <i18n-team-ky-kyrgyz@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples-0.17\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2009-07-28 21:26+0100\n"
"Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-25 20:48+0800\n"
"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>\n"
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.16.2-pre5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2008-11-18 17:27+0100\n"
"Last-Translator: Clyde Meli <cmeli@cis.um.edu.mt>\n"
"Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-09-19 00:04+0100\n"
"Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
msgstr ""
"Project-Id-Version: gettext-examples-0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-07-01 21:10+0200\n"
"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
msgstr ""
"Project-Id-Version: GNU gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-23 22:01+0200\n"
"Last-Translator: Rafał Maszkowski <rzm@icm.edu.pl>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.14.5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2005-11-19 23:08+0000\n"
"Last-Translator: Helder Correia <helder.pereira.correia@gmail.com>\n"
"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-09-15 11:27-0300\n"
"Last-Translator: Rafael Ferreira <rffontenelle@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-23 23:05+0200\n"
"Last-Translator: Mihai Cristescu <mihai.cristescu@archlinux.info>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-26 08:55+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@mx.ru>\n"
msgstr ""
"Project-Id-Version: GNU gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-23 20:17+0200\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-28 10:37+0200\n"
"Last-Translator: Primož Peterlin <primozz.peterlin@gmail.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples-0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-12-23 19:12+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2016-05-26 22:46+0200\n"
"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.14-pre1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2004-01-21 06:17+0300\n"
"Last-Translator: Nilgün Belma Bugüner <nilgun@superonline.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-23 20:51+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-06-30 08:00+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-09-01 09:53中国标准时间\n"
"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.15-pre5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2006-07-05 15:40+0800\n"
"Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
msgstr ""
"Project-Id-Version: gettext-examples 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:54+0900\n"
+"POT-Creation-Date: 2016-06-11 22:10+0900\n"
"PO-Revision-Date: 2015-10-08 13:00+0800\n"
"Last-Translator: Wei-Lun Chao <bluebat@member.fsf.org>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
# Libtool's library version information for libgettextpo.
# See the libtool documentation, section "Library interface versions".
-LTV_CURRENT=6
-LTV_REVISION=3
+LTV_CURRENT=5
+LTV_REVISION=4
LTV_AGE=5
# How to build libgettextpo.la.
# Libtool's library version information for libgettextpo.
# See the libtool documentation, section "Library interface versions".
-LTV_CURRENT = 6
-LTV_REVISION = 3
+LTV_CURRENT = 5
+LTV_REVISION = 4
LTV_AGE = 5
# How to build libgettextpo.la.
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH AUTOPOINT "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH AUTOPOINT "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
autopoint \- copies standard gettext infrastructure
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH GETTEXTIZE "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH GETTEXTIZE "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
gettextize \- install or upgrade gettext infrastructure
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGATTRIB "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGATTRIB "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgattrib \- attribute matching and manipulation on message catalog
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGCAT "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGCAT "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgcat \- combines several message catalogs
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGCMP "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGCMP "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgcmp \- compare message catalog and template
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGCOMM "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGCOMM "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgcomm \- match two message catalogs
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGCONV "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGCONV "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgconv \- character set conversion for message catalog
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGEN "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGEN "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgen \- create English message catalog
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGEXEC "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGEXEC "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgexec \- process translations of message catalog
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGFILTER "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGFILTER "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgfilter \- edit translations of message catalog
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGFMT "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGFMT "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgfmt \- compile message catalog to binary format
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGGREP "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGGREP "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msggrep \- pattern matching on message catalog
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGINIT "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGINIT "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msginit \- initialize a message catalog
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGMERGE "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGMERGE "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgmerge \- merge message catalog and template
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGUNFMT "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGUNFMT "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msgunfmt \- uncompile message catalog from binary format
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGUNIQ "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH MSGUNIQ "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
msguniq \- unify duplicate translations in message catalog
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH RECODE-SR-LATIN "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH RECODE-SR-LATIN "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
recode-sr-latin \- convert Serbian text from Cyrillic to Latin script
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH XGETTEXT "1" "June 2016" "GNU gettext-tools 0.19.8" GNU
+.TH XGETTEXT "1" "June 2016" "GNU gettext-tools 0.19.8.1" GNU
.SH NAME
xgettext \- extract gettext strings from source
.SH SYNOPSIS
msgstr ""
"Project-Id-Version: gettext 0.11.5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2002-09-04 18:51+0300\n"
"Last-Translator: Ales Nyakhaychyk <i18n@infonet.by>\n"
"Language-Team: Belarusian <i18n@tut.by>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.8-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-06-02 23:19+0300\n"
"Last-Translator: Roumen Petrov <transl@roumenpetrov.info>\n"
"Language-Team: Bulgarian <dict@ludost.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-25 19:19+0200\n"
"Last-Translator: Ivan Vilata i Balaguer <ivan@selidor.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
msgstr ""
"Project-Id-Version: GNU gettext 0.10.38\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2001-08-18 15:22+0200\n"
"Last-Translator: Vladimir Michl <Vladimir.Michl@seznam.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.4-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-05-10 23:48+0200\n"
"Last-Translator: Keld Simonsen <keld@keldix.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
msgstr ""
"Project-Id-Version: GNU gettext-tools 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-06-26 13:05+0200\n"
"Last-Translator: Philipp Thomas <pth@suse.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: GNU gettext 0.10.34\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 1998-05-17 13:12+0200\n"
"Last-Translator: Simos KSenitellis <simos@teiath.gr>\n"
"Language-Team: Greek <simos@teiath.gr>\n"
#
msgid ""
msgstr ""
-"Project-Id-Version: gettext-tools 0.19.8\n"
+"Project-Id-Version: gettext-tools 0.19.8.1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
-"PO-Revision-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
+"PO-Revision-Date: 2016-06-11 22:08+0900\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en@boldquot\n"
#
msgid ""
msgstr ""
-"Project-Id-Version: gettext-tools 0.19.8\n"
+"Project-Id-Version: gettext-tools 0.19.8.1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
-"PO-Revision-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
+"PO-Revision-Date: 2016-06-11 22:08+0900\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en@quot\n"
msgstr ""
"Project-Id-Version: GNU gettext-tools 0.19.7-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-12-31 00:56+0100\n"
"Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
msgstr ""
"Project-Id-Version: GNU gettext 0.10.37\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2001-04-30 16:25+0200\n"
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.16\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2007-08-31 11:36+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-09-01 19:17+0300\n"
"Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.8-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-06-01 23:51+0200\n"
"Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gettext-tools 0.19.8\n"
+"Project-Id-Version: gettext-tools 0.19.8.1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2014-05-20 13:35+0200\n"
"Last-Translator: Leandro Regueiro <leandro.regueiro@gmail.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.18\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2010-05-24 13:30+0700\n"
"Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-08-05 15:28+0100\n"
"Last-Translator: Marco Colombo <m.colombo@ed.ac.uk>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
msgstr ""
"Project-Id-Version: GNU gettext-tools 0.19.8-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-06-01 19:35+0900\n"
"Last-Translator: Masahito Yamaga <ma@yama-ga.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.8-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-06-05 08:30+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <translation-team-ko@googlegroups.com>\n"
msgstr ""
"Project-Id-Version: GNU gettext 0.10.37\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2001-05-09 02:08+02:00\n"
"Last-Translator: Trond Endrestøl <endrestol@hotmail.com>\n"
"Language-Team: Norwegian-bokmål <no@li.org>\n"
msgstr ""
"Project-Id-Version: gettext-tools-0.19.6.43\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-05-30 21:52+0200\n"
"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
msgstr ""
"Project-Id-Version: GNU gettext-tools 0.17\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2009-06-17 22:37+0200\n"
"Last-Translator: Eirik U. Birkeland <eirbir@gmail.com>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.18\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2012-05-21 20:08+0530\n"
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
"Language-Team: Punjabi <punjabi-l10n@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: GNU gettext-tools 0.19.8-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-06-01 12:15+0200\n"
"Last-Translator: Rafał Maszkowski <rzm@icm.edu.pl>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext 0.10.23\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 1996-09-18 20:51 WET DST\n"
"Last-Translator: Nuno Oliveira <nuno@eq.uc.pt>\n"
"Language-Team: Portuguese <pt@li.org>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.7-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-12-23 10:08-0200\n"
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
msgstr ""
"Project-Id-Version: gettext-tools 0.13-pre1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2003-11-23 11:43+0200\n"
"Last-Translator: Eugen Hoanca <eugenh@urban-grafx.ro>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.3\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2014-11-19 09:30+0200\n"
"Last-Translator: Pavel Maryanov <acid@jack.kiev.ua>\n"
"Language-Team: Russian <gnu@mx.ru>\n"
msgstr ""
"Project-Id-Version: GNU gettext-tools 0.19.8-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-06-02 06:44+0200\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
msgstr ""
"Project-Id-Version: GNU gettext-tools 0.19.7-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-12-26 16:49+0100\n"
"Last-Translator: Primoz PETERLIN <primozz.peterlin@gmail.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools-0.19.8-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-06-02 04:44+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.8-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-06-06 19:03+0200\n"
"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.16\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2007-07-09 09:21+0300\n"
"Last-Translator: Nilgün Belma Bugüner <nilgun@buguner.name.tr>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.8-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-06-01 14:57+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.8-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2016-06-02 07:42+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2015-09-01 16:16中国标准时间\n"
"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
msgstr ""
"Project-Id-Version: gettext-tools 0.18.3\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2016-06-09 15:52+0900\n"
+"POT-Creation-Date: 2016-06-11 22:08+0900\n"
"PO-Revision-Date: 2013-09-03 13:00+0800\n"
"Last-Translator: Wei-Lun Chao <bluebat@member.fsf.org>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@