CasAuthentication.po 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # Translation of StatusNet - CasAuthentication to Italian (italiano)
  2. # Exported from translatewiki.net
  3. #
  4. # Author: Ximo17
  5. # --
  6. # This file is distributed under the same license as the StatusNet package.
  7. #
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: StatusNet - CasAuthentication\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2012-06-30 11:07+0000\n"
  13. "PO-Revision-Date: 2012-06-30 11:08:01+0000\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n"
  17. "X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
  18. "X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. TRANS: Menu item. CAS is Central Authentication Service.
  21. msgid "CAS"
  22. msgstr "CAS"
  23. #. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
  24. msgid "Login or register with CAS."
  25. msgstr "Autenticati o registrati con CAS."
  26. #. TRANS: Invitation to users with a CAS account to log in using the service.
  27. #. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the URL.
  28. #. TRANS: These two elements may not be separated.
  29. #, php-format
  30. msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
  31. msgstr ""
  32. "(Hai un account con CAS? Prova il nostro [login CAS] (% %action.caslogin% "
  33. "%)!)"
  34. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  35. msgid "Specifying a server is required."
  36. msgstr "E' necessario specificare un server."
  37. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  38. msgid "Specifying a port is required."
  39. msgstr "E' necessario specificare una porta."
  40. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  41. msgid "Specifying a path is required."
  42. msgstr "E' necessario specificare un percorso."
  43. #. TRANS: Plugin description. CAS is Central Authentication Service.
  44. msgid ""
  45. "The CAS Authentication plugin allows for StatusNet to handle authentication "
  46. "through CAS (Central Authentication Service)."
  47. msgstr ""
  48. "Il plugin di autenticazione CAS permette a StatusNet di gestire "
  49. "l'autenticazione attraverso il CAS (Servizio di Autenticazione Centrale)."
  50. #. TRANS: Client error displayed when trying to log in while already logged on.
  51. msgid "Already logged in."
  52. msgstr "Accesso già effettuato."
  53. #. TRANS: Server error displayed when trying to log in with incorrect username or password.
  54. msgid "Incorrect username or password."
  55. msgstr "Nome utente o password non corretti."
  56. #. TRANS: Server error displayed when login fails in CAS authentication plugin.
  57. msgid "Error setting user. You are probably not authorized."
  58. msgstr "Errore nell'impostare l'utente. Forse non hai l'autorizzazione."