# Galician translation for gawk
# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
# This file is distributed under the same license as the gawk package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: gawk\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2007-09-30 22:33+0200\n"
"PO-Revision-Date: 2009-10-26 17:00+0100\n"
"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2009-10-26 13:52+0000\n"
"X-Generator: Launchpad (build Unknown)\n"

#: array.c:112
#, c-format
msgid "attempt to use function `%s' as an array"
msgstr "tentouse usar a función `%s' como unha matriz"

#: array.c:115
#, c-format
msgid "attempt to use scalar parameter `%s' as an array"
msgstr "tentouse usar o parámetro escalar `%s como unha matriz'"

#: array.c:118
#, c-format
msgid "attempt to use scalar `%s' as array"
msgstr "tentouse usar o dato escalar `%s' como unha matriz"

#: array.c:156
#, c-format
msgid "from %s"
msgstr "de %s"

#: array.c:514
#, c-format
msgid "reference to uninitialized element `%s[\"%s\"]'"
msgstr "referencia ao elemento sen inicializar `%s[\"%s\"]'"

#: array.c:520
#, c-format
msgid "subscript of array `%s' is null string"
msgstr "o subíndice da matriz `%s' é a cadea nula"

#: array.c:624
#, c-format
msgid "delete: index `%s' not in array `%s'"
msgstr "delete: o índice `%s' non está na matriz `%s'"

#: array.c:793
#, c-format
msgid "%s: empty (null)\n"
msgstr "%s: baleiro (nulo)\n"

#: array.c:798
#, c-format
msgid "%s: empty (zero)\n"
msgstr "%s: baleiro (cero)\n"

#: array.c:802
#, c-format
msgid "%s: table_size = %d, array_size = %d\n"
msgstr "%s: tamaño_taboa = %d, tamaño_matriz = %d\n"

#: array.c:831
#, c-format
msgid "%s: is parameter\n"
msgstr "%s: é un parámetro\n"

#: array.c:836
#, c-format
msgid "%s: array_ref to %s\n"
msgstr "%s: array_ref a %s\n"

#: awkgram.y:215
#, c-format
msgid "%s blocks must have an action part"
msgstr "Os bloques %s deben ter unha parte de acción"

#: awkgram.y:218
msgid "each rule must have a pattern or an action part"
msgstr "cada regra debe ter un patrón ou unha parte de acción"

#: awkgram.y:254
#: awkgram.y:263
msgid "old awk does not support multiple `BEGIN' or `END' rules"
msgstr "o antigo awk non admite múltiples regras `BEGIN' ou `END'"

#: awkgram.y:282
#, c-format
msgid "`%s' is a built-in function, it cannot be redefined"
msgstr "`%s' é unha función interna, non se pode redefinir"

#: awkgram.y:328
msgid "regexp constant `//' looks like a C++ comment, but is not"
msgstr "a constante de expresión regular `//' semella un comentario de C++, pero non o é"

#: awkgram.y:331
#, c-format
msgid "regexp constant `/%s/' looks like a C comment, but is not"
msgstr "a constante de expresión regular `/%s/' semella un comentario de C, pero non o é"

#: awkgram.y:358
#: awkgram.y:653
msgid "statement may have no effect"
msgstr "a sentenza pode que non teña efecto"

#: awkgram.y:455
#: awkgram.y:479
#, c-format
msgid "`%s' used in %s action"
msgstr "usouse `%s' na acción %s"

#: awkgram.y:470
#: awkgram.y:474
msgid "`nextfile' is a gawk extension"
msgstr "`nextfile' é unha extensión de gawk"

#: awkgram.y:489
msgid "`return' used outside function context"
msgstr "usouse `return' fora do contexto da función"

#: awkgram.y:531
msgid "plain `print' in BEGIN or END rule should probably be `print \"\"'"
msgstr "o `print' simple na regra BEGIN ou END probablemente debe ser `print \"\"'"

#: awkgram.y:547
#: awkgram.y:555
msgid "`delete array' is a gawk extension"
msgstr "`delete array' é unha extensión de gawk"

#: awkgram.y:569
#: awkgram.y:577
msgid "`delete(array)' is a non-portable tawk extension"
msgstr "`delete(array)' é unha extensión de gawk que non é transportable"

#: awkgram.y:621
#, c-format
msgid "duplicate case values in switch body: %s"
msgstr "valores case duplicados no corpo dun switch: %s"

#: awkgram.y:631
msgid "Duplicate `default' detected in switch body"
msgstr "Detectouse un `default' duplicado no corpo dun switch"

#: awkgram.y:720
msgid "multistage two-way pipelines don't work"
msgstr "as liñas de traballo de duas vías multiestado non funcionan"

#: awkgram.y:811
msgid "regular expression on right of assignment"
msgstr "expresión regular do lado dereito dunha asignación"

#: awkgram.y:834
msgid "regular expression on left of `~' or `!~' operator"
msgstr "expresión regular á esquerda do operador `~' ou `!~'"

#: awkgram.y:840
#: awkgram.y:913
msgid "old awk does not support the keyword `in' except after `for'"
msgstr "o antigo awk non admite a palabra clave `in' excepto despois de `for'"

#: awkgram.y:846
msgid "regular expression on right of comparison"
msgstr "expresión regular á dereita dunha comparación"

#: awkgram.y:903
msgid "non-redirected `getline' undefined inside END action"
msgstr "`getline' non redirixido indefinido dentro da acción de END"

#: awkgram.y:914
msgid "old awk does not support multidimensional arrays"
msgstr "o antigo awk non admite matrices multidimensionais"

#: awkgram.y:960
msgid "call of `length' without parentheses is not portable"
msgstr "a chamada de `length' sen paréntesis non é transportable"

#: awkgram.y:965
msgid "call of `length' without parentheses is deprecated by POSIX"
msgstr "a chamada de `length' sen paréntesis está declarada obsoleta por POSIX"

#: awkgram.y:1019
msgid "use of non-array as array"
msgstr "uso dunha matriz que non é matriz"

#: awkgram.y:1022
msgid "invalid subscript expression"
msgstr "expresión de subíndice non válida"

#: awkgram.y:1249
msgid "unexpected newline or end of string"
msgstr "nova liña ou fin de cadea non agardada"

#: awkgram.y:1366
msgid "empty program text on command line"
msgstr "texto de programa baleiro na liña de ordes"

#: awkgram.y:1422
#, c-format
msgid "can't open source file `%s' for reading (%s)"
msgstr "non se puede abrir o ficheiro orixe `%s' para lectura (%s)"

#: awkgram.y:1520
#, c-format
msgid "can't read sourcefile `%s' (%s)"
msgstr "non se pode ler o ficheiro orixe `%s' (%s)"

#: awkgram.y:1528
#, c-format
msgid "source file `%s' is empty"
msgstr "o ficheiro orixe `%s' está baleiro"

#: awkgram.y:1720
#: awkgram.y:1842
#: awkgram.y:1860
#: awkgram.y:2235
#: awkgram.y:2322
msgid "source file does not end in newline"
msgstr "o ficheiro orixe non remata cunha liña nova"

#: awkgram.y:1782
msgid "unterminated regexp ends with `\\' at end of file"
msgstr "expresión regular sen rematar, remata con `\\` ao final do ficheiro"

#: awkgram.y:1806
#, c-format
msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk"
msgstr "%s: %d: o modificador de expresión regular `/.../%c` de tawk non funciona en gawk"

#: awkgram.y:1810
#, c-format
msgid "tawk regex modifier `/.../%c' doesn't work in gawk"
msgstr "o modificador de expresión regular `/.../%c` de tawk non funciona en gawk"

#: awkgram.y:1817
msgid "unterminated regexp"
msgstr "expresión regular sen rematar"

#: awkgram.y:1820
msgid "unterminated regexp at end of file"
msgstr "expresión regular sin rematar ao final do ficheiro"

#: awkgram.y:1889
msgid "use of `\\ #...' line continuation is not portable"
msgstr "o uso da continuación de liña `\\ #...' non é transportable"

#: awkgram.y:1902
msgid "backslash not last character on line"
msgstr "a barra invertida non é o último carácter na liña"

#: awkgram.y:1947
msgid "POSIX does not allow operator `**='"
msgstr "POSIX non permite o operador `**='"

#: awkgram.y:1949
msgid "old awk does not support operator `**='"
msgstr "o antigo awk non é compatible co operador `**='"

#: awkgram.y:1958
msgid "POSIX does not allow operator `**'"
msgstr "POSIX non permite o operador `**'"

#: awkgram.y:1960
msgid "old awk does not support operator `**'"
msgstr "o antigo awk non admite o operador `**='"

#: awkgram.y:1991
msgid "operator `^=' is not supported in old awk"
msgstr "o operador `^=' non está admitido no antigo awk"

#: awkgram.y:1999
msgid "operator `^' is not supported in old awk"
msgstr "o operador `^' non está admitido no antigo awk"

#: awkgram.y:2083
#: awkgram.y:2098
msgid "unterminated string"
msgstr "cadea sen rematar"

#: awkgram.y:2283
#, c-format
msgid "invalid char '%c' in expression"
msgstr "carácter '%c' incorrecto na expresión"

#: awkgram.y:2331
#, c-format
msgid "`%s' is a gawk extension"
msgstr "`%s' é unha extensión de gawk"

#: awkgram.y:2334
#, c-format
msgid "`%s' is a Bell Labs extension"
msgstr "`%s' é unha extensión de Bell Labs"

#: awkgram.y:2337
#, c-format
msgid "POSIX does not allow `%s'"
msgstr "POSIX non permite `%s'"

#: awkgram.y:2341
#, c-format
msgid "`%s' is not supported in old awk"
msgstr "`%s' no está admitido no antigo awk"

#: awkgram.y:2367
msgid "`goto' considered harmful!\n"
msgstr "`goto' considerase dañino!\n"

#: awkgram.y:2429
#, c-format
msgid "%d is invalid as number of arguments for %s"
msgstr "%d non é correcto como número de argumentos para %s"

#: awkgram.y:2448
#: awkgram.y:2451
msgid "match: third argument is a gawk extension"
msgstr "match: o terceiro argumento é unha extensión de gawk"

#: awkgram.y:2464
#, c-format
msgid "%s: string literal as last arg of substitute has no effect"
msgstr "%s: o literal de cadea como último argumento de substitución non ten efecto"

#: awkgram.y:2467
#, c-format
msgid "%s third parameter is not a changeable object"
msgstr "o terceiro argumento de %s non é un obxecto que se poida cambiar"

#: awkgram.y:2494
#: awkgram.y:2497
msgid "close: second argument is a gawk extension"
msgstr "close: o segundo argumento é unha extensión de gawk"

#: awkgram.y:2507
msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore"
msgstr "o uso de dcgettext(_\"...\") é incorrecto: quite o subliñado inicial"

#: awkgram.y:2522
msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore"
msgstr "o uso de dcngettext(_\"...\") é incorrecto: quite o subliñado inicial"

#: awkgram.y:2594
#, c-format
msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d"
msgstr "función `%s': parámetro #%d, `%s', duplica o parámetro #%d"

#: awkgram.y:2627
#, c-format
msgid "function `%s': parameter `%s' shadows global variable"
msgstr "función `%s': parámetro `%s' escurece a variable global"

#: awkgram.y:2739
#, c-format
msgid "could not open `%s' for writing (%s)"
msgstr "non se pode abrir `%s' para escritura (%s)"

#: awkgram.y:2740
#: profile.c:94
msgid "sending profile to standard error"
msgstr "enviando o perfil á saída estándar de erro"

#: awkgram.y:2772
#, c-format
msgid "%s: close failed (%s)"
msgstr "%s: fallou close (%s)"

#: awkgram.y:2893
msgid "shadow_funcs() called twice!"
msgstr "chamouse a shadow_funcs() dúas veces!"

#: awkgram.y:2920
msgid "there were shadowed variables."
msgstr "hai variables opacadas."

#: awkgram.y:2993
#, c-format
msgid "function `%s': can't use function name as parameter name"
msgstr "función `%s': non se pode usar un nome de función como nome de parámetro"

#: awkgram.y:3003
#, c-format
msgid "function name `%s' previously defined"
msgstr "o nome de función `%s' definiuse previamente"

#: awkgram.y:3154
#: awkgram.y:3160
#, c-format
msgid "function `%s' called but never defined"
msgstr "chamouse a `%s' pero nunca foi definida"

#: awkgram.y:3163
#, c-format
msgid "function `%s' defined but never called"
msgstr "definiuse a función `%s' pero nunca foi chamada"

#: awkgram.y:3190
#, c-format
msgid "regexp constant for parameter #%d yields boolean value"
msgstr "a constante de expresión regular para o parámetro #%d da un valor booleano"

#: awkgram.y:3234
#, c-format
msgid ""
"function `%s' called with space between name and `(',\n"
"or used as a variable or an array"
msgstr ""
"chamose a función `%s' con espazo entre o nome e o `(',\n"
"ou usouse como unha variable ou unha matriz"

#: builtin.c:119
#, c-format
msgid "%s to \"%s\" failed (%s)"
msgstr "fallou %s a \"%s\" (%s)"

#: builtin.c:120
msgid "standard output"
msgstr "saída estándar"

#: builtin.c:121
msgid "reason unknown"
msgstr "razón descoñecida"

#: builtin.c:134
msgid "exp: received non-numeric argument"
msgstr "exp: recibiuse un argumento que non é un número"

#: builtin.c:140
#, c-format
msgid "exp: argument %g is out of range"
msgstr "exp: o argumento %g está fora de rango"

#: builtin.c:198
#, c-format
msgid "fflush: cannot flush: pipe `%s' opened for reading, not writing"
msgstr "fflush: non se pode limpar: abriuse a canalización `%s' para lectura, non para escritura"

#: builtin.c:201
#, c-format
msgid "fflush: cannot flush: file `%s' opened for reading, not writing"
msgstr "fflush: non se pode limpar: abriuse o ficheiro `%s' para lectura, non para escritura"

#: builtin.c:213
#, c-format
msgid "fflush: `%s' is not an open file, pipe or co-process"
msgstr "fflush: `%s' non é un ficheiro aberto, canalización ou co-proceso"

#: builtin.c:306
msgid "index: received non-string first argument"
msgstr "index: o primeiro argumento recibido non é unha cadea"

#: builtin.c:308
msgid "index: received non-string second argument"
msgstr "index: o segundo argumento recibido non é unha cadea"

#: builtin.c:423
msgid "int: received non-numeric argument"
msgstr "int: recibiuse un argumento que non é un número"

#: builtin.c:448
msgid "`length(array)' is a gawk extension"
msgstr "`length(array)' é unha extensión de gawk"

#: builtin.c:458
msgid "length: received non-string argument"
msgstr "length: recibiuse un argumento que non é unha cadea"

#: builtin.c:483
msgid "log: received non-numeric argument"
msgstr "log: recibiuse un argumento que non é un número"

#: builtin.c:486
#, c-format
msgid "log: received negative argument %g"
msgstr "log: recibiuse o argumento negativo %g"

#: builtin.c:693
#: builtin.c:696
msgid "must use `count$' on all formats or none"
msgstr "debese utilizar `count$' en todos os formatos ou en ningún"

#: builtin.c:799
msgid "`$' is not permitted in awk formats"
msgstr "non se permite `$' nos formatos de awk"

#: builtin.c:805
msgid "arg count with `$' must be > 0"
msgstr "a conta de argumentos con `$' debe ser > 0"

#: builtin.c:807
#, c-format
msgid "arg count %ld greater than total number of supplied arguments"
msgstr "a conta de argumentos %ld é maior que o número total de argumentos fornrcidos"

#: builtin.c:809
msgid "`$' not permitted after period in format"
msgstr "non se permite `$' despois dun punto no formato"

#: builtin.c:822
msgid "no `$' supplied for positional field width or precision"
msgstr "non se fornece `$' para o ancho ou a precisión do campo posicional"

#: builtin.c:888
msgid "`l' is meaningless in awk formats; ignored"
msgstr "`l' non ten significado nos formatos de awk; desbotase"

#: builtin.c:892
msgid "`l' is not permitted in POSIX awk formats"
msgstr "non se permite `l' nos formatos POSIX de awk"

#: builtin.c:903
msgid "`L' is meaningless in awk formats; ignored"
msgstr "`L' non ten significado nos formatos de awk; desbotase"

#: builtin.c:907
msgid "`L' is not permitted in POSIX awk formats"
msgstr "non se permite `L' nos formatos POSIX de awk"

#: builtin.c:918
msgid "`h' is meaningless in awk formats; ignored"
msgstr "`h' non ten significado nos formatos de awk; desbotase"

#: builtin.c:922
msgid "`h' is not permitted in POSIX awk formats"
msgstr "non se permite `h' nos formatos POSIX de awk"

#: builtin.c:1182
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf: o valor %g está fora do rango para o formato `%%%c'"

#: builtin.c:1266
msgid "not enough arguments to satisfy format string"
msgstr "non hai argumentos abondo para satisfacer á cadea de formato"

#: builtin.c:1268
msgid "^ ran out for this one"
msgstr "acabouse ^ para éste"

#: builtin.c:1274
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf: o especificador de formato non ten letras de control"

#: builtin.c:1277
msgid "too many arguments supplied for format string"
msgstr "forneceronse demasiados argumentos para a cadea de formato"

#: builtin.c:1352
#: builtin.c:1355
msgid "printf: no arguments"
msgstr "printf: sen argumentos"

#: builtin.c:1379
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: recibiuse un argumento que non é un número"

#: builtin.c:1383
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: foi chamado co argumento negativo %g"

#: builtin.c:1407
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: o índice de inicio %g non é correcto, usase 1"

#: builtin.c:1412
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr "substr: truncaráse o índice de inicio non enteiro %g"

#: builtin.c:1431
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: a lonxitude %g non é >= 1"

#: builtin.c:1433
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: a lonxitude %g non é >= 0"

#: builtin.c:1440
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: truncaráse a lonxitude non enteira %g"

#: builtin.c:1445
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr "substr: a lonxitude %g é demasiado grande para ser índice de cadea, truncase a %g"

#: builtin.c:1457
msgid "substr: source string is zero length"
msgstr "substr: a cadea de orixees é de longitude cero"

#: builtin.c:1473
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: o índice de inicio %g está despois do fin da cadea"

#: builtin.c:1481
#, c-format
msgid "substr: length %g at start index %g exceeds length of first argument (%lu)"
msgstr "substr: a cadea %g no índice de inicio %g excede a lonxitude do primeiro argumento (%lu)"

#: builtin.c:1558
msgid "strftime: received non-string first argument"
msgstr "strftime: o primeiro argumento recibido non é unha cadea"

#: builtin.c:1564
msgid "strftime: received empty format string"
msgstr "strftime: recibiuse unha cadea de formato baleira"

#: builtin.c:1573
msgid "strftime: received non-numeric second argument"
msgstr "strftime: o segundo argumento recibido non é un número"

#: builtin.c:1650
msgid "mktime: received non-string argument"
msgstr "mktime: recibiuse un argumento que non é unha cadea"

#: builtin.c:1695
msgid "system: received non-string argument"
msgstr "system: recibiuse un argumento que non é unha cadea"

#: builtin.c:1816
#: eval.c:2041
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "referencia ao campo sen inicializar `$%d'"

#: builtin.c:1921
msgid "tolower: received non-string argument"
msgstr "tolower: recibiuse un argumento que non é unha cadea"

#: builtin.c:1951
msgid "toupper: received non-string argument"
msgstr "toupper: recibiuse un argumento que non é unha cadea"

#: builtin.c:1984
msgid "atan2: received non-numeric first argument"
msgstr "atan2: o primeiro argumento recibido non é un número"

#: builtin.c:1986
msgid "atan2: received non-numeric second argument"
msgstr "atan2: o segundo argumento recibido non é un número"

#: builtin.c:2005
msgid "sin: received non-numeric argument"
msgstr "sin: recibiuse un argumento que non é un número"

#: builtin.c:2021
msgid "cos: received non-numeric argument"
msgstr "cos: recibiuse un argumento que non é un número"

#: builtin.c:2071
msgid "srand: received non-numeric argument"
msgstr "srand: recibiuse un argumento que non é un número"

#: builtin.c:2106
msgid "match: third argument is not an array"
msgstr "match: o terceiro argumento non é unha matriz"

#: builtin.c:2650
msgid "gensub: third argument of 0 treated as 1"
msgstr "gensub: o terceiro argumento de 0 tratase como 1"

#: builtin.c:2766
msgid "lshift: received non-numeric first argument"
msgstr "lshift: o primieor argumento recibido non é un número"

#: builtin.c:2768
msgid "lshift: received non-numeric second argument"
msgstr "lshift: o segundo argumento recibido non é un número"

#: builtin.c:2774
#, c-format
msgid "lshift(%lf, %lf): negative values will give strange results"
msgstr "lshift(%lf, %lf): os valores negativos darán resultados estranos"

#: builtin.c:2776
#, c-format
msgid "lshift(%lf, %lf): fractional values will be truncated"
msgstr "lshift(%lf, %lf): os valores fraccionarios  truncaránse"

#: builtin.c:2778
#, c-format
msgid "lshift(%lf, %lf): too large shift value will give strange results"
msgstr "lshift(%lf, %lf): un valor de desprazamiento moi grande dará resultados estranos"

#: builtin.c:2804
msgid "rshift: received non-numeric first argument"
msgstr "rshift: o primeiro argumento recibido non é un número"

#: builtin.c:2806
msgid "rshift: received non-numeric second argument"
msgstr "rshift: o segundo argumento recibido non é un número"

#: builtin.c:2812
#, c-format
msgid "rshift(%lf, %lf): negative values will give strange results"
msgstr "rshift(%lf, %lf): ls valores negativos darán resultados estranos"

#: builtin.c:2814
#, c-format
msgid "rshift(%lf, %lf): fractional values will be truncated"
msgstr "rshift(%lf, %lf): os valores fraccionarios serán truncados"

#: builtin.c:2816
#, c-format
msgid "rshift(%lf, %lf): too large shift value will give strange results"
msgstr "rshift(%lf, %lf): un valor de desprazamiento moi grande dará resultados estranos"

#: builtin.c:2842
msgid "and: received non-numeric first argument"
msgstr "and: o primeiro argumento recibido non é un número"

#: builtin.c:2844
msgid "and: received non-numeric second argument"
msgstr "and: o segundo argumento recibido non é un número"

#: builtin.c:2850
#, c-format
msgid "and(%lf, %lf): negative values will give strange results"
msgstr "and(%lf, %lf): os valores negativos darán resultados estranos"

#: builtin.c:2852
#, c-format
msgid "and(%lf, %lf): fractional values will be truncated"
msgstr "and(%lf, %lf): os valores fraccionarios serán truncados"

#: builtin.c:2878
msgid "or: received non-numeric first argument"
msgstr "or: o primeiro argumento recibido non é un número"

#: builtin.c:2880
msgid "or: received non-numeric second argument"
msgstr "or: o segundo argumento recibido non é un número"

#: builtin.c:2886
#, c-format
msgid "or(%lf, %lf): negative values will give strange results"
msgstr "or(%lf, %lf): os valores negativos darán resultados estranos"

#: builtin.c:2888
#, c-format
msgid "or(%lf, %lf): fractional values will be truncated"
msgstr "or(%lf, %lf): os valores fraccionarios serán truncados"

#: builtin.c:2914
msgid "xor: received non-numeric first argument"
msgstr "xor: o primeiro argumento recibido non é un número"

#: builtin.c:2916
msgid "xor: received non-numeric second argument"
msgstr "xor: o segundo argumento recibido non é un número"

#: builtin.c:2922
#, c-format
msgid "xor(%lf, %lf): negative values will give strange results"
msgstr "xor(%lf, %lf): os valores negativos darán resultados estranos"

#: builtin.c:2924
#, c-format
msgid "xor(%lf, %lf): fractional values will be truncated"
msgstr "xor(%lf, %lf): os valores fraccionarios truncaránse"

#: builtin.c:2948
msgid "compl: received non-numeric argument"
msgstr "compl: recibiuse un argumento que non é un número"

#: builtin.c:2954
#, c-format
msgid "compl(%lf): negative value will give strange results"
msgstr "compl(%lf): o valor negativo dará resultados estranos"

#: builtin.c:2956
#, c-format
msgid "compl(%lf): fractional value will be truncated"
msgstr "compl(%lf): o valor fraccionario truncaráse"

#: builtin.c:3129
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: `%s' non é unha categoría local válida"

#: eval.c:303
#, c-format
msgid "unknown nodetype %d"
msgstr "tipo de nodo %d descoñecido"

#: eval.c:353
msgid "buffer overflow in genflags2str"
msgstr "desbordamento de búfer en genflags2str"

#: eval.c:385
#: eval.c:391
#: profile.c:817
#, c-format
msgid "attempt to use array `%s' in a scalar context"
msgstr "tentouse usar a matriz `%s' nun contexto escalar"

#: eval.c:733
#, c-format
msgid "for loop: array `%s' changed size from %ld to %ld during loop execution"
msgstr "ciclo for: a matriz `%s' cambiou de tamaño de %ld a %ld durante a execución do ciclo"

#: eval.c:754
msgid "`break' outside a loop is not portable"
msgstr "`break' fora dun ciclo non é transportable"

#: eval.c:758
msgid "`break' outside a loop is not allowed"
msgstr "non se permite `break' fora dun ciclo"

#: eval.c:775
msgid "`continue' outside a loop is not portable"
msgstr "`continue' fora dun ciclo non é transportable"

#: eval.c:779
msgid "`continue' outside a loop is not allowed"
msgstr "non se permite `continue' fora dun ciclo"

#: eval.c:813
msgid "`next' cannot be called from a BEGIN rule"
msgstr "`next' non se pode chamar desde unha regra BEGIN"

#: eval.c:815
msgid "`next' cannot be called from an END rule"
msgstr "`next' non se pode chamar desde unha regra END"

#: eval.c:824
msgid "`nextfile' cannot be called from a BEGIN rule"
msgstr "`nextfile' non se pode chamar desde unha regra BEGIN"

#: eval.c:826
msgid "`nextfile' cannot be called from an END rule"
msgstr "`nextfile'non se pode chamar desde unha regra END"

#: eval.c:875
msgid "statement has no effect"
msgstr "a declaración non ten efecto"

#: eval.c:952
#: eval.c:1895
#, c-format
msgid "can't use function name `%s' as variable or array"
msgstr "non se pode usar o nome da función `%s' como variable ou matriz"

#: eval.c:959
#: eval.c:965
#, c-format
msgid "reference to uninitialized argument `%s'"
msgstr "referencia ao argumento sen inicializar `%s'"

#: eval.c:974
#: eval.c:1904
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr "referencia á variable sen inicializar `%s'"

#: eval.c:1120
msgid "concatenation: side effects in one expression have changed the length of another!"
msgstr "concatenación: Os efectos laterais nunha expresión cambiaron a lonxitude da outra!"

#: eval.c:1202
msgid "assignment used in conditional context"
msgstr "usouse unha asignación nun contexto condicional"

#: eval.c:1280
msgid "division by zero attempted"
msgstr "intentouse unha división por cero"

#: eval.c:1295
#, c-format
msgid "division by zero attempted in `%%'"
msgstr "intentouse unha división por cero en `%%'"

#: eval.c:1310
#: profile.c:693
#, c-format
msgid "illegal type (%s) in tree_eval"
msgstr "tipo incorrecto (%s) en tree_eval"

#: eval.c:1473
msgid "division by zero attempted in `/='"
msgstr "intentouse unha división por cero en `/='"

#: eval.c:1495
#, c-format
msgid "division by zero attempted in `%%='"
msgstr "se intentó una división por cero en `%%='"

#: eval.c:1760
#, c-format
msgid "function `%s' called with more arguments than declared"
msgstr "chamouse á función `%s' con máis argumentos dos declarados"

#: eval.c:1804
#, c-format
msgid "function `%s' not defined"
msgstr "a función `%s' no está definida"

#: eval.c:1867
#, c-format
msgid ""
"\n"
"\t# Function Call Stack:\n"
"\n"
msgstr ""
"\n"
"\t# Pila de Chamadas de funcións:\n"
"\n"

#: eval.c:1870
#, c-format
msgid "\t# -- main --\n"
msgstr "\t# -- principal --\n"

#: eval.c:2025
msgid "attempt to field reference from non-numeric value"
msgstr "tentouse unha referencia de campo desde un valor que non é un número"

#: eval.c:2027
msgid "attempt to reference from null string"
msgstr "tentouse unha referencia desde unha cadea nula"

#: eval.c:2033
#, c-format
msgid "attempt to access field %d"
msgstr "tentouse acceder aol campo %d"

#: eval.c:2054
#: eval.c:2061
#: profile.c:914
msgid "assignment is not allowed to result of builtin function"
msgstr "non se permite a asignación como resultado dunha función interna"

#: eval.c:2125
msgid "`IGNORECASE' is a gawk extension"
msgstr "`IGNORECASE' é unha extensión de gawk"

#: eval.c:2155
msgid "`BINMODE' is a gawk extension"
msgstr "`BINMODE' é unha extensión de gawk"

#: eval.c:2277
#, c-format
msgid "bad `%sFMT' specification `%s'"
msgstr "especificación `%sFMT' `%s' errónea"

#: eval.c:2355
msgid "turning off `--lint' due to assignment to `LINT'"
msgstr "desactivase `--lint' debido a unha asignación a `LINT'"

#: ext.c:62
#: ext.c:67
msgid "`extension' is a gawk extension"
msgstr "`extension' é unha extensión de gawk"

#: ext.c:77
#, c-format
msgid "extension: cannot open `%s' (%s)\n"
msgstr "extension: non se pode abrir `%s' (%s)\n"

#: ext.c:85
#, c-format
msgid "extension: library `%s': cannot call function `%s' (%s)\n"
msgstr "extension: a biblioteca `%s': non pode chamar á función `%s' (%s)\n"

#: ext.c:105
msgid "extension: missing function name"
msgstr "extension: falta o nome da función"

#: ext.c:110
#, c-format
msgid "extension: illegal character `%c' in function name `%s'"
msgstr "extension: carácter inaceptáble `%c' no nome da función `%s'"

#: ext.c:116
#, c-format
msgid "extension: can't redefine function `%s'"
msgstr "extension: non se pode redefinir a función `%s'"

#: ext.c:120
#, c-format
msgid "extension: function `%s' already defined"
msgstr "extension: a función `%s' xa está definida"

#: ext.c:125
#, c-format
msgid "extension: can't use gawk built-in `%s' as function name"
msgstr "extension: non se pode utilizar a orde interna de gawk `%s' como nome de función"

#: ext.c:127
#, c-format
msgid "extension: function name `%s' previously defined"
msgstr "extension: o nome de función `%s' foi definida previamente"

#: ext.c:204
#, c-format
msgid "function `%s' defined to take no more than %d argument(s)"
msgstr "a función `%s' foi definida para levar non máis de %d argumento(s)"

#: ext.c:207
#, c-format
msgid "function `%s': missing argument #%d"
msgstr "función `%s': falta o argumento #%d"

#: ext.c:217
#, c-format
msgid "function `%s': argument #%d: attempt to use scalar as an array"
msgstr "función `%s': argumento #%d: tentouse usar un escalar como unha matriz"

#: ext.c:221
#, c-format
msgid "function `%s': argument #%d: attempt to use array as a scalar"
msgstr "función `%s': argumento #%d: tentouse usar unha matriz como un escalar"

#: ext.c:246
msgid "Operation Not Supported"
msgstr "Operación non compatible"

#: field.c:330
msgid "NF set to negative value"
msgstr "NF con un valor negativo"

#: field.c:823
msgid "split: second argument is not an array"
msgstr "split: o segundo argumento non é unha matriz"

#: field.c:857
msgid "split: null string for third arg is a gawk extension"
msgstr "split: a cadea nula para o terceiro argumento é unha extensión de gawk"

#: field.c:909
msgid "`FIELDWIDTHS' is a gawk extension"
msgstr "`FIELDWIDTHS' é unha extensión gawk"

#: field.c:939
#: field.c:953
#, c-format
msgid "invalid FIELDWIDTHS value, near `%s'"
msgstr "valor de FIELDWIDTHS incorrecto, cerca de `%s'"

#: field.c:1036
msgid "null string for `FS' is a gawk extension"
msgstr "a cadena nula para `FS' é unha extensión de gawk"

#: field.c:1040
msgid "old awk does not support regexps as value of `FS'"
msgstr "o antigo awk non admite expresións regulares como valor de `FS'"

#: getopt.c:571
#: getopt.c:587
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr "%s: a opción `%s' é ambigua\n"

#: getopt.c:620
#: getopt.c:624
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr "%s: a opción `--%s' non permite un argumento\n"

#: getopt.c:633
#: getopt.c:638
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr "%s: a opción `%c%s' non permite un argumento\n"

#: getopt.c:681
#: getopt.c:700
#: getopt.c:1016
#: getopt.c:1035
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr "%s: a opción `%s' require un argumento\n"

#: getopt.c:738
#: getopt.c:741
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr "%s: opción descoñecida \"--%s\"\n"

#: getopt.c:749
#: getopt.c:752
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr "%s: opción non recoñecida `%c%s'\n"

#: getopt.c:804
#: getopt.c:807
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr "%s: opción inaceptáble -- %c\n"

#: getopt.c:813
#: getopt.c:816
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr "%s: opción non válida -- %c\n"

#: getopt.c:868
#: getopt.c:884
#: getopt.c:1088
#: getopt.c:1106
#: main.c:461
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s: a opción require un argumento -- %c\n"

#: getopt.c:937
#: getopt.c:953
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr "%s: a opción `-W %s' é ambigua\n"

#: getopt.c:977
#: getopt.c:995
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: a opción `-W %s' non permite un argumento\n"

#: io.c:345
#, c-format
msgid "cannot open file `%s' for reading (%s)"
msgstr "non se pode abrir o ficheiro `%s' para lectura (%s)"

#: io.c:436
#, c-format
msgid "close of fd %d (`%s') failed (%s)"
msgstr "fallou ao pechar o fd %d (`%s') (%s)"

#: io.c:575
#, c-format
msgid "invalid tree type %s in redirect()"
msgstr "tipo de árbore %s incorrecto en redirect()"

#: io.c:581
#, c-format
msgid "expression in `%s' redirection only has numeric value"
msgstr "a expresión na redirección `%s' só ten un valor numérico"

#: io.c:587
#, c-format
msgid "expression for `%s' redirection has null string value"
msgstr "a expresión para a redirección `%s' ten un valor de cadea nula"

#: io.c:592
#, c-format
msgid "filename `%s' for `%s' redirection may be result of logical expression"
msgstr "o fichero `%s' para a redirección `%s' pode ser resultado dunha expresión lóxica"

#: io.c:630
#, c-format
msgid "unnecessary mixing of `>' and `>>' for file `%.*s'"
msgstr "mestura innecesaria de `>' e `>>' para o ficheiro `%.*s'"

#: io.c:682
#, c-format
msgid "can't open pipe `%s' for output (%s)"
msgstr "non se pode abrir a canalización `%s' para a saída (%s)"

#: io.c:691
#, c-format
msgid "can't open pipe `%s' for input (%s)"
msgstr "non se pode abrir a canalización `%s' para a entrada (%s)"

#: io.c:698
#: io.c:1448
#, c-format
msgid "file `%s' is a directory"
msgstr "o ficheiro `%s' é un directorio"

#: io.c:706
#, c-format
msgid "can't open two way socket `%s' for input/output (%s)"
msgstr "non se pode abrir o «socket» de dúas vías `%s' para entrada/saída (%s)"

#: io.c:710
#, c-format
msgid "can't open two way pipe `%s' for input/output (%s)"
msgstr "non se pode abrir a canalización de dúas vías `%s' para entrada/saída (%s)"

#: io.c:786
#, c-format
msgid "can't redirect from `%s' (%s)"
msgstr "non se pode redirixir desde `%s' (%s)"

#: io.c:789
#, c-format
msgid "can't redirect to `%s' (%s)"
msgstr "non se pode redirixir a `%s' (%s)"

#: io.c:828
msgid "reached system limit for open files: starting to multiplex file descriptors"
msgstr "acadouse o límite do sistema para ficheiros abertos: comezando a multiplexar os descriptores de ficheiro"

#: io.c:844
#, c-format
msgid "close of `%s' failed (%s)."
msgstr "fallou ao pechar `%s' (%s)."

#: io.c:852
msgid "too many pipes or input files open"
msgstr "demasiadas canalizacións ou ficheiros de entrada abertos"

#: io.c:875
msgid "close: second argument must be `to' or `from'"
msgstr "close:  segundo argumento debe ser `to' ou `from'"

#: io.c:889
#, c-format
msgid "close: `%.*s' is not an open file, pipe or co-process"
msgstr "close: `%.*s' non é un ficheiro aberto, canalización ou co-proceso"

#: io.c:893
msgid "close of redirection that was never opened"
msgstr "pechado dunha redirección que nunca foi aberta"

#: io.c:989
#, c-format
msgid "close: redirection `%s' not opened with `|&', second argument ignored"
msgstr "close: a redirección `%s' non se abre con `|&', ignorouse o segundo argumento"

#: io.c:1005
#, c-format
msgid "failure status (%d) on pipe close of `%s' (%s)"
msgstr "estado de fallo (%d) ao pechar a canalización de `%s' (%s)"

#: io.c:1008
#, c-format
msgid "failure status (%d) on file close of `%s' (%s)"
msgstr "estado de fallo (%d) ao pechar o ficheiro de `%s' (%s)"

#: io.c:1028
#, c-format
msgid "no explicit close of socket `%s' provided"
msgstr "non se fornece o pechado explícito do «socket» `%s'"

#: io.c:1031
#, c-format
msgid "no explicit close of co-process `%s' provided"
msgstr "non se fornece o pechado explícito do co-proceso `%s'"

#: io.c:1034
#, c-format
msgid "no explicit close of pipe `%s' provided"
msgstr "non se fornece o pechado explícito da canalización `%s'"

#: io.c:1037
#, c-format
msgid "no explicit close of file `%s' provided"
msgstr "non se fornece o pechado explícito do ficheiro `%s'"

#: io.c:1066
#: io.c:1121
#: main.c:749
#: main.c:791
#, c-format
msgid "error writing standard output (%s)"
msgstr "erro ao escribir na saída estándar (%s)"

#: io.c:1070
#: io.c:1126
#, c-format
msgid "error writing standard error (%s)"
msgstr "erro ao escribir na saída estándar de erro (%s)"

#: io.c:1078
#, c-format
msgid "pipe flush of `%s' failed (%s)."
msgstr "fallou a limpeza da canalización de `%s' (%s)."

#: io.c:1081
#, c-format
msgid "co-process flush of pipe to `%s' failed (%s)."
msgstr "fallou a limpeza do co-proceso da canalización a `%s' (%s)."

#: io.c:1084
#, c-format
msgid "file flush of `%s' failed (%s)."
msgstr "fallou a limpeza do ficheiro de `%s' (%s)."

#: io.c:1198
#, c-format
msgid "local port %s invalid in `/inet'"
msgstr "porto local %s incorrecto en `/inet'"

#: io.c:1215
#, c-format
msgid "remote host and port information (%s, %s) invalid"
msgstr "anfitrión remoto e información de porto (%s, %s) incorrectos"

#: io.c:1250
msgid "/inet/raw client not ready yet, sorry"
msgstr "o cliente /inet/raw non está dispoñible ainda"

#: io.c:1253
#: io.c:1289
msgid "only root may use `/inet/raw'."
msgstr "só root pode utilizar `/inet/raw'."

#: io.c:1287
msgid "/inet/raw server not ready yet, sorry"
msgstr "o servidor /inet/raw non está dispoñible ainda"

#: io.c:1385
#, c-format
msgid "no (known) protocol supplied in special filename `%s'"
msgstr "non se fornece ningún protocolo (coñecido) no nome de ficheiro especial `%s'"

#: io.c:1399
#, c-format
msgid "special file name `%s' is incomplete"
msgstr "o nome de ficheiro especial `%s' está incompleto"

#: io.c:1414
msgid "must supply a remote hostname to `/inet'"
msgstr "debese fornecer a `/inet' un nome de anfitrión remoto"

#: io.c:1432
msgid "must supply a remote port to `/inet'"
msgstr "debese fornecer a `/inet' un porto remoto"

#: io.c:1439
msgid "TCP/IP communications are not supported"
msgstr "Non se admiten as comunicacións TCP/IP"

#: io.c:1509
#, c-format
msgid "use `PROCINFO[\"%s\"]' instead of `%s'"
msgstr "use `PROCINFO[\"%s\"]' no canto de `%s'"

#: io.c:1547
msgid "use `PROCINFO[...]' instead of `/dev/user'"
msgstr "use `PROCINFO[...]' no canto de `/dev/user'"

#: io.c:1612
#: io.c:1798
#, c-format
msgid "could not open `%s', mode `%s'"
msgstr "non se pode abrir `%s', modo `%s'"

#: io.c:1849
#, c-format
msgid "close of master pty failed (%s)"
msgstr "fallou ao pechar o pty mestre (%s)"

#: io.c:1851
#: io.c:2003
#: io.c:2154
#, c-format
msgid "close of stdout in child failed (%s)"
msgstr "fallou ao pechar a saída estándar no fillo (%s)"

#: io.c:1854
#, c-format
msgid "moving slave pty to stdout in child failed (dup: %s)"
msgstr "fallou o movemiento do pty escravo á saída estándar no fillo (dup: %s)"

#: io.c:1856
#: io.c:2008
#, c-format
msgid "close of stdin in child failed (%s)"
msgstr "fallou ao pechar a entrada estándar no fillo (%s)"

#: io.c:1859
#, c-format
msgid "moving slave pty to stdin in child failed (dup: %s)"
msgstr "fallou o movemiento do pty escravo á entrada estándar no fillo (dup: %s)"

#: io.c:1861
#: io.c:1880
#, c-format
msgid "close of slave pty failed (%s)"
msgstr "fallou ao pechar o pty escravo (%s)"

#: io.c:1954
#: io.c:2006
#: io.c:2135
#: io.c:2157
#, c-format
msgid "moving pipe to stdout in child failed (dup: %s)"
msgstr "fallou o movemiento á saída estándar no fillo (dup: %s)"

#: io.c:1958
#: io.c:2011
#, c-format
msgid "moving pipe to stdin in child failed (dup: %s)"
msgstr "fallou o movemiento da canalización á entrada estándar no fillo (dup: %s)"

#: io.c:1975
#: io.c:2148
msgid "restoring stdout in parent process failed\n"
msgstr "fallou a restauración da saída estándar no proceso pai\n"

#: io.c:1980
msgid "restoring stdin in parent process failed\n"
msgstr "fallou a restauración da entrada estándar no proceso pai\n"

#: io.c:2014
#: io.c:2159
#: io.c:2170
#, c-format
msgid "close of pipe failed (%s)"
msgstr "fallou ao pechar a canalización(%s)"

#: io.c:2059
msgid "`|&' not supported"
msgstr "`|&' no se admite"

#: io.c:2125
#, c-format
msgid "cannot open pipe `%s' (%s)"
msgstr "non se pode abrir a canalización  `%s' (%s)"

#: io.c:2166
#, c-format
msgid "cannot create child process for `%s' (fork: %s)"
msgstr "non se pode crear o proceso fillo para `%s' (fork: %s)"

#: io.c:2548
#, c-format
msgid "data file `%s' is empty"
msgstr "o ficheiro de datos `%s' está baleiro"

#: io.c:2589
#: io.c:2597
msgid "could not allocate more input memory"
msgstr "non se puede reservar máis memoria de entrada"

#: io.c:2965
#: io.c:3038
#, c-format
msgid "error reading input file `%s': %s"
msgstr "erro ao ler o ficheiro de entrada `%s': %s"

#: io.c:3163
msgid "multicharacter value of `RS' is a gawk extension"
msgstr "o valor multicaracter de `RS' é unha extensión de gawk"

#: main.c:351
msgid "`-m[fr]' option irrelevant in gawk"
msgstr "a opción -m[fr] é irrelevante en gawk"

#: main.c:353
msgid "-m option usage: `-m[fr] nnn'"
msgstr "uso da opción -m: `-m[fr]' nnn"

#: main.c:370
#, c-format
msgid "%s: option `-W %s' unrecognized, ignored\n"
msgstr "%s: no se recoñece a opción `-W %s', ignorase\n"

#: main.c:407
msgid "empty argument to `--source' ignored"
msgstr "ignorase o argumento baleiro para `--source'"

#: main.c:480
msgid "environment variable `POSIXLY_CORRECT' set: turning on `--posix'"
msgstr "a variable de contorno `POSIXLY_CORRECT' está estabrecida: activar `--posix'"

#: main.c:486
msgid "`--posix' overrides `--traditional'"
msgstr "`--posix' imponse a `--traditional'"

#: main.c:497
msgid "`--posix'/`--traditional' overrides `--non-decimal-data'"
msgstr "`--posix'/`--traditional' imponse a `--non-decimal-data'"

#: main.c:501
#, c-format
msgid "running %s setuid root may be a security problem"
msgstr "executar %s como setuid root pode ser un problema de seguridade"

#: main.c:542
#, c-format
msgid "can't set binary mode on stdin (%s)"
msgstr "non se pode estabrecer o modo binario na entrada estándar (%s)"

#: main.c:545
#, c-format
msgid "can't set binary mode on stdout (%s)"
msgstr "non se pode estabrecer o modo binario na saída estándar (%s)"

#: main.c:547
#, c-format
msgid "can't set binary mode on stderr (%s)"
msgstr "non se pode estabrecer o modo binario na saída estándar de erro (%s)"

#: main.c:586
msgid "no program text at all!"
msgstr "non hai ningún programa de texto!"

#: main.c:690
#, c-format
msgid "Usage: %s [POSIX or GNU style options] -f progfile [--] file ...\n"
msgstr "Modo de empleo: %s [opcións estilo POSIX o GNU] -f fichprog [--] ficheiro ...\n"

#: main.c:692
#, c-format
msgid "Usage: %s [POSIX or GNU style options] [--] %cprogram%c file ...\n"
msgstr "Modo de empleo: %s [opcións estilo POSIX o GNU] [--] %cprograma%c ficheiro ...\n"

#: main.c:697
msgid "POSIX options:\t\tGNU long options:\n"
msgstr "Opciones POSIX:\t\topcións longas GNU:\n"

#: main.c:698
msgid "\t-f progfile\t\t--file=progfile\n"
msgstr "\t-f fichprog\t\t--file=fichprog\n"

#: main.c:699
msgid "\t-F fs\t\t\t--field-separator=fs\n"
msgstr "\t-F sc\t\t\t--field-separator=sc\n"

#: main.c:700
msgid "\t-v var=val\t\t--assign=var=val\n"
msgstr "\t-v var=valor\t\t--assign=var=valor\n"

#: main.c:701
msgid "\t-m[fr] val\n"
msgstr "\t-m[fr] valor\n"

#: main.c:702
msgid "\t-W compat\t\t--compat\n"
msgstr "\t-W compat\t\t--compat\n"

#: main.c:703
msgid "\t-W copyleft\t\t--copyleft\n"
msgstr "\t-W copyleft\t\t--copyleft\n"

#: main.c:704
msgid "\t-W copyright\t\t--copyright\n"
msgstr "\t-W copyright\t\t--copyright\n"

#: main.c:705
msgid "\t-W dump-variables[=file]\t--dump-variables[=file]\n"
msgstr "\t-W dump-variables[=ficheiro]\t--dump-variables[=ficheiro]\n"

#: main.c:706
msgid "\t-W exec=file\t\t--exec=file\n"
msgstr "\t-W exec=ficheiro\t\t--exec=ficheiro\n"

#: main.c:707
msgid "\t-W gen-po\t\t--gen-po\n"
msgstr "\t-W gen-po\t\t--gen-po\n"

#: main.c:708
msgid "\t-W help\t\t\t--help\n"
msgstr "\t-W help\t\t\t--help\n"

#: main.c:709
msgid "\t-W lint[=fatal]\t\t--lint[=fatal]\n"
msgstr "\t-W lint[=fatal]\t\t--lint[=fatal]\n"

#: main.c:710
msgid "\t-W lint-old\t\t--lint-old\n"
msgstr "\t-W lint-old\t\t--lint-old\n"

#: main.c:711
msgid "\t-W non-decimal-data\t--non-decimal-data\n"
msgstr "\t-W non-decimal-data\t--non-decimal-data\n"

#: main.c:713
msgid "\t-W nostalgia\t\t--nostalgia\n"
msgstr "\t-W nostalgia\t\t--nostalgia\n"

#: main.c:716
msgid "\t-W parsedebug\t\t--parsedebug\n"
msgstr "\t-W parsedebug\t\t--parsedebug\n"

#: main.c:718
msgid "\t-W profile[=file]\t--profile[=file]\n"
msgstr "\t-W profile[=ficheiro]\t--profile[=ficheiro]\n"

#: main.c:719
msgid "\t-W posix\t\t--posix\n"
msgstr "\t-W posix\t\t--posix\n"

#: main.c:720
msgid "\t-W re-interval\t\t--re-interval\n"
msgstr "\t-W re-interval\t\t--re-interval\n"

#: main.c:721
msgid "\t-W source=program-text\t--source=program-text\n"
msgstr "\t-W source=texto-prog\t--source=texto-prog\n"

#: main.c:722
msgid "\t-W traditional\t\t--traditional\n"
msgstr "\t-W traditional\t\t--traditional\n"

#: main.c:723
msgid "\t-W usage\t\t--usage\n"
msgstr "\t-W usage\t\t--usage\n"

#: main.c:724
msgid "\t-W use-lc-numeric\t--use-lc-numeric\n"
msgstr "\t-W use-lc-numeric\t--use-lc-numeric\n"

#: main.c:725
msgid "\t-W version\t\t--version\n"
msgstr "\t-W version\t\t--version\n"

#. TRANSLATORS: --help output 5 (end)
#. TRANSLATORS: the placeholder indicates the bug-reporting address
#. for this application.  Please add _another line_ with the
#. address for translation bugs.
#. no-wrap
#: main.c:734
msgid ""
"\n"
"To report bugs, see node `Bugs' in `gawk.info', which is\n"
"section `Reporting Problems and Bugs' in the printed version.\n"
"\n"
msgstr ""
"\n"
"Para informar de fallos, consulte o nodo `Bugs' en `gawk.info', o que\n"
"corresponde á sección `Reporting Problems and Bugs' na versión impresa.\n"
"Informe dos erros das mensaxes en galego a <proxecto@trasno.net>.\n"
"\n"

#: main.c:738
msgid ""
"gawk is a pattern scanning and processing language.\n"
"By default it reads standard input and writes standard output.\n"
"\n"
msgstr ""
"gawk é unha linguaxe de recoñecimento e procesamento de patróns.\n"
"Por omisión le a entrada estándar e escribe na saída estándar.\n"
"\n"

#: main.c:742
msgid ""
"Examples:\n"
"\tgawk '{ sum += $1 }; END { print sum }' file\n"
"\tgawk -F: '{ print $1 }' /etc/passwd\n"
msgstr ""
"Exemplos:\n"
"\tgawk '{ sum += $1 }; END { print sum }' ficheiro\n"
"\tgawk -F: '{ print $1 }' /etc/passwd\n"

#: main.c:762
#, c-format
msgid ""
"Copyright (C) 1989, 1991-%d Free Software Foundation.\n"
"\n"
"This program is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License as published by\n"
"the Free Software Foundation; either version 3 of the License, or\n"
"(at your option) any later version.\n"
"\n"
msgstr ""
"Copyright (C) 1989, 1991-%d Free Software Foundation.\n"
"\n"
"Este programa é software libre; pode redistribuirse e/ou ser modificado\n"
"baixo os térmos da Licenza Pública Xeral de GNU tal e como é publicada\n"
"pola Free Software Foundation; xa sexa na versión 3 da Licenza, ou\n"
"(a súa elección) calquera versión posterior.\n"
"\n"

#: main.c:770
msgid ""
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
"GNU General Public License for more details.\n"
"\n"
msgstr ""
"Este programa distribúese coa intención de que sexa útil, pero\n"
"sen NINGUNHA GARANTÍA; nin sequera a garantía implícita de\n"
"COMERCIALIZACIÓN ou VALIDEZ PARA UN FIN PARTICULAR.\n"
"Vexa a Licenza Pública Xeral de GNU para máis detalles.\n"
"\n"

#: main.c:781
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program. If not, see http://www.gnu.org/licenses/.\n"
msgstr ""
"Debeu ter recibido unha copia da Licenza Pública Xeral de GNU\n"
"xunto con este programa. Se non foi así, diríxase a http://www.gnu.org/licenses/\n"

#: main.c:816
msgid "-Ft does not set FS to tab in POSIX awk"
msgstr "-Ft non estabrece FS a tabulador no awk de POSIX"

#: main.c:1060
#, c-format
msgid ""
"%s: `%s' argument to `-v' not in `var=value' form\n"
"\n"
msgstr ""
"%s: o argumento `%s' para `-v' non é da forma `var=valor'\n"
"\n"

#: main.c:1080
#, c-format
msgid "`%s' is not a legal variable name"
msgstr "`%s' non é un nome de variable aceptáble"

#: main.c:1083
#, c-format
msgid "`%s' is not a variable name, looking for file `%s=%s'"
msgstr "`%s' non é un nome de variable, buscase o ficheiro `%s=%s'"

#: main.c:1122
msgid "floating point exception"
msgstr "excepción de coma flotante"

#: main.c:1129
msgid "fatal error: internal error"
msgstr "erro fatal: erro interno"

#: main.c:1180
#, c-format
msgid "no pre-opened fd %d"
msgstr "non existe o fd %d aberto previamente"

#: main.c:1187
#, c-format
msgid "could not pre-open /dev/null for fd %d"
msgstr "non se pode abrir previamente /dev/null para o fd %d"

#: main.c:1210
#: main.c:1219
#, c-format
msgid "could not find groups: %s"
msgstr "non se poden atopar os grupos: %s"

#: msg.c:54
#, c-format
msgid "cmd. line:"
msgstr "liña de ordes:"

#: msg.c:120
msgid "warning: "
msgstr "%s: aviso: "

#: msg.c:142
msgid "error: "
msgstr "erro: "

#: msg.c:178
msgid "fatal: "
msgstr "fatal: "

#: node.c:63
#: node.c:78
#: node.c:105
#: node.c:121
#: node.c:151
msgid "can't convert string to float"
msgstr "non se pode converter unha cadea a coma flotante"

#: node.c:406
msgid "backslash at end of string"
msgstr "barra invertida no final da cadea"

#: node.c:548
#, c-format
msgid "old awk does not support the `\\%c' escape sequence"
msgstr "o antigo awk non admite a secuencia de escape `\\%c'"

#: node.c:599
msgid "POSIX does not allow `\\x' escapes"
msgstr "POSIX non permite escapes `\\x'"

#: node.c:605
msgid "no hex digits in `\\x' escape sequence"
msgstr "non hai díxitos hexadecimais na secuencia de escape `\\x'"

#: node.c:639
#, c-format
msgid "escape sequence `\\%c' treated as plain `%c'"
msgstr "a secuencia de escape `\\%c' tratase como unha simple `%c'"

#: posix/gawkmisc.c:172
#, c-format
msgid "%s %s `%s': could not set close-on-exec: (fcntl: %s)"
msgstr "%s %s `%s': non se pode estabrecer close-on-exec: (fcntl: %s)"

#: profile.c:92
#, c-format
msgid "could not open `%s' for writing: %s"
msgstr "non se pode abrir `%s' para escritura: %s"

#: profile.c:450
#, c-format
msgid "internal error: %s with null vname"
msgstr "erro interno: %s con vname nulo"

#: profile.c:514
msgid "# treated internally as `delete'"
msgstr "# tratase internamente como `delete'"

#: profile.c:1147
#, c-format
msgid "# this is a dynamically loaded extension function"
msgstr "# esta é unha función de extensión cargada dinámicamente"

#: profile.c:1178
#, c-format
msgid "\t# gawk profile, created %s\n"
msgstr "\t# perfil de gawk, creado %s\n"

#: profile.c:1181
#, c-format
msgid ""
"\t# BEGIN block(s)\n"
"\n"
msgstr ""
"\t# bloque(s) BEGIN\n"
"\n"

#: profile.c:1191
#, c-format
msgid ""
"\t# Rule(s)\n"
"\n"
msgstr ""
"\t# Regra(s)\n"
"\n"

#: profile.c:1197
#, c-format
msgid ""
"\t# END block(s)\n"
"\n"
msgstr ""
"\t# bloque(s) END\n"
"\n"

#: profile.c:1217
#, c-format
msgid ""
"\n"
"\t# Functions, listed alphabetically\n"
msgstr ""
"\n"
"\t# Funcións, enumeradas alfabéticamente\n"

#: profile.c:1470
#, c-format
msgid "unexpected type %s in prec_level"
msgstr "tipo %s non agardado en prec_level"

#: regcomp.c:132
msgid "Success"
msgstr "Satisfactorio"

#: regcomp.c:135
msgid "No match"
msgstr "Non houbo coincidencia"

#: regcomp.c:138
msgid "Invalid regular expression"
msgstr "Expresión regular incorrecta"

#: regcomp.c:141
msgid "Invalid collation character"
msgstr "Carácter de ordenación incorrecto"

#: regcomp.c:144
msgid "Invalid character class name"
msgstr "O nome de clase do carácter non é correcto"

#: regcomp.c:147
msgid "Trailing backslash"
msgstr "Barra invertida ao final"

#: regcomp.c:150
msgid "Invalid back reference"
msgstr "Referencia cara a atrás incorrecta"

#: regcomp.c:153
msgid "Unmatched [ or [^"
msgstr "[ ou [^ desemparellado"

#: regcomp.c:156
msgid "Unmatched ( or \\("
msgstr "( ou \\( desemparellado"

#: regcomp.c:159
msgid "Unmatched \\{"
msgstr "\\{ desemparellado"

#: regcomp.c:162
msgid "Invalid content of \\{\\}"
msgstr "O contido entre \\{\\} non é correcto"

#: regcomp.c:165
msgid "Invalid range end"
msgstr "Fin de rango incorrecto"

#: regcomp.c:168
msgid "Memory exhausted"
msgstr "Memoria esgotada"

#: regcomp.c:171
msgid "Invalid preceding regular expression"
msgstr "Expresión regular precedente incorrecta"

#: regcomp.c:174
msgid "Premature end of regular expression"
msgstr "Remate prematuro da expresión regular"

#: regcomp.c:177
msgid "Regular expression too big"
msgstr "Expresión regular demasiado grande"

#: regcomp.c:180
msgid "Unmatched ) or \\)"
msgstr ") ou \\) desemparellado"

#: regcomp.c:664
msgid "No previous regular expression"
msgstr "Non hai unha expresión regular anterior"

