Blacklist.pot 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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: 2020-08-04 01:05+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: Field label in blacklist plugin administration panel.
  20. #: forms/blacklistadminpanel.php:60
  21. msgid "Nicknames"
  22. msgstr ""
  23. #. TRANS: Field title in blacklist plugin administration panel.
  24. #: forms/blacklistadminpanel.php:63
  25. msgid "Patterns of nicknames to block, one per line."
  26. msgstr ""
  27. #. TRANS: Field label in blacklist plugin administration panel.
  28. #: forms/blacklistadminpanel.php:70
  29. msgid "URLs"
  30. msgstr ""
  31. #. TRANS: Field title in blacklist plugin administration panel.
  32. #: forms/blacklistadminpanel.php:73
  33. msgid "Patterns of URLs to block, one per line."
  34. msgstr ""
  35. #. TRANS: Button text in blacklist plugin administration panel to save settings.
  36. #: forms/blacklistadminpanel.php:88
  37. msgctxt "BUTTON"
  38. msgid "Save"
  39. msgstr ""
  40. #. TRANS: Button title in blacklist plugin administration panel to save settings.
  41. #: forms/blacklistadminpanel.php:92
  42. msgid "Save site settings."
  43. msgstr ""
  44. #. TRANS: Title of blacklist plugin administration panel.
  45. #: actions/blacklistadminpanel.php:51
  46. msgctxt "TITLE"
  47. msgid "Blacklist"
  48. msgstr ""
  49. #. TRANS: Instructions for blacklist plugin administration panel.
  50. #: actions/blacklistadminpanel.php:62
  51. msgid "Blacklisted URLs and nicknames"
  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:110
  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:130
  61. #, php-format
  62. msgid "You may not use homepage \"%s\"."
  63. msgstr ""
  64. #. TRANS: Validation failure for nickname. %s is the nickname.
  65. #: BlacklistPlugin.php:141
  66. #, php-format
  67. msgid "You may not use nickname \"%s\"."
  68. msgstr ""
  69. #. TRANS: Validation failure for URL. %s is the URL.
  70. #: BlacklistPlugin.php:184
  71. #, php-format
  72. msgid "You may not use URL \"%s\" in notices."
  73. msgstr ""
  74. #. TRANS: Plugin description.
  75. #: BlacklistPlugin.php:275
  76. msgid "Keeps a blacklist of forbidden nickname and URL patterns."
  77. msgstr ""
  78. #. TRANS: Menu item in admin panel.
  79. #: BlacklistPlugin.php:313
  80. msgctxt "MENU"
  81. msgid "Blacklist"
  82. msgstr ""
  83. #. TRANS: Tooltip for menu item in admin panel.
  84. #: BlacklistPlugin.php:315
  85. msgctxt "TOOLTIP"
  86. msgid "Blacklist configuration."
  87. msgstr ""
  88. #. TRANS: Checkbox label in the blacklist user form.
  89. #: BlacklistPlugin.php:343
  90. msgid "Add this nickname pattern to blacklist"
  91. msgstr ""
  92. #. TRANS: Checkbox label in the blacklist user form.
  93. #: BlacklistPlugin.php:353
  94. msgid "Add this homepage pattern to blacklist"
  95. msgstr ""
  96. #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
  97. #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
  98. #: BlacklistPlugin.php:432 BlacklistPlugin.php:469
  99. #, php-format
  100. msgid "Users from \"%s\" are blocked."
  101. msgstr ""
  102. #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
  103. #: BlacklistPlugin.php:444
  104. #, php-format
  105. msgid "Notices from nickname \"%s\" are disallowed."
  106. msgstr ""
  107. #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
  108. #: BlacklistPlugin.php:480
  109. #, php-format
  110. msgid "Cannot subscribe to nickname \"%s\"."
  111. msgstr ""