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