123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2021-07-18 12:38+0100\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=CHARSET\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
- #: classes/User_flag_profile.php:109
- #, php-format
- msgid "Could not flag profile \"%d\" for review."
- msgstr ""
- #. TRANS: AJAX form title for a flagged profile.
- #: actions/flagprofile.php:126
- msgid "Flagged for review"
- msgstr ""
- #. TRANS: Body text for AJAX form when a profile has been flagged for review.
- #. TRANS: Message added to a profile if it has been flagged for review.
- #: actions/flagprofile.php:130 UserFlagPlugin.php:141
- msgid "Flagged"
- msgstr ""
- #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
- #: actions/adminprofileflag.php:60
- msgid "Not logged in."
- msgstr ""
- #. TRANS: Error message displayed when trying to review profile flags while not authorised.
- #: actions/adminprofileflag.php:84
- msgid "You cannot review profile flags."
- msgstr ""
- #. TRANS: Title for page with a list of profiles that were flagged for review.
- #: actions/adminprofileflag.php:120
- msgid "Flagged profiles"
- msgstr ""
- #. TRANS: Header for moderation menu with action buttons for flagged profiles (like 'sandbox', 'silence', ...).
- #: actions/adminprofileflag.php:241
- msgid "Moderate"
- msgstr ""
- #. TRANS: Message displayed on a profile if it has been flagged.
- #. TRANS: %1$s is a comma separated list of at most 5 user nicknames that flagged.
- #. TRANS: %2$d is a positive integer of additional flagging users. Also used for plural.
- #: actions/adminprofileflag.php:389
- #, php-format
- msgid "Flagged by %1$s and %2$d other"
- msgid_plural "Flagged by %1$s and %2$d others"
- msgstr[0] ""
- msgstr[1] ""
- #. TRANS: Message displayed on a profile if it has been flagged.
- #. TRANS: %s is a comma separated list of at most 5 user nicknames that flagged.
- #: actions/adminprofileflag.php:393
- #, php-format
- msgid "Flagged by %s"
- msgstr ""
- #. TRANS: Form title for flagging a profile for review.
- #: forms/flagprofile.php:81
- msgid "Flag"
- msgstr ""
- #. TRANS: Form description.
- #: forms/flagprofile.php:92
- msgid "Flag profile for review."
- msgstr ""
- #. TRANS: Form title for action on a profile.
- #: forms/clearflag.php:79
- msgid "Clear"
- msgstr ""
- #. TRANS: Form description for clearing flags from a profile.
- #: forms/clearflag.php:90
- msgid "Clear all flags"
- msgstr ""
- #. TRANS: Plugin description.
- #: UserFlagPlugin.php:247
- msgid ""
- "This plugin allows flagging of profiles for review and reviewing flagged "
- "profiles."
- msgstr ""
|