Blacklist.pot 4.1 KB

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