UserFlag.pot 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20. #: classes/User_flag_profile.php:109
  21. #, php-format
  22. msgid "Could not flag profile \"%d\" for review."
  23. msgstr ""
  24. #. TRANS: AJAX form title for a flagged profile.
  25. #: actions/flagprofile.php:126
  26. msgid "Flagged for review"
  27. msgstr ""
  28. #. TRANS: Body text for AJAX form when a profile has been flagged for review.
  29. #. TRANS: Message added to a profile if it has been flagged for review.
  30. #: actions/flagprofile.php:130 UserFlagPlugin.php:141
  31. msgid "Flagged"
  32. msgstr ""
  33. #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
  34. #: actions/adminprofileflag.php:60
  35. msgid "Not logged in."
  36. msgstr ""
  37. #. TRANS: Error message displayed when trying to review profile flags while not authorised.
  38. #: actions/adminprofileflag.php:84
  39. msgid "You cannot review profile flags."
  40. msgstr ""
  41. #. TRANS: Title for page with a list of profiles that were flagged for review.
  42. #: actions/adminprofileflag.php:120
  43. msgid "Flagged profiles"
  44. msgstr ""
  45. #. TRANS: Header for moderation menu with action buttons for flagged profiles (like 'sandbox', 'silence', ...).
  46. #: actions/adminprofileflag.php:241
  47. msgid "Moderate"
  48. msgstr ""
  49. #. TRANS: Message displayed on a profile if it has been flagged.
  50. #. TRANS: %1$s is a comma separated list of at most 5 user nicknames that flagged.
  51. #. TRANS: %2$d is a positive integer of additional flagging users. Also used for plural.
  52. #: actions/adminprofileflag.php:389
  53. #, php-format
  54. msgid "Flagged by %1$s and %2$d other"
  55. msgid_plural "Flagged by %1$s and %2$d others"
  56. msgstr[0] ""
  57. msgstr[1] ""
  58. #. TRANS: Message displayed on a profile if it has been flagged.
  59. #. TRANS: %s is a comma separated list of at most 5 user nicknames that flagged.
  60. #: actions/adminprofileflag.php:393
  61. #, php-format
  62. msgid "Flagged by %s"
  63. msgstr ""
  64. #. TRANS: Form title for flagging a profile for review.
  65. #: forms/flagprofile.php:81
  66. msgid "Flag"
  67. msgstr ""
  68. #. TRANS: Form description.
  69. #: forms/flagprofile.php:92
  70. msgid "Flag profile for review."
  71. msgstr ""
  72. #. TRANS: Form title for action on a profile.
  73. #: forms/clearflag.php:79
  74. msgid "Clear"
  75. msgstr ""
  76. #. TRANS: Form description for clearing flags from a profile.
  77. #: forms/clearflag.php:90
  78. msgid "Clear all flags"
  79. msgstr ""
  80. #. TRANS: Plugin description.
  81. #: UserFlagPlugin.php:247
  82. msgid ""
  83. "This plugin allows flagging of profiles for review and reviewing flagged "
  84. "profiles."
  85. msgstr ""