[TRANSLATION] Update POTs and normalize files

This commit is contained in:
Diogo Cordeiro
2019-06-08 18:34:12 +01:00
parent fb95af1cf5
commit 5f4e3fe0eb
132 changed files with 5695 additions and 5552 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-27 16:31+0100\n"
"POT-Creation-Date: 2019-06-08 18:20+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -23,50 +23,51 @@ msgid "Already logged in."
msgstr ""
#. TRANS: Server error displayed when trying to log in with incorrect username or password.
#: actions/caslogin.php:41
#. TRANS: Server error displayed when trying to log in with non-whitelisted user name (when whitelists are enabled.)
#: actions/caslogin.php:41 actions/caslogin.php:46
msgid "Incorrect username or password."
msgstr ""
#. TRANS: Server error displayed when login fails in CAS authentication plugin.
#: actions/caslogin.php:47
#: actions/caslogin.php:52
msgid "Error setting user. You are probably not authorized."
msgstr ""
#. TRANS: Menu item. CAS is Central Authentication Service.
#: CasAuthenticationPlugin.php:83
#: CasAuthenticationPlugin.php:86
msgid "CAS"
msgstr ""
#. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
#: CasAuthenticationPlugin.php:85
#: CasAuthenticationPlugin.php:88
msgid "Login or register with CAS."
msgstr ""
#. 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
#: CasAuthenticationPlugin.php:104
#, php-format
msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
msgstr ""
#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
#: CasAuthenticationPlugin.php:129
#: CasAuthenticationPlugin.php:132
msgid "Specifying a server is required."
msgstr ""
#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
#: CasAuthenticationPlugin.php:133
#: CasAuthenticationPlugin.php:136
msgid "Specifying a port is required."
msgstr ""
#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
#: CasAuthenticationPlugin.php:137
#: CasAuthenticationPlugin.php:140
msgid "Specifying a path is required."
msgstr ""
#. TRANS: Plugin description. CAS is Central Authentication Service.
#: CasAuthenticationPlugin.php:157
#: CasAuthenticationPlugin.php:161
msgid ""
"The CAS Authentication plugin allows for StatusNet to handle authentication "
"through CAS (Central Authentication Service)."