82 lines
3.3 KiB
Plaintext
82 lines
3.3 KiB
Plaintext
# Translation file for GNU social - the free software social networking platform
|
|
# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org
|
|
# This file is under https://www.gnu.org/licenses/agpl v3 or later
|
|
#
|
|
# Translators:
|
|
# Juan Riquelme González <soulchainer@gmail.com>, 2015
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: GNU social\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2015-02-02 17:47+0100\n"
|
|
"PO-Revision-Date: 2015-02-28 15:12+0000\n"
|
|
"Last-Translator: Juan Riquelme González <soulchainer@gmail.com>\n"
|
|
"Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: es\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#. TRANS: Client error displayed when trying to log in while already logged
|
|
#. on.
|
|
#: actions/caslogin.php:29
|
|
msgid "Already logged in."
|
|
msgstr "Ya has iniciado sesión"
|
|
|
|
#. TRANS: Server error displayed when trying to log in with incorrect username
|
|
#. or password.
|
|
#: actions/caslogin.php:41
|
|
msgid "Incorrect username or password."
|
|
msgstr "Nombre de usuario o contraseña incorrectos."
|
|
|
|
#. TRANS: Server error displayed when login fails in CAS authentication
|
|
#. plugin.
|
|
#: actions/caslogin.php:47
|
|
msgid "Error setting user. You are probably not authorized."
|
|
msgstr "Error al configurar el usuario. Seguramente no tienes autorización."
|
|
|
|
#. TRANS: Menu item. CAS is Central Authentication Service.
|
|
#: CasAuthenticationPlugin.php:83
|
|
msgid "CAS"
|
|
msgstr "CAS"
|
|
|
|
#. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
|
|
#: CasAuthenticationPlugin.php:85
|
|
msgid "Login or register with CAS."
|
|
msgstr "Inicia sesión o regístrate con <abbr title=\"Central Authentication Service\">CAS</abbr>."
|
|
|
|
#. TRANS: Invitation to users with a CAS account to log in using the service.
|
|
#. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the
|
|
#. URL.
|
|
#. TRANS: These two elements may not be separated.
|
|
#: CasAuthenticationPlugin.php:101
|
|
#, php-format
|
|
msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
|
|
msgstr "(¿Tienes una cuenta con <abbr title=\"Central Authentication Service\">CAS</abbr>? Prueba nuestro [inicio de sesión CAS](%%action.caslogin%%)!)"
|
|
|
|
#. TRANS: Exception thrown when the CAS Authentication plugin has been
|
|
#. configured incorrectly.
|
|
#: CasAuthenticationPlugin.php:129
|
|
msgid "Specifying a server is required."
|
|
msgstr "Se requiere especificar un servidor."
|
|
|
|
#. TRANS: Exception thrown when the CAS Authentication plugin has been
|
|
#. configured incorrectly.
|
|
#: CasAuthenticationPlugin.php:133
|
|
msgid "Specifying a port is required."
|
|
msgstr "Se requiere especificar un servidor."
|
|
|
|
#. TRANS: Exception thrown when the CAS Authentication plugin has been
|
|
#. configured incorrectly.
|
|
#: CasAuthenticationPlugin.php:137
|
|
msgid "Specifying a path is required."
|
|
msgstr "Se requiere especificar una ruta."
|
|
|
|
#. TRANS: Plugin description. CAS is Central Authentication Service.
|
|
#: CasAuthenticationPlugin.php:157
|
|
msgid ""
|
|
"The CAS Authentication plugin allows for StatusNet to handle authentication "
|
|
"through CAS (Central Authentication Service)."
|
|
msgstr "El complemento de Autenticación <abbr title=\"Central Authentication Service\">CAS</abbr> permite a GNU social procesar la autenticación a través de <abbr title=\"Servicio de Autenticación Central\">CAS</abbr>."
|