CasAuthentication.po 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU social\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  11. "PO-Revision-Date: 2015-02-07 12:22+0000\n"
  12. "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
  13. "Language-Team: Ukrainian (http://www.transifex.com/gnu-social/gnu-social/language/uk/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: uk\n"
  18. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  19. #. TRANS: Client error displayed when trying to log in while already logged
  20. #. on.
  21. #: actions/caslogin.php:29
  22. msgid "Already logged in."
  23. msgstr "Тепер ви увійшли."
  24. #. TRANS: Server error displayed when trying to log in with incorrect username
  25. #. or password.
  26. #: actions/caslogin.php:41
  27. msgid "Incorrect username or password."
  28. msgstr "Неточне ім’я або пароль."
  29. #. TRANS: Server error displayed when login fails in CAS authentication
  30. #. plugin.
  31. #: actions/caslogin.php:47
  32. msgid "Error setting user. You are probably not authorized."
  33. msgstr "Помилка налаштувань користувача. Можливо, ви не авторизовані."
  34. #. TRANS: Menu item. CAS is Central Authentication Service.
  35. #: CasAuthenticationPlugin.php:83
  36. msgid "CAS"
  37. msgstr "CAS"
  38. #. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
  39. #: CasAuthenticationPlugin.php:85
  40. msgid "Login or register with CAS."
  41. msgstr "Увійти або зареєструватися з CAS."
  42. #. TRANS: Invitation to users with a CAS account to log in using the service.
  43. #. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the
  44. #. URL.
  45. #. TRANS: These two elements may not be separated.
  46. #: CasAuthenticationPlugin.php:101
  47. #, php-format
  48. msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
  49. msgstr "Маєте акаунт CAS? Спробуйте наш [вхід CAS](%%action.caslogin%%)!)"
  50. #. TRANS: Exception thrown when the CAS Authentication plugin has been
  51. #. configured incorrectly.
  52. #: CasAuthenticationPlugin.php:129
  53. msgid "Specifying a server is required."
  54. msgstr "Необхідно зазначити сервер."
  55. #. TRANS: Exception thrown when the CAS Authentication plugin has been
  56. #. configured incorrectly.
  57. #: CasAuthenticationPlugin.php:133
  58. msgid "Specifying a port is required."
  59. msgstr "Необхідно зазначити порт."
  60. #. TRANS: Exception thrown when the CAS Authentication plugin has been
  61. #. configured incorrectly.
  62. #: CasAuthenticationPlugin.php:137
  63. msgid "Specifying a path is required."
  64. msgstr "Необхідно зазначити шлях."
  65. #. TRANS: Plugin description. CAS is Central Authentication Service.
  66. #: CasAuthenticationPlugin.php:157
  67. msgid ""
  68. "The CAS Authentication plugin allows for StatusNet to handle authentication "
  69. "through CAS (Central Authentication Service)."
  70. msgstr "Додаток автентифікації CAS дозволяє входити на сайт StatusNet за допомогою CAS (центрального сервісу автентифікації)."