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