summaryrefslogtreecommitdiff
path: root/po/es.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/es.po')
-rw-r--r--po/es.po239
1 files changed, 120 insertions, 119 deletions
diff --git a/po/es.po b/po/es.po
index 3d240c3..931a963 100644
--- a/po/es.po
+++ b/po/es.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: attr-2.4.37.0\n"
"Report-Msgid-Bugs-To: acl-devel@nongnu.org\n"
-"POT-Creation-Date: 2017-09-15 15:13+0200\n"
+"POT-Creation-Date: 2021-03-11 19:21+0100\n"
"PO-Revision-Date: 2007-03-16 23:29+0100\n"
"Last-Translator: Antonio Trueba <atrueba@users.sourceforge.net>\n"
"Language-Team: Spanish\n"
@@ -53,103 +53,81 @@ msgstr "estableciendo atributos para %s"
msgid "setting attribute %s for %s"
msgstr "estableciendo atributo %s para %s"
-#: tools/attr.c:49
-#, c-format
-msgid ""
-"Usage: %s [-LRSq] -s attrname [-V attrvalue] pathname # set value\n"
-" %s [-LRSq] -g attrname pathname # get value\n"
-" %s [-LRSq] -r attrname pathname # remove attr\n"
-" %s [-LRq] -l pathname # list attrs \n"
-" -s reads a value from stdin and -g writes a value to stdout\n"
-msgstr ""
-"Uso: %s [-LRSq] -s nomatrib ruta [-V valoratr] ruta # establecer valor\n"
-" %s [-LRSq] -g nomatrib ruta # obtener valor\n"
-" %s [-LRSq] -r nomatrib ruta # borrar atributo\n"
-" %s [-LRq] -l ruta # listar atributos \n"
-" -s lee un valor de la entrada estándar y -g escribe un valor a la salida "
-"estándar\n"
-
-#: tools/attr.c:87 tools/attr.c:104 tools/attr.c:113 tools/attr.c:122
-#, c-format
-msgid "Only one of -s, -g, -r, or -l allowed\n"
-msgstr "Sólo está permitido usar uno de -s, -g, -r, o -l\n"
-
-#: tools/attr.c:95
-#, c-format
-msgid "-V only allowed with -s\n"
-msgstr "-V sólo está permitido con -s\n"
-
-#: tools/attr.c:140
-#, c-format
-msgid "Unrecognized option: %c\n"
-msgstr "Opción no reconocida: %c\n"
-
-#: tools/attr.c:147
-#, c-format
-msgid "A filename to operate on is required\n"
-msgstr "Se necesita un nombre de archivo sobre el que operar\n"
+#: tools/setfattr.c:75 tools/getfattr.c:100
+msgid "No such attribute"
+msgstr "Atributo inexistente"
-#: tools/attr.c:175
+#: tools/setfattr.c:129
#, c-format
-msgid "Could not set \"%s\" for %s\n"
-msgstr "No se pudo establecer \"%s\" para %s\n"
+msgid "%s: %s: No filename found in line %d, aborting\n"
+msgstr "%s: %s: No se encontró nombre de archivo en línea %d, abortando\n"
-#: tools/attr.c:180
+#: tools/setfattr.c:133
#, c-format
-msgid "Attribute \"%s\" set to a %d byte value for %s:\n"
-msgstr "Atributo \"%s\" establecido al valor byte %d para %s:\n"
+msgid "%s: No filename found in line %d of standard input, aborting\n"
+msgstr ""
+"%s: No se encontró nombre de archivo en línea %d de entrada estándar, "
+"abortando\n"
-#: tools/attr.c:198
+#: tools/setfattr.c:180
#, c-format
-msgid "Could not get \"%s\" for %s\n"
-msgstr "No se pudo obtener \"%s\" para %s\n"
+msgid "%s %s -- set extended attributes\n"
+msgstr "%s %s -- establecer atributos extendidos\n"
-#: tools/attr.c:203
+#: tools/setfattr.c:181 tools/getfattr.c:385
#, c-format
-msgid "Attribute \"%s\" had a %d byte value for %s:\n"
-msgstr "El atributo \"%s\" tenía el valor byte %d para %s:\n"
+msgid "Usage: %s %s\n"
+msgstr "Uso: %s %s\n"
-#: tools/attr.c:216
+#: tools/setfattr.c:182
#, c-format
-msgid "Could not remove \"%s\" for %s\n"
-msgstr "No se pudo eliminar \"%s\" para %s\n"
+msgid " %s %s\n"
+msgstr " %s %s\n"
-#: tools/attr.c:234
+#: tools/setfattr.c:184
#, fuzzy, c-format
-msgid "Could not list %s\n"
-msgstr "No se pudo listar \"%s\" para %s\n"
-
-#: tools/attr.c:244
-#, c-format
-msgid "Attribute \"%s\" has a %d byte value for %s\n"
-msgstr "El atributo \"%s\" tiene el valor byte %d para %s\n"
+msgid ""
+" -n, --name=name set the value of the named extended attribute\n"
+" -x, --remove=name remove the named extended attribute\n"
+" -v, --value=value use value as the attribute value\n"
+" -h, --no-dereference do not dereference symbolic links\n"
+" --restore=file restore extended attributes\n"
+" --raw attribute value is not encoded\n"
+" --version print version and exit\n"
+" --help this help text\n"
+msgstr ""
+" -n, --name=nombre establecer valor para el atributo extendido "
+"\"nombre\"\n"
+" -x, --remove=nombre eliminar atributo extendido \"nombre\"\n"
+" -v, --value=valor usar \"valor\" como el valor del atributo\n"
+" -h, --no-dereference no resolver enlaces simbólicos\n"
+" --restore=archivo restaurar atributos extendidos\n"
+" --version mostrar versión y salir\n"
+" --help este texto de ayuda\n"
-#: tools/attr.c:256
+#: tools/setfattr.c:264
#, c-format
-msgid "At least one of -s, -g, -r, or -l is required\n"
-msgstr "Se necesita al menos uno de -s, -g, -r, o -l\n"
-
-#: tools/getfattr.c:99 tools/setfattr.c:75
-msgid "No such attribute"
-msgstr "Atributo inexistente"
+msgid ""
+"Usage: %s %s\n"
+" %s %s\n"
+"Try `%s --help' for more information.\n"
+msgstr ""
+"Uso: %s %s\n"
+" %s %s\n"
+"Escriba `%s --help' para más información.\n"
-#: tools/getfattr.c:260
+#: tools/getfattr.c:265
#, c-format
msgid "%s: Removing leading '/' from absolute path names\n"
msgstr "%s: Eliminando '/' inicial en nombres de ruta absolutos\n"
-#: tools/getfattr.c:378
+#: tools/getfattr.c:383
#, c-format
msgid "%s %s -- get extended attributes\n"
msgstr "%s %s -- obtener atributos extendidos\n"
-#: tools/getfattr.c:380 tools/setfattr.c:181
-#, c-format
-msgid "Usage: %s %s\n"
-msgstr "Uso: %s %s\n"
-
-#: tools/getfattr.c:383
-#, c-format
+#: tools/getfattr.c:388
+#, fuzzy, c-format
msgid ""
" -n, --name=name get the named extended attribute value\n"
" -d, --dump get all extended attribute values\n"
@@ -157,6 +135,7 @@ msgid ""
" --match=pattern only get attributes with names matching pattern\n"
" --only-values print the bare values only\n"
" -h, --no-dereference do not dereference symbolic links\n"
+" --one-file-system skip files on different filesystems\n"
" --absolute-names don't strip leading '/' in pathnames\n"
" -R, --recursive recurse into subdirectories\n"
" -L, --logical logical walk, follow symbolic links\n"
@@ -178,12 +157,12 @@ msgstr ""
" --version mostrar versión y salir\n"
" --help este texto de ayuda\n"
-#: tools/getfattr.c:479
+#: tools/getfattr.c:489
#, c-format
msgid "%s: invalid regular expression \"%s\"\n"
msgstr "%s: expresión regular inválida \"%s\"\n"
-#: tools/getfattr.c:493
+#: tools/getfattr.c:503
#, c-format
msgid ""
"Usage: %s %s\n"
@@ -192,56 +171,78 @@ msgstr ""
"Uso: %s %s\n"
"Escriba `%s --help' para más información.\n"
-#: tools/setfattr.c:129
+#: tools/attr.c:49
#, c-format
-msgid "%s: %s: No filename found in line %d, aborting\n"
-msgstr "%s: %s: No se encontró nombre de archivo en línea %d, abortando\n"
+msgid ""
+"Usage: %s [-LRSq] -s attrname [-V attrvalue] pathname # set value\n"
+" %s [-LRSq] -g attrname pathname # get value\n"
+" %s [-LRSq] -r attrname pathname # remove attr\n"
+" %s [-LRq] -l pathname # list attrs \n"
+" -s reads a value from stdin and -g writes a value to stdout\n"
+msgstr ""
+"Uso: %s [-LRSq] -s nomatrib ruta [-V valoratr] ruta # establecer valor\n"
+" %s [-LRSq] -g nomatrib ruta # obtener valor\n"
+" %s [-LRSq] -r nomatrib ruta # borrar atributo\n"
+" %s [-LRq] -l ruta # listar atributos \n"
+" -s lee un valor de la entrada estándar y -g escribe un valor a la salida "
+"estándar\n"
-#: tools/setfattr.c:133
+#: tools/attr.c:87 tools/attr.c:104 tools/attr.c:113 tools/attr.c:122
#, c-format
-msgid "%s: No filename found in line %d of standard input, aborting\n"
-msgstr ""
-"%s: No se encontró nombre de archivo en línea %d de entrada estándar, "
-"abortando\n"
+msgid "Only one of -s, -g, -r, or -l allowed\n"
+msgstr "Sólo está permitido usar uno de -s, -g, -r, o -l\n"
-#: tools/setfattr.c:180
+#: tools/attr.c:95 tools/attr.c:161
#, c-format
-msgid "%s %s -- set extended attributes\n"
-msgstr "%s %s -- establecer atributos extendidos\n"
+msgid "-V only allowed with -s\n"
+msgstr "-V sólo está permitido con -s\n"
-#: tools/setfattr.c:182
+#: tools/attr.c:140
#, c-format
-msgid " %s %s\n"
-msgstr " %s %s\n"
+msgid "Unrecognized option: %c\n"
+msgstr "Opción no reconocida: %c\n"
-#: tools/setfattr.c:184
+#: tools/attr.c:147
+#, c-format
+msgid "A filename to operate on is required\n"
+msgstr "Se necesita un nombre de archivo sobre el que operar\n"
+
+#: tools/attr.c:179
+#, c-format
+msgid "Could not set \"%s\" for %s\n"
+msgstr "No se pudo establecer \"%s\" para %s\n"
+
+#: tools/attr.c:184
+#, c-format
+msgid "Attribute \"%s\" set to a %d byte value for %s:\n"
+msgstr "Atributo \"%s\" establecido al valor byte %d para %s:\n"
+
+#: tools/attr.c:202
+#, c-format
+msgid "Could not get \"%s\" for %s\n"
+msgstr "No se pudo obtener \"%s\" para %s\n"
+
+#: tools/attr.c:207
+#, c-format
+msgid "Attribute \"%s\" had a %d byte value for %s:\n"
+msgstr "El atributo \"%s\" tenía el valor byte %d para %s:\n"
+
+#: tools/attr.c:220
+#, c-format
+msgid "Could not remove \"%s\" for %s\n"
+msgstr "No se pudo eliminar \"%s\" para %s\n"
+
+#: tools/attr.c:238
#, fuzzy, c-format
-msgid ""
-" -n, --name=name set the value of the named extended attribute\n"
-" -x, --remove=name remove the named extended attribute\n"
-" -v, --value=value use value as the attribute value\n"
-" -h, --no-dereference do not dereference symbolic links\n"
-" --restore=file restore extended attributes\n"
-" --raw attribute value is not encoded\n"
-" --version print version and exit\n"
-" --help this help text\n"
-msgstr ""
-" -n, --name=nombre establecer valor para el atributo extendido "
-"\"nombre\"\n"
-" -x, --remove=nombre eliminar atributo extendido \"nombre\"\n"
-" -v, --value=valor usar \"valor\" como el valor del atributo\n"
-" -h, --no-dereference no resolver enlaces simbólicos\n"
-" --restore=archivo restaurar atributos extendidos\n"
-" --version mostrar versión y salir\n"
-" --help este texto de ayuda\n"
+msgid "Could not list %s\n"
+msgstr "No se pudo listar \"%s\" para %s\n"
-#: tools/setfattr.c:264
+#: tools/attr.c:248
#, c-format
-msgid ""
-"Usage: %s %s\n"
-" %s %s\n"
-"Try `%s --help' for more information.\n"
-msgstr ""
-"Uso: %s %s\n"
-" %s %s\n"
-"Escriba `%s --help' para más información.\n"
+msgid "Attribute \"%s\" has a %d byte value for %s\n"
+msgstr "El atributo \"%s\" tiene el valor byte %d para %s\n"
+
+#: tools/attr.c:260
+#, c-format
+msgid "At least one of -s, -g, -r, or -l is required\n"
+msgstr "Se necesita al menos uno de -s, -g, -r, o -l\n"