Blacklist.pot 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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: Title of blacklist plugin administration panel.
  20. #: actions/blacklistadminpanel.php:53
  21. msgctxt "TITLE"
  22. msgid "Blacklist"
  23. msgstr ""
  24. #. TRANS: Instructions for blacklist plugin administration panel.
  25. #: actions/blacklistadminpanel.php:64
  26. msgid "Blacklisted URLs and nicknames"
  27. msgstr ""
  28. #. TRANS: Field label in blacklist plugin administration panel.
  29. #: actions/blacklistadminpanel.php:177
  30. msgid "Nicknames"
  31. msgstr ""
  32. #. TRANS: Field title in blacklist plugin administration panel.
  33. #: actions/blacklistadminpanel.php:180
  34. msgid "Patterns of nicknames to block, one per line."
  35. msgstr ""
  36. #. TRANS: Field label in blacklist plugin administration panel.
  37. #: actions/blacklistadminpanel.php:187
  38. msgid "URLs"
  39. msgstr ""
  40. #. TRANS: Field title in blacklist plugin administration panel.
  41. #: actions/blacklistadminpanel.php:190
  42. msgid "Patterns of URLs to block, one per line."
  43. msgstr ""
  44. #. TRANS: Button text in blacklist plugin administration panel to save settings.
  45. #: actions/blacklistadminpanel.php:205
  46. msgctxt "BUTTON"
  47. msgid "Save"
  48. msgstr ""
  49. #. TRANS: Button title in blacklist plugin administration panel to save settings.
  50. #: actions/blacklistadminpanel.php:209
  51. msgid "Save site settings."
  52. msgstr ""
  53. #. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect.
  54. #. TRANS: %1$s is a configuration section, %2$s is a configuration setting.
  55. #: BlacklistPlugin.php:112
  56. #, php-format
  57. msgid "Unknown data type for config %1$s + %2$s."
  58. msgstr ""
  59. #. TRANS: Validation failure for URL. %s is the URL.
  60. #: BlacklistPlugin.php:132
  61. #, php-format
  62. msgid "You may not register with homepage \"%s\"."
  63. msgstr ""
  64. #. TRANS: Validation failure for nickname. %s is the nickname.
  65. #: BlacklistPlugin.php:143
  66. #, php-format
  67. msgid "You may not register with nickname \"%s\"."
  68. msgstr ""
  69. #. TRANS: Validation failure for URL. %s is the URL.
  70. #: BlacklistPlugin.php:168
  71. #, php-format
  72. msgid "You may not use homepage \"%s\"."
  73. msgstr ""
  74. #. TRANS: Validation failure for nickname. %s is the nickname.
  75. #: BlacklistPlugin.php:179
  76. #, php-format
  77. msgid "You may not use nickname \"%s\"."
  78. msgstr ""
  79. #. TRANS: Validation failure for URL. %s is the URL.
  80. #: BlacklistPlugin.php:222
  81. #, php-format
  82. msgid "You may not use URL \"%s\" in notices."
  83. msgstr ""
  84. #. TRANS: Plugin description.
  85. #: BlacklistPlugin.php:303
  86. msgid "Keeps a blacklist of forbidden nickname and URL patterns."
  87. msgstr ""
  88. #. TRANS: Menu item in admin panel.
  89. #: BlacklistPlugin.php:341
  90. msgctxt "MENU"
  91. msgid "Blacklist"
  92. msgstr ""
  93. #. TRANS: Tooltip for menu item in admin panel.
  94. #: BlacklistPlugin.php:343
  95. msgctxt "TOOLTIP"
  96. msgid "Blacklist configuration."
  97. msgstr ""
  98. #. TRANS: Checkbox label in the blacklist user form.
  99. #: BlacklistPlugin.php:370
  100. msgid "Add this nickname pattern to blacklist"
  101. msgstr ""
  102. #. TRANS: Checkbox label in the blacklist user form.
  103. #: BlacklistPlugin.php:380
  104. msgid "Add this homepage pattern to blacklist"
  105. msgstr ""
  106. #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
  107. #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
  108. #: BlacklistPlugin.php:459 BlacklistPlugin.php:496
  109. #, php-format
  110. msgid "Users from \"%s\" are blocked."
  111. msgstr ""
  112. #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
  113. #: BlacklistPlugin.php:471
  114. #, php-format
  115. msgid "Notices from nickname \"%s\" are disallowed."
  116. msgstr ""
  117. #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
  118. #: BlacklistPlugin.php:507
  119. #, php-format
  120. msgid "Cannot subscribe to nickname \"%s\"."
  121. msgstr ""