# Spanish translation for gss package. # Copyright (C) 2018 Free Software Foundation, Inc. # This file is distributed under the same license as the gss package. # Francisco Javier Serrador , 2018. # msgid "" msgstr "" "Project-Id-Version: gss 1.0.1\n" "Report-Msgid-Bugs-To: bug-gss@gnu.org\n" "POT-Creation-Date: 2010-05-20 15:38+0200\n" "PO-Revision-Date: 2018-04-18 12:27+0200\n" "Last-Translator: Francisco Javier Serrador \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "X-Generator: Poedit 2.0.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: lib/meta.c:37 msgid "Kerberos V5 GSS-API mechanism" msgstr "Mecanismo GSS-API Kerberos V5" #: lib/error.c:37 msgid "A required input parameter could not be read" msgstr "Un parámetro entrante requerido no pudo ser leído" #: lib/error.c:39 msgid "A required output parameter could not be written" msgstr "Un parámetro saliente requerido no pudo ser escrito" #: lib/error.c:41 msgid "A parameter was malformed" msgstr "Un parámetro estaba mal formado" #: lib/error.c:46 msgid "An unsupported mechanism was requested" msgstr "Un mecanismo no apoyado fue solicitado" #: lib/error.c:48 msgid "An invalid name was supplied" msgstr "Un nombre inválido fue suministrado" #: lib/error.c:50 msgid "A supplied name was of an unsupported type" msgstr "Un nombre proporcionado fue de un tipo no compatible" #: lib/error.c:52 msgid "Incorrect channel bindings were supplied" msgstr "Enlaces de canal incorrecto donde sumisitró" #: lib/error.c:54 msgid "An invalid status code was supplied" msgstr "Un código del estado inválido fue suministrado" #: lib/error.c:56 msgid "A token had an invalid MIC" msgstr "Un token tuvo un MIC no válido" #: lib/error.c:58 msgid "No credentials were supplied, or the credentials were unavailable or inaccessible" msgstr "Ninguna credencial fue suministrada, o las credenciales fueron indisponibles o inaccesibles" #: lib/error.c:61 msgid "No context has been established" msgstr "Ningún contexto ha sido establecido" #: lib/error.c:63 msgid "A token was invalid" msgstr "Un token fue inválido" #: lib/error.c:65 msgid "A credential was invalid" msgstr "Una credencial era no válida" #: lib/error.c:67 msgid "The referenced credentials have expired" msgstr "Las credenciales referenciadas han caducado" #: lib/error.c:69 msgid "The context has expired" msgstr "El contexto ha caducado" #: lib/error.c:71 msgid "Unspecified error in underlying mechanism" msgstr "Error no especificado en mecánico subyacente" #: lib/error.c:73 msgid "The quality-of-protection requested could not be provided" msgstr "La calidad-de-protección solicitada no pudo ser provista" #: lib/error.c:75 msgid "The operation is forbidden by local security policy" msgstr "La operación está prohibida por directiva local de seguridad" #: lib/error.c:77 msgid "The operation or option is unavailable" msgstr "La operación u opción no está disponible" #: lib/error.c:79 msgid "The requested credential element already exists" msgstr "El elemento peticionado de credencial ya existe" #: lib/error.c:81 msgid "The provided name was not a mechanism name" msgstr "El nombre proporcionado fue no un nombre mecánico" #: lib/error.c:86 msgid "The gss_init_sec_context() or gss_accept_sec_context() function must be called again to complete its function" msgstr "El gss_init_sec_context() o función gss_accept_sec_context() debe seer llamada de nuevo para completar su función" #: lib/error.c:89 msgid "The token was a duplicate of an earlier token" msgstr "El token era un duplicado de un token anterior" #: lib/error.c:91 msgid "The token's validity period has expired" msgstr "El periodo de validez token ha caducado" #: lib/error.c:93 msgid "A later token has already been processed" msgstr "Un token posterior ya ha sido procesado" #: lib/error.c:95 msgid "An expected per-message token was not received" msgstr "Un token esperado por cada mensaje no fue recibido" #: lib/error.c:312 msgid "No error" msgstr "Sin error" #: lib/krb5/error.c:36 msgid "No @ in SERVICE-NAME name string" msgstr "Sin @ en cadena de texto del nombre SERVICIO-NOMBRE" #: lib/krb5/error.c:38 msgid "STRING-UID-NAME contains nondigits" msgstr "STRING-UID-NAME no contiene ningún dígito" #: lib/krb5/error.c:40 msgid "UID does not resolve to username" msgstr "UID no resuelve a nombre del usuario" #: lib/krb5/error.c:42 msgid "Validation error" msgstr "Error validante" #: lib/krb5/error.c:44 msgid "Couldn't allocate gss_buffer_t data" msgstr "No pudo reservar datos gss_buffer_t" #: lib/krb5/error.c:46 msgid "Message context invalid" msgstr "Mensaje contextual no válido" #: lib/krb5/error.c:48 msgid "Buffer is the wrong size" msgstr "El búfer es de tamaño equivocado" #: lib/krb5/error.c:50 msgid "Credential usage type is unknown" msgstr "Tipo de utilización de credencial es desconocida" #: lib/krb5/error.c:52 msgid "Unknown quality of protection specified" msgstr "Calidad desconocida de protección especificada" #: lib/krb5/error.c:55 msgid "Principal in credential cache does not match desired name" msgstr "Principal dentro de cache credencial no coincide nombre deseado" #: lib/krb5/error.c:57 msgid "No principal in keytab matches desired name" msgstr "No principal dentro de coincidencia de teclado designó nombre" #: lib/krb5/error.c:59 msgid "Credential cache has no TGT" msgstr "Caché credencial no tiene ningún TGT" #: lib/krb5/error.c:61 msgid "Authenticator has no subkey" msgstr "Autenticador no tiene subclave" #: lib/krb5/error.c:63 msgid "Context is already fully established" msgstr "Contexto está ya completamente establecido" #: lib/krb5/error.c:65 msgid "Unknown signature type in token" msgstr "Tipo de firma desconocida en token" #: lib/krb5/error.c:67 msgid "Invalid field length in token" msgstr "Longitud de campo inválida dentro del token" #: lib/krb5/error.c:69 msgid "Attempt to use incomplete security context" msgstr "Intenta utilizar contexto seguro incompleto" #: lib/krb5/error.c:86 msgid "No krb5 error" msgstr "Ningún error krb5" #: lib/krb5/error.c:127 msgid "Unknown krb5 error" msgstr "Error Kerberos krb5 desconocido" #: src/gss.c:65 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Pruebe `%s --help' para más información.\n" #: src/gss.c:69 #, c-format msgid "Usage: %s OPTIONS...\n" msgstr "" "Modo de empleo:\n" "\t%s [OPCIONES]...\n" #: src/gss.c:72 msgid "" "Command line interface to GSS, used to explain error codes.\n" "\n" msgstr "Interfaz de línea de funciones a GSS, utilizada para explicar códigos erróneos.\n" #: src/gss.c:76 msgid "Mandatory arguments to long options are mandatory for short options too.\n" msgstr "" "Los argumentos obligatorios para opciones largas son obligatorios para\n" "opciones cortas también.\n" #: src/gss.c:79 msgid "" " -h, --help Print help and exit.\n" " -V, --version Print version and exit.\n" " -l, --list-mechanisms\n" " List information about supported mechanisms\n" " in a human readable format.\n" " -m, --major=LONG Describe a `major status' error code value.\n" msgstr "" " -h, --help Escribe ayuda y termina.\n" " -V, --version Escribe versión y termina.\n" " -l, --list-mechanisms\n" " Listado de información acerca de mecanismos admitidos\n" " en un formato entendible por las personas.\n" " -m, --major=LONG Describe un valor del código `major status' de error.\n" #: src/gss.c:87 msgid " -q, --quiet Silent operation (default=off).\n" msgstr " -q, --quiet Operación silenciosa (predet.=apagado).\n" #: src/gss.c:106 #, c-format msgid "" "GSS-API major status code %ld (0x%lx).\n" "\n" msgstr "" "Código %ld de estado mayor GSS-API (0x%lx).\n" "\n" #: src/gss.c:109 #, c-format msgid "" " MSB LSB\n" " +-----------------+-----------------+---------------------------------+\n" " | Calling Error | Routine Error | Supplementary Info |\n" " | " msgstr "" " MSB LSB\n" " +-----------------+-----------------+---------------------------------+\n" " | Llamando error | Error Rutina | Info Suplementario |\n" " | " #: src/gss.c:123 #, c-format msgid "" "|\n" " +-----------------+-----------------+---------------------------------+\n" "Bit 31 24 23 16 15 0\n" "\n" msgstr "" "|\n" " +-----------------+-----------------+---------------------------------+\n" "Bit 31 24 23 16 15 0\n" "\n" #: src/gss.c:133 #, c-format msgid "Masked routine error %ld (0x%lx) shifted into %ld (0x%lx):\n" msgstr "Error de rutina enmascarada %ld (0x%lx) mantenido dentro de %ld (0x%lx):\n" #: src/gss.c:150 src/gss.c:184 src/gss.c:221 #, c-format msgid "displaying status code failed (%d)" msgstr "enseñando código de estado fallado (%d)" #: src/gss.c:170 #, c-format msgid "Masked calling error %ld (0x%lx) shifted into %ld (0x%lx):\n" msgstr "Error llamando máscara %ld (0x%lx) mantenido dentro de %ld (0x%lx):\n" #: src/gss.c:203 #, c-format msgid "Masked supplementary info %ld (0x%lx) shifted into %ld (0x%lx):\n" msgstr "" "Informe %ld suministrado enmascarado (0x%lx) arrastrado dentro de %ld (0x%lx):\n" " \n" #: src/gss.c:238 #, c-format msgid "No error\n" msgstr "Sin error\n" #: src/gss.c:256 #, c-format msgid "indicating mechanisms failed (%d)" msgstr "indicando mecanismos fallados (%d)" #: src/gss.c:271 #, c-format msgid "inquiring information about mechanism failed (%d)" msgstr "peticionando información relativa a mecanismo fallado (%d)"