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