]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/UserFlag/locale/UserFlag.pot
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / plugins / UserFlag / locale / UserFlag.pot
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: 2011-03-11 18:15+0000\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 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
20 #. TRANS: AJAX form title for a flagged profile.
21 #: flagprofile.php:125
22 msgid "Flagged for review"
23 msgstr ""
24
25 #. TRANS: Body text for AJAX form when a profile has been flagged for review.
26 #. TRANS: Message added to a profile if it has been flagged for review.
27 #: flagprofile.php:129 UserFlagPlugin.php:173
28 msgid "Flagged"
29 msgstr ""
30
31 #. TRANS: Plugin description.
32 #: UserFlagPlugin.php:279
33 msgid ""
34 "This plugin allows flagging of profiles for review and reviewing flagged "
35 "profiles."
36 msgstr ""
37
38 #. TRANS: Form title for flagging a profile for review.
39 #: flagprofileform.php:78
40 msgid "Flag"
41 msgstr ""
42
43 #. TRANS: Form description.
44 #: flagprofileform.php:89
45 msgid "Flag profile for review."
46 msgstr ""
47
48 #. TRANS: Form title for action on a profile.
49 #: clearflagform.php:76
50 msgid "Clear"
51 msgstr ""
52
53 #: clearflagform.php:88
54 msgid "Clear all flags"
55 msgstr ""
56
57 #. TRANS: Title for page with a list of profiles that were flagged for review.
58 #: adminprofileflag.php:125
59 msgid "Flagged profiles"
60 msgstr ""
61
62 #. TRANS: Header for moderation menu with action buttons for flagged profiles (like 'sandbox', 'silence', ...).
63 #: adminprofileflag.php:242
64 msgid "Moderate"
65 msgstr ""
66
67 #. TRANS: Message displayed on a profile if it has been flagged.
68 #. TRANS: %1$s is a comma separated list of at most 5 user nicknames that flagged.
69 #. TRANS: %2$d is a positive integer of additional flagging users. Also used for the plural.
70 #: adminprofileflag.php:388
71 #, php-format
72 msgid "Flagged by %1$s and %2$d other"
73 msgid_plural "Flagged by %1$s and %2$d others"
74 msgstr[0] ""
75 msgstr[1] ""
76
77 #. TRANS: Message displayed on a profile if it has been flagged.
78 #. TRANS: %s is a comma separated list of at most 5 user nicknames that flagged.
79 #: adminprofileflag.php:392
80 #, php-format
81 msgid "Flagged by %s"
82 msgstr ""
83
84 #. TRANS: Server exception given when flags could not be cleared.
85 #: clearflag.php:105
86 #, php-format
87 msgid "Couldn't clear flags for profile \"%s\"."
88 msgstr ""
89
90 #. TRANS: Title for AJAX form to indicated that flags were removed.
91 #: clearflag.php:129
92 msgid "Flags cleared"
93 msgstr ""
94
95 #. TRANS: Body element for "flags cleared" form.
96 #: clearflag.php:133
97 msgid "Cleared"
98 msgstr ""
99
100 #. TRANS: Server exception.
101 #: User_flag_profile.php:160
102 #, php-format
103 msgid "Couldn't flag profile \"%d\" for review."
104 msgstr ""