]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/GroupPrivateMessage/locale/id/LC_MESSAGES/GroupPrivateMessage.po
Snapshot of the Transifex translation project - October 2015
[quix0rs-gnu-social.git] / plugins / GroupPrivateMessage / locale / id / LC_MESSAGES / GroupPrivateMessage.po
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
5 # Translators:
6 # zk <zamani.karmana@gmail.com>, 2015
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: GNU social\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
12 "PO-Revision-Date: 2015-06-04 15:40+0000\n"
13 "Last-Translator: zk <zamani.karmana@gmail.com>\n"
14 "Language-Team: Indonesian (http://www.transifex.com/gnu-social/gnu-social/language/id/)\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Language: id\n"
19 "Plural-Forms: nplurals=1; plural=0;\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 "Pesan kepada %s"
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
45 #. logged in.
46 #: actions/groupinbox.php:66
47 msgid "Only for logged-in users."
48 msgstr ""
49
50 #. TRANS: Client exception thrown when trying to view group inbox for non-
51 #. existing group.
52 #. TRANS: Client exception thrown when trying to send a private group message
53 #. to a non-existing group.
54 #: actions/groupinbox.php:82 actions/groupinbox.php:89
55 #: actions/newgroupmessage.php:90 actions/newgroupmessage.php:97
56 msgid "No such group."
57 msgstr ""
58
59 #. TRANS: Client exception thrown when trying to view group inbox while not a
60 #. member.
61 #: actions/groupinbox.php:94
62 msgid "Only for members."
63 msgstr ""
64
65 #. TRANS: Text of group inbox if no private messages were sent to it.
66 #: actions/groupinbox.php:128
67 msgid "This group has not received any private messages."
68 msgstr ""
69
70 #. TRANS: Title of inbox for group %s.
71 #: actions/groupinbox.php:174
72 #, php-format
73 msgid "%s group inbox"
74 msgstr ""
75
76 #. TRANS: Page title for any but first group page.
77 #. TRANS: %1$s is a group name, $2$s is a page number.
78 #: actions/groupinbox.php:178
79 #, php-format
80 msgid "%1$s group inbox, page %2$d"
81 msgstr ""
82
83 #. TRANS: Instructions for user inbox page.
84 #: actions/groupinbox.php:209
85 msgid ""
86 "This is the group inbox, which lists all incoming private messages for this "
87 "group."
88 msgstr ""
89
90 #. TRANS: Client exception thrown when trying to send a private group message
91 #. while not logged in.
92 #: actions/newgroupmessage.php:68
93 msgid "Must be logged in."
94 msgstr ""
95
96 #. TRANS: Exception thrown when user %s is not allowed to send a private group
97 #. message.
98 #. TRANS: Exception thrown when trying to send group private message without
99 #. having the right to do that.
100 #. TRANS: %s is a user nickname.
101 #: actions/newgroupmessage.php:73 classes/Group_message.php:96
102 #, php-format
103 msgid "User %s is not allowed to send private messages."
104 msgstr ""
105
106 #. TRANS: Title after sending a private group message.
107 #: actions/newgroupmessage.php:142
108 msgid "Message sent"
109 msgstr ""
110
111 #. TRANS: Succes text after sending a direct message to group %s.
112 #: actions/newgroupmessage.php:148
113 #, php-format
114 msgid "Direct message to %s sent."
115 msgstr ""
116
117 #. TRANS: Title of form for new private group message.
118 #: actions/newgroupmessage.php:160
119 #, php-format
120 msgid "New message to group %s"
121 msgstr ""
122
123 #. TRANS: Client exception thrown when trying to view group private messages
124 #. without being logged in.
125 #: actions/showgroupmessage.php:69
126 msgid "Only logged-in users can view private messages."
127 msgstr ""
128
129 #. TRANS: Client exception thrown when trying to view a non-existing group
130 #. private message.
131 #: actions/showgroupmessage.php:79
132 msgid "No such message."
133 msgstr ""
134
135 #. TRANS: Server exception thrown when trying to view group private messages
136 #. for a non-exsting group.
137 #: actions/showgroupmessage.php:86
138 msgid "Group not found."
139 msgstr "Grup tidak ditemukan."
140
141 #. TRANS: Client exception thrown when trying to view a group private message
142 #. without being a group member.
143 #: actions/showgroupmessage.php:91
144 msgid "Cannot read message."
145 msgstr ""
146
147 #. TRANS: Server exception thrown when trying to view a group private message
148 #. without a sender.
149 #: actions/showgroupmessage.php:98
150 msgid "No sender found."
151 msgstr ""
152
153 #. TRANS: Title for private group message.
154 #. TRANS: %1$s is the sender name, %2$s is the group name, %3$s is a
155 #. timestamp.
156 #: actions/showgroupmessage.php:123
157 #, php-format
158 msgid "Message from %1$s to group %2$s on %3$s"
159 msgstr ""
160
161 #. TRANS: Subject for direct-message notification email.
162 #. TRANS: %1$s is the sending user's nickname, %2$s is the group nickname.
163 #: classes/Group_message_profile.php:114
164 #, php-format
165 msgid "New private message from %1$s to group %2$s"
166 msgstr ""
167
168 #. TRANS: Body for direct-message notification email.
169 #. TRANS: %1$s is the sending user's long name, %2$s is the sending user's
170 #. nickname,
171 #. TRANS: %3$s is the message content, %4$s a URL to the message,
172 #. TRANS: %5$s is the StatusNet sitename.
173 #: classes/Group_message_profile.php:120
174 #, php-format
175 msgid ""
176 "%1$s (%2$s) sent a private message to group %3$s:\n"
177 "\n"
178 "------------------------------------------------------\n"
179 "%4$s\n"
180 "------------------------------------------------------\n"
181 "\n"
182 "You can reply to their message here:\n"
183 "\n"
184 "%5$s\n"
185 "\n"
186 "Do not reply to this email; it will not get to them.\n"
187 "\n"
188 "With kind regards,\n"
189 "%6$s"
190 msgstr ""
191
192 #. TRANS: Exception thrown when trying to send group private message that is
193 #. too long.
194 #. TRANS: %d is the maximum meggage length.
195 #: classes/Group_message.php:109
196 #, php-format
197 msgid "That's too long. Maximum message size is %d character."
198 msgid_plural "That's too long. Maximum message size is %d characters."
199 msgstr[0] ""
200
201 #. TRANS: Exception thrown when trying to send group private message to a non-
202 #. existing group.
203 #: classes/Group_message.php:153
204 msgid "No group for group message."
205 msgstr ""
206
207 #. TRANS: Exception thrown when trying to send group private message without
208 #. having a sender.
209 #: classes/Group_message.php:163
210 msgid "No sender for group message."
211 msgstr ""
212
213 #. TRANS: Exception thrown when trying to set group privacy setting if group
214 #. %s does not allow private messages.
215 #: classes/Group_privacy_settings.php:110
216 #, php-format
217 msgid "Group %s does not allow private messages."
218 msgstr ""
219
220 #. TRANS: Exception thrown when trying to send group private message while
221 #. blocked from that group.
222 #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
223 #: classes/Group_privacy_settings.php:120
224 #, php-format
225 msgid "User %1$s is blocked from group %2$s."
226 msgstr ""
227
228 #. TRANS: Exception thrown when trying to send group private message while not
229 #. a member.
230 #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
231 #: classes/Group_privacy_settings.php:129
232 #, php-format
233 msgid "User %1$s is not a member of group %2$s."
234 msgstr ""
235
236 #. TRANS: Exception thrown when trying to send group private message while not
237 #. a group administrator.
238 #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
239 #: classes/Group_privacy_settings.php:138
240 #, php-format
241 msgid "User %1$s is not an administrator of group %2$s."
242 msgstr ""
243
244 #. TRANS: Exception thrown when encountering undefined group privacy settings.
245 #. TRANS: %s is a group nickname.
246 #: classes/Group_privacy_settings.php:146
247 #, php-format
248 msgid "Unknown privacy settings for group %s."
249 msgstr ""
250
251 #. TRANS: Succes message after sending private group message to group %s.
252 #: lib/groupmessagecommand.php:79
253 #, php-format
254 msgid "Direct message to group %s sent."
255 msgstr ""
256
257 #. TRANS: Menu item in group page.
258 #: GroupPrivateMessagePlugin.php:112
259 msgctxt "MENU"
260 msgid "Inbox"
261 msgstr ""
262
263 #. TRANS: Menu title in group page.
264 #: GroupPrivateMessagePlugin.php:114
265 msgid "Private messages for this group."
266 msgstr ""
267
268 #. TRANS: Dropdown label in group settings page for if group allows private
269 #. messages.
270 #: GroupPrivateMessagePlugin.php:160
271 msgid "Private messages"
272 msgstr ""
273
274 #. TRANS: Dropdown option in group settings page for allowing private
275 #. messages.
276 #: GroupPrivateMessagePlugin.php:162
277 msgid "Sometimes"
278 msgstr ""
279
280 #. TRANS: Dropdown option in group settings page for allowing private
281 #. messages.
282 #: GroupPrivateMessagePlugin.php:164
283 msgid "Always"
284 msgstr ""
285
286 #. TRANS: Dropdown option in group settings page for allowing private
287 #. messages.
288 #: GroupPrivateMessagePlugin.php:166
289 msgid "Never"
290 msgstr ""
291
292 #. TRANS: Dropdown title in group settings page for if group allows private
293 #. messages.
294 #: GroupPrivateMessagePlugin.php:168
295 msgid "Whether to allow private messages to this group."
296 msgstr ""
297
298 #. TRANS: Dropdown label in group settings page for who can send private
299 #. messages to the group.
300 #: GroupPrivateMessagePlugin.php:175
301 msgid "Private senders"
302 msgstr ""
303
304 #. TRANS: Dropdown option in group settings page for who can send private
305 #. messages.
306 #: GroupPrivateMessagePlugin.php:177
307 msgid "Everyone"
308 msgstr ""
309
310 #. TRANS: Dropdown option in group settings page for who can send private
311 #. messages.
312 #: GroupPrivateMessagePlugin.php:179
313 msgid "Member"
314 msgstr ""
315
316 #. TRANS: Dropdown option in group settings page for who can send private
317 #. messages.
318 #: GroupPrivateMessagePlugin.php:181
319 msgid "Admin"
320 msgstr ""
321
322 #. TRANS: Dropdown title in group settings page for who can send private
323 #. messages to the group.
324 #: GroupPrivateMessagePlugin.php:183
325 msgid "Who can send private messages to the group."
326 msgstr ""
327
328 #. TRANS: Title for action in group actions list.
329 #: GroupPrivateMessagePlugin.php:288
330 msgid "Send a direct message to this group."
331 msgstr ""
332
333 #. TRANS: Link text for action in group actions list to send a private message
334 #. to a group.
335 #: GroupPrivateMessagePlugin.php:290
336 msgctxt "LINKTEXT"
337 msgid "Message"
338 msgstr ""
339
340 #. TRANS: Client exception thrown when a private group message has to be
341 #. forced.
342 #: GroupPrivateMessagePlugin.php:368
343 msgid "Forced notice to private group message."
344 msgstr ""
345
346 #. TRANS: Indicator on the group page that the group is (essentially) private.
347 #: GroupPrivateMessagePlugin.php:390
348 msgid "Private"
349 msgstr "Privat"
350
351 #. TRANS: Plugin description.
352 #: GroupPrivateMessagePlugin.php:416
353 msgid "Allow posting private messages to groups."
354 msgstr ""