903
903
msgid "strftime: received empty format string"
904
904
msgstr "strftime: die Format-Zeichenkette ist leer"
907
907
msgid "mktime: at least one of the values is out of the default range"
908
908
msgstr "mktime: mindestens einer der Werte ist außerhalb des normalen Bereichs"
911
911
msgid "'system' function not allowed in sandbox mode"
912
912
msgstr "die Funktion »system« ist im Sandbox-Modus nicht erlaubt"
914
#: builtin.c:2240 builtin.c:2315
914
#: builtin.c:2242 builtin.c:2317
915
915
msgid "print: attempt to write to closed write end of two-way pipe"
917
917
"print: Versuch in die geschlossene schreibende Seite einer bidirektionalen "
918
918
"Pipe zu schreiben"
922
922
msgid "reference to uninitialized field `$%d'"
923
923
msgstr "Referenz auf das nicht initialisierte Feld »$%d«"
925
#: builtin.c:2487 builtin.c:3455 builtin.c:3494 builtin.c:4054
925
#: builtin.c:2489 builtin.c:3457 builtin.c:3496 builtin.c:4056
927
927
msgid "%s: received non-numeric first argument"
928
928
msgstr "%s: das erste Argument ist keine Zahl"
931
931
msgid "match: third argument is not an array"
932
932
msgstr "match: das dritte Argument ist kein Feld"
936
936
msgid "%s: cannot use %s as third argument"
937
937
msgstr "%s: %s kann nicht als drittes Argument verwendet werden"
941
941
msgid "gensub: third argument `%.*s' treated as 1"
942
942
msgstr "gensub: das dritte Argument »%.*s« wird als 1 interpretiert"
946
946
msgid "%s: can be called indirectly only with two arguments"
947
947
msgstr "%s: kann indirekt nur mit zwei Argumenten aufgerufen werden"
951
951
msgid "indirect call to %s requires at least two arguments"
952
952
msgstr "der indirekte Aufruf von %s erfordert mindestens zwei Argumente"
956
956
msgid "lshift(%f, %f): negative values are not allowed"
957
957
msgstr "lshift(%f, %f): negative Werte sind nicht zulässig"
961
961
msgid "lshift(%f, %f): fractional values will be truncated"
962
962
msgstr "lshift(%f, %f): der Nachkommateil wird abgeschnitten"
966
966
msgid "lshift(%f, %f): too large shift value will give strange results"
968
968
"lshift(%f, %f): Zu große Schiebewerte werden zu merkwürdigen Ergebnissen "
973
973
msgid "rshift(%f, %f): negative values are not allowed"
974
974
msgstr "rshift (%f, %f): negative Werte sind nicht zulässig"
978
978
msgid "rshift(%f, %f): fractional values will be truncated"
979
979
msgstr "rshift(%f, %f): der Nachkommateil wird abgeschnitten"
983
983
msgid "rshift(%f, %f): too large shift value will give strange results"
985
985
"rshift(%f, %f): Zu große Schiebewerte werden zu merkwürdigen Ergebnissen "
988
#: builtin.c:3532 builtin.c:3563 builtin.c:3593
988
#: builtin.c:3534 builtin.c:3565 builtin.c:3595
990
990
msgid "%s: called with less than two arguments"
991
991
msgstr "%s: wird mit weniger als zwei Argumenten aufgerufen"
993
#: builtin.c:3537 builtin.c:3568 builtin.c:3599
993
#: builtin.c:3539 builtin.c:3570 builtin.c:3601
995
995
msgid "%s: argument %d is non-numeric"
996
996
msgstr "%s: das Argument %d ist nicht numerisch"
998
#: builtin.c:3541 builtin.c:3572 builtin.c:3603
998
#: builtin.c:3543 builtin.c:3574 builtin.c:3605
1000
1000
msgid "%s: argument %d negative value %g is not allowed"
1001
1001
msgstr "%s: in Argument %d ist der negative Wert %g unzulässig"
1005
1005
msgid "compl(%f): negative value is not allowed"
1006
1006
msgstr "compl(%f): der negative Wert ist unzulässig"
1010
1010
msgid "compl(%f): fractional value will be truncated"
1011
1011
msgstr "compl(%f): der Dezimalteil wird abgeschnitten"
1015
1015
msgid "dcgettext: `%s' is not a valid locale category"
1016
1016
msgstr "dcgettext: »%s« ist keine gültige Locale-Kategorie"
1018
#: builtin.c:4046 mpfr.c:1261
1018
#: builtin.c:4048 mpfr.c:1261
1019
1019
msgid "intdiv: third argument is not an array"
1020
1020
msgstr "intdiv: das dritte Argument ist kein Feld"
1022
#: builtin.c:4065 mpfr.c:1310
1022
#: builtin.c:4067 mpfr.c:1310
1023
1023
msgid "intdiv: division by zero attempted"
1024
1024
msgstr "intdiv: Division durch Null wurde versucht"
1027
1027
msgid "typeof: second argument is not an array"
1028
1028
msgstr "typeof: das zweite Argument ist kein Feld"
1033
1033
"typeof detected invalid flags combination `%s'; please file a bug report"