DomainWhitelist.pot 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-27 16:31+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #. TRANS: Form legend.
  20. #: forms/whitelistinvite.php:89
  21. msgid "Invite collegues"
  22. msgstr ""
  23. #. TRANS: Field label for a personal message to send to invitees.
  24. #: forms/whitelistinvite.php:106
  25. msgid "Personal message"
  26. msgstr ""
  27. #. TRANS: Field title for a personal message to send to invitees.
  28. #: forms/whitelistinvite.php:109
  29. msgid "Optionally add a personal message to the invitation."
  30. msgstr ""
  31. #. TRANS: Link description to action to add another item to a list.
  32. #: forms/whitelistinvite.php:158
  33. msgid "Add another item"
  34. msgstr ""
  35. #. TRANS: Send button for inviting friends.
  36. #: forms/whitelistinvite.php:172
  37. msgctxt "BUTTON"
  38. msgid "Send"
  39. msgstr ""
  40. #. TRANS: Submit button title.
  41. #: forms/whitelistinvite.php:175
  42. msgid "Send invitations."
  43. msgstr ""
  44. #. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist.
  45. #. TRANS: %s is a whitelisted e-mail domain.
  46. #: DomainWhitelistPlugin.php:90
  47. #, php-format
  48. msgid "Email address must be in this domain: %s."
  49. msgstr ""
  50. #. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist.
  51. #. TRANS: %s are whitelisted e-mail domains separated by comma's (localisable).
  52. #: DomainWhitelistPlugin.php:95
  53. #, php-format
  54. msgid "Email address must be in one of these domains: %s."
  55. msgstr ""
  56. #. TRANS: Separator for whitelisted domains.
  57. #: DomainWhitelistPlugin.php:97
  58. msgctxt "SEPARATOR"
  59. msgid ", "
  60. msgstr ""
  61. #. TRANS: Exception thrown when an e-mail address does not match the site's domain whitelist.
  62. #: DomainWhitelistPlugin.php:109
  63. msgid "That email address is not allowed on this site."
  64. msgstr ""
  65. #. TRANS: Title for invitiation deletion dialog.
  66. #: DomainWhitelistPlugin.php:238
  67. msgid "Confirmation Required"
  68. msgstr ""
  69. #. TRANS: Confirmation text for invitation deletion dialog.
  70. #: DomainWhitelistPlugin.php:241
  71. msgid "Really delete this invitation?"
  72. msgstr ""
  73. #. TRANS: Plugin description.
  74. #: DomainWhitelistPlugin.php:278
  75. msgid "Restrict domains for email users."
  76. msgstr ""