UserFlag.pot 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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: 2019-06-08 18:20+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. #. TRANS: Message added to a profile if it has been flagged for review.
  21. #. TRANS: Body text for AJAX form when a profile has been flagged for review.
  22. #: UserFlagPlugin.php:136 actions/flagprofile.php:127
  23. msgid "Flagged"
  24. msgstr ""
  25. #. TRANS: Plugin description.
  26. #: UserFlagPlugin.php:242
  27. msgid ""
  28. "This plugin allows flagging of profiles for review and reviewing flagged "
  29. "profiles."
  30. msgstr ""
  31. #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
  32. #: actions/adminprofileflag.php:65
  33. msgid "Not logged in."
  34. msgstr ""
  35. #. TRANS: Error message displayed when trying to review profile flags while not authorised.
  36. #: actions/adminprofileflag.php:89
  37. msgid "You cannot review profile flags."
  38. msgstr ""
  39. #. TRANS: Title for page with a list of profiles that were flagged for review.
  40. #: actions/adminprofileflag.php:125
  41. msgid "Flagged profiles"
  42. msgstr ""
  43. #. TRANS: Header for moderation menu with action buttons for flagged profiles (like 'sandbox', 'silence', ...).
  44. #: actions/adminprofileflag.php:242
  45. msgid "Moderate"
  46. msgstr ""
  47. #. TRANS: Message displayed on a profile if it has been flagged.
  48. #. TRANS: %1$s is a comma separated list of at most 5 user nicknames that flagged.
  49. #. TRANS: %2$d is a positive integer of additional flagging users. Also used for plural.
  50. #: actions/adminprofileflag.php:388
  51. #, php-format
  52. msgid "Flagged by %1$s and %2$d other"
  53. msgid_plural "Flagged by %1$s and %2$d others"
  54. msgstr[0] ""
  55. msgstr[1] ""
  56. #. TRANS: Message displayed on a profile if it has been flagged.
  57. #. TRANS: %s is a comma separated list of at most 5 user nicknames that flagged.
  58. #: actions/adminprofileflag.php:392
  59. #, php-format
  60. msgid "Flagged by %s"
  61. msgstr ""
  62. #. TRANS: Server exception given when flags could not be cleared.
  63. #. TRANS: %s is a profile nickname.
  64. #: actions/clearflag.php:105
  65. #, php-format
  66. msgid "Could not clear flags for profile \"%s\"."
  67. msgstr ""
  68. #. TRANS: Title for AJAX form to indicated that flags were removed.
  69. #: actions/clearflag.php:127
  70. msgid "Flags cleared"
  71. msgstr ""
  72. #. TRANS: Body element for "flags cleared" form.
  73. #: actions/clearflag.php:131
  74. msgid "Cleared"
  75. msgstr ""
  76. #. TRANS: AJAX form title for a flagged profile.
  77. #: actions/flagprofile.php:123
  78. msgid "Flagged for review"
  79. msgstr ""
  80. #. TRANS: Server exception.
  81. #. TRANS: %d is a profile ID (number).
  82. #: classes/User_flag_profile.php:115
  83. #, php-format
  84. msgid "Could not flag profile \"%d\" for review."
  85. msgstr ""
  86. #. TRANS: Form title for action on a profile.
  87. #: forms/clearflag.php:76
  88. msgid "Clear"
  89. msgstr ""
  90. #. TRANS: Form description for clearing flags from a profile.
  91. #: forms/clearflag.php:88
  92. msgid "Clear all flags"
  93. msgstr ""
  94. #. TRANS: Form title for flagging a profile for review.
  95. #: forms/flagprofile.php:78
  96. msgid "Flag"
  97. msgstr ""
  98. #. TRANS: Form description.
  99. #: forms/flagprofile.php:89
  100. msgid "Flag profile for review."
  101. msgstr ""