123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- # Translation of StatusNet - CasAuthentication to Italian (italiano)
- # Exported from translatewiki.net
- #
- # Author: Ximo17
- # --
- # This file is distributed under the same license as the StatusNet package.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: StatusNet - CasAuthentication\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2012-06-30 11:07+0000\n"
- "PO-Revision-Date: 2012-06-30 11:08:01+0000\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-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
- "X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #. TRANS: Menu item. CAS is Central Authentication Service.
- msgid "CAS"
- msgstr "CAS"
- #. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
- msgid "Login or register with CAS."
- msgstr "Autenticati o registrati 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: These two elements may not be separated.
- #, php-format
- msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
- msgstr ""
- "(Hai un account con CAS? Prova il nostro [login CAS] (% %action.caslogin% "
- "%)!)"
- #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
- msgid "Specifying a server is required."
- msgstr "E' necessario specificare un server."
- #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
- msgid "Specifying a port is required."
- msgstr "E' necessario specificare una porta."
- #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
- msgid "Specifying a path is required."
- msgstr "E' necessario specificare un percorso."
- #. TRANS: Plugin description. CAS is Central Authentication Service.
- msgid ""
- "The CAS Authentication plugin allows for StatusNet to handle authentication "
- "through CAS (Central Authentication Service)."
- msgstr ""
- "Il plugin di autenticazione CAS permette a StatusNet di gestire "
- "l'autenticazione attraverso il CAS (Servizio di Autenticazione Centrale)."
- #. TRANS: Client error displayed when trying to log in while already logged on.
- msgid "Already logged in."
- msgstr "Accesso già effettuato."
- #. TRANS: Server error displayed when trying to log in with incorrect username or password.
- msgid "Incorrect username or password."
- msgstr "Nome utente o password non corretti."
- #. TRANS: Server error displayed when login fails in CAS authentication plugin.
- msgid "Error setting user. You are probably not authorized."
- msgstr "Errore nell'impostare l'utente. Forse non hai l'autorizzazione."
|