[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. e047ee7530cdd6
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. e047ee7530cdd62f7501a82505d9f38e57f02415 |
Date: |
Tue, 20 Mar 2012 19:21:23 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.0-stable has been updated
via e047ee7530cdd62f7501a82505d9f38e57f02415 (commit)
from db9a7ab5c200863f3dcadb6358327fd7b95971ad (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=e047ee7530cdd62f7501a82505d9f38e57f02415
commit e047ee7530cdd62f7501a82505d9f38e57f02415
Author: Arnold D. Robbins <address@hidden>
Date: Tue Mar 20 21:21:04 2012 +0200
Minor configure.ac fix and new tarball.
diff --git a/ChangeLog b/ChangeLog
index 17a6d4a..e4239e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,11 @@
* builtin.c (format_tree): Initialize base to zero at the top
of the while loop.
+ Getting next tar ball ready:
+
+ * configure.ac: Remove duplicate check for wcscoll. Thanks
+ to Stepan Kasal.
+
2012-03-16 Arnold D. Robbins <address@hidden>
* getopt.c, getopt.h, getopt1.c, getopt_int.h, regcomp.c,
diff --git a/configure b/configure
index bc465f4..46ad69e 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for GNU Awk 4.0.0k.
+# Generated by GNU Autoconf 2.68 for GNU Awk 4.0.0l.
#
# Report bugs to <address@hidden>.
#
@@ -560,8 +560,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='GNU Awk'
PACKAGE_TARNAME='gawk'
-PACKAGE_VERSION='4.0.0k'
-PACKAGE_STRING='GNU Awk 4.0.0k'
+PACKAGE_VERSION='4.0.0l'
+PACKAGE_STRING='GNU Awk 4.0.0l'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_URL='http://www.gnu.org/software/gawk/'
@@ -1290,7 +1290,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures GNU Awk 4.0.0k to adapt to many kinds of systems.
+\`configure' configures GNU Awk 4.0.0l to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1360,7 +1360,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU Awk 4.0.0k:";;
+ short | recursive ) echo "Configuration of GNU Awk 4.0.0l:";;
esac
cat <<\_ACEOF
@@ -1472,7 +1472,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GNU Awk configure 4.0.0k
+GNU Awk configure 4.0.0l
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2176,7 +2176,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by GNU Awk $as_me 4.0.0k, which was
+It was created by GNU Awk $as_me 4.0.0l, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -3011,7 +3011,7 @@ fi
# Define the identity of the package.
PACKAGE='gawk'
- VERSION='4.0.0k'
+ VERSION='4.0.0l'
cat >>confdefs.h <<_ACEOF
@@ -9857,7 +9857,7 @@ for ac_func in atexit btowc fmod getgrent getgroups
grantpt \
memset_ulong mkstemp setenv setlocale setsid snprintf strchr \
strerror strftime strncasecmp strcoll strtod strtoul \
system tmpfile towlower towupper tzset usleep wcrtomb \
- wcscoll wcscoll wctype
+ wcscoll wctype
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -11221,7 +11221,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by GNU Awk $as_me 4.0.0k, which was
+This file was extended by GNU Awk $as_me 4.0.0l, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -11289,7 +11289,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-GNU Awk config.status 4.0.0k
+GNU Awk config.status 4.0.0l
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 3913477..eea178d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU Awk], 4.0.0k, address@hidden, gawk)
+AC_INIT([GNU Awk], 4.0.0l, address@hidden, gawk)
# This is a hack. Different versions of install on different systems
# are just too different. Chuck it and use install-sh.
@@ -268,7 +268,7 @@ AC_CHECK_FUNCS(atexit btowc fmod getgrent getgroups grantpt
\
memset_ulong mkstemp setenv setlocale setsid snprintf strchr \
strerror strftime strncasecmp strcoll strtod strtoul \
system tmpfile towlower towupper tzset usleep wcrtomb \
- wcscoll wcscoll wctype)
+ wcscoll wctype)
dnl this check is for both mbrtowc and the mbstate_t type, which is good
AC_FUNC_MBRTOWC
diff --git a/pc/config.h b/pc/config.h
index 305b6fd..8e6bb26 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -425,7 +425,7 @@
#define PACKAGE_NAME "GNU Awk"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 4.0.0k"
+#define PACKAGE_STRING "GNU Awk 4.0.0l"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -434,7 +434,7 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.0.0k"
+#define PACKAGE_VERSION "4.0.0l"
/* Define to 1 if *printf supports %F format */
#undef PRINTF_HAS_F_FORMAT
@@ -496,7 +496,7 @@
/* Version number of package */
-#define VERSION "4.0.0k"
+#define VERSION "4.0.0l"
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
diff --git a/po/da.gmo b/po/da.gmo
index b947df9..926bbdd 100644
Binary files a/po/da.gmo and b/po/da.gmo differ
diff --git a/po/da.po b/po/da.po
index 6e1247d..0b4d5fb 100644
--- a/po/da.po
+++ b/po/da.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: 2012-02-06 10:37+0100\n"
"Last-Translator: Keld Simonsen <address@hidden>\n"
"Language-Team: Danish <address@hidden>\n"
@@ -45,8 +45,8 @@ msgstr "fors
msgid "attempt to use scalar `%s' as an array"
msgstr "forsøg på at bruge skalar '%s' som et array"
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -612,147 +612,147 @@ msgstr "log: fik et negativt argument %g"
msgid "fatal: must use `count$' on all formats or none"
msgstr "fatal: skal bruge 'count$' på alle formater eller ikke nogen"
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr "feltbredde ignoreret for '%%'-angivelse"
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr "præcision ignoreret for '%%'-angivelse"
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr "feltbredde og præcision ignoreret for '%%'-angivelse"
-#: builtin.c:816
+#: builtin.c:817
msgid "fatal: `$' is not permitted in awk formats"
msgstr "fatal: '$' tillades ikke i awk-formater"
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr "fatal: argumentantallet med '$' skal være > 0"
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr "fatal: argumentantallet %ld er større end antal givne argumenter"
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr "fatal: '$' tillades ikke efter et punktum i formatet"
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr ""
"fatal: intet '$' angivet for bredde eller præcision af positionsangivet felt"
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr "'l' er meningsløst i awk-formater, ignoreret"
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr "fatal: 'l' tillades ikke i POSIX awk-formater"
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr "'L' er meningsløst i awk-formater, ignoreret"
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr "fatal: 'L' tillades ikke i POSIX awk-formater"
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr "'h' er meningsløst i awk-formater, ignoreret"
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr "fatal: 'h' tillades ikke i POSIX awk-formater"
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf: værdi %g er uden for område for '%%%c'-format"
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
"ignorerer ukendt formatspecificeringstegn '%c': intet argument konverteret"
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr "fatal: for få argumenter til formatstrengen"
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr "^ sluttede her"
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf: formatspecifikation har intet kommandobogstav"
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr "for mange argumenter til formatstrengen"
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr "printf: ingen argumenter"
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: fik ikke-numerisk argument"
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: kaldt med negativt argument %g"
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: længden %g er ikke >= 1"
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: længden %g er ikke >= 0"
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: længden %g som ikke er et heltal vil blive trunkeret"
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr "substr: længden %g for stor til strengindeksering, trunkerer til %g"
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: startindeks %g er ugyldigt, bruger 1"
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr "substr: startindeks %g som ikke er et heltal vil blive trunkeret"
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr "substr: kildestrengen er tom"
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: startindeks %g er forbi slutningen på strengen"
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -760,205 +760,205 @@ msgstr ""
"substr: længden %g ved startindeks %g overskrider længden af første argument "
"(%lu)"
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr "strftime: formatværdi i PROCINFO[\"strftime\"] har numerisk type"
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr "strftime: fik et ikke-numerisk andet argument"
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr "strftime: andet argument mindre end 0 eller for stort til time_t"
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr "strftime: fik et første argument som ikke er en streng"
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr "strftime: fik en tom formatstreng"
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr "mktime: fik et argument som ikke er en streng"
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr "mktime: mindst én af værdierne er udenfor standardområdet"
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr "'system'-funktion ikke tilladt i sandkasse-tilstand"
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr "system: fik et argument som ikke er en streng"
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "reference til ikke-initieret variabel '%s'"
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "reference til ikke-initieret felt '$%d'"
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr "tolower: fik et argument som ikke er en streng"
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr "toupper: fik et argument som ikke er en streng"
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr "atan2: fik et ikke-numerisk første argument"
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr "atan2: fik et ikke-numerisk andet argument"
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr "sin: fik et ikke-numerisk argument"
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr "cos: fik et ikke-numerisk argument"
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr "srand: fik et ikke-numerisk argument"
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr "match: tredje argument er ikke et array"
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub: 0 i tredje argument behandlet som 1"
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr "lshift: fik et ikke-numerisk første argument"
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr "lshift: fik et ikke-numerisk andet argument"
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr "lshift(%lf, %lf): negative værdier vil give mærkelige resultater"
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf): kommatalsværdier vil blive trunkeret"
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
"lshift(%lf, %lf): for store skifteværdier vil give mærkelige resultater"
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr "rshift: fik et ikke-numerisk første argument"
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr "rshift: fik et ikke-numerisk andet argument"
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr "rshift(%lf, %lf): negative værdier vil give mærkelige resultater"
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf): kommatalsværdier vil blive trunkeret"
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
"rshift(%lf, %lf): for store skifteværdier vil give mærkelige resultater"
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr "and: fik et ikke-numerisk første argument"
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr "and: fik et ikke-numerisk andet argument"
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr "and(%lf, %lf): negative værdier vil give mærkelige resultater"
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): kommatalsværdier vil blive trunkeret"
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr "or: fik et ikke-numerisk første argument"
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr "or: fik et ikke-numerisk andet argument"
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr "or(%lf, %lf): negative værdier vil give mærkelige resultater"
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf): kommatalsværdier vil blive trunkeret"
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr "xor: fik et ikke-numerisk første argument"
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr "xor: fik et ikke-numerisk andet argument"
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr "xor(%lf, %lf): negative værdier vil give mærkelige resultater"
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf): kommatalsværdier vil blive trunkeret"
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr "compl: fik et ikke-numerisk argument"
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf): negative værdier vil give mærkelige resultater"
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf): kommatalsværdier vil blive trunkeret"
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: '%s' er ikke en gyldig lokalitetskategori"
@@ -1290,57 +1290,57 @@ msgstr "gamle versioner af awk underst
msgid "`FPAT' is a gawk extension"
msgstr "'FPAT' er en gawk-udvidelse"
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s: flaget '%s' er flertydigt\n"
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: flaget '--%s' tillader ikke noget argument\n"
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: flaget '%c%s' tillader ikke noget argument\n"
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: flaget '--%s' kræver et argument\n"
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: ukendt flag '--%s'\n"
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: ukendt flag '%c%s'\n"
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ugyldigt flag - '%c'\n"
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: flaget kræver et argument - '%c'\n"
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: flaget '-W %s' er flertydigt\n"
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: flaget '-W %s' tillader ikke noget argument\n"
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: flaget '-W %s' kræver et argument\n"
diff --git a/po/de.gmo b/po/de.gmo
index fcd634f..30130ec 100644
Binary files a/po/de.gmo and b/po/de.gmo differ
diff --git a/po/de.po b/po/de.po
index ed5fe88..5505837 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: 2012-01-30 16:21+0100\n"
"Last-Translator: Philipp Thomas <address@hidden>\n"
"Language-Team: German <address@hidden>\n"
@@ -41,8 +41,8 @@ msgstr "Es wird versucht, den skalaren Parameter »%s« als
Feld zu verwenden"
msgid "attempt to use scalar `%s' as an array"
msgstr "Es wird versucht, den Skalar »%s« als Array zu verwenden"
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -626,151 +626,151 @@ msgstr "log: Negatives Argument %g"
msgid "fatal: must use `count$' on all formats or none"
msgstr "Fatal: »count$« muss auf alle Formate angewandt werden oder auf
keines"
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr "Feldbreite wird für die »%%«-Angabe ignoriert"
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr "Genauigkeit wird für die »%%«-Angabe ignoriert"
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr "Feldbreite und Genauigkeit werden für die »%%«-Angabe ignoriert"
-#: builtin.c:816
+#: builtin.c:817
msgid "fatal: `$' is not permitted in awk formats"
msgstr "Fatal: »$« ist in awk-Formaten nicht zulässig"
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr "Fatal: die Anzahl der Argumen bei »$« muss > 0 sein"
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr ""
"Fatal: Argumentenanzahl %ld ist gröÃer als die Gesamtzahl angegebener "
"Argumente"
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr "Fatal: »$« nach Punkt in Formatangabe nicht zulässig"
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr "Fatal: »$« fehlt in positionsabhängiger Feldbreite oder Genauigkeit"
#
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr "»l« ist in awk-Formaten bedeutungslos, ignoriert"
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr "Fatal: »l« ist in POSIX-awk-Formaten nicht zulässig"
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr "»L« ist in awk-Formaten bedeutungslos, ignoriert"
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr "Fatal: »L« ist in POSIX-awk-Formaten nicht zulässig"
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr "»h« ist in awk-Formaten bedeutungslos, ignoriert"
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr "Fatal: »h« ist in POSIX-awk-Formaten nicht zulässig"
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf: Wert %g ist auÃerhalb des Bereichs für Format »%%%c«"
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
"das unbekannte Zeichen »%c« in der Formatspezifikation wird ignoriert:
keine "
"Argumente umgewandelt"
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr "Fatal: Nicht genügend Argumente für die Formatangabe"
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr "^ hierfür fehlte es"
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf: Format-Spezifikation hat keinen Controlcode"
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr "Zu viele Argumente für den Formatstring"
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr "printf: Keine Argumente"
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: das Argument ist keine Zahl"
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: das Argument %g ist negativ"
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: Länge %g ist nicht >= 1"
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: Länge %g ist nicht >= 0"
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: Nicht ganzzahlige Länge %g wird abgeschnitten"
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr ""
"substr: Länge %g ist zu groà für Stringindizierung, wird auf %g gekürzt"
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: Start-Index %g ist ungültig, 1 wird verwendet"
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr "substr: Nicht ganzzahliger Start-Wert %g wird abgeschnitten"
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr "substr: Quellstring ist leer"
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: Start-Wert %g liegt hinter dem Ende des Strings"
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -778,211 +778,211 @@ msgstr ""
"substr: Länge %g am Start-Wert %g überschreitet die Länge des ersten "
"Arguments (%lu)"
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr "strftime: Formatwert in PROCINFO[\"strftime\"] ist numerischen Typs"
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr "strftime: Das zweite Argument ist keine Zahl"
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr ""
"strftime: das zweite Argument ist kleiner als 0 oder zu groà für time_t"
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr "strftime: Das erste Argument ist kein String"
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr "strftime: Der Format-String ist leer"
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr "mktime: Das Argument ist kein String"
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr "mktime: mindestens einer der Werte ist auÃerhalb des normalen
Bereichs"
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr "Die Funktion »system« ist im Sandbox-Modus nicht erlaubt"
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr "system: Das Argument ist kein String"
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "Referenz auf die nicht initialisierte Variable »%s«"
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "Referenz auf das nicht initialisierte Feld »$%d«"
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr "tolower: das Argument ist kein String"
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr "toupper: das Argument ist kein String"
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr "atan2: das erste Argument ist keine Zahl"
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr "atan2: das zweite Argument ist keine Zahl"
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr "sin: das Argument ist keine Zahl"
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr "cos: das Argument ist keine Zahl"
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr "srand: das Argument ist keine Zahl"
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr "match: das dritte Argument ist kein Array"
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub: 0 als drittes Argument wird als 1 interpretiert"
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr "lshift: das erste Argument ist keine Zahl"
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr "lshift: das zweite Argument ist keine Zahl"
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr ""
"lshift(%lf, %lf): Negative Werte werden zu merkwürdigen Ergebnissen führen"
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf): Dezimalteil wird abgeschnitten"
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
"lshift(%lf, %lf): Zu groÃe Shift-Werte werden zu merkwürdigen Ergebnissen "
"führen"
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr "rshift: das erste Argument ist keine Zahl"
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr "rshift: das zweite Argument ist keine Zahl"
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr ""
"rshift (%lf, %lf): Negative Werte werden zu merkwürdigen Ergebnissen führen"
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf): Dezimalteil wird abgeschnitten"
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
"rshift(%lf, %lf): Zu groÃe Shift-Werte werden zu merkwürdigen Ergebnissen "
"führen"
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr "and: das erste Argument ist keine Zahl"
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr "and: das zweite Argument ist keine Zahl"
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr ""
"and(%lf, %lf): Negative Werte werden zu merkwürdigen Ergebnissen führen"
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): Dezimalteil wird abgeschnitten"
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr "or: das erste Argument ist keine Zahl"
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr "or: das zweite Argument ist keine Zahl"
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr "or(%lf, %lf): Negative Werte werden zu merkwürdigen Ergebnissen
führen"
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf): Dezimalteil wird abgeschnitten"
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr "xor: das erste Argument ist keine Zahl"
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr "xor: das zweite Argument ist keine Zahl"
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr "xor(%lf, %lf: Negative Werte werden zu merkwürdigen Ergebnissen
führen"
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf): Dezimalteil wird abgeschnitten"
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr "compl: das erste Argument ist keine Zahl"
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf): Negativer Wert wird zu merkwürdigen Ergebnissen führen"
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf): Dezimalteil wird abgeschnitten"
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: »%s« ist keine gültige Locale-Kategorie"
@@ -1330,57 +1330,57 @@ msgstr "Das alte awk unterstützt keine regulären
Ausdrücke als Wert von »FS
msgid "`FPAT' is a gawk extension"
msgstr "»FPAT« ist eine gawk-Erweiterung"
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s: Option »%s« ist mehrdeutig\n"
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: Die Option »--%s« hat keine Argumente\n"
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: Die Option »%c%s« hat keine Argument\n"
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: Die Option »%s« erfordert ein Argument\n"
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: Die Option »--%s« ist unbekannt\n"
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: Die Option »%c%s« ist unbekannt\n"
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: Ungültige Option -- »%c«\n"
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s Die Option »%c« erfordert ein Argument\n"
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: Die Option »-W %s« ist mehrdeutig\n"
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: Die Option »-W %s« hat keine Argumente\n"
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: Die Option »-W %s« erfordert ein Argument\n"
diff --git a/po/es.gmo b/po/es.gmo
index ee9a7db..30e09fa 100644
Binary files a/po/es.gmo and b/po/es.gmo differ
diff --git a/po/es.po b/po/es.po
index aa00542..48dc2ef 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: 2012-01-30 07:42-0600\n"
"Last-Translator: Cristian Othón MartÃnez Vera <address@hidden>\n"
"Language-Team: Spanish <address@hidden>\n"
@@ -40,8 +40,8 @@ msgstr "se intentó usar el parámetro escalar `%s como una
matriz'"
msgid "attempt to use scalar `%s' as an array"
msgstr "se intentó usar el escalar `%s' como una matriz"
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -620,155 +620,155 @@ msgstr "log: se recibió el argumento negativo %g"
msgid "fatal: must use `count$' on all formats or none"
msgstr "fatal: se debe utilizar `count$' en todos los formatos o en ninguno"
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr "se descarta la anchura del campo para el especificador `%%'"
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr "se descarta la precisión para el especificador `%%'"
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr ""
"se descartan la anchura del campo y la precisión para el especificador `%%'"
-#: builtin.c:816
+#: builtin.c:817
msgid "fatal: `$' is not permitted in awk formats"
msgstr "fatal: no se permite `$' en los formatos de awk"
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr "fatal: la cuenta de argumentos con `$' debe ser > 0"
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr ""
"fatal: la cuenta de argumentos %ld es mayor que el número total de "
"argumentos proporcionados"
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr "fatal: no se permite `$' después de un punto en el formato"
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr ""
"fatal: no se proporciona `$' para la anchura o la precisión del campo "
"posicional"
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr "`l' no tiene significado en los formatos de awk; se descarta"
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr "fatal: no se permite `l' en los formatos POSIX de awk"
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr "`L' no tiene significado en los formatos de awk; se descarta"
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr "fatal: no se permite `L' en los formatos POSIX de awk"
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr "`h' no tiene significado en los formatos de awk; se descarta"
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr "fatal: no se permite `h' en los formatos POSIX de awk"
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf: el valor %g está fuera del rango para el formato `%%%c'"
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
"se descarta el carácter especificador de formato `%c' desconocido: no se "
"convirtió ningún argumento"
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr ""
"fatal: no hay suficientes argumentos para satisfacer a la cadena de formato"
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr "se acabó ^ para éste"
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf: el especificador de formato no tiene letras de control"
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr "se proporcionaron demasiados argumentos para la cadena de formato"
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr "printf: sin argumentos"
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: se recibió un argumento que no es un númerico"
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: se llamó con el argumento negativo %g"
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: la longitud %g no es >= 1"
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: la longitud %g no es >= 0"
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: se truncará la longitud no entera %g"
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr ""
"substr: la longitud %g es demasiado grande para ser Ãndice de cadena, se "
"trunca a %g"
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: el Ãndice de inicio %g es inválido, se usa 1"
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr "substr: se truncará el Ãndice de inicio no entero %g"
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr "substr: la cadena de origen es de longitud cero"
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: el Ãndice de inicio %g está después del fin de la cadena"
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -776,210 +776,210 @@ msgstr ""
"substr: la cadena %g en el Ãndice de inicio %g excede la longitud del primer
"
"argumento (%lu)"
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr ""
"strftime: el valor de formato en PROCINFO[\"strftime\"] tiene tipo numérico"
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr "strftime: el segundo argumento recibido no es númerico"
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr ""
"strftime: el segundo argumento es menor que 0 o demasiado grande para time_t"
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr "strftime: el primer argumento recibido no es una cadena"
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr "strftime: se recibió una cadena de formato vacÃa"
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr "mktime: se recibió un argumento que no es una cadena"
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr ""
"mktime: por lo menos uno de los valores está fuera del rango por defecto"
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr "no se permite la función 'system' en modo sandbox"
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr "system: se recibió un argumento que no es una cadena"
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "referencia a la variable sin inicializar `%s'"
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "referencia al campo sin inicializar `$%d'"
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr "tolower: se recibió un argumento que no es una cadena"
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr "toupper: se recibió un argumento que no es una cadena"
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr "atan2: el primer argumento recibido no es númerico"
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr "atan2: el segundo argumento recibido no es númerico"
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr "sin: se recibió un argumento que no es númerico"
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr "cos: se recibió un argumento que no es númerico"
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr "srand: se recibió un argumento que no es númerico"
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr "match: el tercer argumento no es una matriz"
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub: el tercer argumento de 0 se trata como 1"
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr "lshift: el primer argumento recibido no es númerico"
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr "lshift: el segundo argumento recibido no es númerico"
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr "lshift(%lf, %lf): los valores negativos darán resultados extraños"
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf): los valores fraccionarios se truncarán"
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
"lshift(%lf, %lf): un valor de desplazamiento muy grande dará resultados "
"extraños"
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr "rshift: el primer argumento recibido no es númerico"
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr "rshift: el segundo argumento recibido no es númerico"
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr "rshift(%lf, %lf): los valores negativos darán resultados extraños"
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf): los valores fraccionarios serán truncados"
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
"rshift(%lf, %lf): un valor de desplazamiento muy grande dará resultados "
"extraños"
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr "and: el primer argumento recibido no es númerico"
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr "and: el segundo argumento recibido no es númerico"
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr "and(%lf, %lf): los valores negativos darán resultados extraños"
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): los valores fraccionarios serán truncados"
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr "or: el primer argumento recibido no es númerico"
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr "or: el segundo argumento recibido no es númerico"
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr "or(%lf, %lf): los valores negativos darán resultados extraños"
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf): los valores fraccionarios serán truncados"
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr "xor: el primer argumento recibido no es númerico"
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr "xor: el segundo argumento recibido no es númerico"
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr "xor(%lf, %lf): los valores negativos darán resultados extraños"
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf): los valores fraccionarios se truncarán"
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr "compl: se recibió un argumento que no es númerico"
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf): el valor negativo dará resultados extraños"
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf): el valor fraccionario se truncará"
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: `%s' no es una categorÃa local válida"
@@ -1322,57 +1322,57 @@ msgstr "el awk antiguo no admite expresiones regulares
como valor de `FS'"
msgid "`FPAT' is a gawk extension"
msgstr "`FPAT' es una extensión de gawk"
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s: la opción '%s' es ambigua\n"
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: la opción '--%s' no admite ningún argumento\n"
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: la opción '%c%s' no admite ningún argumento\n"
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: la opción '--%s' requiere un argumento\n"
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: no se reconoce la opción '--%s'\n"
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: no se reconoce la opción '%c%s'\n"
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: opción inválida -- '%c'\n"
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: la opción requiere un argumento -- '%c'\n"
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: la opción '-W %s' es ambigua\n"
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: la opción '-W %s' no admite ningún argumento\n"
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: la opción '-W %s' requiere un argumento\n"
diff --git a/po/fi.gmo b/po/fi.gmo
index 3f2d6e4..462fdcf 100644
Binary files a/po/fi.gmo and b/po/fi.gmo differ
diff --git a/po/fi.po b/po/fi.po
index f92b5b0..aeb5eec 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: 2012-03-13 18:00+0200\n"
"Last-Translator: Jorma Karvonen <address@hidden>\n"
"Language-Team: Finnish <address@hidden>\n"
@@ -41,8 +41,8 @@ msgstr "yritettiin käyttää skalaariparametria â%sâ
taulukkona"
msgid "attempt to use scalar `%s' as an array"
msgstr "yritettiin käyttää skalaaria â%sâ taulukkona"
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -611,151 +611,151 @@ msgstr "log: vastaanotettu negatiivinen argumentti %g"
msgid "fatal: must use `count$' on all formats or none"
msgstr "kohtalokas: on käytettävä âcount$â kaikilla muodoilla tai ei
missään"
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr "kenttäleveys ohitetaan â%%%%â-määritteelle"
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr "tarkkuus ohitetaan â%%%%â-määritteelle"
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr "kenttäleveys ja tarkkuus ohitetaan â%%%%â-määritteelle"
-#: builtin.c:816
+#: builtin.c:817
msgid "fatal: `$' is not permitted in awk formats"
msgstr "kohtalokas: â$â-argumentti ei ole sallittu awk-muodoissa"
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr "kohtalokas: argumenttilukumäärän argumentilla â$â on oltava > 0"
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr ""
"kohtalokas: argumenttilukumäärä %ld on suurempi kuin toimitettujen "
"argumenttien lukumäärä"
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr "kohtalokas: â$â-argumentti ei ole sallittu pisteen jälkeen
muodossa"
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr ""
"kohtalokas: ei â$â-argumenttia tarjottu sijantikenttäleveydelle tai "
"tarkkuudelle"
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr "âlâ on merkityksetön awk-muodoissa; ohitetaan"
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr "kohtalokas: âlâ ei ole sallittu POSIX awk -muodoissa"
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr "âLâ on merkityksetön awk-muodoissa; ohitetaan"
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr "kohtalokas: âLâ ei ole sallittu POSIX awk -muodoissa"
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr "âhâ on merkityksetön awk-muodoissa; ohitetaan"
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr "kohtalokas: âhâ ei ole sallittu POSIX awk -muodoissa"
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf: arvo %g on lukualueen ulkopuolella â%%%câ-muodolle"
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
"ohitetaan tuntematon muotoargumenttimerkki â%câ: ei muunnettu argumenttia"
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr "kohtalokas: ei kylliksi argumentteja muotomerkkijonon tyydyttämiseksi"
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr "^ tällainen loppui kesken"
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf: muotoargumentilla ei ole ohjauskirjainta"
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr "muotomerkkijonoon toimitettu liian monta argumenttia"
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr "printf: ei argumentteja"
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: kutsuttu negatiivisella argumentilla %g"
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: pituus %g ei ole >= 1"
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: pituus %g ei ole >= 0"
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: typistetään pituus %g, joka ei ole kokonaisluku"
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr ""
"substr: pituus %g liian suuri merkkijononindeksointiin, typistetään arvoon
%g"
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: aloitusindeksi %g on virheellinen, käytetään 1:tä"
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr "substr: typistetään aloitusindeksi %g, joka ei ole kokonaisluku"
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr "substr: lähdemerkkijono on nollapituinen"
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: aloitusindeksi %g on merkkijonon lopun jälkeen"
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -763,206 +763,206 @@ msgstr ""
"substr: pituus %g alkuindeksissä %g ylittää ensimmäisen argumentin
pituuden "
"(%lu)"
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr ""
"strftime: muotoarvolla kohteessa PROCINFO[\"strftime\"] on numerotyyppi"
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr "strftime: toinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr ""
"strftime: toinen argumentti on pienempi kuin 0 tai liian suuri time_t-"
"rakenteeseen"
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr "strftime: ensimmäinen vastaanotettu argumentti ei ole merkkijono"
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr "strftime: vastaanotettu tyhjä muotomerkkijono"
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr "mktime: vastaanotettu argumentti ei ole merkkijono"
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr "mktime: vähintään yksi arvoista on oletuslukualueen ulkopuolella"
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr "âsystemâ-funktio ei ole sallittu hiekkalaatikkotilassa"
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr "system: vastaanotettu argumentti ei ole merkkijono"
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "viite alustamattomaan muuttujaan â%sâ"
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "viite alustamattomaan kenttään â$%dâ"
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr "tolower: vastaanotettu argumentti ei ole merkkijono"
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr "toupper: vastaanotettu argumentti ei ole merkkijono"
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr "atan2: ensimmäinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr "atan2: toinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr "sin: vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr "cos: vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr "srand: vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr "match: kolmas argumentti ei ole taulukko"
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub: 0-arvoinen kolmas argumentti käsitellään kuin 1"
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr "lshift: ensimmäinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr "lshift: toinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr "lshift(%lf, %lf): negatiiviset arvot antavat outoja tuloksia"
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf): jaosarvot typistetään"
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr "lshift(%lf, %lf): liian suuri siirrosarvo antaa outoja tuloksia"
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr "rshift: ensimmäinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr "rshift: toinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr "rshift(%lf, %lf): negatiiviset arvot antavat outoja tuloksia"
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf): jaosarvot typistetään"
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr "rshift(%lf, %lf): liian suuri siirrosarvo antaa outoja tuloksia"
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr "and: ensimmäinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr "and: toinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr "and(%lf, %lf): negatiiviset arvot antavat outoja tuloksia"
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): jaosarvot typistetään"
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr "or: ensimmäinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr "or: toinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr "or(%lf, %lf): negatiiviset arvot antavat outoja tuloksia"
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf): jaosarvot typistetään"
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr "xor: ensimmäinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr "xor: toinen vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr "xor(%lf, %lf): negatiiviset arvot antavat outoja tuloksia"
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf): jaosarvot typistetään"
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr "compl: vastaanotettu argumentti ei ole numeerinen"
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf): negatiiviset arvot antavat outoja tuloksia"
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf): jaosarvo typistetään"
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: â%sâ ei ole kelvollinen paikallinen kategoria"
@@ -1300,57 +1300,57 @@ msgstr "vanha awk ei tue regexp-arvoja
âFSâ-kenttäerotinmuuttujana"
msgid "`FPAT' is a gawk extension"
msgstr "âFPATâ on gawk-laajennus"
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s: valitsin â%sâ ei ole yksiselitteinen\n"
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: valitsin â--%sâ ei salli argumenttia\n"
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: valitsin â%c%sâ ei salli argumenttia\n"
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: valitsin â--%sâ vaatii argumentin\n"
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: tunnistamaton valitsin â--%sâ\n"
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: tunnistamaton valitsin â%c%sâ\n"
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: virheellinen valitsin -- â%câ\n"
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: valitsin vaatii argumentin -- â%câ\n"
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: valitsin â-W %sâ ei ole yksiselitteinen\n"
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: valitsin â-W %sâ ei salli argumenttia\n"
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: valitsin â-W %sâ vaatii argumentin\n"
diff --git a/po/fr.gmo b/po/fr.gmo
index c90ceda..e3b07b5 100644
Binary files a/po/fr.gmo and b/po/fr.gmo differ
diff --git a/po/fr.po b/po/fr.po
index 605121e..87a2359 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: 2012-01-30 23:52+0100\n"
"Last-Translator: Jean-Philippe Guérard <address@hidden"
"org>\n"
@@ -44,8 +44,8 @@ msgstr "tentative d'utiliser le paramètre scalaire « %sÂ
» comme tableau"
msgid "attempt to use scalar `%s' as an array"
msgstr "tentative d'utiliser le scalaire « %s » comme tableau"
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -619,147 +619,147 @@ msgid "fatal: must use `count$' on all formats or none"
msgstr ""
"fatal : « numéro$ » doit être utilisé pour toutes les formats ou pour
aucun"
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr "taille du champ de la spécification « %% » ignorée"
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr "précision de la spécification « %% » ignorée"
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr "taille du champ et précision de la spécification « %% »
ignorées"
-#: builtin.c:816
+#: builtin.c:817
msgid "fatal: `$' is not permitted in awk formats"
msgstr "fatal : « $ » n'est pas autorisé dans les formats awk"
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr "fatal : le numéro d'argument de « $ » doit être > 0"
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr ""
"fatal : le numéro d'argument %ld est > au nombre total d'arguments fournis"
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr "fatal : dans un format, « $ » ne doit pas suivre un point"
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr ""
"fatal : aucun « $ » fourni pour la taille ou la précision du champ
positionné"
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr "« l » n'a aucun sens dans un format awk ; ignoré"
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr "fatal : « l » est interdit dans un format awk POSIX"
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr "« L » n'a aucun sens dans un format awk ; ignoré"
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr "fatal : « L » est interdit dans un format awk POSIX"
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr "« h » n'a aucun sens dans un format awk ; ignoré"
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr "fatal : « h » est interdit dans un format awk POSIX"
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf : valeur %g hors limite pour le format « %%%c »"
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr "caractère de format inconnu « %c » ignoré : aucun argument
converti"
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr "fatal : pas assez d'arguments pour satisfaire la chaîne de formatage"
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr "^ Ã court pour celui-ci"
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf : spécification de format sans lettre de contrôle"
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr "trop d'arguments pour la chaîne de formatage"
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr "printf : aucun argument"
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr "sqrt : l'argument n'est pas numérique"
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt : appelé avec un argument négatif %g"
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr : la longueur %g n'est pas >= 1"
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr : la longueur %g n'est pas >= 0"
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr : la longueur %g n'est pas entière, elle sera tronquée"
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr "substr : la longueur %g est trop grande, tronquée à %g"
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr : l'index de début %g n'est pas valide, utilisation de 1"
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr "substr : l'index de début %g n'est pas un entier, il sera tronqué"
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr "substr : la chaîne source est de longueur nulle"
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr : l'index de début %g est au-delà de la fin de la chaîne"
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -767,213 +767,213 @@ msgstr ""
"substr : la longueur %g à partir de %g dépasse la fin du 1er argument
(%lu)"
# Exemple : gawk --lint 'BEGIN { PROCINFO["strftime"]=123 ; print strftime()
}'
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr ""
"strftime : la valeur de formatage PROCINFO[\"strftime\"] est de type "
"numérique"
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr "strftime : le second argument n'est pas numérique"
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr "strftime: second argument négatif ou trop grand pour time_t"
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr "strftim : le premier argument n'est pas une chaîne"
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr "strftime : la chaîne de formatage est vide"
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr "mktime : l'argument n'est pas une chaîne"
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr ""
"mktime : au moins l'une des valeurs est en dehors de la plage par défaut"
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr "La fonction « system » est interdite en isolement (mode sandbox)"
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr "system : l'argument n'est pas une chaîne"
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "référence à une variable non initialisée « %s »"
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "référence à un champ non initialisé « $%d »"
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr "tolower : l'argument n'est pas une chaîne"
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr "toupper : l'argument n'est pas une chaîne"
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr "atan2 : le premier argument n'est pas numérique"
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr "atan2 : le second argument n'est pas numérique"
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr "sin : l'argument n'est pas numérique"
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr "cos : l'argument n'est pas numérique"
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr "srand : l'argument n'est pas numérique"
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr "match : le 3e argument n'est pas un tableau"
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub : le 3e argument vaut 0, il sera traité comme un 1"
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr "lshift : le premier argument n'est pas numérique"
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr "lshift : le second argument reçu n'est pas numérique"
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr ""
"lshift(%lf, %lf) : les valeurs négatives donneront des résultats
inattendus"
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf) : les valeurs non entières seront tronquées"
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
"lshift(%lf, %lf) : un décalage trop grand donnera des résultats inattendus"
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr "rshift : le premier argument n'est pas numérique"
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr "rshift : le second argument reçu n'est pas numérique"
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr ""
"rshift(%lf, %lf) : les valeurs négatives donneront des résultats
inattendus"
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf) : les valeurs non entières seront tronquées"
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
"rshift(%lf, %lf) : un décalage trop grand donnera des résultats inattendus"
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr "and : le premier argument n'est pas numérique"
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr "and : le second argument reçu n'est pas numérique"
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr ""
"and(%lf, %lf) : les valeurs négatives donneront des résultats inattendus"
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): les valeurs non entières seront tronquées"
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr "or : le premier argument n'est pas numérique"
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr "or : le second argument reçu n'est pas numérique"
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr ""
"or(%lf, %lf) : les valeurs négatives donneront des résultats inattendus"
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf) : les valeurs non entières seront tronquées"
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr "xor : le premier argument n'est pas numérique"
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr "xor : le second argument reçu n'est pas numérique"
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr ""
"xor(%lf, %lf) : les valeurs négatives donneront des résultats inattendus"
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf) : les valeurs non entières seront tronquées"
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr "compl : l'argument n'est pas numérique"
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf) : les valeurs négatives donneront des résultats
inattendus"
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf) : les valeurs non entières seront tronquées"
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext : « %s » n'est pas dans un catégorie valide de la
locale"
@@ -1313,57 +1313,57 @@ msgstr ""
msgid "`FPAT' is a gawk extension"
msgstr "« FPAT » est une extension gawk"
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s : l'option « %s » est ambiguë\n"
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s : l'option « --%s » n'accepte pas d'argument\n"
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s : l'option « %c%s » n'accepte pas d'argument\n"
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s : l'option « --%s » nécessite un argument\n"
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s : option non reconnue « --%s »\n"
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s : option non reconnue « %c%s »\n"
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s : option non valide -- « %c »\n"
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s : l'option requiert un argument -- « %c »\n"
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s : l'option « -W %s » est ambiguë\n"
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s : l'option « -W %s » n'accepte pas d'argument\n"
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s : l'option « -W %s » nécessite un argument\n"
diff --git a/po/gawk.pot b/po/gawk.pot
index dc8366f..d6cf7bf 100644
--- a/po/gawk.pot
+++ b/po/gawk.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gawk 4.0.0k\n"
+"Project-Id-Version: gawk 4.0.0l\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <address@hidden>\n"
"Language-Team: LANGUAGE <address@hidden>\n"
@@ -41,8 +41,8 @@ msgstr ""
msgid "attempt to use scalar `%s' as an array"
msgstr ""
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -590,347 +590,347 @@ msgstr ""
msgid "fatal: must use `count$' on all formats or none"
msgstr ""
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr ""
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr ""
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr ""
-#: builtin.c:816
+#: builtin.c:817
msgid "fatal: `$' is not permitted in awk formats"
msgstr ""
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr ""
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr ""
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr ""
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr ""
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr ""
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr ""
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr ""
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr ""
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr ""
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr ""
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr ""
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr ""
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr ""
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr ""
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr ""
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr ""
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr ""
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr ""
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr ""
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr ""
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr ""
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr ""
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr ""
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr ""
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr ""
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr ""
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
msgstr ""
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr ""
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr ""
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr ""
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr ""
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr ""
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr ""
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr ""
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr ""
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr ""
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr ""
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr ""
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr ""
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr ""
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr ""
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr ""
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr ""
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr ""
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr ""
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr ""
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr ""
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr ""
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr ""
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr ""
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr ""
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr ""
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr ""
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr ""
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr ""
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr ""
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr ""
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr ""
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr ""
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr ""
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr ""
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr ""
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr ""
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr ""
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr ""
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr ""
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr ""
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr ""
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr ""
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr ""
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr ""
@@ -1248,57 +1248,57 @@ msgstr ""
msgid "`FPAT' is a gawk extension"
msgstr ""
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr ""
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr ""
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr ""
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr ""
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr ""
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr ""
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr ""
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr ""
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr ""
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr ""
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr ""
diff --git a/po/it.gmo b/po/it.gmo
index 000abf6..04baab3 100644
Binary files a/po/it.gmo and b/po/it.gmo differ
diff --git a/po/it.po b/po/it.po
index 9f1f77c..e3ad258 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 3.1.81\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: 2011-03-19 16:52+0100\n"
"Last-Translator: Antonio Colombo <address@hidden>\n"
"Language-Team: Italian <address@hidden>\n"
@@ -39,8 +39,8 @@ msgstr "tentativo di usare il parametro scalare `%s' come un
vettore"
msgid "attempt to use scalar `%s' as an array"
msgstr "tentativo di usare scalare '%s' come vettore"
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -611,146 +611,146 @@ msgstr "log: argomento negativo %g"
msgid "fatal: must use `count$' on all formats or none"
msgstr ""
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr ""
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr ""
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr ""
-#: builtin.c:816
+#: builtin.c:817
#, fuzzy
msgid "fatal: `$' is not permitted in awk formats"
msgstr "l'operatore `^' non è supportato nel vecchio awk"
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr ""
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr ""
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr ""
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr ""
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr ""
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr ""
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr ""
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr ""
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr ""
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr ""
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr ""
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr ""
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr ""
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr ""
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr ""
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr "printf: manca argomento"
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: argomento non numerico"
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: chiamata con argomento negativo %g"
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: lunghezza %g non >= 1"
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: lunghezza %g non >= 0"
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: lunghezza non intera %g: sarà troncata"
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr "substr: lunghezza %g troppo elevata per indice stringa, tronco a %g"
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: indice di partenza %g non valido, uso 1"
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr "substr: indice di partenza non intero %g: sarà troncato"
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr "substr: stringa di partenza lunga zero"
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: indice di partenza %g oltre la fine della stringa"
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -758,204 +758,204 @@ msgstr ""
"substr: lunghezza %g all'indice di partenza %g supera la lunghezza del primo "
"argomento (%lu)"
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr ""
"strftime: il valore del 'format' in PROCINFO[\"strftime\"] è di tipo numerico"
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr "strftime: il secondo argomento non è numerico"
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr ""
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr "strftime: il primo argomento non è una stringa"
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr "strftime: 'format' è una stringa nulla"
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr "mktime: l'argomento non è una stringa"
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr "mktime: almeno un valore è fuori dall'intervallo di default"
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr "la funzione 'system' non è permessa in modo 'sandbox'"
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr "system: l'argomento non è una stringa"
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "riferimento a variabile non inizializzata `%s'"
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "riferimento a variabile non inizializzata `$%d'"
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr "tolower: l'argomento non è una stringa"
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr "toupper: l'argomento non è una stringa"
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr "atan2: il primo argomento non è numerico"
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr "atan2: il secondo argomento non è numerico"
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr "sin: l'argomento non è numerico"
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr "cos: l'argomento non è numerico"
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr "srand: l'argomento non è numerico"
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr "match: il terzo argomento non è un vettore"
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub: il terzo argomento è 0, trattato come 1"
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr "lshift: il primo argomento non è numerico"
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr "lshift: il secondo argomento non è numerico"
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr "lshift(%lf, %lf): valori negativi daranno risultati strani"
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf): valori con decimali verranno troncati"
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr "lshift(%lf, %lf): valori troppo alti daranno risultati strani"
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr "rshift: il primo argomento non è numerico"
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr "rshift: il secondo argomento non è numerico"
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr "rshift(%lf, %lf): valori negativi daranno risultati strani"
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf): valori con decimali verranno troncati"
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr "rshift(%lf, %lf): valori troppo alti daranno risultati strani"
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr "and: il primo argomento non è numerico"
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr "and: il secondo argomento non è numerico"
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr "and(%lf, %lf): valori negativi daranno risultati strani"
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): valori con decimali verranno troncati"
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr "or: il primo argomento non è numerico"
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr "or: il secondo argomento non è numerico"
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr "or(%lf, %lf): valori negativi daranno risultati strani"
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf): valori con decimali verranno troncati"
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr "xor: il primo argomento non è numerico"
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr "xor: il secondo argomento non è numerico"
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr "xor(%lf, %lf): valori negativi daranno risultati strani"
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf): valori con decimali verranno troncati"
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr "compl: l'argomento non è numerico"
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf): valore negativo darà risultati strani"
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf): valore con decimali verrà troncato"
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: `%s' non è una categoria 'locale' valida"
@@ -1295,57 +1295,57 @@ msgstr "il vecchio awk non supporta espressioni come
valori di `FS'"
msgid "`FPAT' is a gawk extension"
msgstr "`FPAT' è un'estensione gawk"
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s: opzione '%s' ambigua\n"
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: l'opzione '--%s' non ammette un argomento\n"
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: l'opzione '%c%s' non ammette un argomento\n"
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: l'opzione '--%s' richiede un argomento\n"
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: opzione sconosciuta '--%s'\n"
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: opzione sconosciuta '%c%s'\n"
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: opzione non valida -- '%c'\n"
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: l'opzione richiede un argomento -- '%c'\n"
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: l'opzione '-W %s' è ambigua\n"
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: l'opzione '-W %s' non ammette un argomento\n"
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: l'opzione '-W %s' richiede un argomento\n"
diff --git a/po/ja.gmo b/po/ja.gmo
index fc0235e..08b661a 100644
Binary files a/po/ja.gmo and b/po/ja.gmo differ
diff --git a/po/ja.po b/po/ja.po
index 574ba12..c44f17b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: 2011-07-17 08:28+0900\n"
"Last-Translator: Yasuaki Taniguchi <address@hidden>\n"
"Language-Team: Japanese <address@hidden>\n"
@@ -42,8 +42,8 @@ msgstr "ã¹ã«ã©ã¼ä»®å¼æ° `%s' ãé
åã¨ãã¦ä½¿ç¨ãã試ã¿ã§ã"
msgid "attempt to use scalar `%s' as an array"
msgstr "ã¹ã«ã©ã¼ `%s' ãé
åã¨ãã¦ä½¿ç¨ãã試ã¿ã§ã"
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -604,145 +604,145 @@ msgstr ""
"è´å½ç: `count$â ã¯å
¨ã¦ã®æ¸å¼ä½¿ç¨ãããã¾ãã¯å
¨ã¦ã«ä½¿ç¨ããªãã®ããããã§ãªã"
"ãã°ããã¾ãã"
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr "`%%' æå®ç¨ã®ãã£ã¼ã«ãå¹
ã¯ç¡è¦ããã¾ã"
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr "`%%' æå®ç¨ã®ãã£ã¼ã«ãå¹
ã¯ç¡è¦ããã¾ã"
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr "`%%' æå®ç¨ã®ãã£ã¼ã«ãå¹
ããã³ç²¾åº¦ã¯ç¡è¦ããã¾ã"
-#: builtin.c:816
+#: builtin.c:817
msgid "fatal: `$' is not permitted in awk formats"
msgstr "è´å½ç: `$' 㯠awk å½¢å¼å
ã§ã¯è¨±å¯ããã¦ãã¾ãã"
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr "è´å½ç: `$'
ã§æå®ããå¼æ°ã®çªå·ã¯æ£ã§ãªããã°ããã¾ãã"
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr "è´å½ç: å¼æ°ã®çªå· %ld
ã¯å¼æ°ã¨ãã¦ä¸ããããæ°ãã大ããã§ã"
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr "è´å½ç: `$' ã¯æ¸å¼æå®å
ã®ããªãªã `.'
ã®å¾ã«ä½¿ç¨ã§ãã¾ãã"
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr "è´å½ç: ãã£ã¼ã«ãå¹
ãã¾ãã¯ç²¾åº¦ã®æå®åã« `$'
ãä¸ãããã¦ãã¾ãã"
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr "awk ã®æ¸å¼æå®ã§ã¯ `l' ã¯ç¡æå³ã§ããç¡è¦ãã¾ã"
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr "è´å½ç: POSIX awk æ¸å¼å
ã§ã¯ `l'
ã¯è¨±å¯ããã¦ãã¾ãã"
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr "awk ã®æ¸å¼æå®ã§ã¯ `L' ã¯ç¡æå³ã§ããç¡è¦ãã¾ãã"
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr "è´å½ç: POSIX awk æ¸å¼å
ã§ã¯ `L'
ã¯è¨±å¯ããã¦ãã¾ãã"
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr "awk ã®æ¸å¼æå®ã§ã¯ `h' ã¯ç¡æå³ã§ããç¡è¦ãã¾ãã"
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr "è´å½ç: POSIX awk æ¸å¼å
ã§ã¯ `h'
ã¯è¨±å¯ããã¦ãã¾ãã"
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf: å¤ %g ã¯æ¸å¼ `%%%c' ã®ç¯å²å¤ã§ã"
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr "ä¸æãªæ¸å¼æå®æå `%c' ãç¡è¦ãã¦ãã¾ã:
å¤æãããå¼æ°ã¯ããã¾ãã"
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr "è´å½ç:
æ¸å¼æååãæºããååãªæ°ã®å¼æ°ãããã¾ãã"
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr "^ ãããã足ãã¾ãã"
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf: æ¸å¼æå®åã«å¶å¾¡æåãããã¾ãã"
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr "æ¸å¼æååã«ä¸ãããã¦ããå¼æ°ãå¤ããã¾ã"
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr "printf: å¼æ°ãããã¾ãã"
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: æ°å¤ã§ã¯ç¡ãå¼æ°ãåãåãã¾ãã"
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: è² ã®å¤ %g ãå¼æ°ã«ä½¿ç¨ãã¦å¼ã³åºããã¾ãã"
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: é·ã %g ã 1 以ä¸ã§ã¯ããã¾ãã"
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: é·ã %g ã 0 以ä¸ã§ã¯ããã¾ãã"
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: æåæ° %g ã®å°æ°ç¹ä»¥ä¸ã¯åãæ¨ã¦ã¾ãã"
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr "substr: æåæ° %g ã¯æ大å¤ãè¶
ãã¦ãã¾ãã%g
ã使ãã¾ãã"
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: éå§ã¤ã³ããã¯ã¹ %g
ãç¡å¹ã§ãã1ã使ç¨ãã¾ã"
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr "substr: éå§ã¤ã³ããã¯ã¹ %g
ãéæ´æ°ã®ãããå¤ã¯åãæ¨ã¦ããã¾ã"
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr "substr: æååã®é·ããã¼ãã§ãã"
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: éå§ã¤ã³ããã¯ã¹ %g
ãæååçµç«¯ã®å¾ã«ããã¾ã"
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -750,203 +750,203 @@ msgstr ""
"substr: éå§ã¤ã³ããã¯ã¹ %2$g ããã®é·ã %1$g
ã¯ç¬¬ä¸å¼æ°ã®é·ããè¶
ãã¦ãã¾ã "
"(%3$lu)"
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr "strftime: PROCINFO[\"strftime\"] ã®æ¸å¼ã®å¤ã¯æ°å¤åã§ã"
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr "strftime: éæ°å¤ã®ç¬¬äºå¼æ°ãåãåãã¾ãã"
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr ""
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr "strftime: éæååã®ç¬¬ä¸å¼æ°ãåãåãã¾ãã"
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr "strftime: 空ã®æ¸å¼æååãåãåãã¾ãã"
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr "mktime: éæååå¼æ°ãåãåãã¾ãã"
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr "mktime: ä¸ã¤ä»¥ä¸ã®å¤ãããã©ã«ãã®ç¯å²ãè¶
ãã¦ãã¾ã"
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr "ãµã³ãããã¯ã¹ã¢ã¼ãã§ã¯ 'system'
é¢æ°ã¯è¨±å¯ããã¦ãã¾ãã"
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr "system: æååã§ã¯ç¡ãå¼æ°ãåãåãã¾ãã"
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "åæåããã¦ããªãå¤æ° `%s' ã¸ã®åç
§ã§ã"
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "åæåããã¦ããªããã£ã¼ã«ã `$%d' ã¸ã®åç
§ã§ã"
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr "tolower: éæååå¼æ°ãåãåãã¾ãã"
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr "toupper: éæååå¼æ°ãåãåãã¾ãã"
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr "atan2: éæ°å¤ã®ç¬¬ä¸å¼æ°ãåãåãã¾ãã"
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr "atan2: éæ°å¤ã®ç¬¬äºå¼æ°ãåãåãã¾ãã"
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr "sin: éæ°å¤ã®å¼æ°ãåãåãã¾ãã"
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr "cos: éæ°å¤ã®å¼æ°ãåãåãã¾ãã"
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr "srand: éæ°å¤ã®å¼æ°ãåãåãã¾ãã"
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr "match: 第ä¸å¼æ°ãé
åã§ã¯ããã¾ãã"
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub: 第ä¸å¼æ°ã 0 ã§ãã1 ã代ããã«ä½¿ç¨ãã¾ã"
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr "lshift: éæ°å¤ã®ç¬¬ä¸å¼æ°ãåãåãã¾ãã"
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr "lshift: éæ°å¤ã®ç¬¬äºå¼æ°ãåãåãã¾ãã"
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr "lshift(%lf, %lf): è²
ã®æ°å¤ã使ç¨ããã¨ç°å¸¸ãªçµæã«ãªãã¾ã"
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf): å°æ°ç¹ä»¥ä¸ã¯åãæ¨ã¦ããã¾ã"
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr "lshift(%lf, %lf):
ã·ããå¤ã大ãéããã¨ç°å¸¸ãªçµæã«ãªãã¾ã"
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr "rshift: éæ°å¤ã®ç¬¬ä¸å¼æ°ãåãåãã¾ãã"
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr "rshift: éæ°å¤ã®ç¬¬äºå¼æ°ãåãåãã¾ãã"
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr "rshift(%lf, %lf): è²
ã®æ°å¤ã使ç¨ããã¨ç°å¸¸ãªçµæã«ãªãã¾ã"
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf): å°æ°ç¹ä»¥ä¸ã¯åãæ¨ã¦ããã¾ã"
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr "rshift(%lf, %lf):
ã·ããå¤ã大ãéããã¨ç°å¸¸ãªçµæã«ãªãã¾ã"
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr "and: éæ°å¤ã®ç¬¬ä¸å¼æ°ãåãåãã¾ãã"
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr "and: éæ°å¤ã®ç¬¬äºå¼æ°ãåãåãã¾ãã"
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr "and(%lf, %lf): è²
ã®æ°å¤ã使ç¨ããã¨ç°å¸¸ãªçµæã«ãªãã¾ã"
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): å°æ°ç¹ä»¥ä¸ã¯åãæ¨ã¦ããã¾ã"
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr "or: éæ°å¤ã®ç¬¬ä¸å¼æ°ãåãåãã¾ãã"
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr "or: éæ°å¤ã®ç¬¬äºå¼æ°ãåãåãã¾ãã"
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr "or(%lf, %lf): è²
ã®æ°å¤ã使ç¨ããã¨ç°å¸¸ãªçµæã«ãªãã¾ã"
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf): å°æ°ç¹ä»¥ä¸ã¯åãæ¨ã¦ããã¾ã"
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr "xor: éæ°å¤ã®ç¬¬ä¸å¼æ°ãåãåãã¾ãã"
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr "xor: éæ°å¤ã®ç¬¬äºå¼æ°ãåãåãã¾ãã"
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr "xor(%lf, %lf): è²
ã®æ°å¤ã使ç¨ããã¨ç°å¸¸ãªçµæã«ãªãã¾ã"
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf): å°æ°ç¹ä»¥ä¸ã¯åãæ¨ã¦ããã¾ã"
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr "compl: éæ°å¤ã®å¼æ°ãåãåãã¾ãã"
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf): è²
ã®æ°å¤ã使ç¨ããã¨ç°å¸¸ãªçµæã«ãªãã¾ã"
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf): å°æ°ç¹ä»¥ä¸ã¯åãæ¨ã¦ããã¾ã"
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: `%s' ã¯ç¡å¹ãªãã±ã¼ã«åºåã§ã"
@@ -1273,57 +1273,57 @@ msgstr "å¤ã awk 㯠`FS'
ã®å¤ã¨ãã¦æ£è¦è¡¨ç¾ããµãã¼ããã¾ã
msgid "`FPAT' is a gawk extension"
msgstr "`FPAT' 㯠gawk æ¡å¼µã§ã"
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s: ãªãã·ã§ã³ '%s' ã¯ææ§ã§ã\n"
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: ãªãã·ã§ã³ '--%s'
ã¯å¼æ°ãåããã¨ãã§ãã¾ãã\n"
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: ãªãã·ã§ã³ '%c%s'
ã¯å¼æ°ãåããã¨ãã§ãã¾ãã\n"
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: ãªãã·ã§ã³ '--%s' ã«ã¯å¼æ°ãå¿
è¦ã§ã\n"
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: ãªãã·ã§ã³ '--%s' ãèªèã§ãã¾ãã\n"
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: ãªãã·ã§ã³ '%c%s' ãèªèã§ãã¾ãã\n"
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ç¡å¹ãªãªãã·ã§ã³ -- '%c'\n"
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: ãªãã·ã§ã³ã«ã¯å¼æ°ãå¿
è¦ã§ã -- '%c'\n"
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: ãªãã·ã§ã³ '-W %s' ã¯ææ§ã§ã\n"
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: ãªãã·ã§ã³ '-W %s'
ã¯å¼æ°ãåããã¨ãã§ãã¾ãã\n"
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: ãªãã·ã§ã³ '-W %s' ã«ã¯å¼æ°ãå¿
è¦ã§ã\n"
diff --git a/po/nl.gmo b/po/nl.gmo
index afb24cf..bdde4c9 100644
Binary files a/po/nl.gmo and b/po/nl.gmo differ
diff --git a/po/nl.po b/po/nl.po
index d2b66c9..2c1bf18 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: 2012-01-30 20:40+0100\n"
"Last-Translator: Benno Schulenberg <address@hidden>\n"
"Language-Team: Dutch <address@hidden>\n"
@@ -45,8 +45,8 @@ msgstr "scalaire parameter '%s' wordt gebruikt als array"
msgid "attempt to use scalar `%s' as an array"
msgstr "scalair '%s' wordt gebruikt als array"
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -611,147 +611,147 @@ msgstr "log: argument %g is negatief"
msgid "fatal: must use `count$' on all formats or none"
msgstr "fataal: 'count$' hoort in alle opmaken gebruikt te worden, of in geen"
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr "veldbreedte wordt genegeerd voor opmaakaanduiding '%%'"
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr "veldprecisie wordt genegeerd voor opmaakaanduiding '%%'"
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr "veldbreedte en -precisie worden genegeerd voor opmaakaanduiding '%%'"
-#: builtin.c:816
+#: builtin.c:817
msgid "fatal: `$' is not permitted in awk formats"
msgstr "fataal: '$' is niet toegestaan in awk-opmaak"
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr "fataal: het aantal argumenten met '$' moet > 0 zijn"
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr "fataal: argumentental %ld is groter dan het gegeven aantal argumenten"
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr "fataal: '$' is niet toegestaan na een punt in de opmaak"
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr "fataal: geen '$' opgegeven bij positionele veldbreedte of -precisie"
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr "'l' is betekenisloos in awk-opmaak; genegeerd"
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr "fataal: 'l' is niet toegestaan in POSIX awk-opmaak"
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr "'L' is betekenisloos in awk-opmaak; genegeerd"
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr "fataal: 'L' is niet toegestaan in POSIX awk-opmaak"
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr "'h' is betekenisloos in awk-opmaak; genegeerd"
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr "fataal: 'h' is niet toegestaan in POSIX awk-opmaak"
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf: waarde %g ligt buiten toegestaan bereik voor opmaak '%%%c'"
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
"onbekend opmaakteken '%c' wordt genegeerd: geen argument is geconverteerd"
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr "fataal: niet genoeg argumenten voor opmaakstring"
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr "niet genoeg ^ voor deze"
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf: opmaakaanduiding mist een stuurletter"
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr "te veel argumenten voor opmaakstring"
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr "printf: geen argumenten"
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: argument is geen getal"
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: argument %g is negatief"
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: lengte %g is niet >= 1"
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: lengte %g is niet >= 0"
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: lengte %g is geen integer; wordt afgekapt"
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr ""
"substr: lengte %g is te groot voor stringindexering; wordt verkort tot %g"
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: startindex %g is ongeldig; 1 wordt gebruikt"
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr "substr: startindex %g is geen integer; wordt afgekapt"
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr "substr: bronstring heeft lengte nul"
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: startindex %g ligt voorbij het einde van de string"
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -759,203 +759,203 @@ msgstr ""
"substr: lengte %g bij startindex %g is groter dan de lengte van het eerste "
"argument (%lu)"
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr "strftime: opmaakwaarde in PROCINFO[\"strftime\"] is numeriek"
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr "strftime: tweede argument is geen getal"
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr "strftime: tweede argument is kleiner dan nul of te groot voor 'time_t'"
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr "strftime: eerste argument is geen string"
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr "strftime: opmaakstring is leeg"
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr "mktime: argument is geen string"
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr "mktime: minstens één van waarden valt buiten het standaardbereik"
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr "'system'-functie is niet toegestaan in sandbox-modus"
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr "system: argument is geen string"
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "verwijzing naar ongeïnitialiseerde variabele '%s'"
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "verwijzing naar ongeïnitialiseerd veld '$%d'"
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr "tolower: argument is geen string"
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr "toupper: argument is geen string"
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr "atan2: eerste argument is geen getal"
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr "atan2: tweede argument is geen getal"
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr "sin: argument is geen getal"
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr "cos: argument is geen getal"
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr "srand: argument is geen getal"
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr "match: derde argument is geen array"
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub: derde argument is 0; wordt beschouwd als 1"
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr "lshift: eerste argument is geen getal"
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr "lshift: tweede argument is geen getal"
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr "lshift(%lf, %lf): negatieve waarden geven rare resultaten"
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf): cijfers na de komma worden afgekapt"
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr "lshift(%lf, %lf): te grote opschuifwaarden geven rare resultaten"
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr "rshift: eerste argument is geen getal"
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr "rshift: tweede argument is geen getal"
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr "rshift(%lf, %lf): negatieve waarden geven rare resultaten"
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf): cijfers na de komma worden afgekapt"
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr "rshift(%lf, %lf): te grote opschuifwaarden geven rare resultaten"
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr "and: eerste argument is geen getal"
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr "and: tweede argument is geen getal"
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr "and(%lf, %lf): negatieve waarden geven rare resultaten"
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): cijfers na de komma worden afgekapt"
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr "or: eerste argument is geen getal"
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr "or: tweede argument is geen getal"
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr "or(%lf, %lf): negatieve waarden geven rare resultaten"
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf): cijfers na de komma worden afgekapt"
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr "xor: eerste argument is geen getal"
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr "xor: tweede argument is geen getal"
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr "xor(%lf, %lf): negatieve waarden geven rare resultaten"
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf): cijfers na de komma worden afgekapt"
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr "compl: argument is geen getal"
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf): negatieve waarden geven rare resultaten"
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf): cijfers na de komma worden afgekapt"
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: '%s' is geen geldige taalregio-deelcategorie"
@@ -1295,57 +1295,57 @@ msgstr "oude 'awk' staat geen reguliere expressies toe
als waarde van 'FS'"
msgid "`FPAT' is a gawk extension"
msgstr "'FPAT' is een gawk-uitbreiding"
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s: optie '%s' is niet eenduidig\n"
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: optie '--%s' staat geen argument toe\n"
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: optie '%c%s' staat geen argument toe\n"
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: optie '--%s' vereist een argument\n"
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: onbekende optie '--%s'\n"
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: onbekende optie '%c%s'\n"
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ongeldige optie -- '%c'\n"
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: optie vereist een argument -- '%c'\n"
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: optie '-W %s' is niet eenduidig\n"
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: optie '-W %s' staat geen argument toe\n"
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: optie '-W %s' vereist een argument\n"
diff --git a/po/pl.gmo b/po/pl.gmo
index 74b241a..3fee1f7 100644
Binary files a/po/pl.gmo and b/po/pl.gmo differ
diff --git a/po/pl.po b/po/pl.po
index 4227fd6..4a9db82 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: 2012-02-04 19:17+0100\n"
"Last-Translator: Wojciech Polak <address@hidden>\n"
"Language-Team: Polish <address@hidden>\n"
@@ -44,8 +44,8 @@ msgstr "próba użycia parametru `%s' skalaru jako tablicy"
msgid "attempt to use scalar `%s' as an array"
msgstr "próba użycia skalaru `%s' jako tablicy"
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -618,152 +618,152 @@ msgstr "log: otrzymano ujemny argument %g"
msgid "fatal: must use `count$' on all formats or none"
msgstr "fatal: należy użyÄ `count$' we wszystkich formatach lub nic"
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr "szerokoÅÄ pola jest ignorowana dla specyfikatora `%%'"
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr "precyzja jest ignorowana dla specyfikatora `%%'"
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr "szerokoÅÄ pola i precyzja sÄ
ignorowane dla specyfikatora `%%'"
-#: builtin.c:816
+#: builtin.c:817
msgid "fatal: `$' is not permitted in awk formats"
msgstr "fatal: `$' jest niedozwolony w formatach awk"
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr "fatal: argument count z `$' musi byÄ > 0"
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr ""
"fatal: argument count %ld wiÄkszy niż caÅkowita suma argumentów
dostarczonych"
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr "fatal: `$' jest niedozwolony po kropce w formacie"
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr "fatal: brak `$' dla pozycyjnej szerokoÅci pola lub precyzji"
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr "`l' jest bezsensowny w formatach awk; zignorowany"
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr "fatal: `l' jest niedozwolony w formatach POSIX awk"
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr "`L' jest bezsensowny w formatach awk; zignorowany"
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr "fatal: `L' jest niedozwolony w formatach POSIX awk"
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr "`h' jest bezsensowny w formatach awk; zignorowany"
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr "fatal: `h' jest niedozwolony w formatach POSIX awk"
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf: wartoÅÄ %g jest poza zasiÄgiem dla formatu `%%%c'"
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
"pominiÄcie nieznanego formatu specyfikatora znaku `%c': nie skonwertowano "
"argumentu"
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr ""
"fatal: brak wystarczajÄ
cej liczby argumentów, aby zaspokoiÄ ÅaÅcuch "
"formatujÄ
cy"
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr "zabrakÅo ^"
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf: specyfikator formatu nie posiada kontrolnej litery"
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr "zbyt dużo podanych argumentów w ÅaÅcuchu formatujÄ
cym"
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr "printf: brak argumentów"
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: otrzymano argument, który nie jest liczbÄ
"
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: wywoÅana z ujemnym argumentem %g"
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: dÅugoÅÄ %g nie jest >= 1"
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: dÅugoÅÄ %g nie jest >= 0"
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: dÅugoÅÄ %g, która nie jest liczbÄ
caÅkowitÄ
, zostanie
obciÄta"
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr "substr: dÅugoÅÄ %g zbyt duża dla indeksu ÅaÅcucha, obcinanie do
%g"
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: poczÄ
tkowy indeks %g jest nieprawidÅowy, nastÄ
pi użycie 1"
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr ""
"substr: poczÄ
tkowy indeks %g, który nie jest liczbÄ
caÅkowitÄ
, zostanie "
"obciÄty"
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr "substr: ÅaÅcuch źródÅowy ma zerowÄ
dÅugoÅÄ"
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: poczÄ
tkowy indeks %g leży poza koÅcem ÅaÅcucha"
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -771,206 +771,206 @@ msgstr ""
"substr: dÅugoÅÄ %g zaczynajÄ
c od %g przekracza dÅugoÅÄ pierwszego
argumentu "
"(%lu)"
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr ""
"strftime: wartoÅÄ formatu w PROCINFO[\"strftime\"] posiada typ numeryczny"
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr "strftime: otrzymano drugi argument, który nie jest liczbÄ
"
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr "strftime: drugi argument mniejszy od 0 lub zbyt duży dla time_t"
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr "strftime: otrzymano pierwszy argument, który nie jest ÅaÅcuchem"
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr "strftime: otrzymano pusty ÅaÅcuch formatujÄ
cy"
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr "mktime: otrzymano argument, który nie jest ÅaÅcuchem"
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr "mktime: przynajmniej jedna z wartoÅci jest poza domyÅlnym zakresem"
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr "funkcja 'system' nie jest dozwolona w trybie piaskownicy"
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr "system: otrzymano argument, który nie jest ÅaÅcuchem"
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "odwoÅanie do niezainicjowanej zmiennej `%s'"
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "odwoÅanie do niezainicjowanego pola `$%d'"
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr "tolower: otrzymano argument, który nie jest ÅaÅcuchem"
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr "toupper: otrzymano argument, który nie jest ÅaÅcuchem"
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr "atan2: otrzymano pierwszy argument, który nie jest liczbÄ
"
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr "atan2: otrzymano drugi argument, który nie jest liczbÄ
"
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr "sin: otrzymano argument, który nie jest liczbÄ
"
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr "cos: otrzymano argument, który nie jest liczbÄ
"
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr "srand: otrzymano argument, który nie jest liczbÄ
"
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr "match: otrzymano trzeci argument, który nie jest tablicÄ
"
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub: trzeci argument 0 potraktowany jako 1"
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr "lshift: otrzymano pierwszy argument, który nie jest liczbÄ
"
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr "lshift: otrzymano drugi argument, który nie jest liczbÄ
"
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr "lshift(%lf, %lf): ujemne wartoÅci spowodujÄ
dziwne wyniki"
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf): uÅamkowe wartoÅci zostanÄ
obciÄte"
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
"lshift(%lf, %lf): zbyt duża wartoÅÄ przesuniÄcia spowoduje dziwne wyniki"
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr "rshift: otrzymano pierwszy argument, który nie jest liczbÄ
"
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr "rshift: otrzymano drugi argument, który nie jest liczbÄ
"
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr "rshift(%lf, %lf): ujemne wartoÅci spowodujÄ
dziwne wyniki"
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf): uÅamkowe wartoÅci zostanÄ
obciÄte"
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr ""
"rshift(%lf, %lf): zbyt duża wartoÅÄ przesuniÄcia spowoduje dziwne wyniki"
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr "and: otrzymano pierwszy argument, który nie jest liczbÄ
"
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr "and: otrzymano drugi argument, który nie jest liczbÄ
"
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr "and(%lf, %lf): ujemne wartoÅci spowodujÄ
dziwne wyniki"
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): uÅamkowe wartoÅci zostanÄ
obciÄte"
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr "or: otrzymano pierwszy argument, który nie jest liczbÄ
"
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr "or: otrzymano drugi argument, który nie jest liczbÄ
"
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr "or(%lf, %lf): ujemne wartoÅci spowodujÄ
dziwne wyniki"
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf): uÅamkowe wartoÅci zostanÄ
obciÄte"
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr "xor: otrzymano pierwszy argument, który nie jest liczbÄ
"
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr "xor: otrzymano drugi argument, który nie jest liczbÄ
"
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr "xor(%lf, %lf): ujemne wartoÅci spowodujÄ
dziwne wyniki"
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf): uÅamkowe wartoÅci zostanÄ
obciÄte"
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr "compl: otrzymano argument, który nie jest liczbÄ
"
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf): ujemne wartoÅci spowodujÄ
dziwne wyniki"
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf): uÅamkowe wartoÅci zostanÄ
obciÄte"
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: `%s' nie jest prawidÅowÄ
kategoriÄ
lokalizacji"
@@ -1307,57 +1307,57 @@ msgstr "stary awk nie wspiera wyrażeŠregularnych
jako wartoÅci `FS'"
msgid "`FPAT' is a gawk extension"
msgstr "`FPAT' jest rozszerzeniem gawk"
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s: opcja '%s' jest niejednoznaczna\n"
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: opcja '--%s' nie może mieÄ argumentów\n"
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: opcja '%c%s' nie może mieÄ argumentów\n"
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: opcja '--%s' wymaga argumentu\n"
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: nieznana opcja '--%s'\n"
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: nieznana opcja '%c%s'\n"
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: bÅÄdna opcja -- '%c'\n"
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: opcja wymaga argumentu -- '%c'\n"
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: opcja '-W %s' jest niejednoznaczna\n"
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: opcja '-W %s' nie może mieÄ argumentów\n"
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: opcja '-W %s' wymaga argumentu\n"
diff --git a/po/sv.gmo b/po/sv.gmo
index d53b908..8d3b304 100644
Binary files a/po/sv.gmo and b/po/sv.gmo differ
diff --git a/po/sv.po b/po/sv.po
index 5b1bc6b..46e52fa 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-03-16 15:28+0200\n"
+"POT-Creation-Date: 2012-03-20 21:11+0200\n"
"PO-Revision-Date: 2012-01-30 12:07+0100\n"
"Last-Translator: Göran Uddeborg <address@hidden>\n"
"Language-Team: Swedish <address@hidden>\n"
@@ -43,8 +43,8 @@ msgstr "f
msgid "attempt to use scalar `%s' as an array"
msgstr "försök att använda skalären \"%s\" som en vektor"
-#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426
-#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139
+#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427
+#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139
#: eval.c:1495 eval.c:1812
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -616,148 +616,148 @@ msgstr "log: fick ett negativt argumentet %g"
msgid "fatal: must use `count$' on all formats or none"
msgstr "ödesdigert: måste använda \"count$\" på alla eller inga format"
-#: builtin.c:761
+#: builtin.c:762
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr "fältbredd ignoreras för \"%%\"-specificerare"
-#: builtin.c:763
+#: builtin.c:764
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr "precision ignoreras för \"%%\"-specificerare"
-#: builtin.c:765
+#: builtin.c:766
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr "fältbredd och precision ignoreras för \"%%\"-specificerare"
-#: builtin.c:816
+#: builtin.c:817
msgid "fatal: `$' is not permitted in awk formats"
msgstr "ödesdigert: \"$\" tillåts inte i awk-format"
-#: builtin.c:825
+#: builtin.c:826
msgid "fatal: arg count with `$' must be > 0"
msgstr "ödesdigert: argumentantalet med \"$\" måste vara > 0"
-#: builtin.c:829
+#: builtin.c:830
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr "ödesdigert: argumentantalet %ld är större än antalet givna argument"
-#: builtin.c:833
+#: builtin.c:834
msgid "fatal: `$' not permitted after period in format"
msgstr "ödesdigert: \"$\" tillåts inte efter en punkt i formatet"
-#: builtin.c:849
+#: builtin.c:850
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr ""
"ödesdigert: inget \"$\" bifogat för positionsangiven fältbredd eller "
"precision"
-#: builtin.c:920
+#: builtin.c:921
msgid "`l' is meaningless in awk formats; ignored"
msgstr "\"l\" är meningslös i awk-format, ignorerad"
-#: builtin.c:924
+#: builtin.c:925
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr "ödesdigert: \"l\" tillåts inte i POSIX awk-format"
-#: builtin.c:937
+#: builtin.c:938
msgid "`L' is meaningless in awk formats; ignored"
msgstr "\"L\" är meningslös i awk-format, ignorerad"
-#: builtin.c:941
+#: builtin.c:942
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr "ödesdigert: \"L\" tillåts inte i POSIX awk-format"
-#: builtin.c:954
+#: builtin.c:955
msgid "`h' is meaningless in awk formats; ignored"
msgstr "\"h\" är meningslös i awk-format, ignorerad"
-#: builtin.c:958
+#: builtin.c:959
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr "ödesdigert: \"h\" tillåts inte i POSIX awk-format"
-#: builtin.c:1271
+#: builtin.c:1272
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf: värdet %g är utanför \"%%%c\"-formatets giltiga intervall"
-#: builtin.c:1331
+#: builtin.c:1332
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
"ignorerar okänt formatspecifikationstecken \"%c\": inget argument konverterat"
-#: builtin.c:1336
+#: builtin.c:1337
msgid "fatal: not enough arguments to satisfy format string"
msgstr "ödesdigert: för få argument för formatsträngen"
-#: builtin.c:1338
+#: builtin.c:1339
msgid "^ ran out for this one"
msgstr "^ tog slut här"
-#: builtin.c:1345
+#: builtin.c:1346
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf: formatspecifieraren har ingen kommandobokstav"
-#: builtin.c:1348
+#: builtin.c:1349
msgid "too many arguments supplied for format string"
msgstr "för många argument för formatsträngen"
-#: builtin.c:1422 builtin.c:1433
+#: builtin.c:1423 builtin.c:1434
msgid "printf: no arguments"
msgstr "printf: inga argument"
-#: builtin.c:1474
+#: builtin.c:1475
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: fick ickenumeriskt argument"
-#: builtin.c:1478
+#: builtin.c:1479
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: anropad med negativt argument %g"
-#: builtin.c:1502
+#: builtin.c:1503
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: längden %g är inte >= 1"
-#: builtin.c:1504
+#: builtin.c:1505
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: längden %g är inte >= 0"
-#: builtin.c:1511
+#: builtin.c:1512
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: längden %g som inte är ett heltal kommer trunkeras"
-#: builtin.c:1516
+#: builtin.c:1517
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr "substr: längden %g är för stor för strängindexering, trunkeras till %g"
-#: builtin.c:1528
+#: builtin.c:1529
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: startindex %g är ogiltigt, använder 1"
-#: builtin.c:1533
+#: builtin.c:1534
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr "substr: startindex %g som inte är ett heltal kommer trunkeras"
-#: builtin.c:1558
+#: builtin.c:1559
msgid "substr: source string is zero length"
msgstr "substr: källsträngen är tom"
-#: builtin.c:1574
+#: builtin.c:1575
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: startindex %g är bortom strängens slut"
-#: builtin.c:1582
+#: builtin.c:1583
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -765,203 +765,203 @@ msgstr ""
"substr: längden %g vid startindex %g överskrider det första argumentets "
"längd (%lu)"
-#: builtin.c:1656
+#: builtin.c:1657
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr "strftime: formatvärde i PROCINFO[\"strftime\"] har numerisk typ"
-#: builtin.c:1679
+#: builtin.c:1680
msgid "strftime: received non-numeric second argument"
msgstr "strftime: fick ett ickenumeriskt andra argument"
-#: builtin.c:1682
+#: builtin.c:1683
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr "strftime: andra argimentet mindre än 0 eller för stort för time_t"
-#: builtin.c:1689
+#: builtin.c:1690
msgid "strftime: received non-string first argument"
msgstr "strftime: fick ett första argument som inte är en sträng"
-#: builtin.c:1695
+#: builtin.c:1696
msgid "strftime: received empty format string"
msgstr "strftime: fick en tom formatsträng"
-#: builtin.c:1761
+#: builtin.c:1762
msgid "mktime: received non-string argument"
msgstr "mktime: fick ett argument som inte är en sträng"
-#: builtin.c:1778
+#: builtin.c:1779
msgid "mktime: at least one of the values is out of the default range"
msgstr "mktime: åtminstone ett av värdena är utanför standardintervallet"
-#: builtin.c:1813
+#: builtin.c:1814
msgid "'system' function not allowed in sandbox mode"
msgstr "funktionen \"system\" är inte tillåten i sandlådeläge"
-#: builtin.c:1818
+#: builtin.c:1819
msgid "system: received non-string argument"
msgstr "system: fick ett argument som inte är en sträng"
-#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803
+#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "referens till icke initierad variabel \"%s\""
-#: builtin.c:1940
+#: builtin.c:1941
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "referens till icke initierat fält \"$%d\""
-#: builtin.c:2027
+#: builtin.c:2028
msgid "tolower: received non-string argument"
msgstr "tolower: fick ett argument som inte är en sträng"
-#: builtin.c:2061
+#: builtin.c:2062
msgid "toupper: received non-string argument"
msgstr "toupper: fick ett argument som inte är en sträng"
-#: builtin.c:2097
+#: builtin.c:2098
msgid "atan2: received non-numeric first argument"
msgstr "atan2: fick ett ickenumeriskt första argument"
-#: builtin.c:2099
+#: builtin.c:2100
msgid "atan2: received non-numeric second argument"
msgstr "atan2: fick ett ickenumeriskt andra argument"
-#: builtin.c:2118
+#: builtin.c:2119
msgid "sin: received non-numeric argument"
msgstr "sin: fick ett ickenumeriskt argument"
-#: builtin.c:2134
+#: builtin.c:2135
msgid "cos: received non-numeric argument"
msgstr "cos: fick ett ickenumeriskt argument"
-#: builtin.c:2187
+#: builtin.c:2188
msgid "srand: received non-numeric argument"
msgstr "srand: fick ett ickenumeriskt argument"
-#: builtin.c:2218
+#: builtin.c:2219
msgid "match: third argument is not an array"
msgstr "match: tredje argumentet är inte en vektor"
-#: builtin.c:2482
+#: builtin.c:2483
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub: nollan i tredje argumentet behandlad som en etta"
-#: builtin.c:2775
+#: builtin.c:2776
msgid "lshift: received non-numeric first argument"
msgstr "lshift: fick ett ickenumeriskt första argument"
-#: builtin.c:2777
+#: builtin.c:2778
msgid "lshift: received non-numeric second argument"
msgstr "lshift: fick ett ickenumeriskt andra argument"
-#: builtin.c:2783
+#: builtin.c:2784
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr "lshift(%lf, %lf): negativa värden kommer ge konstiga resultat"
-#: builtin.c:2785
+#: builtin.c:2786
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf): flyttalsvärden kommer trunkeras"
-#: builtin.c:2787
+#: builtin.c:2788
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr "lshift(%lf, %lf): för stora skiftvärden kommer ge konstiga resultat"
-#: builtin.c:2812
+#: builtin.c:2813
msgid "rshift: received non-numeric first argument"
msgstr "rshift: fick ett ickenumeriskt första argument"
-#: builtin.c:2814
+#: builtin.c:2815
msgid "rshift: received non-numeric second argument"
msgstr "rshift: fick ett ickenumeriskt andra argument"
-#: builtin.c:2820
+#: builtin.c:2821
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr "rshift(%lf, %lf): negativa värden kommer ge konstiga resultat"
-#: builtin.c:2822
+#: builtin.c:2823
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf): flyttalsvärden kommer trunkeras"
-#: builtin.c:2824
+#: builtin.c:2825
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr "rshift(%lf, %lf): för stora skiftvärden kommer ge konstiga resultat"
-#: builtin.c:2849
+#: builtin.c:2850
msgid "and: received non-numeric first argument"
msgstr "and: fick ett ickenumeriskt första argument"
-#: builtin.c:2851
+#: builtin.c:2852
msgid "and: received non-numeric second argument"
msgstr "and: fick ett ickenumeriskt andra argument"
-#: builtin.c:2857
+#: builtin.c:2858
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr "and(%lf, %lf): negativa värden kommer ge konstiga resultat"
-#: builtin.c:2859
+#: builtin.c:2860
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): flyttalsvärden kommer trunkeras"
-#: builtin.c:2884
+#: builtin.c:2885
msgid "or: received non-numeric first argument"
msgstr "or: fick ett ickenumeriskt första argument"
-#: builtin.c:2886
+#: builtin.c:2887
msgid "or: received non-numeric second argument"
msgstr "or: fick ett ickenumeriskt andra argument"
-#: builtin.c:2892
+#: builtin.c:2893
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr "or(%lf, %lf): negativa värden kommer ge konstiga resultat"
-#: builtin.c:2894
+#: builtin.c:2895
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf): flyttalsvärden kommer trunkeras"
-#: builtin.c:2922
+#: builtin.c:2923
msgid "xor: received non-numeric first argument"
msgstr "xor: fick ett ickenumeriskt första argument"
-#: builtin.c:2924
+#: builtin.c:2925
msgid "xor: received non-numeric second argument"
msgstr "xor: fick ett ickenumeriskt andra argument"
-#: builtin.c:2930
+#: builtin.c:2931
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr "xor(%lf, %lf): negativa värden kommer ge konstiga resultat"
-#: builtin.c:2932
+#: builtin.c:2933
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf): flyttalsvärden kommer trunkeras"
-#: builtin.c:2956 builtin.c:2962
+#: builtin.c:2957 builtin.c:2963
msgid "compl: received non-numeric argument"
msgstr "compl: fick ett ickenumeriskt argument"
-#: builtin.c:2964
+#: builtin.c:2965
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf): negativa värden kommer ge konstiga resultat"
-#: builtin.c:2966
+#: builtin.c:2967
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf): flyttalsvärden kommer trunkeras"
-#: builtin.c:3135
+#: builtin.c:3136
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: \"%s\" är inte en giltig lokalkategori"
@@ -1299,57 +1299,57 @@ msgstr "gamla awk st
msgid "`FPAT' is a gawk extension"
msgstr "\"FPAT\" är en gawk-utökning"
-#: getopt.c:595 getopt.c:624
+#: getopt.c:601 getopt.c:630
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s: flaggan \"%s\" är tvetydig\n"
-#: getopt.c:670 getopt.c:674
+#: getopt.c:676 getopt.c:680
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: flaggan \"--%s\" tillåter inte något argument\n"
-#: getopt.c:683 getopt.c:688
+#: getopt.c:689 getopt.c:694
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: flaggan \"%c%s\" tillåter inte något argument\n"
-#: getopt.c:731 getopt.c:750
+#: getopt.c:737 getopt.c:756
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: flaggan \"%s\" kräver ett argument\n"
-#: getopt.c:788 getopt.c:791
+#: getopt.c:794 getopt.c:797
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: okänd flagga \"--%s\"\n"
-#: getopt.c:799 getopt.c:802
+#: getopt.c:805 getopt.c:808
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: okänd flagga \"%c%s\"\n"
-#: getopt.c:851 getopt.c:854
+#: getopt.c:857 getopt.c:860
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ogiltig flagga -- \"%c\"\n"
-#: getopt.c:907 getopt.c:924 getopt.c:1134 getopt.c:1152
+#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: flaggan kräver ett argument -- \"%c\"\n"
-#: getopt.c:980 getopt.c:996
+#: getopt.c:986 getopt.c:1002
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: flaggan \"-W %s\" är tvetydig\n"
-#: getopt.c:1020 getopt.c:1038
+#: getopt.c:1026 getopt.c:1044
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: flaggan \"-W %s\" tillåter inte något argument\n"
-#: getopt.c:1059 getopt.c:1077
+#: getopt.c:1065 getopt.c:1083
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: flaggan \"-W %s\" kräver ett argument\n"
diff --git a/version.c b/version.c
index e53ddd7..09bea57 100644
--- a/version.c
+++ b/version.c
@@ -1,3 +1,3 @@
#include "config.h"
-const char *version_string = "GNU Awk 4.0.0k";
+const char *version_string = "GNU Awk 4.0.0l";
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 ++
configure | 22 ++++----
configure.ac | 4 +-
pc/config.h | 6 +-
po/da.gmo | Bin 48955 -> 48955 bytes
po/da.po | 184 +++++++++++++++++++++++++++++-----------------------------
po/de.gmo | Bin 52410 -> 52410 bytes
po/de.po | 184 +++++++++++++++++++++++++++++-----------------------------
po/es.gmo | Bin 51691 -> 51691 bytes
po/es.po | 184 +++++++++++++++++++++++++++++-----------------------------
po/fi.gmo | Bin 51928 -> 51928 bytes
po/fi.po | 184 +++++++++++++++++++++++++++++-----------------------------
po/fr.gmo | Bin 53536 -> 53536 bytes
po/fr.po | 184 +++++++++++++++++++++++++++++-----------------------------
po/gawk.pot | 186 +++++++++++++++++++++++++++++-----------------------------
po/it.gmo | Bin 44170 -> 44170 bytes
po/it.po | 184 +++++++++++++++++++++++++++++-----------------------------
po/ja.gmo | Bin 55401 -> 55401 bytes
po/ja.po | 184 +++++++++++++++++++++++++++++-----------------------------
po/nl.gmo | Bin 49531 -> 49531 bytes
po/nl.po | 184 +++++++++++++++++++++++++++++-----------------------------
po/pl.gmo | Bin 51712 -> 51712 bytes
po/pl.po | 184 +++++++++++++++++++++++++++++-----------------------------
po/sv.gmo | Bin 48974 -> 48974 bytes
po/sv.po | 184 +++++++++++++++++++++++++++++-----------------------------
version.c | 2 +-
26 files changed, 1035 insertions(+), 1030 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. e047ee7530cdd62f7501a82505d9f38e57f02415,
Arnold Robbins <=