]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot
Merge branch 'master' into mmn_fixes
[quix0rs-gnu-social.git] / plugins / GroupPrivateMessage / locale / GroupPrivateMessage.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: 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
21 #. TRANS: Form legend for sending private message to group %s.
22 #: forms/groupmessage.php:89
23 #, php-format
24 msgid "Message to %s"
25 msgstr ""
26
27 #. TRANS: Field label for private group message to group %s.
28 #: forms/groupmessage.php:128
29 #, php-format
30 msgid "Direct message to %s"
31 msgstr ""
32
33 #. TRANS: Indicator for number of chatacters still available for notice.
34 #: forms/groupmessage.php:141
35 msgid "Available characters"
36 msgstr ""
37
38 #. TRANS: Send button text for sending private group notice.
39 #: forms/groupmessage.php:162
40 msgctxt "Send button for sending notice"
41 msgid "Send"
42 msgstr ""
43
44 #. TRANS: Client exception thrown when trying to view group inbox while not logged in.
45 #: actions/groupinbox.php:66
46 msgid "Only for logged-in users."
47 msgstr ""
48
49 #. TRANS: Client exception thrown when trying to view group inbox for non-existing group.
50 #. TRANS: Client exception thrown when trying to send a private group message to a non-existing group.
51 #: actions/groupinbox.php:82 actions/groupinbox.php:89
52 #: actions/newgroupmessage.php:90 actions/newgroupmessage.php:97
53 msgid "No such group."
54 msgstr ""
55
56 #. TRANS: Client exception thrown when trying to view group inbox while not a member.
57 #: actions/groupinbox.php:94
58 msgid "Only for members."
59 msgstr ""
60
61 #. TRANS: Text of group inbox if no private messages were sent to it.
62 #: actions/groupinbox.php:128
63 msgid "This group has not received any private messages."
64 msgstr ""
65
66 #. TRANS: Title of inbox for group %s.
67 #: actions/groupinbox.php:174
68 #, php-format
69 msgid "%s group inbox"
70 msgstr ""
71
72 #. TRANS: Page title for any but first group page.
73 #. TRANS: %1$s is a group name, $2$s is a page number.
74 #: actions/groupinbox.php:178
75 #, php-format
76 msgid "%1$s group inbox, page %2$d"
77 msgstr ""
78
79 #. TRANS: Instructions for user inbox page.
80 #: actions/groupinbox.php:209
81 msgid ""
82 "This is the group inbox, which lists all incoming private messages for this "
83 "group."
84 msgstr ""
85
86 #. TRANS: Client exception thrown when trying to send a private group message while not logged in.
87 #: actions/newgroupmessage.php:68
88 msgid "Must be logged in."
89 msgstr ""
90
91 #. TRANS: Exception thrown when user %s is not allowed to send a private group message.
92 #. TRANS: Exception thrown when trying to send group private message without having the right to do that.
93 #. TRANS: %s is a user nickname.
94 #: actions/newgroupmessage.php:73 classes/Group_message.php:96
95 #, php-format
96 msgid "User %s is not allowed to send private messages."
97 msgstr ""
98
99 #. TRANS: Title after sending a private group message.
100 #: actions/newgroupmessage.php:142
101 msgid "Message sent"
102 msgstr ""
103
104 #. TRANS: Succes text after sending a direct message to group %s.
105 #: actions/newgroupmessage.php:148
106 #, php-format
107 msgid "Direct message to %s sent."
108 msgstr ""
109
110 #. TRANS: Title of form for new private group message.
111 #: actions/newgroupmessage.php:160
112 #, php-format
113 msgid "New message to group %s"
114 msgstr ""
115
116 #. TRANS: Client exception thrown when trying to view group private messages without being logged in.
117 #: actions/showgroupmessage.php:69
118 msgid "Only logged-in users can view private messages."
119 msgstr ""
120
121 #. TRANS: Client exception thrown when trying to view a non-existing group private message.
122 #: actions/showgroupmessage.php:79
123 msgid "No such message."
124 msgstr ""
125
126 #. TRANS: Server exception thrown when trying to view group private messages for a non-exsting group.
127 #: actions/showgroupmessage.php:86
128 msgid "Group not found."
129 msgstr ""
130
131 #. TRANS: Client exception thrown when trying to view a group private message without being a group member.
132 #: actions/showgroupmessage.php:91
133 msgid "Cannot read message."
134 msgstr ""
135
136 #. TRANS: Server exception thrown when trying to view a group private message without a sender.
137 #: actions/showgroupmessage.php:98
138 msgid "No sender found."
139 msgstr ""
140
141 #. TRANS: Title for private group message.
142 #. TRANS: %1$s is the sender name, %2$s is the group name, %3$s is a timestamp.
143 #: actions/showgroupmessage.php:123
144 #, php-format
145 msgid "Message from %1$s to group %2$s on %3$s"
146 msgstr ""
147
148 #. TRANS: Subject for direct-message notification email.
149 #. TRANS: %1$s is the sending user's nickname, %2$s is the group nickname.
150 #: classes/Group_message_profile.php:114
151 #, php-format
152 msgid "New private message from %1$s to group %2$s"
153 msgstr ""
154
155 #. TRANS: Body for direct-message notification email.
156 #. TRANS: %1$s is the sending user's long name, %2$s is the sending user's nickname,
157 #. TRANS: %3$s is the message content, %4$s a URL to the message,
158 #. TRANS: %5$s is the StatusNet sitename.
159 #: classes/Group_message_profile.php:120
160 #, php-format
161 msgid ""
162 "%1$s (%2$s) sent a private message to group %3$s:\n"
163 "\n"
164 "------------------------------------------------------\n"
165 "%4$s\n"
166 "------------------------------------------------------\n"
167 "\n"
168 "You can reply to their message here:\n"
169 "\n"
170 "%5$s\n"
171 "\n"
172 "Do not reply to this email; it will not get to them.\n"
173 "\n"
174 "With kind regards,\n"
175 "%6$s"
176 msgstr ""
177
178 #. TRANS: Exception thrown when trying to send group private message that is too long.
179 #. TRANS: %d is the maximum meggage length.
180 #: classes/Group_message.php:109
181 #, php-format
182 msgid "That's too long. Maximum message size is %d character."
183 msgid_plural "That's too long. Maximum message size is %d characters."
184 msgstr[0] ""
185 msgstr[1] ""
186
187 #. TRANS: Exception thrown when trying to send group private message to a non-existing group.
188 #: classes/Group_message.php:153
189 msgid "No group for group message."
190 msgstr ""
191
192 #. TRANS: Exception thrown when trying to send group private message without having a sender.
193 #: classes/Group_message.php:163
194 msgid "No sender for group message."
195 msgstr ""
196
197 #. TRANS: Exception thrown when trying to set group privacy setting if group %s does not allow private messages.
198 #: classes/Group_privacy_settings.php:110
199 #, php-format
200 msgid "Group %s does not allow private messages."
201 msgstr ""
202
203 #. TRANS: Exception thrown when trying to send group private message while blocked from that group.
204 #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
205 #: classes/Group_privacy_settings.php:120
206 #, php-format
207 msgid "User %1$s is blocked from group %2$s."
208 msgstr ""
209
210 #. TRANS: Exception thrown when trying to send group private message while not a member.
211 #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
212 #: classes/Group_privacy_settings.php:129
213 #, php-format
214 msgid "User %1$s is not a member of group %2$s."
215 msgstr ""
216
217 #. TRANS: Exception thrown when trying to send group private message while not a group administrator.
218 #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
219 #: classes/Group_privacy_settings.php:138
220 #, php-format
221 msgid "User %1$s is not an administrator of group %2$s."
222 msgstr ""
223
224 #. TRANS: Exception thrown when encountering undefined group privacy settings.
225 #. TRANS: %s is a group nickname.
226 #: classes/Group_privacy_settings.php:146
227 #, php-format
228 msgid "Unknown privacy settings for group %s."
229 msgstr ""
230
231 #. TRANS: Succes message after sending private group message to group %s.
232 #: lib/groupmessagecommand.php:79
233 #, php-format
234 msgid "Direct message to group %s sent."
235 msgstr ""
236
237 #. TRANS: Menu item in group page.
238 #: GroupPrivateMessagePlugin.php:112
239 msgctxt "MENU"
240 msgid "Inbox"
241 msgstr ""
242
243 #. TRANS: Menu title in group page.
244 #: GroupPrivateMessagePlugin.php:114
245 msgid "Private messages for this group."
246 msgstr ""
247
248 #. TRANS: Dropdown label in group settings page for if group allows private messages.
249 #: GroupPrivateMessagePlugin.php:160
250 msgid "Private messages"
251 msgstr ""
252
253 #. TRANS: Dropdown option in group settings page for allowing private messages.
254 #: GroupPrivateMessagePlugin.php:162
255 msgid "Sometimes"
256 msgstr ""
257
258 #. TRANS: Dropdown option in group settings page for allowing private messages.
259 #: GroupPrivateMessagePlugin.php:164
260 msgid "Always"
261 msgstr ""
262
263 #. TRANS: Dropdown option in group settings page for allowing private messages.
264 #: GroupPrivateMessagePlugin.php:166
265 msgid "Never"
266 msgstr ""
267
268 #. TRANS: Dropdown title in group settings page for if group allows private messages.
269 #: GroupPrivateMessagePlugin.php:168
270 msgid "Whether to allow private messages to this group."
271 msgstr ""
272
273 #. TRANS: Dropdown label in group settings page for who can send private messages to the group.
274 #: GroupPrivateMessagePlugin.php:175
275 msgid "Private senders"
276 msgstr ""
277
278 #. TRANS: Dropdown option in group settings page for who can send private messages.
279 #: GroupPrivateMessagePlugin.php:177
280 msgid "Everyone"
281 msgstr ""
282
283 #. TRANS: Dropdown option in group settings page for who can send private messages.
284 #: GroupPrivateMessagePlugin.php:179
285 msgid "Member"
286 msgstr ""
287
288 #. TRANS: Dropdown option in group settings page for who can send private messages.
289 #: GroupPrivateMessagePlugin.php:181
290 msgid "Admin"
291 msgstr ""
292
293 #. TRANS: Dropdown title in group settings page for who can send private messages to the group.
294 #: GroupPrivateMessagePlugin.php:183
295 msgid "Who can send private messages to the group."
296 msgstr ""
297
298 #. TRANS: Title for action in group actions list.
299 #: GroupPrivateMessagePlugin.php:288
300 msgid "Send a direct message to this group."
301 msgstr ""
302
303 #. TRANS: Link text for action in group actions list to send a private message to a group.
304 #: GroupPrivateMessagePlugin.php:290
305 msgctxt "LINKTEXT"
306 msgid "Message"
307 msgstr ""
308
309 #. TRANS: Client exception thrown when a private group message has to be forced.
310 #: GroupPrivateMessagePlugin.php:368
311 msgid "Forced notice to private group message."
312 msgstr ""
313
314 #. TRANS: Indicator on the group page that the group is (essentially) private.
315 #: GroupPrivateMessagePlugin.php:390
316 msgid "Private"
317 msgstr ""
318
319 #. TRANS: Plugin description.
320 #: GroupPrivateMessagePlugin.php:416
321 msgid "Allow posting private messages to groups."
322 msgstr ""