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