]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/UserFlag/locale/UserFlag.pot
Localisation updates from http://translatewiki.net.
[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-31 21:06+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 #: adminprofileflag.php:64
58 msgid "Not logged in."
59 msgstr ""
60
61 #: adminprofileflag.php:88
62 msgid "You cannot review profile flags."
63 msgstr ""
64
65 #. TRANS: Title for page with a list of profiles that were flagged for review.
66 #: adminprofileflag.php:125
67 msgid "Flagged profiles"
68 msgstr ""
69
70 #. TRANS: Header for moderation menu with action buttons for flagged profiles (like 'sandbox', 'silence', ...).
71 #: adminprofileflag.php:242
72 msgid "Moderate"
73 msgstr ""
74
75 #. TRANS: Message displayed on a profile if it has been flagged.
76 #. TRANS: %1$s is a comma separated list of at most 5 user nicknames that flagged.
77 #. TRANS: %2$d is a positive integer of additional flagging users. Also used for the plural.
78 #: adminprofileflag.php:388
79 #, php-format
80 msgid "Flagged by %1$s and %2$d other"
81 msgid_plural "Flagged by %1$s and %2$d others"
82 msgstr[0] ""
83 msgstr[1] ""
84
85 #. TRANS: Message displayed on a profile if it has been flagged.
86 #. TRANS: %s is a comma separated list of at most 5 user nicknames that flagged.
87 #: adminprofileflag.php:392
88 #, php-format
89 msgid "Flagged by %s"
90 msgstr ""
91
92 #. TRANS: Server exception given when flags could not be cleared.
93 #: clearflag.php:105
94 #, php-format
95 msgid "Couldn't clear flags for profile \"%s\"."
96 msgstr ""
97
98 #. TRANS: Title for AJAX form to indicated that flags were removed.
99 #: clearflag.php:129
100 msgid "Flags cleared"
101 msgstr ""
102
103 #. TRANS: Body element for "flags cleared" form.
104 #: clearflag.php:133
105 msgid "Cleared"
106 msgstr ""
107
108 #. TRANS: Server exception.
109 #: User_flag_profile.php:160
110 #, php-format
111 msgid "Couldn't flag profile \"%d\" for review."
112 msgstr ""