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: 2019-06-08 18:20+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: Client exception thrown when a given e-mailaddress is not in the domain whitelist.
  20. #. TRANS: %s is a whitelisted e-mail domain.
  21. #: DomainWhitelistPlugin.php:92
  22. #, php-format
  23. msgid "Email address must be in this domain: %s."
  24. msgstr ""
  25. #. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist.
  26. #. TRANS: %s are whitelisted e-mail domains separated by comma's (localisable).
  27. #: DomainWhitelistPlugin.php:97
  28. #, php-format
  29. msgid "Email address must be in one of these domains: %s."
  30. msgstr ""
  31. #. TRANS: Separator for whitelisted domains.
  32. #: DomainWhitelistPlugin.php:99
  33. msgctxt "SEPARATOR"
  34. msgid ", "
  35. msgstr ""
  36. #. TRANS: Exception thrown when an e-mail address does not match the site's domain whitelist.
  37. #: DomainWhitelistPlugin.php:111
  38. msgid "That email address is not allowed on this site."
  39. msgstr ""
  40. #. TRANS: Title for invitiation deletion dialog.
  41. #: DomainWhitelistPlugin.php:240
  42. msgid "Confirmation Required"
  43. msgstr ""
  44. #. TRANS: Confirmation text for invitation deletion dialog.
  45. #: DomainWhitelistPlugin.php:243
  46. msgid "Really delete this invitation?"
  47. msgstr ""
  48. #. TRANS: Plugin description.
  49. #: DomainWhitelistPlugin.php:280
  50. msgid "Restrict domains for email users."
  51. msgstr ""
  52. #. TRANS: Form legend.
  53. #: forms/whitelistinvite.php:89
  54. msgid "Invite collegues"
  55. msgstr ""
  56. #. TRANS: Field label for a personal message to send to invitees.
  57. #: forms/whitelistinvite.php:106
  58. msgid "Personal message"
  59. msgstr ""
  60. #. TRANS: Field title for a personal message to send to invitees.
  61. #: forms/whitelistinvite.php:109
  62. msgid "Optionally add a personal message to the invitation."
  63. msgstr ""
  64. #. TRANS: Link description to action to add another item to a list.
  65. #: forms/whitelistinvite.php:158
  66. msgid "Add another item"
  67. msgstr ""
  68. #. TRANS: Send button for inviting friends.
  69. #: forms/whitelistinvite.php:172
  70. msgctxt "BUTTON"
  71. msgid "Send"
  72. msgstr ""
  73. #. TRANS: Submit button title.
  74. #: forms/whitelistinvite.php:175
  75. msgid "Send invitations."
  76. msgstr ""