X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FCasAuthentication%2Flocale%2Fpt_BR%2FLC_MESSAGES%2FCasAuthentication.po;h=86475c8dc44345538cff1c13152bfec51b61cf38;hb=d7fd6bac7280f6d5f5acef6d8cdf149b53cb53f3;hp=8f380aded8e96b7d184a5f32521a4b5ec722fd4b;hpb=ec53e68cf2490fe3a9ed74914c0c96d31cabe8c0;p=quix0rs-gnu-social.git diff --git a/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po index 8f380aded8..86475c8dc4 100644 --- a/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po @@ -1,69 +1,81 @@ -# Translation of StatusNet - CasAuthentication to Brazilian Portuguese (Português do Brasil) -# Exported from translatewiki.net -# -# Author: Luckas Blade -# -- -# 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: +# Thiago Casotti , 2015 msgid "" msgstr "" -"Project-Id-Version: StatusNet - CasAuthentication\n" +"Project-Id-Version: GNU social\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-09-25 21:42+0000\n" -"PO-Revision-Date: 2011-09-25 21:43:18+0000\n" -"Language-Team: Brazilian Portuguese \n" +"POT-Creation-Date: 2015-02-02 17:47+0100\n" +"PO-Revision-Date: 2015-05-09 13:13+0000\n" +"Last-Translator: Thiago Casotti \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/gnu-social/gnu-social/language/pt_BR/)\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.19alpha (r98079); Translate extension (2011-09-22)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: pt-br\n" -"X-Message-Group: #out-statusnet-plugin-casauthentication\n" +"Language: pt_BR\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 "Já está autenticado." + +#. TRANS: Server error displayed when trying to log in with incorrect username +#. or password. +#: actions/caslogin.php:41 +msgid "Incorrect username or password." +msgstr "Nome de usuário e/ou senha incorreto(s)." + +#. 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 "Erro na configuração do usuário. Você provavelmente não tem autorização." + #. TRANS: Menu item. CAS is Central Authentication Service. +#: CasAuthenticationPlugin.php:83 msgid "CAS" -msgstr "" +msgstr "CAS" #. TRANS: Tooltip for menu item. CAS is Central Authentication Service. +#: CasAuthenticationPlugin.php:85 msgid "Login or register with CAS." -msgstr "" +msgstr "Login ou registro com 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 "" +msgstr "(Tem uma conta com CAS? Tente nosso [CAS login](%%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 "É necessário especificar um 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 "É necessário especificar uma porta." -#. 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 "" +msgstr "A especificação do diretório é obrigatória." #. 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 "" - -#. TRANS: Client error displayed when trying to log in while already logged on. -msgid "Already logged in." -msgstr "Já está autenticado." - -#. TRANS: Server error displayed when trying to log in with incorrect username or password. -msgid "Incorrect username or password." -msgstr "Nome de usuário e/ou senha incorreto(s)." - -#. TRANS: Server error displayed when login fails in CAS authentication plugin. -msgid "Error setting user. You are probably not authorized." -msgstr "" -"Erro na configuração do usuário. Você provavelmente não tem autorização." +msgstr "O plugin da Autenticação CAS permite ao StatusNet manusear a autenticação através do CAS (Serviço de Autenticação Central)."