diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 186 |
1 files changed, 93 insertions, 93 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index dc8366fa..d6cf7bf1 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: arnold@skeeve.com\n" -"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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\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 "" |