X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FCasAuthentication%2Flocale%2Fes%2FLC_MESSAGES%2FCasAuthentication.po;fp=plugins%2FCasAuthentication%2Flocale%2Fes%2FLC_MESSAGES%2FCasAuthentication.po;h=769f2611071ea4b6d0ff51652acc73d7051f5cb4;hb=7220b3ddd4a32b947e851c946cb6ad6146bebf7d;hp=b5acd4786bda0ffd548a93ddf58a1dd792c3038e;hpb=f3d80a3576257046471d51952b9e057dd98a6d45;p=quix0rs-gnu-social.git diff --git a/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po index b5acd4786b..769f261107 100644 --- a/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po @@ -1,72 +1,81 @@ -# Translation of StatusNet - CasAuthentication to Spanish (español) -# Exported from translatewiki.net -# -# Author: Locos epraix -# Author: Translationista -# -- -# This file is distributed under the same license as the StatusNet package. -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Juan Riquelme González , 2015 msgid "" msgstr "" -"Project-Id-Version: StatusNet - CasAuthentication\n" +"Project-Id-Version: GNU social\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-30 11:07+0000\n" -"PO-Revision-Date: 2012-06-30 11:08:00+0000\n" -"Language-Team: Spanish \n" +"POT-Creation-Date: 2015-02-02 17:47+0100\n" +"PO-Revision-Date: 2015-02-26 17:51+0000\n" +"Last-Translator: Juan Riquelme González \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/gnu-social/language/es/)\n" +"MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" -"X-Translation-Project: translatewiki.net \n" -"X-Language-Code: es\n" -"X-Message-Group: #out-statusnet-plugin-casauthentication\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 CAS." +msgstr "Inicia sesión o regístrate con CAS." #. 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: "[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 CAS? Prueba nuestro [Inicio de usuario CAS](%%action." -"caslogin%%)!)" +msgstr "(¿Tienes una cuenta con CAS? Prueba nuestro [inicio de sesión CAS](%%action.caslogin%%)!)" -#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly. +#. 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. +#. 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. +#. 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 "" -"La extensión de Autenticación CAS permite a StatusNet manejar autenticación " -"a través de CAS (Servicio de Autenticación Central)." - -#. TRANS: Client error displayed when trying to log in while already logged on. -msgid "Already logged in." -msgstr "Ya has iniciado sesión" - -#. TRANS: Server error displayed when trying to log in with incorrect username or password. -msgid "Incorrect username or password." -msgstr "Nombre de usuario o contraseña incorrectos." - -#. TRANS: Server error displayed when login fails in CAS authentication plugin. -msgid "Error setting user. You are probably not authorized." -msgstr "Error al configurar el usuario. Posiblemente no tengas autorización." +msgstr "El complemento de Autenticación CAS permite a GNU social procesar la autenticación a través de CAS."