]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - locale/statusnet.pot
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / locale / statusnet.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: 2010-10-27 23:43+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=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
20 #. TRANS: Page title for Access admin panel that allows configuring site access.
21 #. TRANS: Menu item for site administration
22 #: actions/accessadminpanel.php:53 lib/adminpanelaction.php:363
23 msgid "Access"
24 msgstr ""
25
26 #. TRANS: Page notice.
27 #: actions/accessadminpanel.php:64
28 msgid "Site access settings"
29 msgstr ""
30
31 #. TRANS: Form legend for registration form.
32 #: actions/accessadminpanel.php:151
33 msgid "Registration"
34 msgstr ""
35
36 #. TRANS: Checkbox instructions for admin setting "Private".
37 #: actions/accessadminpanel.php:155
38 msgid "Prohibit anonymous users (not logged in) from viewing site?"
39 msgstr ""
40
41 #. TRANS: Checkbox label for prohibiting anonymous users from viewing site.
42 #: actions/accessadminpanel.php:157
43 msgctxt "LABEL"
44 msgid "Private"
45 msgstr ""
46
47 #. TRANS: Checkbox instructions for admin setting "Invite only".
48 #: actions/accessadminpanel.php:164
49 msgid "Make registration invitation only."
50 msgstr ""
51
52 #. TRANS: Checkbox label for configuring site as invite only.
53 #: actions/accessadminpanel.php:166
54 msgid "Invite only"
55 msgstr ""
56
57 #. TRANS: Checkbox instructions for admin setting "Closed" (no new registrations).
58 #: actions/accessadminpanel.php:173
59 msgid "Disable new registrations."
60 msgstr ""
61
62 #. TRANS: Checkbox label for disabling new user registrations.
63 #: actions/accessadminpanel.php:175
64 msgid "Closed"
65 msgstr ""
66
67 #. TRANS: Title for button to save access settings in site admin panel.
68 #: actions/accessadminpanel.php:191
69 msgid "Save access settings"
70 msgstr ""
71
72 #. TRANS: Tooltip for button to save access settings in site admin panel.
73 #. TRANS: Button label to save e-mail preferences.
74 #. TRANS: Button label to save IM preferences.
75 #. TRANS: Button text to store form data in the Paths admin panel.
76 #. TRANS: Button to save input in profile settings.
77 #. TRANS: Button label to save SMS preferences.
78 #. TRANS: Save button for settings for a profile in a subscriptions list.
79 #. TRANS: Button label in the "Edit application" form.
80 #: actions/accessadminpanel.php:193 actions/emailsettings.php:228
81 #: actions/imsettings.php:187 actions/pathsadminpanel.php:512
82 #: actions/profilesettings.php:201 actions/smssettings.php:209
83 #: actions/subscriptions.php:246 lib/applicationeditform.php:355
84 msgctxt "BUTTON"
85 msgid "Save"
86 msgstr ""
87
88 #. TRANS: Server error when page not found (404).
89 #. TRANS: Server error when page not found (404)
90 #: actions/all.php:68 actions/public.php:98 actions/replies.php:93
91 #: actions/showfavorites.php:138 actions/tag.php:52
92 msgid "No such page."
93 msgstr ""
94
95 #. TRANS: Client error when user not found for an action.
96 #. TRANS: Client error displayed when no existing user is provided for a user's delivery device setting.
97 #. TRANS: Client error displayed if a user could not be found.
98 #. TRANS: Client error when user not found updating a profile background image.
99 #. TRANS: Client error displayed updating profile image without having a user object.
100 #. TRANS: Client error when user not found for an API action to remove a block for a user.
101 #. TRANS: Client error given when a user was not found (404).
102 #. TRANS: Client error when user not found for an API direct message action.
103 #. TRANS: Client error given when a user was not found (404).
104 #. TRANS: Client error displayed when checking group membership for a non-existing user.
105 #. TRANS: Client error displayed when trying to have a non-existing user join a group.
106 #. TRANS: Client error displayed when trying to have a non-existing user leave a group.
107 #. TRANS: Client error displayed when updating a status for a non-existing user.
108 #. TRANS: Client error displayed when requesting a list of followers for a non-existing user.
109 #. TRANS: Client error displayed when requesting most recent favourite notices by a user for a non-existing user.
110 #. TRANS: Client error displayed when requesting dents of a user and friends for a user that does not exist.
111 #. TRANS: Client error displayed when requesting most recent dents by user and friends for a non-existing user.
112 #. TRANS: Client error displayed when requesting most recent mentions for a non-existing user.
113 #. TRANS: Client error displayed requesting most recent notices for a non-existing user.
114 #. TRANS: Error text shown when trying to send a direct message to a user that does not exist.
115 #: actions/all.php:80 actions/apiaccountupdatedeliverydevice.php:110
116 #: actions/apiaccountupdateprofile.php:103
117 #: actions/apiaccountupdateprofilebackgroundimage.php:118
118 #: actions/apiaccountupdateprofileimage.php:104 actions/apiblockcreate.php:95
119 #: actions/apiblockdestroy.php:94 actions/apidirectmessage.php:75
120 #: actions/apidirectmessagenew.php:72 actions/apigroupcreate.php:111
121 #: actions/apigroupismember.php:89 actions/apigroupjoin.php:98
122 #: actions/apigroupleave.php:98 actions/apigrouplist.php:70
123 #: actions/apistatusesupdate.php:230 actions/apisubscriptions.php:85
124 #: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:173
125 #: actions/apitimelinehome.php:78 actions/apitimelinementions.php:77
126 #: actions/apitimelineuser.php:79 actions/avatarbynickname.php:75
127 #: actions/favoritesrss.php:74 actions/foaf.php:40 actions/foaf.php:58
128 #: actions/hcard.php:67 actions/microsummary.php:62 actions/newmessage.php:116
129 #: actions/otp.php:76 actions/remotesubscribe.php:145
130 #: actions/remotesubscribe.php:154 actions/replies.php:73
131 #: actions/repliesrss.php:38 actions/rsd.php:116 actions/showfavorites.php:105
132 #: actions/userbyid.php:74 actions/usergroups.php:93 actions/userrss.php:40
133 #: actions/xrds.php:71 lib/command.php:495 lib/galleryaction.php:59
134 #: lib/mailbox.php:82 lib/profileaction.php:77
135 msgid "No such user."
136 msgstr ""
137
138 #. TRANS: Page title. %1$s is user nickname, %2$d is page number
139 #: actions/all.php:91
140 #, php-format
141 msgid "%1$s and friends, page %2$d"
142 msgstr ""
143
144 #. TRANS: Page title. %s is user nickname
145 #. TRANS: H1 text for page. %s is a user nickname.
146 #. TRANS: Message is used as link title. %s is a user nickname.
147 #. TRANS: Timeline title for user and friends. %s is a user nickname.
148 #: actions/all.php:94 actions/all.php:191 actions/allrss.php:115
149 #: actions/apitimelinefriends.php:207 actions/apitimelinehome.php:113
150 #: lib/personalgroupnav.php:100
151 #, php-format
152 msgid "%s and friends"
153 msgstr ""
154
155 #. TRANS: %s is user nickname.
156 #: actions/all.php:108
157 #, php-format
158 msgid "Feed for friends of %s (RSS 1.0)"
159 msgstr ""
160
161 #. TRANS: %s is user nickname.
162 #: actions/all.php:117
163 #, php-format
164 msgid "Feed for friends of %s (RSS 2.0)"
165 msgstr ""
166
167 #. TRANS: %s is user nickname.
168 #: actions/all.php:126
169 #, php-format
170 msgid "Feed for friends of %s (Atom)"
171 msgstr ""
172
173 #. TRANS: Empty list message. %s is a user nickname.
174 #: actions/all.php:139
175 #, php-format
176 msgid ""
177 "This is the timeline for %s and friends but no one has posted anything yet."
178 msgstr ""
179
180 #. TRANS: Encouragement displayed on logged in user's empty timeline.
181 #. TRANS: This message contains Markdown links. Keep "](" together.
182 #: actions/all.php:146
183 #, php-format
184 msgid ""
185 "Try subscribing to more people, [join a group](%%action.groups%%) or post "
186 "something yourself."
187 msgstr ""
188
189 #. TRANS: %1$s is user nickname, %2$s is user nickname, %2$s is user nickname prefixed with "@".
190 #. TRANS: This message contains Markdown links. Keep "](" together.
191 #: actions/all.php:150
192 #, php-format
193 msgid ""
194 "You can try to [nudge %1$s](../%2$s) from their profile or [post something "
195 "to them](%%%%action.newnotice%%%%?status_textarea=%3$s)."
196 msgstr ""
197
198 #. TRANS: Encoutagement displayed on empty timeline user pages for anonymous users.
199 #. TRANS: %s is a user nickname. This message contains Markdown links. Keep "](" together.
200 #: actions/all.php:155 actions/replies.php:210 actions/showstream.php:208
201 #, php-format
202 msgid ""
203 "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
204 "post a notice to them."
205 msgstr ""
206
207 #. TRANS: H1 text for page when viewing a list for self.
208 #: actions/all.php:188
209 msgid "You and friends"
210 msgstr ""
211
212 #. TRANS: Message is used as link description. %1$s is a username, %2$s is a site name.
213 #. TRANS: Message is used as a subtitle. %1$s is a user nickname, %2$s is a site name.
214 #: actions/allrss.php:120 actions/apitimelinefriends.php:213
215 #: actions/apitimelinehome.php:119
216 #, php-format
217 msgid "Updates from %1$s and friends on %2$s!"
218 msgstr ""
219
220 #. TRANS: Client error displayed handling a non-existing API method.
221 #. TRANS: Client error displayed when trying to handle an unknown API method.
222 #. TRANS: Client error displayed trying to execute an unknown API method updating profile colours.
223 #. TRANS: Client error displayed trying to execute an unknown API method verifying user credentials.
224 #. TRANS: Client error given when an API method was not found (404).
225 #. TRANS: Client error displayed when trying to handle an unknown API method.
226 #. TRANS: Client error displayed trying to execute an unknown API method showing friendship.
227 #. TRANS: Client error given when an API method was not found (404).
228 #. TRANS: Client error displayed trying to execute an unknown API method showing group membership.
229 #. TRANS: Client error displayed trying to execute an unknown API method joining a group.
230 #. TRANS: Client error displayed trying to execute an unknown API method leaving a group.
231 #. TRANS: Client error displayed trying to execute an unknown API method checking group membership.
232 #. TRANS: Client error displayed trying to execute an unknown API method listing the latest 20 groups.
233 #. TRANS: Client error displayed trying to execute an unknown API method showing group membership.
234 #. TRANS: Client error displayed trying to execute an unknown API method showing a group.
235 #. TRANS: Client error displayed trying to execute an unknown API method testing API connectivity.
236 #. TRANS: Client error displayed trying to execute an unknown API method deleting a status.
237 #. TRANS: Client error displayed when trying to handle an unknown API method.
238 #: actions/apiaccountratelimitstatus.php:69
239 #: actions/apiaccountupdatedeliverydevice.php:92
240 #: actions/apiaccountupdateprofile.php:94
241 #: actions/apiaccountupdateprofilebackgroundimage.php:92
242 #: actions/apiaccountupdateprofilecolors.php:115
243 #: actions/apiaccountverifycredentials.php:68 actions/apidirectmessage.php:157
244 #: actions/apifavoritecreate.php:98 actions/apifavoritedestroy.php:98
245 #: actions/apifriendshipscreate.php:99 actions/apifriendshipsdestroy.php:99
246 #: actions/apifriendshipsshow.php:124 actions/apigroupcreate.php:138
247 #: actions/apigroupismember.php:115 actions/apigroupjoin.php:160
248 #: actions/apigroupleave.php:145 actions/apigrouplist.php:134
249 #: actions/apigrouplistall.php:120 actions/apigroupmembership.php:105
250 #: actions/apigroupshow.php:114 actions/apihelptest.php:84
251 #: actions/apistatusesdestroy.php:101 actions/apistatusesretweets.php:110
252 #: actions/apistatusesshow.php:105 actions/apistatusnetconfig.php:138
253 #: actions/apistatusnetversion.php:91 actions/apisubscriptions.php:109
254 #: actions/apitimelinefavorites.php:174 actions/apitimelinefriends.php:268
255 #: actions/apitimelinegroup.php:151 actions/apitimelinehome.php:173
256 #: actions/apitimelinementions.php:174 actions/apitimelinepublic.php:239
257 #: actions/apitimelineretweetedtome.php:118
258 #: actions/apitimelineretweetsofme.php:150 actions/apitimelinetag.php:159
259 #: actions/apitimelineuser.php:158 actions/apiusershow.php:100
260 msgid "API method not found."
261 msgstr ""
262
263 #. TRANS: Client error message. POST is a HTTP command. It should not be translated.
264 #. TRANS: Client error. POST is a HTTP command. It should not be translated.
265 #: actions/apiaccountupdatedeliverydevice.php:83
266 #: actions/apiaccountupdateprofile.php:85
267 #: actions/apiaccountupdateprofilebackgroundimage.php:83
268 #: actions/apiaccountupdateprofilecolors.php:106
269 #: actions/apiaccountupdateprofileimage.php:80 actions/apiblockcreate.php:87
270 #: actions/apiblockdestroy.php:85 actions/apidirectmessagenew.php:107
271 #: actions/apifavoritecreate.php:88 actions/apifavoritedestroy.php:88
272 #: actions/apifriendshipscreate.php:89 actions/apifriendshipsdestroy.php:89
273 #: actions/apigroupcreate.php:102 actions/apigroupjoin.php:89
274 #: actions/apigroupleave.php:89 actions/apimediaupload.php:66
275 #: actions/apistatusesretweet.php:63 actions/apistatusesupdate.php:194
276 msgid "This method requires a POST."
277 msgstr ""
278
279 #. TRANS: Client error displayed when no valid device parameter is provided for a user's delivery device setting.
280 #: actions/apiaccountupdatedeliverydevice.php:103
281 msgid ""
282 "You must specify a parameter named 'device' with a value of one of: sms, im, "
283 "none."
284 msgstr ""
285
286 #. TRANS: Server error displayed when a user's delivery device cannot be updated.
287 #: actions/apiaccountupdatedeliverydevice.php:130
288 msgid "Could not update user."
289 msgstr ""
290
291 #. TRANS: Client error displayed if a user profile could not be found.
292 #. TRANS: Client error displayed when a user has no profile.
293 #. TRANS: Client error displayed a user has no profile updating profile colours.
294 #. TRANS: Client error displayed if a user profile could not be found updating a profile image.
295 #. TRANS: Client error displayed when requesting user information for a user without a profile.
296 #: actions/apiaccountupdateprofile.php:111
297 #: actions/apiaccountupdateprofilebackgroundimage.php:199
298 #: actions/apiaccountupdateprofilecolors.php:183
299 #: actions/apiaccountupdateprofileimage.php:130 actions/apiusershow.php:108
300 #: actions/avatarbynickname.php:80 actions/foaf.php:65 actions/hcard.php:74
301 #: actions/replies.php:80 actions/usergroups.php:100 lib/galleryaction.php:66
302 #: lib/profileaction.php:84
303 msgid "User has no profile."
304 msgstr ""
305
306 #. TRANS: Server error displayed if a user profile could not be saved.
307 #: actions/apiaccountupdateprofile.php:147
308 msgid "Could not save profile."
309 msgstr ""
310
311 #. TRANS: Client error displayed when the number of bytes in a POST request exceeds a limit.
312 #. TRANS: %s is the number of bytes of the CONTENT_LENGTH.
313 #: actions/apiaccountupdateprofilebackgroundimage.php:108
314 #: actions/apiaccountupdateprofileimage.php:95 actions/apimediaupload.php:81
315 #: actions/apistatusesupdate.php:210 actions/avatarsettings.php:259
316 #: actions/designadminpanel.php:125 actions/editapplication.php:121
317 #: actions/newapplication.php:104 actions/newnotice.php:95
318 #, php-format
319 msgid ""
320 "The server was unable to handle that much POST data (%s byte) due to its "
321 "current configuration."
322 msgid_plural ""
323 "The server was unable to handle that much POST data (%s bytes) due to its "
324 "current configuration."
325 msgstr[0] ""
326 msgstr[1] ""
327
328 #. TRANS: Client error displayed when saving design settings fails because of an empty id.
329 #. TRANS: Client error displayed when saving design settings fails because of an empty result.
330 #. TRANS: Client error displayed when a database error occurs inserting profile colours.
331 #. TRANS: Client error displayed when a database error occurs updating profile colours.
332 #: actions/apiaccountupdateprofilebackgroundimage.php:138
333 #: actions/apiaccountupdateprofilebackgroundimage.php:149
334 #: actions/apiaccountupdateprofilecolors.php:160
335 #: actions/apiaccountupdateprofilecolors.php:171
336 #: actions/groupdesignsettings.php:290 actions/groupdesignsettings.php:300
337 #: actions/userdesignsettings.php:210 actions/userdesignsettings.php:220
338 #: actions/userdesignsettings.php:263 actions/userdesignsettings.php:273
339 msgid "Unable to save your design settings."
340 msgstr ""
341
342 #. TRANS: Error displayed when updating design settings fails.
343 #. TRANS: Client error displayed when a database error occurs updating profile colours.
344 #: actions/apiaccountupdateprofilebackgroundimage.php:191
345 #: actions/apiaccountupdateprofilecolors.php:139
346 msgid "Could not update your design."
347 msgstr ""
348
349 #. TRANS: Client error displayed when users try to block themselves.
350 #: actions/apiblockcreate.php:104
351 msgid "You cannot block yourself!"
352 msgstr ""
353
354 #. TRANS: Server error displayed when blocking a user has failed.
355 #: actions/apiblockcreate.php:126
356 msgid "Block user failed."
357 msgstr ""
358
359 #. TRANS: Server error displayed when unblocking a user has failed.
360 #: actions/apiblockdestroy.php:113
361 msgid "Unblock user failed."
362 msgstr ""
363
364 #. TRANS: Title. %s is a user nickname.
365 #: actions/apidirectmessage.php:88
366 #, php-format
367 msgid "Direct messages from %s"
368 msgstr ""
369
370 #. TRANS: Subtitle. %s is a user nickname.
371 #: actions/apidirectmessage.php:93
372 #, php-format
373 msgid "All the direct messages sent from %s"
374 msgstr ""
375
376 #. TRANS: Title. %s is a user nickname.
377 #: actions/apidirectmessage.php:102
378 #, php-format
379 msgid "Direct messages to %s"
380 msgstr ""
381
382 #. TRANS: Subtitle. %s is a user nickname.
383 #: actions/apidirectmessage.php:107
384 #, php-format
385 msgid "All the direct messages sent to %s"
386 msgstr ""
387
388 #. TRANS: Client error displayed when no message text was submitted (406).
389 #: actions/apidirectmessagenew.php:117
390 msgid "No message text!"
391 msgstr ""
392
393 #. TRANS: Client error displayed when message content is too long.
394 #. TRANS: %d is the maximum number of characters for a message.
395 #. TRANS: Form validation error displayed when message content is too long.
396 #. TRANS: %d is the maximum number of characters for a message.
397 #: actions/apidirectmessagenew.php:127 actions/newmessage.php:152
398 #, php-format
399 msgid "That's too long. Maximum message size is %d character."
400 msgid_plural "That's too long. Maximum message size is %d characters."
401 msgstr[0] ""
402 msgstr[1] ""
403
404 #. TRANS: Client error displayed if a recipient user could not be found (403).
405 #: actions/apidirectmessagenew.php:139
406 msgid "Recipient user not found."
407 msgstr ""
408
409 #. TRANS: Client error displayed trying to direct message another user who's not a friend (403).
410 #: actions/apidirectmessagenew.php:144
411 msgid "Can't send direct messages to users who aren't your friend."
412 msgstr ""
413
414 #. TRANS: Client error displayed trying to direct message self (403).
415 #: actions/apidirectmessagenew.php:154
416 msgid ""
417 "Do not send a message to yourself; just say it to yourself quietly instead."
418 msgstr ""
419
420 #. TRANS: Client error displayed when requesting a status with a non-existing ID.
421 #. TRANS: Client error displayed when trying to remove a favourite with an invalid ID.
422 #. TRANS: Client error displayed trying to delete a status with an invalid ID.
423 #: actions/apifavoritecreate.php:108 actions/apifavoritedestroy.php:108
424 #: actions/apistatusesdestroy.php:121
425 msgid "No status found with that ID."
426 msgstr ""
427
428 #. TRANS: Client error displayed when trying to mark a notice favourite that already is a favourite.
429 #: actions/apifavoritecreate.php:120
430 msgid "This status is already a favorite."
431 msgstr ""
432
433 #. TRANS: Client error displayed when marking a notice as favourite fails.
434 #. TRANS: Error message text shown when a favorite could not be set.
435 #: actions/apifavoritecreate.php:132 actions/favor.php:84 lib/command.php:294
436 msgid "Could not create favorite."
437 msgstr ""
438
439 #. TRANS: Client error displayed when trying to remove a favourite that was not a favourite.
440 #: actions/apifavoritedestroy.php:122
441 msgid "That status is not a favorite."
442 msgstr ""
443
444 #. TRANS: Client error displayed when removing a favourite has failed.
445 #: actions/apifavoritedestroy.php:135 actions/disfavor.php:87
446 msgid "Could not delete favorite."
447 msgstr ""
448
449 #. TRANS: Client error displayed when trying follow who's profile could not be found.
450 #: actions/apifriendshipscreate.php:109
451 msgid "Could not follow user: profile not found."
452 msgstr ""
453
454 #. TRANS: Client error displayed when trying to follow a user that's already being followed.
455 #. TRANS: %s is the nickname of the user that is already being followed.
456 #: actions/apifriendshipscreate.php:120
457 #, php-format
458 msgid "Could not follow user: %s is already on your list."
459 msgstr ""
460
461 #. TRANS: Client error displayed when trying to unfollow a user that cannot be found.
462 #: actions/apifriendshipsdestroy.php:109
463 msgid "Could not unfollow user: User not found."
464 msgstr ""
465
466 #. TRANS: Client error displayed when trying to unfollow self.
467 #: actions/apifriendshipsdestroy.php:121
468 msgid "You cannot unfollow yourself."
469 msgstr ""
470
471 #. TRANS: Client error displayed when supplying invalid parameters to an API call checking if a friendship exists.
472 #: actions/apifriendshipsexists.php:88
473 msgid "Two valid IDs or screen_names must be supplied."
474 msgstr ""
475
476 #. TRANS: Client error displayed when a source user could not be determined showing friendship.
477 #: actions/apifriendshipsshow.php:131
478 msgid "Could not determine source user."
479 msgstr ""
480
481 #. TRANS: Client error displayed when a target user could not be determined showing friendship.
482 #: actions/apifriendshipsshow.php:140
483 msgid "Could not find target user."
484 msgstr ""
485
486 #. TRANS: Validation error in form for profile settings.
487 #: actions/apigroupcreate.php:165 actions/editgroup.php:186
488 #: actions/newgroup.php:126 actions/profilesettings.php:243
489 #: actions/register.php:212
490 msgid "Nickname must have only lowercase letters and numbers and no spaces."
491 msgstr ""
492
493 #. TRANS: Client error trying to create a group with a nickname this is already in use.
494 #. TRANS: Validation error in form for profile settings.
495 #: actions/apigroupcreate.php:175 actions/editgroup.php:190
496 #: actions/newgroup.php:130 actions/profilesettings.php:277
497 #: actions/register.php:215
498 msgid "Nickname already in use. Try another one."
499 msgstr ""
500
501 #. TRANS: Client error in form for group creation.
502 #. TRANS: Validation error in form for profile settings.
503 #: actions/apigroupcreate.php:183 actions/editgroup.php:193
504 #: actions/newgroup.php:133 actions/profilesettings.php:247
505 #: actions/register.php:217
506 msgid "Not a valid nickname."
507 msgstr ""
508
509 #. TRANS: Client error in form for group creation.
510 #. TRANS: Validation error shown when providing an invalid homepage URL in the "Edit application" form.
511 #. TRANS: Validation error in form for profile settings.
512 #: actions/apigroupcreate.php:200 actions/editapplication.php:233
513 #: actions/editgroup.php:199 actions/newapplication.php:211
514 #: actions/newgroup.php:139 actions/profilesettings.php:252
515 #: actions/register.php:224
516 msgid "Homepage is not a valid URL."
517 msgstr ""
518
519 #. TRANS: Client error in form for group creation.
520 #. TRANS: Validation error in form for profile settings.
521 #: actions/apigroupcreate.php:210 actions/editgroup.php:202
522 #: actions/newgroup.php:142 actions/profilesettings.php:256
523 #: actions/register.php:227
524 msgid "Full name is too long (maximum 255 characters)."
525 msgstr ""
526
527 #. TRANS: Client error shown when providing too long a description during group creation.
528 #. TRANS: %d is the maximum number of allowed characters.
529 #. TRANS: Validation error shown when providing too long a description in the "Edit application" form.
530 #. TRANS: Form validation error in New application form.
531 #. TRANS: %d is the maximum number of characters for the description.
532 #: actions/apigroupcreate.php:220 actions/editapplication.php:201
533 #: actions/newapplication.php:178
534 #, php-format
535 msgid "Description is too long (maximum %d character)."
536 msgid_plural "Description is too long (maximum %d characters)."
537 msgstr[0] ""
538 msgstr[1] ""
539
540 #. TRANS: Client error shown when providing too long a location during group creation.
541 #. TRANS: Validation error in form for profile settings.
542 #: actions/apigroupcreate.php:234 actions/editgroup.php:208
543 #: actions/newgroup.php:153 actions/profilesettings.php:269
544 #: actions/register.php:236
545 msgid "Location is too long (maximum 255 characters)."
546 msgstr ""
547
548 #. TRANS: Client error shown when providing too many aliases during group creation.
549 #. TRANS: %d is the maximum number of allowed aliases.
550 #: actions/apigroupcreate.php:255 actions/newgroup.php:166
551 #, php-format
552 msgid "Too many aliases! Maximum %d allowed."
553 msgid_plural "Too many aliases! Maximum %d allowed."
554 msgstr[0] ""
555 msgstr[1] ""
556
557 #. TRANS: Client error shown when providing an invalid alias during group creation.
558 #. TRANS: %s is the invalid alias.
559 #: actions/apigroupcreate.php:280
560 #, php-format
561 msgid "Invalid alias: \"%s\"."
562 msgstr ""
563
564 #. TRANS: Client error displayed when trying to use an alias during group creation that is already in use.
565 #. TRANS: %s is the alias that is already in use.
566 #: actions/apigroupcreate.php:291 actions/editgroup.php:232
567 #: actions/newgroup.php:181
568 #, php-format
569 msgid "Alias \"%s\" already in use. Try another one."
570 msgstr ""
571
572 #. TRANS: Client error displayed when trying to use an alias during group creation that is the same as the group's nickname.
573 #: actions/apigroupcreate.php:305 actions/editgroup.php:238
574 #: actions/newgroup.php:187
575 msgid "Alias can't be the same as nickname."
576 msgstr ""
577
578 #. TRANS: Client error displayed when checking group membership for a non-existing group.
579 #. TRANS: Client error displayed when trying to join a group that does not exist.
580 #. TRANS: Client error displayed when trying to leave a group that does not exist.
581 #. TRANS: Client error displayed trying to show group membership on a non-existing group.
582 #. TRANS: Client error displayed when trying to show a group that could not be found.
583 #. TRANS: Client error displayed requesting most recent notices to a group for a non-existing group.
584 #: actions/apigroupismember.php:95 actions/apigroupjoin.php:104
585 #: actions/apigroupleave.php:104 actions/apigroupmembership.php:89
586 #: actions/apigroupshow.php:81 actions/apitimelinegroup.php:89
587 msgid "Group not found."
588 msgstr ""
589
590 #. TRANS: Server error displayed when trying to join a group the user is already a member of.
591 #. TRANS: Error text shown a user tries to join a group they already are a member of.
592 #: actions/apigroupjoin.php:111 actions/joingroup.php:100 lib/command.php:333
593 msgid "You are already a member of that group."
594 msgstr ""
595
596 #. TRANS: Server error displayed when trying to join a group the user is blocked from joining.
597 #. TRANS: Error text shown when a user tries to join a group they are blocked from joining.
598 #: actions/apigroupjoin.php:121 actions/joingroup.php:105 lib/command.php:338
599 msgid "You have been blocked from that group by the admin."
600 msgstr ""
601
602 #. TRANS: Server error displayed when joining a group fails.
603 #. TRANS: %1$s is a user nickname, $2$s is a group nickname.
604 #. TRANS: Message given having failed to add a user to a group.
605 #. TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group.
606 #: actions/apigroupjoin.php:142 actions/joingroup.php:134 lib/command.php:350
607 #, php-format
608 msgid "Could not join user %1$s to group %2$s."
609 msgstr ""
610
611 #. TRANS: Server error displayed when trying to leave a group the user is not a member of.
612 #: actions/apigroupleave.php:115
613 msgid "You are not a member of this group."
614 msgstr ""
615
616 #. TRANS: Server error displayed when leaving a group fails.
617 #. TRANS: %1$s is a user nickname, $2$s is a group nickname.
618 #. TRANS: Message given having failed to remove a user from a group.
619 #. TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group.
620 #: actions/apigroupleave.php:127 actions/leavegroup.php:129
621 #: lib/command.php:398
622 #, php-format
623 msgid "Could not remove user %1$s from group %2$s."
624 msgstr ""
625
626 #. TRANS: Used as title in check for group membership. %s is a user name.
627 #: actions/apigrouplist.php:94
628 #, php-format
629 msgid "%s's groups"
630 msgstr ""
631
632 #. TRANS: Used as subtitle in check for group membership. %1$s is a user name, %2$s is the site name.
633 #: actions/apigrouplist.php:104
634 #, php-format
635 msgid "%1$s groups %2$s is a member of."
636 msgstr ""
637
638 #. TRANS: Message is used as a title when listing the lastest 20 groups. %s is a site name.
639 #. TRANS: Message is used as a page title. %s is a nick name.
640 #: actions/apigrouplistall.php:88 actions/usergroups.php:63
641 #, php-format
642 msgid "%s groups"
643 msgstr ""
644
645 #. TRANS: Message is used as a subtitle when listing the lastest 20 groups. %s is a site name.
646 #: actions/apigrouplistall.php:93
647 #, php-format
648 msgid "groups on %s"
649 msgstr ""
650
651 #. TRANS: Client error displayed when uploading a media file has failed.
652 #: actions/apimediaupload.php:101
653 msgid "Upload failed."
654 msgstr ""
655
656 #. TRANS: Client error given from the OAuth API when the request token or verifier is invalid.
657 #: actions/apioauthaccesstoken.php:101
658 msgid "Invalid request token or verifier."
659 msgstr ""
660
661 #. TRANS: Client error given when no oauth_token was passed to the OAuth API.
662 #: actions/apioauthauthorize.php:107
663 msgid "No oauth_token parameter provided."
664 msgstr ""
665
666 #. TRANS: Client error given when an invalid request token was passed to the OAuth API.
667 #: actions/apioauthauthorize.php:115 actions/apioauthauthorize.php:129
668 msgid "Invalid request token."
669 msgstr ""
670
671 #. TRANS: Client error given when an invalid request token was passed to the OAuth API.
672 #: actions/apioauthauthorize.php:121
673 msgid "Request token already authorized."
674 msgstr ""
675
676 #. TRANS: Form validation error in API OAuth authorisation because of an invalid session token.
677 #: actions/apioauthauthorize.php:147 actions/avatarsettings.php:270
678 #: actions/deletenotice.php:172 actions/disfavor.php:74
679 #: actions/emailsettings.php:271 actions/favor.php:75 actions/geocode.php:55
680 #: actions/groupblock.php:66 actions/grouplogo.php:312
681 #: actions/groupunblock.php:66 actions/imsettings.php:230
682 #: actions/invite.php:59 actions/login.php:137 actions/makeadmin.php:66
683 #: actions/newmessage.php:135 actions/newnotice.php:105 actions/nudge.php:80
684 #: actions/oauthappssettings.php:165 actions/oauthconnectionssettings.php:138
685 #: actions/othersettings.php:145 actions/passwordsettings.php:138
686 #: actions/profilesettings.php:221 actions/recoverpassword.php:350
687 #: actions/register.php:172 actions/remotesubscribe.php:77
688 #: actions/repeat.php:83 actions/smssettings.php:256 actions/subedit.php:38
689 #: actions/subscribe.php:86 actions/tagother.php:166
690 #: actions/unsubscribe.php:69 actions/userauthorization.php:52
691 #: lib/designsettings.php:294
692 msgid "There was a problem with your session token. Try again, please."
693 msgstr ""
694
695 #. TRANS: Form validation error given when an invalid username and/or password was passed to the OAuth API.
696 #: actions/apioauthauthorize.php:168
697 msgid "Invalid nickname / password!"
698 msgstr ""
699
700 #. TRANS: Server error displayed when a database action fails.
701 #: actions/apioauthauthorize.php:217
702 msgid "Database error inserting oauth_token_association."
703 msgstr ""
704
705 #. TRANS: Client error given on when invalid data was passed through a form in the OAuth API.
706 #. TRANS: Client error displayed submitting invalid form data for edit application.
707 #. TRANS: Message given submitting a form with an unknown action in e-mail settings.
708 #. TRANS: Message given submitting a form with an unknown action in IM settings.
709 #. TRANS: Client error when submitting a form with unexpected information.
710 #. TRANS: Message given submitting a form with an unknown action in SMS settings.
711 #: actions/apioauthauthorize.php:294 actions/avatarsettings.php:283
712 #: actions/designadminpanel.php:104 actions/editapplication.php:144
713 #: actions/emailsettings.php:290 actions/grouplogo.php:322
714 #: actions/imsettings.php:245 actions/newapplication.php:125
715 #: actions/oauthconnectionssettings.php:147 actions/recoverpassword.php:44
716 #: actions/smssettings.php:277 lib/designsettings.php:304
717 msgid "Unexpected form submission."
718 msgstr ""
719
720 #. TRANS: Title for a page where a user can confirm/deny account access by an external application.
721 #: actions/apioauthauthorize.php:387
722 msgid "An application would like to connect to your account"
723 msgstr ""
724
725 #. TRANS: Fieldset legend.
726 #: actions/apioauthauthorize.php:404
727 msgid "Allow or deny access"
728 msgstr ""
729
730 #. TRANS: User notification of external application requesting account access.
731 #. TRANS: %3$s is the access type requested, %4$s is the StatusNet sitename.
732 #: actions/apioauthauthorize.php:425
733 #, php-format
734 msgid ""
735 "An application would like the ability to <strong>%3$s</strong> your %4$s "
736 "account data. You should only give access to your %4$s account to third "
737 "parties you trust."
738 msgstr ""
739
740 #. TRANS: User notification of external application requesting account access.
741 #. TRANS: %1$s is the application name requesting access, %2$s is the organisation behind the application,
742 #. TRANS: %3$s is the access type requested, %4$s is the StatusNet sitename.
743 #: actions/apioauthauthorize.php:433
744 #, php-format
745 msgid ""
746 "The application <strong>%1$s</strong> by <strong>%2$s</strong> would like "
747 "the ability to <strong>%3$s</strong> your %4$s account data. You should only "
748 "give access to your %4$s account to third parties you trust."
749 msgstr ""
750
751 #. TRANS: Fieldset legend.
752 #: actions/apioauthauthorize.php:455
753 msgctxt "LEGEND"
754 msgid "Account"
755 msgstr ""
756
757 #. TRANS: Field label on OAuth API authorisation form.
758 #. TRANS: Field label in form for profile settings.
759 #: actions/apioauthauthorize.php:459 actions/login.php:252
760 #: actions/profilesettings.php:110 actions/register.php:433
761 #: actions/showgroup.php:245 actions/tagother.php:94
762 #: actions/userauthorization.php:145 lib/groupeditform.php:152
763 #: lib/userprofile.php:132
764 msgid "Nickname"
765 msgstr ""
766
767 #. TRANS: Field label on OAuth API authorisation form.
768 #. TRANS: Link description in user account settings menu.
769 #: actions/apioauthauthorize.php:463 actions/login.php:255
770 #: actions/register.php:438 lib/accountsettingsaction.php:120
771 msgid "Password"
772 msgstr ""
773
774 #. TRANS: Button text that when clicked will cancel the process of allowing access to an account
775 #. TRANS: by an external application.
776 #. TRANS: Button label to cancel an e-mail address confirmation procedure.
777 #. TRANS: Button label to cancel an IM address confirmation procedure.
778 #. TRANS: Button label to cancel a SMS address confirmation procedure.
779 #. TRANS: Button label in the "Edit application" form.
780 #: actions/apioauthauthorize.php:478 actions/emailsettings.php:127
781 #: actions/imsettings.php:131 actions/smssettings.php:137
782 #: lib/applicationeditform.php:351
783 msgctxt "BUTTON"
784 msgid "Cancel"
785 msgstr ""
786
787 #. TRANS: Button text that when clicked will allow access to an account by an external application.
788 #: actions/apioauthauthorize.php:485
789 msgctxt "BUTTON"
790 msgid "Allow"
791 msgstr ""
792
793 #. TRANS: Form instructions.
794 #: actions/apioauthauthorize.php:502
795 msgid "Authorize access to your account information."
796 msgstr ""
797
798 #. TRANS: Header for user notification after revoking OAuth access to an application.
799 #: actions/apioauthauthorize.php:594
800 msgid "Authorization canceled."
801 msgstr ""
802
803 #. TRANS: User notification after revoking OAuth access to an application.
804 #. TRANS: %s is an OAuth token.
805 #: actions/apioauthauthorize.php:598
806 #, php-format
807 msgid "The request token %s has been revoked."
808 msgstr ""
809
810 #. TRANS: Title of the page notifying the user that an anonymous client application was successfully authorized to access the user's account with OAuth.
811 #: actions/apioauthauthorize.php:621
812 msgid "You have successfully authorized the application"
813 msgstr ""
814
815 #. TRANS: Message notifying the user that an anonymous client application was successfully authorized to access the user's account with OAuth.
816 #: actions/apioauthauthorize.php:625
817 msgid ""
818 "Please return to the application and enter the following security code to "
819 "complete the process."
820 msgstr ""
821
822 #. TRANS: Title of the page notifying the user that the client application was successfully authorized to access the user's account with OAuth.
823 #. TRANS: %s is the authorised application name.
824 #: actions/apioauthauthorize.php:632
825 #, php-format
826 msgid "You have successfully authorized %s"
827 msgstr ""
828
829 #. TRANS: Message notifying the user that the client application was successfully authorized to access the user's account with OAuth.
830 #. TRANS: %s is the authorised application name.
831 #: actions/apioauthauthorize.php:639
832 #, php-format
833 msgid ""
834 "Please return to %s and enter the following security code to complete the "
835 "process."
836 msgstr ""
837
838 #. TRANS: Client error displayed trying to delete a status not using POST or DELETE.
839 #. TRANS: POST and DELETE should not be translated.
840 #: actions/apistatusesdestroy.php:111
841 msgid "This method requires a POST or DELETE."
842 msgstr ""
843
844 #. TRANS: Client error displayed trying to delete a status of another user.
845 #: actions/apistatusesdestroy.php:136
846 msgid "You may not delete another user's status."
847 msgstr ""
848
849 #. TRANS: Client error displayed trying to repeat a non-existing notice through the API.
850 #. TRANS: Client error displayed trying to display redents of a non-exiting notice.
851 #: actions/apistatusesretweet.php:74 actions/apistatusesretweets.php:70
852 #: actions/deletenotice.php:58 actions/shownotice.php:92
853 msgid "No such notice."
854 msgstr ""
855
856 #. TRANS: Client error displayed trying to repeat an own notice through the API.
857 #. TRANS: Error text shown when trying to repeat an own notice.
858 #: actions/apistatusesretweet.php:83 lib/command.php:535
859 msgid "Cannot repeat your own notice."
860 msgstr ""
861
862 #. TRANS: Client error displayed trying to re-repeat a notice through the API.
863 #. TRANS: Error text shown when trying to repeat an notice that was already repeated by the user.
864 #: actions/apistatusesretweet.php:92 lib/command.php:541
865 msgid "Already repeated that notice."
866 msgstr ""
867
868 #. TRANS: Client error displayed requesting a deleted status.
869 #: actions/apistatusesshow.php:134
870 msgid "Status deleted."
871 msgstr ""
872
873 #. TRANS: Client error displayed requesting a status with an invalid ID.
874 #: actions/apistatusesshow.php:141
875 msgid "No status with that ID found."
876 msgstr ""
877
878 #. TRANS: Client error displayed when the parameter "status" is missing.
879 #: actions/apistatusesupdate.php:221
880 msgid "Client must provide a 'status' parameter with a value."
881 msgstr ""
882
883 #. TRANS: Client error displayed when the parameter "status" is missing.
884 #. TRANS: %d is the maximum number of character for a notice.
885 #: actions/apistatusesupdate.php:244
886 #, php-format
887 msgid "That's too long. Maximum notice size is %d character."
888 msgid_plural "That's too long. Maximum notice size is %d characters."
889 msgstr[0] ""
890 msgstr[1] ""
891
892 #. TRANS: Client error displayed when replying to a non-existing notice.
893 #: actions/apistatusesupdate.php:284
894 msgid "Parent notice not found."
895 msgstr ""
896
897 #. TRANS: Client error displayed exceeding the maximum notice length.
898 #. TRANS: %d is the maximum lenth for a notice.
899 #: actions/apistatusesupdate.php:308
900 #, php-format
901 msgid "Maximum notice size is %d character, including attachment URL."
902 msgid_plural "Maximum notice size is %d characters, including attachment URL."
903 msgstr[0] ""
904 msgstr[1] ""
905
906 #. TRANS: Client error displayed when requesting profiles of followers in an unsupported format.
907 #. TRANS: Client error displayed when requesting IDs of followers in an unsupported format.
908 #: actions/apisubscriptions.php:228 actions/apisubscriptions.php:258
909 msgid "Unsupported format."
910 msgstr ""
911
912 #. TRANS: Title for timeline of most recent favourite notices by a user.
913 #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname.
914 #: actions/apitimelinefavorites.php:108
915 #, php-format
916 msgid "%1$s / Favorites from %2$s"
917 msgstr ""
918
919 #. TRANS: Subtitle for timeline of most recent favourite notices by a user.
920 #. TRANS: %1$s is the StatusNet sitename, %2$s is a user's full name,
921 #. TRANS: %3$s is a user nickname.
922 #: actions/apitimelinefavorites.php:120
923 #, php-format
924 msgid "%1$s updates favorited by %2$s / %3$s."
925 msgstr ""
926
927 #. TRANS: Server error displayed when generating an Atom feed fails.
928 #. TRANS: %s is the error.
929 #: actions/apitimelinegroup.php:138
930 #, php-format
931 msgid "Could not generate feed for group - %s"
932 msgstr ""
933
934 #. TRANS: Title for timeline of most recent mentions of a user.
935 #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname.
936 #: actions/apitimelinementions.php:115
937 #, php-format
938 msgid "%1$s / Updates mentioning %2$s"
939 msgstr ""
940
941 #. TRANS: Subtitle for timeline of most recent mentions of a user.
942 #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname,
943 #. TRANS: %3$s is a user's full name.
944 #: actions/apitimelinementions.php:131
945 #, php-format
946 msgid "%1$s updates that reply to updates from %2$s / %3$s."
947 msgstr ""
948
949 #. TRANS: Title for site timeline. %s is the StatusNet sitename.
950 #: actions/apitimelinepublic.php:193 actions/publicrss.php:103
951 #, php-format
952 msgid "%s public timeline"
953 msgstr ""
954
955 #. TRANS: Subtitle for site timeline. %s is the StatusNet sitename.
956 #: actions/apitimelinepublic.php:199 actions/publicrss.php:105
957 #, php-format
958 msgid "%s updates from everyone!"
959 msgstr ""
960
961 #. TRANS: Server error displayed calling unimplemented API method for 'retweeted by me'.
962 #: actions/apitimelineretweetedbyme.php:71
963 msgid "Unimplemented."
964 msgstr ""
965
966 #. TRANS: Title for Atom feed "repeated to me". %s is the user nickname.
967 #: actions/apitimelineretweetedtome.php:108
968 #, php-format
969 msgid "Repeated to %s"
970 msgstr ""
971
972 #. TRANS: Title of list of repeated notices of the logged in user.
973 #. TRANS: %s is the nickname of the logged in user.
974 #: actions/apitimelineretweetsofme.php:112
975 #, php-format
976 msgid "Repeats of %s"
977 msgstr ""
978
979 #. TRANS: Title for timeline with lastest notices with a given tag.
980 #. TRANS: %s is the tag.
981 #: actions/apitimelinetag.php:101 actions/tag.php:67
982 #, php-format
983 msgid "Notices tagged with %s"
984 msgstr ""
985
986 #. TRANS: Subtitle for timeline with lastest notices with a given tag.
987 #. TRANS: %1$s is the tag, $2$s is the StatusNet sitename.
988 #: actions/apitimelinetag.php:105 actions/tagrss.php:65
989 #, php-format
990 msgid "Updates tagged with %1$s on %2$s!"
991 msgstr ""
992
993 #. TRANS: Server error for unfinished API method showTrends.
994 #: actions/apitrends.php:85
995 msgid "API method under construction."
996 msgstr ""
997
998 #. TRANS: Client error displayed when requesting user information for a non-existing user.
999 #: actions/apiusershow.php:94
1000 msgid "User not found."
1001 msgstr ""
1002
1003 #: actions/attachment.php:73
1004 msgid "No such attachment."
1005 msgstr ""
1006
1007 #: actions/avatarbynickname.php:59 actions/blockedfromgroup.php:73
1008 #: actions/editgroup.php:84 actions/groupdesignsettings.php:84
1009 #: actions/grouplogo.php:86 actions/groupmembers.php:76
1010 #: actions/grouprss.php:91 actions/showgroup.php:121
1011 msgid "No nickname."
1012 msgstr ""
1013
1014 #: actions/avatarbynickname.php:64
1015 msgid "No size."
1016 msgstr ""
1017
1018 #: actions/avatarbynickname.php:69
1019 msgid "Invalid size."
1020 msgstr ""
1021
1022 #. TRANS: Link description in user account settings menu.
1023 #: actions/avatarsettings.php:67 actions/showgroup.php:230
1024 #: lib/accountsettingsaction.php:113
1025 msgid "Avatar"
1026 msgstr ""
1027
1028 #: actions/avatarsettings.php:78
1029 #, php-format
1030 msgid "You can upload your personal avatar. The maximum file size is %s."
1031 msgstr ""
1032
1033 #: actions/avatarsettings.php:106 actions/avatarsettings.php:185
1034 #: actions/grouplogo.php:181 actions/remotesubscribe.php:191
1035 #: actions/userauthorization.php:72 actions/userrss.php:108
1036 msgid "User without matching profile."
1037 msgstr ""
1038
1039 #: actions/avatarsettings.php:119 actions/avatarsettings.php:197
1040 #: actions/grouplogo.php:254
1041 msgid "Avatar settings"
1042 msgstr ""
1043
1044 #: actions/avatarsettings.php:127 actions/avatarsettings.php:205
1045 #: actions/grouplogo.php:202 actions/grouplogo.php:262
1046 msgid "Original"
1047 msgstr ""
1048
1049 #: actions/avatarsettings.php:142 actions/avatarsettings.php:217
1050 #: actions/grouplogo.php:213 actions/grouplogo.php:274
1051 msgid "Preview"
1052 msgstr ""
1053
1054 #: actions/avatarsettings.php:149 actions/showapplication.php:252
1055 #: lib/deletegroupform.php:121 lib/deleteuserform.php:66
1056 #: lib/noticelist.php:667
1057 msgid "Delete"
1058 msgstr ""
1059
1060 #: actions/avatarsettings.php:166 actions/grouplogo.php:236
1061 msgid "Upload"
1062 msgstr ""
1063
1064 #: actions/avatarsettings.php:231 actions/grouplogo.php:289
1065 msgid "Crop"
1066 msgstr ""
1067
1068 #: actions/avatarsettings.php:307
1069 msgid "No file uploaded."
1070 msgstr ""
1071
1072 #: actions/avatarsettings.php:334
1073 msgid "Pick a square area of the image to be your avatar"
1074 msgstr ""
1075
1076 #: actions/avatarsettings.php:349 actions/grouplogo.php:380
1077 msgid "Lost our file data."
1078 msgstr ""
1079
1080 #: actions/avatarsettings.php:372
1081 msgid "Avatar updated."
1082 msgstr ""
1083
1084 #: actions/avatarsettings.php:375
1085 msgid "Failed updating avatar."
1086 msgstr ""
1087
1088 #: actions/avatarsettings.php:399
1089 msgid "Avatar deleted."
1090 msgstr ""
1091
1092 #: actions/block.php:69
1093 msgid "You already blocked that user."
1094 msgstr ""
1095
1096 #: actions/block.php:107 actions/block.php:136 actions/groupblock.php:158
1097 msgid "Block user"
1098 msgstr ""
1099
1100 #: actions/block.php:138
1101 msgid ""
1102 "Are you sure you want to block this user? Afterwards, they will be "
1103 "unsubscribed from you, unable to subscribe to you in the future, and you "
1104 "will not be notified of any @-replies from them."
1105 msgstr ""
1106
1107 #. TRANS: Button label on the user block form.
1108 #. TRANS: Button label on the delete application form.
1109 #. TRANS: Button label on the delete group form.
1110 #. TRANS: Button label on the delete notice form.
1111 #. TRANS: Button label on the delete user form.
1112 #. TRANS: Button label on the form to block a user from a group.
1113 #: actions/block.php:153 actions/deleteapplication.php:154
1114 #: actions/deletegroup.php:220 actions/deletenotice.php:150
1115 #: actions/deleteuser.php:152 actions/groupblock.php:178
1116 msgctxt "BUTTON"
1117 msgid "No"
1118 msgstr ""
1119
1120 #. TRANS: Submit button title for 'No' when blocking a user.
1121 #. TRANS: Submit button title for 'No' when deleting a user.
1122 #: actions/block.php:157 actions/deleteuser.php:156
1123 msgid "Do not block this user"
1124 msgstr ""
1125
1126 #. TRANS: Button label on the user block form.
1127 #. TRANS: Button label on the delete application form.
1128 #. TRANS: Button label on the delete group form.
1129 #. TRANS: Button label on the delete notice form.
1130 #. TRANS: Button label on the delete user form.
1131 #. TRANS: Button label on the form to block a user from a group.
1132 #: actions/block.php:160 actions/deleteapplication.php:161
1133 #: actions/deletegroup.php:227 actions/deletenotice.php:157
1134 #: actions/deleteuser.php:159 actions/groupblock.php:185
1135 msgctxt "BUTTON"
1136 msgid "Yes"
1137 msgstr ""
1138
1139 #. TRANS: Submit button title for 'Yes' when blocking a user.
1140 #. TRANS: Description of the form to block a user.
1141 #: actions/block.php:164 lib/blockform.php:79
1142 msgid "Block this user"
1143 msgstr ""
1144
1145 #: actions/block.php:187
1146 msgid "Failed to save block information."
1147 msgstr ""
1148
1149 #. TRANS: Client error when trying to delete a non-local group.
1150 #. TRANS: Client error when trying to delete a non-existing group.
1151 #. TRANS: Command exception text shown when a group is requested that does not exist.
1152 #. TRANS: Error text shown when trying to leave a group that does not exist.
1153 #: actions/blockedfromgroup.php:80 actions/blockedfromgroup.php:87
1154 #: actions/deletegroup.php:87 actions/deletegroup.php:100
1155 #: actions/editgroup.php:100 actions/foafgroup.php:44 actions/foafgroup.php:62
1156 #: actions/foafgroup.php:69 actions/groupblock.php:86 actions/groupbyid.php:83
1157 #: actions/groupdesignsettings.php:100 actions/grouplogo.php:102
1158 #: actions/groupmembers.php:83 actions/groupmembers.php:90
1159 #: actions/grouprss.php:98 actions/grouprss.php:105
1160 #: actions/groupunblock.php:86 actions/joingroup.php:82
1161 #: actions/joingroup.php:93 actions/leavegroup.php:82
1162 #: actions/leavegroup.php:93 actions/makeadmin.php:86
1163 #: actions/showgroup.php:138 actions/showgroup.php:146 lib/command.php:168
1164 #: lib/command.php:380
1165 msgid "No such group."
1166 msgstr ""
1167
1168 #: actions/blockedfromgroup.php:97
1169 #, php-format
1170 msgid "%s blocked profiles"
1171 msgstr ""
1172
1173 #: actions/blockedfromgroup.php:100
1174 #, php-format
1175 msgid "%1$s blocked profiles, page %2$d"
1176 msgstr ""
1177
1178 #: actions/blockedfromgroup.php:115
1179 msgid "A list of the users blocked from joining this group."
1180 msgstr ""
1181
1182 #: actions/blockedfromgroup.php:288
1183 msgid "Unblock user from group"
1184 msgstr ""
1185
1186 #. TRANS: Title for the form to unblock a user.
1187 #: actions/blockedfromgroup.php:320 lib/unblockform.php:70
1188 msgid "Unblock"
1189 msgstr ""
1190
1191 #. TRANS: Description of the form to unblock a user.
1192 #: actions/blockedfromgroup.php:320 lib/unblockform.php:82
1193 msgid "Unblock this user"
1194 msgstr ""
1195
1196 #. TRANS: Title for mini-posting window loaded from bookmarklet.
1197 #: actions/bookmarklet.php:51
1198 #, php-format
1199 msgid "Post to %s"
1200 msgstr ""
1201
1202 #: actions/confirmaddress.php:75
1203 msgid "No confirmation code."
1204 msgstr ""
1205
1206 #: actions/confirmaddress.php:80
1207 msgid "Confirmation code not found."
1208 msgstr ""
1209
1210 #: actions/confirmaddress.php:85
1211 msgid "That confirmation code is not for you!"
1212 msgstr ""
1213
1214 #. TRANS: Server error for an unknow address type, which can be 'email', 'jabber', or 'sms'.
1215 #: actions/confirmaddress.php:91
1216 #, php-format
1217 msgid "Unrecognized address type %s."
1218 msgstr ""
1219
1220 #. TRANS: Client error for an already confirmed email/jabbel/sms address.
1221 #: actions/confirmaddress.php:96
1222 msgid "That address has already been confirmed."
1223 msgstr ""
1224
1225 #. TRANS: Server error thrown on database error updating e-mail preferences.
1226 #. TRANS: Server error thrown on database error removing a registered e-mail address.
1227 #. TRANS: Server error thrown on database error updating IM preferences.
1228 #. TRANS: Server error thrown on database error removing a registered IM address.
1229 #. TRANS: Server error thrown when user profile settings could not be updated.
1230 #. TRANS: Server error thrown on database error updating SMS preferences.
1231 #. TRANS: Server error thrown on database error removing a registered SMS phone number.
1232 #: actions/confirmaddress.php:116 actions/emailsettings.php:331
1233 #: actions/emailsettings.php:477 actions/imsettings.php:283
1234 #: actions/imsettings.php:442 actions/othersettings.php:174
1235 #: actions/profilesettings.php:326 actions/smssettings.php:308
1236 #: actions/smssettings.php:464
1237 msgid "Couldn't update user."
1238 msgstr ""
1239
1240 #. TRANS: Server error thrown on database error canceling e-mail address confirmation.
1241 #. TRANS: Server error thrown on database error canceling SMS phone number confirmation.
1242 #: actions/confirmaddress.php:128 actions/emailsettings.php:437
1243 #: actions/smssettings.php:422
1244 msgid "Couldn't delete email confirmation."
1245 msgstr ""
1246
1247 #: actions/confirmaddress.php:146
1248 msgid "Confirm address"
1249 msgstr ""
1250
1251 #: actions/confirmaddress.php:161
1252 #, php-format
1253 msgid "The address \"%s\" has been confirmed for your account."
1254 msgstr ""
1255
1256 #: actions/conversation.php:99
1257 msgid "Conversation"
1258 msgstr ""
1259
1260 #: actions/conversation.php:154 lib/mailbox.php:116 lib/noticelist.php:87
1261 #: lib/profileaction.php:229 lib/searchgroupnav.php:82
1262 msgid "Notices"
1263 msgstr ""
1264
1265 #: actions/deleteapplication.php:63
1266 msgid "You must be logged in to delete an application."
1267 msgstr ""
1268
1269 #: actions/deleteapplication.php:71
1270 msgid "Application not found."
1271 msgstr ""
1272
1273 #. TRANS: Client error displayed trying to edit an application while not being its owner.
1274 #: actions/deleteapplication.php:78 actions/editapplication.php:78
1275 #: actions/showapplication.php:94
1276 msgid "You are not the owner of this application."
1277 msgstr ""
1278
1279 #. TRANS: Client error text when there is a problem with the session token.
1280 #: actions/deleteapplication.php:102 actions/editapplication.php:131
1281 #: actions/newapplication.php:114 actions/showapplication.php:118
1282 #: lib/action.php:1354
1283 msgid "There was a problem with your session token."
1284 msgstr ""
1285
1286 #: actions/deleteapplication.php:123 actions/deleteapplication.php:147
1287 msgid "Delete application"
1288 msgstr ""
1289
1290 #: actions/deleteapplication.php:149
1291 msgid ""
1292 "Are you sure you want to delete this application? This will clear all data "
1293 "about the application from the database, including all existing user "
1294 "connections."
1295 msgstr ""
1296
1297 #. TRANS: Submit button title for 'No' when deleting an application.
1298 #: actions/deleteapplication.php:158
1299 msgid "Do not delete this application"
1300 msgstr ""
1301
1302 #. TRANS: Submit button title for 'Yes' when deleting an application.
1303 #: actions/deleteapplication.php:164
1304 msgid "Delete this application"
1305 msgstr ""
1306
1307 #. TRANS: Client error when trying to delete group while not logged in.
1308 #: actions/deletegroup.php:64
1309 msgid "You must be logged in to delete a group."
1310 msgstr ""
1311
1312 #. TRANS: Client error when trying to delete a group without providing a nickname or ID for the group.
1313 #: actions/deletegroup.php:94 actions/joingroup.php:88
1314 #: actions/leavegroup.php:88
1315 msgid "No nickname or ID."
1316 msgstr ""
1317
1318 #. TRANS: Client error when trying to delete a group without having the rights to delete it.
1319 #: actions/deletegroup.php:107
1320 msgid "You are not allowed to delete this group."
1321 msgstr ""
1322
1323 #. TRANS: Server error displayed if a group could not be deleted.
1324 #. TRANS: %s is the name of the group that could not be deleted.
1325 #: actions/deletegroup.php:150
1326 #, php-format
1327 msgid "Could not delete group %s."
1328 msgstr ""
1329
1330 #. TRANS: Message given after deleting a group.
1331 #. TRANS: %s is the deleted group's name.
1332 #: actions/deletegroup.php:159
1333 #, php-format
1334 msgid "Deleted group %s"
1335 msgstr ""
1336
1337 #. TRANS: Title.
1338 #. TRANS: Form legend for deleting a group.
1339 #: actions/deletegroup.php:176 actions/deletegroup.php:202
1340 msgid "Delete group"
1341 msgstr ""
1342
1343 #: actions/deletegroup.php:206
1344 msgid ""
1345 "Are you sure you want to delete this group? This will clear all data about "
1346 "the group from the database, without a backup. Public posts to this group "
1347 "will still appear in individual timelines."
1348 msgstr ""
1349
1350 #. TRANS: Submit button title for 'No' when deleting a group.
1351 #: actions/deletegroup.php:224
1352 msgid "Do not delete this group"
1353 msgstr ""
1354
1355 #. TRANS: Submit button title for 'Yes' when deleting a group.
1356 #: actions/deletegroup.php:231
1357 msgid "Delete this group"
1358 msgstr ""
1359
1360 #. TRANS: Client error message thrown when trying to access the admin panel while not logged in.
1361 #: actions/deletenotice.php:50 actions/disfavor.php:61 actions/favor.php:62
1362 #: actions/groupblock.php:61 actions/groupunblock.php:61 actions/logout.php:69
1363 #: actions/makeadmin.php:61 actions/newmessage.php:87 actions/newnotice.php:88
1364 #: actions/nudge.php:63 actions/subedit.php:31 actions/subscribe.php:96
1365 #: actions/tagother.php:33 actions/unsubscribe.php:52
1366 #: lib/adminpanelaction.php:71 lib/profileformaction.php:64
1367 #: lib/settingsaction.php:72
1368 msgid "Not logged in."
1369 msgstr ""
1370
1371 #: actions/deletenotice.php:74
1372 msgid "Can't delete this notice."
1373 msgstr ""
1374
1375 #: actions/deletenotice.php:106
1376 msgid ""
1377 "You are about to permanently delete a notice. Once this is done, it cannot "
1378 "be undone."
1379 msgstr ""
1380
1381 #: actions/deletenotice.php:112 actions/deletenotice.php:144
1382 msgid "Delete notice"
1383 msgstr ""
1384
1385 #: actions/deletenotice.php:147
1386 msgid "Are you sure you want to delete this notice?"
1387 msgstr ""
1388
1389 #. TRANS: Submit button title for 'No' when deleting a notice.
1390 #: actions/deletenotice.php:154
1391 msgid "Do not delete this notice"
1392 msgstr ""
1393
1394 #. TRANS: Submit button title for 'Yes' when deleting a notice.
1395 #: actions/deletenotice.php:161 lib/noticelist.php:667
1396 msgid "Delete this notice"
1397 msgstr ""
1398
1399 #: actions/deleteuser.php:67
1400 msgid "You cannot delete users."
1401 msgstr ""
1402
1403 #: actions/deleteuser.php:74
1404 msgid "You can only delete local users."
1405 msgstr ""
1406
1407 #: actions/deleteuser.php:110 actions/deleteuser.php:133
1408 msgid "Delete user"
1409 msgstr ""
1410
1411 #: actions/deleteuser.php:136
1412 msgid ""
1413 "Are you sure you want to delete this user? This will clear all data about "
1414 "the user from the database, without a backup."
1415 msgstr ""
1416
1417 #. TRANS: Submit button title for 'Yes' when deleting a user.
1418 #: actions/deleteuser.php:163 lib/deleteuserform.php:77
1419 msgid "Delete this user"
1420 msgstr ""
1421
1422 #. TRANS: Message used as title for design settings for the site.
1423 #. TRANS: Link description in user account settings menu.
1424 #: actions/designadminpanel.php:63 lib/accountsettingsaction.php:134
1425 msgid "Design"
1426 msgstr ""
1427
1428 #: actions/designadminpanel.php:74
1429 msgid "Design settings for this StatusNet site"
1430 msgstr ""
1431
1432 #: actions/designadminpanel.php:335
1433 msgid "Invalid logo URL."
1434 msgstr ""
1435
1436 #: actions/designadminpanel.php:340
1437 msgid "Invalid SSL logo URL."
1438 msgstr ""
1439
1440 #: actions/designadminpanel.php:344
1441 #, php-format
1442 msgid "Theme not available: %s."
1443 msgstr ""
1444
1445 #: actions/designadminpanel.php:448
1446 msgid "Change logo"
1447 msgstr ""
1448
1449 #: actions/designadminpanel.php:453
1450 msgid "Site logo"
1451 msgstr ""
1452
1453 #: actions/designadminpanel.php:457
1454 msgid "SSL logo"
1455 msgstr ""
1456
1457 #: actions/designadminpanel.php:469
1458 msgid "Change theme"
1459 msgstr ""
1460
1461 #: actions/designadminpanel.php:486
1462 msgid "Site theme"
1463 msgstr ""
1464
1465 #: actions/designadminpanel.php:487
1466 msgid "Theme for the site."
1467 msgstr ""
1468
1469 #: actions/designadminpanel.php:493
1470 msgid "Custom theme"
1471 msgstr ""
1472
1473 #: actions/designadminpanel.php:497
1474 msgid "You can upload a custom StatusNet theme as a .ZIP archive."
1475 msgstr ""
1476
1477 #: actions/designadminpanel.php:512 lib/designsettings.php:101
1478 msgid "Change background image"
1479 msgstr ""
1480
1481 #: actions/designadminpanel.php:517 actions/designadminpanel.php:600
1482 #: lib/designsettings.php:178
1483 msgid "Background"
1484 msgstr ""
1485
1486 #: actions/designadminpanel.php:522
1487 #, php-format
1488 msgid ""
1489 "You can upload a background image for the site. The maximum file size is %1"
1490 "$s."
1491 msgstr ""
1492
1493 #. TRANS: Used as radio button label to add a background image.
1494 #: actions/designadminpanel.php:553 lib/designsettings.php:139
1495 msgid "On"
1496 msgstr ""
1497
1498 #. TRANS: Used as radio button label to not add a background image.
1499 #: actions/designadminpanel.php:570 lib/designsettings.php:155
1500 msgid "Off"
1501 msgstr ""
1502
1503 #: actions/designadminpanel.php:571 lib/designsettings.php:156
1504 msgid "Turn background image on or off."
1505 msgstr ""
1506
1507 #: actions/designadminpanel.php:576 lib/designsettings.php:161
1508 msgid "Tile background image"
1509 msgstr ""
1510
1511 #: actions/designadminpanel.php:590 lib/designsettings.php:170
1512 msgid "Change colours"
1513 msgstr ""
1514
1515 #: actions/designadminpanel.php:613 lib/designsettings.php:191
1516 msgid "Content"
1517 msgstr ""
1518
1519 #: actions/designadminpanel.php:626 lib/designsettings.php:204
1520 msgid "Sidebar"
1521 msgstr ""
1522
1523 #: actions/designadminpanel.php:639 lib/designsettings.php:217
1524 msgid "Text"
1525 msgstr ""
1526
1527 #: actions/designadminpanel.php:652 lib/designsettings.php:230
1528 msgid "Links"
1529 msgstr ""
1530
1531 #: actions/designadminpanel.php:677
1532 msgid "Advanced"
1533 msgstr ""
1534
1535 #: actions/designadminpanel.php:681
1536 msgid "Custom CSS"
1537 msgstr ""
1538
1539 #: actions/designadminpanel.php:702 lib/designsettings.php:247
1540 msgid "Use defaults"
1541 msgstr ""
1542
1543 #: actions/designadminpanel.php:703 lib/designsettings.php:248
1544 msgid "Restore default designs"
1545 msgstr ""
1546
1547 #: actions/designadminpanel.php:709 lib/designsettings.php:254
1548 msgid "Reset back to default"
1549 msgstr ""
1550
1551 #. TRANS: Submit button title.
1552 #: actions/designadminpanel.php:711 actions/licenseadminpanel.php:319
1553 #: actions/othersettings.php:126 actions/sessionsadminpanel.php:199
1554 #: actions/siteadminpanel.php:292 actions/sitenoticeadminpanel.php:195
1555 #: actions/snapshotadminpanel.php:245 actions/tagother.php:154
1556 #: actions/useradminpanel.php:295 lib/applicationeditform.php:357
1557 #: lib/designsettings.php:256 lib/groupeditform.php:202
1558 msgid "Save"
1559 msgstr ""
1560
1561 #: actions/designadminpanel.php:712 lib/designsettings.php:257
1562 msgid "Save design"
1563 msgstr ""
1564
1565 #: actions/disfavor.php:81
1566 msgid "This notice is not a favorite!"
1567 msgstr ""
1568
1569 #: actions/disfavor.php:94
1570 msgid "Add to favorites"
1571 msgstr ""
1572
1573 #: actions/doc.php:158
1574 #, php-format
1575 msgid "No such document \"%s\""
1576 msgstr ""
1577
1578 #. TRANS: Title for "Edit application" form.
1579 #. TRANS: Form legend.
1580 #: actions/editapplication.php:54 lib/applicationeditform.php:129
1581 msgid "Edit application"
1582 msgstr ""
1583
1584 #. TRANS: Client error displayed trying to edit an application while not logged in.
1585 #: actions/editapplication.php:66
1586 msgid "You must be logged in to edit an application."
1587 msgstr ""
1588
1589 #. TRANS: Client error displayed trying to edit an application that does not exist.
1590 #: actions/editapplication.php:83 actions/showapplication.php:87
1591 msgid "No such application."
1592 msgstr ""
1593
1594 #. TRANS: Instructions for "Edit application" form.
1595 #: actions/editapplication.php:167
1596 msgid "Use this form to edit your application."
1597 msgstr ""
1598
1599 #. TRANS: Validation error shown when not providing a name in the "Edit application" form.
1600 #: actions/editapplication.php:184 actions/newapplication.php:163
1601 msgid "Name is required."
1602 msgstr ""
1603
1604 #. TRANS: Validation error shown when providing too long a name in the "Edit application" form.
1605 #: actions/editapplication.php:188
1606 msgid "Name is too long (max 255 characters)."
1607 msgstr ""
1608
1609 #. TRANS: Validation error shown when providing a name for an application that already exists in the "Edit application" form.
1610 #: actions/editapplication.php:192 actions/newapplication.php:166
1611 msgid "Name already in use. Try another one."
1612 msgstr ""
1613
1614 #. TRANS: Validation error shown when not providing a description in the "Edit application" form.
1615 #: actions/editapplication.php:196 actions/newapplication.php:172
1616 msgid "Description is required."
1617 msgstr ""
1618
1619 #. TRANS: Validation error shown when providing too long a source URL in the "Edit application" form.
1620 #: actions/editapplication.php:208
1621 msgid "Source URL is too long."
1622 msgstr ""
1623
1624 #. TRANS: Validation error shown when providing an invalid source URL in the "Edit application" form.
1625 #: actions/editapplication.php:215 actions/newapplication.php:193
1626 msgid "Source URL is not valid."
1627 msgstr ""
1628
1629 #. TRANS: Validation error shown when not providing an organisation in the "Edit application" form.
1630 #: actions/editapplication.php:219 actions/newapplication.php:196
1631 msgid "Organization is required."
1632 msgstr ""
1633
1634 #. TRANS: Validation error shown when providing too long an arganisation name in the "Edit application" form.
1635 #: actions/editapplication.php:223
1636 msgid "Organization is too long (maximum 255 characters)."
1637 msgstr ""
1638
1639 #: actions/editapplication.php:226 actions/newapplication.php:202
1640 msgid "Organization homepage is required."
1641 msgstr ""
1642
1643 #. TRANS: Validation error shown when providing too long a callback URL in the "Edit application" form.
1644 #: actions/editapplication.php:237 actions/newapplication.php:214
1645 msgid "Callback is too long."
1646 msgstr ""
1647
1648 #. TRANS: Validation error shown when providing an invalid callback URL in the "Edit application" form.
1649 #: actions/editapplication.php:245 actions/newapplication.php:223
1650 msgid "Callback URL is not valid."
1651 msgstr ""
1652
1653 #. TRANS: Server error occuring when an application could not be updated from the "Edit application" form.
1654 #: actions/editapplication.php:282
1655 msgid "Could not update application."
1656 msgstr ""
1657
1658 #: actions/editgroup.php:56
1659 #, php-format
1660 msgid "Edit %s group"
1661 msgstr ""
1662
1663 #: actions/editgroup.php:68 actions/grouplogo.php:70 actions/newgroup.php:65
1664 msgid "You must be logged in to create a group."
1665 msgstr ""
1666
1667 #: actions/editgroup.php:107 actions/editgroup.php:172
1668 #: actions/groupdesignsettings.php:107 actions/grouplogo.php:109
1669 msgid "You must be an admin to edit the group."
1670 msgstr ""
1671
1672 #: actions/editgroup.php:158
1673 msgid "Use this form to edit the group."
1674 msgstr ""
1675
1676 #: actions/editgroup.php:205
1677 #, php-format
1678 msgid "Description is too long (max %d chars)."
1679 msgstr ""
1680
1681 #: actions/editgroup.php:219
1682 #, php-format
1683 msgid "Too many aliases! Maximum %d."
1684 msgstr ""
1685
1686 #: actions/editgroup.php:228 actions/newgroup.php:177
1687 #, php-format
1688 msgid "Invalid alias: \"%s\""
1689 msgstr ""
1690
1691 #: actions/editgroup.php:258
1692 msgid "Could not update group."
1693 msgstr ""
1694
1695 #. TRANS: Server exception thrown when creating group aliases failed.
1696 #: actions/editgroup.php:264 classes/User_group.php:513
1697 msgid "Could not create aliases."
1698 msgstr ""
1699
1700 #: actions/editgroup.php:280
1701 msgid "Options saved."
1702 msgstr ""
1703
1704 #. TRANS: Title for e-mail settings.
1705 #: actions/emailsettings.php:61
1706 msgid "Email settings"
1707 msgstr ""
1708
1709 #. TRANS: E-mail settings page instructions.
1710 #. TRANS: %%site.name%% is the name of the site.
1711 #: actions/emailsettings.php:76
1712 #, php-format
1713 msgid "Manage how you get email from %%site.name%%."
1714 msgstr ""
1715
1716 #. TRANS: Form legend for e-mail settings form.
1717 #. TRANS: Field label for e-mail address input in e-mail settings form.
1718 #: actions/emailsettings.php:106 actions/emailsettings.php:132
1719 msgid "Email address"
1720 msgstr ""
1721
1722 #. TRANS: Form note in e-mail settings form.
1723 #: actions/emailsettings.php:112
1724 msgid "Current confirmed email address."
1725 msgstr ""
1726
1727 #. TRANS: Button label to remove a confirmed e-mail address.
1728 #. TRANS: Button label for removing a set sender e-mail address to post notices from.
1729 #. TRANS: Button label to remove a confirmed IM address.
1730 #. TRANS: Button label to remove a confirmed SMS address.
1731 #. TRANS: Button label for removing a set sender SMS e-mail address to post notices from.
1732 #: actions/emailsettings.php:115 actions/emailsettings.php:162
1733 #: actions/imsettings.php:116 actions/smssettings.php:124
1734 #: actions/smssettings.php:180
1735 msgctxt "BUTTON"
1736 msgid "Remove"
1737 msgstr ""
1738
1739 #: actions/emailsettings.php:122
1740 msgid ""
1741 "Awaiting confirmation on this address. Check your inbox (and spam box!) for "
1742 "a message with further instructions."
1743 msgstr ""
1744
1745 #. TRANS: Instructions for e-mail address input form. Do not translate
1746 #. TRANS: "example.org". It is one of the domain names reserved for
1747 #. TRANS: use in examples by http://www.rfc-editor.org/rfc/rfc2606.txt.
1748 #. TRANS: Any other domain may be owned by a legitimate person or
1749 #. TRANS: organization.
1750 #: actions/emailsettings.php:139
1751 msgid "Email address, like \"UserName@example.org\""
1752 msgstr ""
1753
1754 #. TRANS: Button label for adding an e-mail address in e-mail settings form.
1755 #. TRANS: Button label for adding an IM address in IM settings form.
1756 #. TRANS: Button label for adding a SMS phone number in SMS settings form.
1757 #: actions/emailsettings.php:143 actions/imsettings.php:151
1758 #: actions/smssettings.php:162
1759 msgctxt "BUTTON"
1760 msgid "Add"
1761 msgstr ""
1762
1763 #. TRANS: Form legend for incoming e-mail settings form.
1764 #. TRANS: Form legend for incoming SMS settings form.
1765 #: actions/emailsettings.php:151 actions/smssettings.php:171
1766 msgid "Incoming email"
1767 msgstr ""
1768
1769 #. TRANS: Form instructions for incoming e-mail form in e-mail settings.
1770 #. TRANS: Form instructions for incoming SMS e-mail address form in SMS settings.
1771 #: actions/emailsettings.php:159 actions/smssettings.php:178
1772 msgid "Send email to this address to post new notices."
1773 msgstr ""
1774
1775 #. TRANS: Instructions for incoming e-mail address input form.
1776 #. TRANS: Instructions for incoming SMS e-mail address input form.
1777 #: actions/emailsettings.php:168 actions/smssettings.php:186
1778 msgid "Make a new email address for posting to; cancels the old one."
1779 msgstr ""
1780
1781 #. TRANS: Button label for adding an e-mail address to send notices from.
1782 #. TRANS: Button label for adding an SMS e-mail address to send notices from.
1783 #: actions/emailsettings.php:172 actions/smssettings.php:189
1784 msgctxt "BUTTON"
1785 msgid "New"
1786 msgstr ""
1787
1788 #. TRANS: Form legend for e-mail preferences form.
1789 #: actions/emailsettings.php:178
1790 msgid "Email preferences"
1791 msgstr ""
1792
1793 #. TRANS: Checkbox label in e-mail preferences form.
1794 #: actions/emailsettings.php:184
1795 msgid "Send me notices of new subscriptions through email."
1796 msgstr ""
1797
1798 #. TRANS: Checkbox label in e-mail preferences form.
1799 #: actions/emailsettings.php:190
1800 msgid "Send me email when someone adds my notice as a favorite."
1801 msgstr ""
1802
1803 #. TRANS: Checkbox label in e-mail preferences form.
1804 #: actions/emailsettings.php:197
1805 msgid "Send me email when someone sends me a private message."
1806 msgstr ""
1807
1808 #. TRANS: Checkbox label in e-mail preferences form.
1809 #: actions/emailsettings.php:203
1810 msgid "Send me email when someone sends me an \"@-reply\"."
1811 msgstr ""
1812
1813 #. TRANS: Checkbox label in e-mail preferences form.
1814 #: actions/emailsettings.php:209
1815 msgid "Allow friends to nudge me and send me an email."
1816 msgstr ""
1817
1818 #. TRANS: Checkbox label in e-mail preferences form.
1819 #: actions/emailsettings.php:216
1820 msgid "I want to post notices by email."
1821 msgstr ""
1822
1823 #. TRANS: Checkbox label in e-mail preferences form.
1824 #: actions/emailsettings.php:223
1825 msgid "Publish a MicroID for my email address."
1826 msgstr ""
1827
1828 #. TRANS: Confirmation message for successful e-mail preferences save.
1829 #: actions/emailsettings.php:338
1830 msgid "Email preferences saved."
1831 msgstr ""
1832
1833 #. TRANS: Message given saving e-mail address without having provided one.
1834 #: actions/emailsettings.php:357
1835 msgid "No email address."
1836 msgstr ""
1837
1838 #. TRANS: Message given saving e-mail address that cannot be normalised.
1839 #: actions/emailsettings.php:365
1840 msgid "Cannot normalize that email address"
1841 msgstr ""
1842
1843 #. TRANS: Message given saving e-mail address that not valid.
1844 #: actions/emailsettings.php:370 actions/register.php:208
1845 #: actions/siteadminpanel.php:144
1846 msgid "Not a valid email address."
1847 msgstr ""
1848
1849 #. TRANS: Message given saving e-mail address that is already set.
1850 #: actions/emailsettings.php:374
1851 msgid "That is already your email address."
1852 msgstr ""
1853
1854 #. TRANS: Message given saving e-mail address that is already set for another user.
1855 #: actions/emailsettings.php:378
1856 msgid "That email address already belongs to another user."
1857 msgstr ""
1858
1859 #. TRANS: Server error thrown on database error adding e-mail confirmation code.
1860 #. TRANS: Server error thrown on database error adding IM confirmation code.
1861 #. TRANS: Server error thrown on database error adding SMS confirmation code.
1862 #: actions/emailsettings.php:395 actions/imsettings.php:351
1863 #: actions/smssettings.php:373
1864 msgid "Couldn't insert confirmation code."
1865 msgstr ""
1866
1867 #. TRANS: Message given saving valid e-mail address that is to be confirmed.
1868 #: actions/emailsettings.php:402
1869 msgid ""
1870 "A confirmation code was sent to the email address you added. Check your "
1871 "inbox (and spam box!) for the code and instructions on how to use it."
1872 msgstr ""
1873
1874 #. TRANS: Message given canceling e-mail address confirmation that is not pending.
1875 #. TRANS: Message given canceling IM address confirmation that is not pending.
1876 #. TRANS: Message given canceling SMS phone number confirmation that is not pending.
1877 #: actions/emailsettings.php:423 actions/imsettings.php:386
1878 #: actions/smssettings.php:408
1879 msgid "No pending confirmation to cancel."
1880 msgstr ""
1881
1882 #. TRANS: Message given canceling e-mail address confirmation for the wrong e-mail address.
1883 #: actions/emailsettings.php:428
1884 msgid "That is the wrong email address."
1885 msgstr ""
1886
1887 #. TRANS: Message given after successfully canceling e-mail address confirmation.
1888 #: actions/emailsettings.php:442
1889 msgid "Email confirmation cancelled."
1890 msgstr ""
1891
1892 #. TRANS: Message given trying to remove an e-mail address that is not
1893 #. TRANS: registered for the active user.
1894 #: actions/emailsettings.php:462
1895 msgid "That is not your email address."
1896 msgstr ""
1897
1898 #. TRANS: Message given after successfully removing a registered e-mail address.
1899 #: actions/emailsettings.php:483
1900 msgid "The email address was removed."
1901 msgstr ""
1902
1903 #: actions/emailsettings.php:497 actions/smssettings.php:568
1904 msgid "No incoming email address."
1905 msgstr ""
1906
1907 #. TRANS: Server error thrown on database error removing incoming e-mail address.
1908 #. TRANS: Server error thrown on database error adding incoming e-mail address.
1909 #: actions/emailsettings.php:508 actions/emailsettings.php:532
1910 #: actions/smssettings.php:578 actions/smssettings.php:602
1911 msgid "Couldn't update user record."
1912 msgstr ""
1913
1914 #. TRANS: Message given after successfully removing an incoming e-mail address.
1915 #: actions/emailsettings.php:512 actions/smssettings.php:581
1916 msgid "Incoming email address removed."
1917 msgstr ""
1918
1919 #. TRANS: Message given after successfully adding an incoming e-mail address.
1920 #: actions/emailsettings.php:536 actions/smssettings.php:605
1921 msgid "New incoming email address added."
1922 msgstr ""
1923
1924 #: actions/favor.php:79
1925 msgid "This notice is already a favorite!"
1926 msgstr ""
1927
1928 #: actions/favor.php:92 lib/disfavorform.php:144
1929 msgid "Disfavor favorite"
1930 msgstr ""
1931
1932 #: actions/favorited.php:65 lib/popularnoticesection.php:91
1933 #: lib/publicgroupnav.php:93
1934 msgid "Popular notices"
1935 msgstr ""
1936
1937 #: actions/favorited.php:67
1938 #, php-format
1939 msgid "Popular notices, page %d"
1940 msgstr ""
1941
1942 #: actions/favorited.php:79
1943 msgid "The most popular notices on the site right now."
1944 msgstr ""
1945
1946 #: actions/favorited.php:150
1947 msgid "Favorite notices appear on this page but no one has favorited one yet."
1948 msgstr ""
1949
1950 #: actions/favorited.php:153
1951 msgid ""
1952 "Be the first to add a notice to your favorites by clicking the fave button "
1953 "next to any notice you like."
1954 msgstr ""
1955
1956 #: actions/favorited.php:156
1957 #, php-format
1958 msgid ""
1959 "Why not [register an account](%%action.register%%) and be the first to add a "
1960 "notice to your favorites!"
1961 msgstr ""
1962
1963 #: actions/favoritesrss.php:111 actions/showfavorites.php:77
1964 #: lib/personalgroupnav.php:115
1965 #, php-format
1966 msgid "%s's favorite notices"
1967 msgstr ""
1968
1969 #: actions/favoritesrss.php:115
1970 #, php-format
1971 msgid "Updates favored by %1$s on %2$s!"
1972 msgstr ""
1973
1974 #: actions/featured.php:69 lib/featureduserssection.php:87
1975 #: lib/publicgroupnav.php:89
1976 msgid "Featured users"
1977 msgstr ""
1978
1979 #: actions/featured.php:71
1980 #, php-format
1981 msgid "Featured users, page %d"
1982 msgstr ""
1983
1984 #: actions/featured.php:99
1985 #, php-format
1986 msgid "A selection of some great users on %s"
1987 msgstr ""
1988
1989 #: actions/file.php:34
1990 msgid "No notice ID."
1991 msgstr ""
1992
1993 #: actions/file.php:38
1994 msgid "No notice."
1995 msgstr ""
1996
1997 #: actions/file.php:42
1998 msgid "No attachments."
1999 msgstr ""
2000
2001 #: actions/file.php:51
2002 msgid "No uploaded attachments."
2003 msgstr ""
2004
2005 #: actions/finishremotesubscribe.php:69
2006 msgid "Not expecting this response!"
2007 msgstr ""
2008
2009 #: actions/finishremotesubscribe.php:80
2010 msgid "User being listened to does not exist."
2011 msgstr ""
2012
2013 #: actions/finishremotesubscribe.php:87 actions/remotesubscribe.php:59
2014 msgid "You can use the local subscription!"
2015 msgstr ""
2016
2017 #: actions/finishremotesubscribe.php:99
2018 msgid "That user has blocked you from subscribing."
2019 msgstr ""
2020
2021 #: actions/finishremotesubscribe.php:110
2022 msgid "You are not authorized."
2023 msgstr ""
2024
2025 #: actions/finishremotesubscribe.php:113
2026 msgid "Could not convert request token to access token."
2027 msgstr ""
2028
2029 #: actions/finishremotesubscribe.php:118
2030 msgid "Remote service uses unknown version of OMB protocol."
2031 msgstr ""
2032
2033 #: actions/finishremotesubscribe.php:138 lib/oauthstore.php:317
2034 msgid "Error updating remote profile."
2035 msgstr ""
2036
2037 #: actions/getfile.php:79
2038 msgid "No such file."
2039 msgstr ""
2040
2041 #: actions/getfile.php:83
2042 msgid "Cannot read file."
2043 msgstr ""
2044
2045 #: actions/grantrole.php:62 actions/revokerole.php:62
2046 msgid "Invalid role."
2047 msgstr ""
2048
2049 #: actions/grantrole.php:66 actions/revokerole.php:66
2050 msgid "This role is reserved and cannot be set."
2051 msgstr ""
2052
2053 #: actions/grantrole.php:75
2054 msgid "You cannot grant user roles on this site."
2055 msgstr ""
2056
2057 #: actions/grantrole.php:82
2058 msgid "User already has this role."
2059 msgstr ""
2060
2061 #: actions/groupblock.php:71 actions/groupunblock.php:71
2062 #: actions/makeadmin.php:71 actions/subedit.php:46
2063 #: lib/profileformaction.php:79
2064 msgid "No profile specified."
2065 msgstr ""
2066
2067 #: actions/groupblock.php:76 actions/groupunblock.php:76
2068 #: actions/makeadmin.php:76 actions/subedit.php:53 actions/tagother.php:46
2069 #: actions/unsubscribe.php:84 lib/profileformaction.php:86
2070 msgid "No profile with that ID."
2071 msgstr ""
2072
2073 #: actions/groupblock.php:81 actions/groupunblock.php:81
2074 #: actions/makeadmin.php:81
2075 msgid "No group specified."
2076 msgstr ""
2077
2078 #: actions/groupblock.php:91
2079 msgid "Only an admin can block group members."
2080 msgstr ""
2081
2082 #: actions/groupblock.php:95
2083 msgid "User is already blocked from group."
2084 msgstr ""
2085
2086 #: actions/groupblock.php:100
2087 msgid "User is not a member of group."
2088 msgstr ""
2089
2090 #: actions/groupblock.php:134 actions/groupmembers.php:364
2091 msgid "Block user from group"
2092 msgstr ""
2093
2094 #: actions/groupblock.php:160
2095 #, php-format
2096 msgid ""
2097 "Are you sure you want to block user \"%1$s\" from the group \"%2$s\"? They "
2098 "will be removed from the group, unable to post, and unable to subscribe to "
2099 "the group in the future."
2100 msgstr ""
2101
2102 #. TRANS: Submit button title for 'No' when blocking a user from a group.
2103 #: actions/groupblock.php:182
2104 msgid "Do not block this user from this group"
2105 msgstr ""
2106
2107 #. TRANS: Submit button title for 'Yes' when blocking a user from a group.
2108 #: actions/groupblock.php:189
2109 msgid "Block this user from this group"
2110 msgstr ""
2111
2112 #: actions/groupblock.php:206
2113 msgid "Database error blocking user from group."
2114 msgstr ""
2115
2116 #: actions/groupbyid.php:74 actions/userbyid.php:70
2117 msgid "No ID."
2118 msgstr ""
2119
2120 #: actions/groupdesignsettings.php:68
2121 msgid "You must be logged in to edit a group."
2122 msgstr ""
2123
2124 #: actions/groupdesignsettings.php:144
2125 msgid "Group design"
2126 msgstr ""
2127
2128 #: actions/groupdesignsettings.php:155
2129 msgid ""
2130 "Customize the way your group looks with a background image and a colour "
2131 "palette of your choice."
2132 msgstr ""
2133
2134 #: actions/groupdesignsettings.php:266 actions/userdesignsettings.php:186
2135 #: lib/designsettings.php:391 lib/designsettings.php:413
2136 msgid "Couldn't update your design."
2137 msgstr ""
2138
2139 #: actions/groupdesignsettings.php:311 actions/userdesignsettings.php:231
2140 msgid "Design preferences saved."
2141 msgstr ""
2142
2143 #: actions/grouplogo.php:142 actions/grouplogo.php:195
2144 msgid "Group logo"
2145 msgstr ""
2146
2147 #: actions/grouplogo.php:153
2148 #, php-format
2149 msgid ""
2150 "You can upload a logo image for your group. The maximum file size is %s."
2151 msgstr ""
2152
2153 #: actions/grouplogo.php:365
2154 msgid "Pick a square area of the image to be the logo."
2155 msgstr ""
2156
2157 #: actions/grouplogo.php:399
2158 msgid "Logo updated."
2159 msgstr ""
2160
2161 #: actions/grouplogo.php:401
2162 msgid "Failed updating logo."
2163 msgstr ""
2164
2165 #. TRANS: Title of the page showing group members.
2166 #. TRANS: %s is the name of the group.
2167 #: actions/groupmembers.php:102
2168 #, php-format
2169 msgid "%s group members"
2170 msgstr ""
2171
2172 #. TRANS: Title of the page showing group members.
2173 #. TRANS: %1$s is the name of the group, %2$d is the page number of the members list.
2174 #: actions/groupmembers.php:107
2175 #, php-format
2176 msgid "%1$s group members, page %2$d"
2177 msgstr ""
2178
2179 #: actions/groupmembers.php:122
2180 msgid "A list of the users in this group."
2181 msgstr ""
2182
2183 #: actions/groupmembers.php:186
2184 msgid "Admin"
2185 msgstr ""
2186
2187 #. TRANS: Button text for the form that will block a user from a group.
2188 #: actions/groupmembers.php:399
2189 msgctxt "BUTTON"
2190 msgid "Block"
2191 msgstr ""
2192
2193 #. TRANS: Submit button title.
2194 #: actions/groupmembers.php:403
2195 msgctxt "TOOLTIP"
2196 msgid "Block this user"
2197 msgstr ""
2198
2199 #: actions/groupmembers.php:498
2200 msgid "Make user an admin of the group"
2201 msgstr ""
2202
2203 #. TRANS: Button text for the form that will make a user administrator.
2204 #: actions/groupmembers.php:533
2205 msgctxt "BUTTON"
2206 msgid "Make Admin"
2207 msgstr ""
2208
2209 #. TRANS: Submit button title.
2210 #: actions/groupmembers.php:537
2211 msgctxt "TOOLTIP"
2212 msgid "Make this user an admin"
2213 msgstr ""
2214
2215 #. TRANS: Message is used as link title. %s is a user nickname.
2216 #. TRANS: Title in atom group notice feed. %s is a group name.
2217 #. TRANS: Title in atom user notice feed. %s is a user name.
2218 #: actions/grouprss.php:139 actions/userrss.php:94
2219 #: lib/atomgroupnoticefeed.php:63 lib/atomusernoticefeed.php:68
2220 #, php-format
2221 msgid "%s timeline"
2222 msgstr ""
2223
2224 #. TRANS: Message is used as link description. %1$s is a username, %2$s is a site name.
2225 #: actions/grouprss.php:142
2226 #, php-format
2227 msgid "Updates from members of %1$s on %2$s!"
2228 msgstr ""
2229
2230 #: actions/groups.php:62 lib/profileaction.php:223 lib/profileaction.php:249
2231 #: lib/publicgroupnav.php:81 lib/searchgroupnav.php:84 lib/subgroupnav.php:98
2232 msgid "Groups"
2233 msgstr ""
2234
2235 #: actions/groups.php:64
2236 #, php-format
2237 msgid "Groups, page %d"
2238 msgstr ""
2239
2240 #: actions/groups.php:90
2241 #, php-format
2242 msgid ""
2243 "%%%%site.name%%%% groups let you find and talk with people of similar "
2244 "interests. After you join a group you can send messages to all other members "
2245 "using the syntax \"!groupname\". Don't see a group you like? Try [searching "
2246 "for one](%%%%action.groupsearch%%%%) or [start your own!](%%%%action.newgroup"
2247 "%%%%)"
2248 msgstr ""
2249
2250 #: actions/groups.php:107 actions/usergroups.php:126 lib/groupeditform.php:122
2251 msgid "Create a new group"
2252 msgstr ""
2253
2254 #: actions/groupsearch.php:52
2255 #, php-format
2256 msgid ""
2257 "Search for groups on %%site.name%% by their name, location, or description. "
2258 "Separate the terms by spaces; they must be 3 characters or more."
2259 msgstr ""
2260
2261 #: actions/groupsearch.php:58
2262 msgid "Group search"
2263 msgstr ""
2264
2265 #: actions/groupsearch.php:79 actions/noticesearch.php:117
2266 #: actions/peoplesearch.php:83
2267 msgid "No results."
2268 msgstr ""
2269
2270 #: actions/groupsearch.php:82
2271 #, php-format
2272 msgid ""
2273 "If you can't find the group you're looking for, you can [create it](%%action."
2274 "newgroup%%) yourself."
2275 msgstr ""
2276
2277 #: actions/groupsearch.php:85
2278 #, php-format
2279 msgid ""
2280 "Why not [register an account](%%action.register%%) and [create the group](%%"
2281 "action.newgroup%%) yourself!"
2282 msgstr ""
2283
2284 #: actions/groupunblock.php:91
2285 msgid "Only an admin can unblock group members."
2286 msgstr ""
2287
2288 #: actions/groupunblock.php:95
2289 msgid "User is not blocked from group."
2290 msgstr ""
2291
2292 #: actions/groupunblock.php:128 actions/unblock.php:86
2293 msgid "Error removing the block."
2294 msgstr ""
2295
2296 #. TRANS: Title for instance messaging settings.
2297 #: actions/imsettings.php:60
2298 msgid "IM settings"
2299 msgstr ""
2300
2301 #. TRANS: Instant messaging settings page instructions.
2302 #. TRANS: [instant messages] is link text, "(%%doc.im%%)" is the link.
2303 #. TRANS: the order and formatting of link text and link should remain unchanged.
2304 #: actions/imsettings.php:74
2305 #, php-format
2306 msgid ""
2307 "You can send and receive notices through Jabber/GTalk [instant messages](%%"
2308 "doc.im%%). Configure your address and settings below."
2309 msgstr ""
2310
2311 #. TRANS: Message given in the IM settings if XMPP is not enabled on the site.
2312 #: actions/imsettings.php:94
2313 msgid "IM is not available."
2314 msgstr ""
2315
2316 #. TRANS: Form legend for IM settings form.
2317 #. TRANS: Field label for IM address input in IM settings form.
2318 #: actions/imsettings.php:106 actions/imsettings.php:136
2319 msgid "IM address"
2320 msgstr ""
2321
2322 #: actions/imsettings.php:113
2323 msgid "Current confirmed Jabber/GTalk address."
2324 msgstr ""
2325
2326 #. TRANS: Form note in IM settings form.
2327 #. TRANS: %s is the IM address set for the site.
2328 #: actions/imsettings.php:124
2329 #, php-format
2330 msgid ""
2331 "Awaiting confirmation on this address. Check your Jabber/GTalk account for a "
2332 "message with further instructions. (Did you add %s to your buddy list?)"
2333 msgstr ""
2334
2335 #. TRANS: IM address input field instructions in IM settings form.
2336 #. TRANS: %s is the IM address set for the site.
2337 #. TRANS: Do not translate "example.org". It is one of the domain names reserved for use in examples by
2338 #. TRANS: http://www.rfc-editor.org/rfc/rfc2606.txt. Any other domain may be owned by a legitimate
2339 #. TRANS: person or organization.
2340 #: actions/imsettings.php:143
2341 #, php-format
2342 msgid ""
2343 "Jabber or GTalk address, like \"UserName@example.org\". First, make sure to "
2344 "add %s to your buddy list in your IM client or on GTalk."
2345 msgstr ""
2346
2347 #. TRANS: Form legend for IM preferences form.
2348 #: actions/imsettings.php:158
2349 msgid "IM preferences"
2350 msgstr ""
2351
2352 #. TRANS: Checkbox label in IM preferences form.
2353 #: actions/imsettings.php:163
2354 msgid "Send me notices through Jabber/GTalk."
2355 msgstr ""
2356
2357 #. TRANS: Checkbox label in IM preferences form.
2358 #: actions/imsettings.php:169
2359 msgid "Post a notice when my Jabber/GTalk status changes."
2360 msgstr ""
2361
2362 #. TRANS: Checkbox label in IM preferences form.
2363 #: actions/imsettings.php:175
2364 msgid "Send me replies through Jabber/GTalk from people I'm not subscribed to."
2365 msgstr ""
2366
2367 #. TRANS: Checkbox label in IM preferences form.
2368 #: actions/imsettings.php:182
2369 msgid "Publish a MicroID for my Jabber/GTalk address."
2370 msgstr ""
2371
2372 #. TRANS: Confirmation message for successful IM preferences save.
2373 #: actions/imsettings.php:290 actions/othersettings.php:180
2374 msgid "Preferences saved."
2375 msgstr ""
2376
2377 #. TRANS: Message given saving IM address without having provided one.
2378 #: actions/imsettings.php:312
2379 msgid "No Jabber ID."
2380 msgstr ""
2381
2382 #. TRANS: Message given saving IM address that cannot be normalised.
2383 #: actions/imsettings.php:320
2384 msgid "Cannot normalize that Jabber ID"
2385 msgstr ""
2386
2387 #. TRANS: Message given saving IM address that not valid.
2388 #: actions/imsettings.php:325
2389 msgid "Not a valid Jabber ID"
2390 msgstr ""
2391
2392 #. TRANS: Message given saving IM address that is already set.
2393 #: actions/imsettings.php:329
2394 msgid "That is already your Jabber ID."
2395 msgstr ""
2396
2397 #. TRANS: Message given saving IM address that is already set for another user.
2398 #: actions/imsettings.php:333
2399 msgid "Jabber ID already belongs to another user."
2400 msgstr ""
2401
2402 #. TRANS: Message given saving valid IM address that is to be confirmed.
2403 #. TRANS: %s is the IM address set for the site.
2404 #: actions/imsettings.php:361
2405 #, php-format
2406 msgid ""
2407 "A confirmation code was sent to the IM address you added. You must approve %"
2408 "s for sending messages to you."
2409 msgstr ""
2410
2411 #. TRANS: Message given canceling IM address confirmation for the wrong IM address.
2412 #: actions/imsettings.php:391
2413 msgid "That is the wrong IM address."
2414 msgstr ""
2415
2416 #. TRANS: Server error thrown on database error canceling IM address confirmation.
2417 #: actions/imsettings.php:400
2418 msgid "Couldn't delete IM confirmation."
2419 msgstr ""
2420
2421 #. TRANS: Message given after successfully canceling IM address confirmation.
2422 #: actions/imsettings.php:405
2423 msgid "IM confirmation cancelled."
2424 msgstr ""
2425
2426 #. TRANS: Message given trying to remove an IM address that is not
2427 #. TRANS: registered for the active user.
2428 #: actions/imsettings.php:427
2429 msgid "That is not your Jabber ID."
2430 msgstr ""
2431
2432 #. TRANS: Message given after successfully removing a registered IM address.
2433 #: actions/imsettings.php:450
2434 msgid "The IM address was removed."
2435 msgstr ""
2436
2437 #: actions/inbox.php:59
2438 #, php-format
2439 msgid "Inbox for %1$s - page %2$d"
2440 msgstr ""
2441
2442 #: actions/inbox.php:62
2443 #, php-format
2444 msgid "Inbox for %s"
2445 msgstr ""
2446
2447 #: actions/inbox.php:115
2448 msgid "This is your inbox, which lists your incoming private messages."
2449 msgstr ""
2450
2451 #. TRANS: Client error displayed when trying to sent invites while they have been disabled.
2452 #: actions/invite.php:40
2453 msgid "Invites have been disabled."
2454 msgstr ""
2455
2456 #. TRANS: Client error displayed when trying to sent invites while not logged in.
2457 #. TRANS: %s is the StatusNet site name.
2458 #: actions/invite.php:44
2459 #, php-format
2460 msgid "You must be logged in to invite other users to use %s."
2461 msgstr ""
2462
2463 #. TRANS: Form validation message when providing an e-mail address that does not validate.
2464 #. TRANS: %s is an invalid e-mail address.
2465 #: actions/invite.php:77
2466 #, php-format
2467 msgid "Invalid email address: %s."
2468 msgstr ""
2469
2470 #. TRANS: Page title when invitations have been sent.
2471 #: actions/invite.php:116
2472 msgid "Invitations sent"
2473 msgstr ""
2474
2475 #. TRANS: Page title when inviting potential users.
2476 #: actions/invite.php:119
2477 msgid "Invite new users"
2478 msgstr ""
2479
2480 #. TRANS: Message displayed inviting users to use a StatusNet site while the inviting user
2481 #. TRANS: is already subscribed to one or more users with the given e-mail address(es).
2482 #. TRANS: Plural form is based on the number of reported already subscribed e-mail addresses.
2483 #. TRANS: Followed by a bullet list.
2484 #: actions/invite.php:139
2485 msgid "You are already subscribed to this user:"
2486 msgid_plural "You are already subscribed to these users:"
2487 msgstr[0] ""
2488 msgstr[1] ""
2489
2490 #. TRANS: Used as list item for already subscribed users (%1$s is nickname, %2$s is e-mail address).
2491 #. TRANS: Used as list item for already registered people (%1$s is nickname, %2$s is e-mail address).
2492 #. TRANS: Whois output.
2493 #. TRANS: %1$s nickname of the queried user, %2$s is their profile URL.
2494 #: actions/invite.php:145 actions/invite.php:159 lib/command.php:426
2495 #, php-format
2496 msgid "%1$s (%2$s)"
2497 msgstr ""
2498
2499 #. TRANS: Message displayed inviting users to use a StatusNet site while the invited user
2500 #. TRANS: already uses a this StatusNet site. Plural form is based on the number of
2501 #. TRANS: reported already present people. Followed by a bullet list.
2502 #: actions/invite.php:153
2503 msgid "This person is already a user and you were automatically subscribed:"
2504 msgid_plural ""
2505 "These people are already users and you were automatically subscribed to them:"
2506 msgstr[0] ""
2507 msgstr[1] ""
2508
2509 #. TRANS: Message displayed inviting users to use a StatusNet site. Plural form is
2510 #. TRANS: based on the number of invitations sent. Followed by a bullet list of
2511 #. TRANS: e-mail addresses to which invitations were sent.
2512 #: actions/invite.php:167
2513 msgid "Invitation sent to the following person:"
2514 msgid_plural "Invitations sent to the following people:"
2515 msgstr[0] ""
2516 msgstr[1] ""
2517
2518 #. TRANS: Generic message displayed after sending out one or more invitations to
2519 #. TRANS: people to join a StatusNet site.
2520 #: actions/invite.php:177
2521 msgid ""
2522 "You will be notified when your invitees accept the invitation and register "
2523 "on the site. Thanks for growing the community!"
2524 msgstr ""
2525
2526 #. TRANS: Form instructions.
2527 #: actions/invite.php:190
2528 msgid ""
2529 "Use this form to invite your friends and colleagues to use this service."
2530 msgstr ""
2531
2532 #. TRANS: Field label for a list of e-mail addresses.
2533 #: actions/invite.php:217
2534 msgid "Email addresses"
2535 msgstr ""
2536
2537 #. TRANS: Tooltip for field label for a list of e-mail addresses.
2538 #: actions/invite.php:220
2539 msgid "Addresses of friends to invite (one per line)"
2540 msgstr ""
2541
2542 #. TRANS: Field label for a personal message to send to invitees.
2543 #: actions/invite.php:224
2544 msgid "Personal message"
2545 msgstr ""
2546
2547 #. TRANS: Tooltip for field label for a personal message to send to invitees.
2548 #: actions/invite.php:227
2549 msgid "Optionally add a personal message to the invitation."
2550 msgstr ""
2551
2552 #. TRANS: Send button for inviting friends
2553 #: actions/invite.php:231
2554 msgctxt "BUTTON"
2555 msgid "Send"
2556 msgstr ""
2557
2558 #. TRANS: Subject for invitation email. Note that 'them' is correct as a gender-neutral
2559 #. TRANS: singular 3rd-person pronoun in English. %1$s is the inviting user, $2$s is
2560 #. TRANS: the StatusNet sitename.
2561 #: actions/invite.php:263
2562 #, php-format
2563 msgid "%1$s has invited you to join them on %2$s"
2564 msgstr ""
2565
2566 #. TRANS: Body text for invitation email. Note that 'them' is correct as a gender-neutral
2567 #. TRANS: singular 3rd-person pronoun in English. %1$s is the inviting user, %2$s is the
2568 #. TRANS: StatusNet sitename, %3$s is the site URL, %4$s is the personal message from the
2569 #. TRANS: inviting user, %s%5 a link to the timeline for the inviting user, %s$6 is a link
2570 #. TRANS: to register with the StatusNet site.
2571 #: actions/invite.php:270
2572 #, php-format
2573 msgid ""
2574 "%1$s has invited you to join them on %2$s (%3$s).\n"
2575 "\n"
2576 "%2$s is a micro-blogging service that lets you keep up-to-date with people "
2577 "you know and people who interest you.\n"
2578 "\n"
2579 "You can also share news about yourself, your thoughts, or your life online "
2580 "with people who know about you. It's also great for meeting new people who "
2581 "share your interests.\n"
2582 "\n"
2583 "%1$s said:\n"
2584 "\n"
2585 "%4$s\n"
2586 "\n"
2587 "You can see %1$s's profile page on %2$s here:\n"
2588 "\n"
2589 "%5$s\n"
2590 "\n"
2591 "If you'd like to try the service, click on the link below to accept the "
2592 "invitation.\n"
2593 "\n"
2594 "%6$s\n"
2595 "\n"
2596 "If not, you can ignore this message. Thanks for your patience and your "
2597 "time.\n"
2598 "\n"
2599 "Sincerely, %2$s\n"
2600 msgstr ""
2601
2602 #: actions/joingroup.php:60
2603 msgid "You must be logged in to join a group."
2604 msgstr ""
2605
2606 #: actions/joingroup.php:141
2607 #, php-format
2608 msgid "%1$s joined group %2$s"
2609 msgstr ""
2610
2611 #: actions/leavegroup.php:60
2612 msgid "You must be logged in to leave a group."
2613 msgstr ""
2614
2615 #. TRANS: Error text shown when trying to leave an existing group the user is not a member of.
2616 #: actions/leavegroup.php:100 lib/command.php:386
2617 msgid "You are not a member of that group."
2618 msgstr ""
2619
2620 #: actions/leavegroup.php:137
2621 #, php-format
2622 msgid "%1$s left group %2$s"
2623 msgstr ""
2624
2625 #. TRANS: User admin panel title
2626 #: actions/licenseadminpanel.php:56
2627 msgctxt "TITLE"
2628 msgid "License"
2629 msgstr ""
2630
2631 #: actions/licenseadminpanel.php:67
2632 msgid "License for this StatusNet site"
2633 msgstr ""
2634
2635 #: actions/licenseadminpanel.php:139
2636 msgid "Invalid license selection."
2637 msgstr ""
2638
2639 #: actions/licenseadminpanel.php:149
2640 msgid ""
2641 "You must specify the owner of the content when using the All Rights Reserved "
2642 "license."
2643 msgstr ""
2644
2645 #: actions/licenseadminpanel.php:156
2646 msgid "Invalid license title. Max length is 255 characters."
2647 msgstr ""
2648
2649 #: actions/licenseadminpanel.php:168
2650 msgid "Invalid license URL."
2651 msgstr ""
2652
2653 #: actions/licenseadminpanel.php:171
2654 msgid "Invalid license image URL."
2655 msgstr ""
2656
2657 #: actions/licenseadminpanel.php:179
2658 msgid "License URL must be blank or a valid URL."
2659 msgstr ""
2660
2661 #: actions/licenseadminpanel.php:187
2662 msgid "License image must be blank or valid URL."
2663 msgstr ""
2664
2665 #: actions/licenseadminpanel.php:239
2666 msgid "License selection"
2667 msgstr ""
2668
2669 #: actions/licenseadminpanel.php:245
2670 msgid "Private"
2671 msgstr ""
2672
2673 #: actions/licenseadminpanel.php:246
2674 msgid "All Rights Reserved"
2675 msgstr ""
2676
2677 #: actions/licenseadminpanel.php:247
2678 msgid "Creative Commons"
2679 msgstr ""
2680
2681 #: actions/licenseadminpanel.php:252
2682 msgid "Type"
2683 msgstr ""
2684
2685 #: actions/licenseadminpanel.php:254
2686 msgid "Select license"
2687 msgstr ""
2688
2689 #: actions/licenseadminpanel.php:268
2690 msgid "License details"
2691 msgstr ""
2692
2693 #: actions/licenseadminpanel.php:274
2694 msgid "Owner"
2695 msgstr ""
2696
2697 #: actions/licenseadminpanel.php:275
2698 msgid "Name of the owner of the site's content (if applicable)."
2699 msgstr ""
2700
2701 #: actions/licenseadminpanel.php:283
2702 msgid "License Title"
2703 msgstr ""
2704
2705 #: actions/licenseadminpanel.php:284
2706 msgid "The title of the license."
2707 msgstr ""
2708
2709 #: actions/licenseadminpanel.php:292
2710 msgid "License URL"
2711 msgstr ""
2712
2713 #: actions/licenseadminpanel.php:293
2714 msgid "URL for more information about the license."
2715 msgstr ""
2716
2717 #: actions/licenseadminpanel.php:300
2718 msgid "License Image URL"
2719 msgstr ""
2720
2721 #: actions/licenseadminpanel.php:301
2722 msgid "URL for an image to display with the license."
2723 msgstr ""
2724
2725 #: actions/licenseadminpanel.php:319
2726 msgid "Save license settings"
2727 msgstr ""
2728
2729 #: actions/login.php:102 actions/otp.php:62 actions/register.php:144
2730 msgid "Already logged in."
2731 msgstr ""
2732
2733 #: actions/login.php:148
2734 msgid "Incorrect username or password."
2735 msgstr ""
2736
2737 #: actions/login.php:154 actions/otp.php:120
2738 msgid "Error setting user. You are probably not authorized."
2739 msgstr ""
2740
2741 #: actions/login.php:210 actions/login.php:263 lib/logingroupnav.php:79
2742 msgid "Login"
2743 msgstr ""
2744
2745 #: actions/login.php:249
2746 msgid "Login to site"
2747 msgstr ""
2748
2749 #: actions/login.php:258 actions/register.php:492
2750 msgid "Remember me"
2751 msgstr ""
2752
2753 #: actions/login.php:259 actions/register.php:494
2754 msgid "Automatically login in the future; not for shared computers!"
2755 msgstr ""
2756
2757 #: actions/login.php:269
2758 msgid "Lost or forgotten password?"
2759 msgstr ""
2760
2761 #: actions/login.php:288
2762 msgid ""
2763 "For security reasons, please re-enter your user name and password before "
2764 "changing your settings."
2765 msgstr ""
2766
2767 #: actions/login.php:292
2768 msgid "Login with your username and password."
2769 msgstr ""
2770
2771 #: actions/login.php:295
2772 #, php-format
2773 msgid ""
2774 "Don't have a username yet? [Register](%%action.register%%) a new account."
2775 msgstr ""
2776
2777 #: actions/makeadmin.php:92
2778 msgid "Only an admin can make another user an admin."
2779 msgstr ""
2780
2781 #: actions/makeadmin.php:96
2782 #, php-format
2783 msgid "%1$s is already an admin for group \"%2$s\"."
2784 msgstr ""
2785
2786 #: actions/makeadmin.php:133
2787 #, php-format
2788 msgid "Can't get membership record for %1$s in group %2$s."
2789 msgstr ""
2790
2791 #: actions/makeadmin.php:146
2792 #, php-format
2793 msgid "Can't make %1$s an admin for group %2$s."
2794 msgstr ""
2795
2796 #: actions/microsummary.php:69
2797 msgid "No current status."
2798 msgstr ""
2799
2800 #. TRANS: This is the title of the form for adding a new application.
2801 #: actions/newapplication.php:52
2802 msgid "New application"
2803 msgstr ""
2804
2805 #. TRANS: Client error displayed trying to add a new application while not logged in.
2806 #: actions/newapplication.php:65
2807 msgid "You must be logged in to register an application."
2808 msgstr ""
2809
2810 #: actions/newapplication.php:147
2811 msgid "Use this form to register a new application."
2812 msgstr ""
2813
2814 #: actions/newapplication.php:169
2815 msgid "Name is too long (maximum 255 chars)."
2816 msgstr ""
2817
2818 #: actions/newapplication.php:184
2819 msgid "Source URL is required."
2820 msgstr ""
2821
2822 #: actions/newapplication.php:199
2823 msgid "Organization is too long (maximum 255 chars)."
2824 msgstr ""
2825
2826 #: actions/newapplication.php:266 actions/newapplication.php:275
2827 msgid "Could not create application."
2828 msgstr ""
2829
2830 #: actions/newgroup.php:53
2831 msgid "New group"
2832 msgstr ""
2833
2834 #: actions/newgroup.php:110
2835 msgid "Use this form to create a new group."
2836 msgstr ""
2837
2838 #: actions/newmessage.php:71 actions/newmessage.php:234
2839 msgid "New message"
2840 msgstr ""
2841
2842 #. TRANS: Error text shown when trying to send a direct message to a user without a mutual subscription (each user must be subscribed to the other).
2843 #: actions/newmessage.php:121 actions/newmessage.php:164 lib/command.php:499
2844 msgid "You can't send a message to this user."
2845 msgstr ""
2846
2847 #. TRANS: Command exception text shown when trying to send a direct message to another user without content.
2848 #. TRANS: Command exception text shown when trying to reply to a notice without providing content for the reply.
2849 #: actions/newmessage.php:144 actions/newnotice.php:140 lib/command.php:478
2850 #: lib/command.php:579
2851 msgid "No content!"
2852 msgstr ""
2853
2854 #: actions/newmessage.php:161
2855 msgid "No recipient specified."
2856 msgstr ""
2857
2858 #. TRANS: Error text shown when trying to send a direct message to self.
2859 #: actions/newmessage.php:167 lib/command.php:503
2860 msgid ""
2861 "Don't send a message to yourself; just say it to yourself quietly instead."
2862 msgstr ""
2863
2864 #: actions/newmessage.php:184
2865 msgid "Message sent"
2866 msgstr ""
2867
2868 #. TRANS: Message given have sent a direct message to another user.
2869 #. TRANS: %s is the name of the other user.
2870 #: actions/newmessage.php:188 lib/command.php:511
2871 #, php-format
2872 msgid "Direct message to %s sent."
2873 msgstr ""
2874
2875 #: actions/newmessage.php:213 actions/newnotice.php:263
2876 msgid "Ajax Error"
2877 msgstr ""
2878
2879 #: actions/newnotice.php:69
2880 msgid "New notice"
2881 msgstr ""
2882
2883 #: actions/newnotice.php:159 lib/mailhandler.php:60
2884 #, php-format
2885 msgid "That's too long. Max notice size is %d chars."
2886 msgstr ""
2887
2888 #: actions/newnotice.php:183
2889 #, php-format
2890 msgid "Max notice size is %d chars, including attachment URL."
2891 msgstr ""
2892
2893 #: actions/newnotice.php:229
2894 msgid "Notice posted"
2895 msgstr ""
2896
2897 #: actions/noticesearch.php:68
2898 #, php-format
2899 msgid ""
2900 "Search for notices on %%site.name%% by their contents. Separate search terms "
2901 "by spaces; they must be 3 characters or more."
2902 msgstr ""
2903
2904 #: actions/noticesearch.php:78
2905 msgid "Text search"
2906 msgstr ""
2907
2908 #: actions/noticesearch.php:91
2909 #, php-format
2910 msgid "Search results for \"%1$s\" on %2$s"
2911 msgstr ""
2912
2913 #: actions/noticesearch.php:121
2914 #, php-format
2915 msgid ""
2916 "Be the first to [post on this topic](%%%%action.newnotice%%%%?"
2917 "status_textarea=%s)!"
2918 msgstr ""
2919
2920 #: actions/noticesearch.php:124
2921 #, php-format
2922 msgid ""
2923 "Why not [register an account](%%%%action.register%%%%) and be the first to "
2924 "[post on this topic](%%%%action.newnotice%%%%?status_textarea=%s)!"
2925 msgstr ""
2926
2927 #: actions/noticesearchrss.php:96
2928 #, php-format
2929 msgid "Updates with \"%s\""
2930 msgstr ""
2931
2932 #: actions/noticesearchrss.php:98
2933 #, php-format
2934 msgid "Updates matching search term \"%1$s\" on %2$s!"
2935 msgstr ""
2936
2937 #: actions/nudge.php:85
2938 msgid ""
2939 "This user doesn't allow nudges or hasn't confirmed or set their email "
2940 "address yet."
2941 msgstr ""
2942
2943 #: actions/nudge.php:94
2944 msgid "Nudge sent"
2945 msgstr ""
2946
2947 #: actions/nudge.php:97
2948 msgid "Nudge sent!"
2949 msgstr ""
2950
2951 #. TRANS: Message displayed to an anonymous user trying to view OAuth application list.
2952 #: actions/oauthappssettings.php:60
2953 msgid "You must be logged in to list your applications."
2954 msgstr ""
2955
2956 #. TRANS: Page title for OAuth applications
2957 #: actions/oauthappssettings.php:76
2958 msgid "OAuth applications"
2959 msgstr ""
2960
2961 #. TRANS: Page instructions for OAuth applications
2962 #: actions/oauthappssettings.php:88
2963 msgid "Applications you have registered"
2964 msgstr ""
2965
2966 #. TRANS: Empty list message on page with OAuth applications.
2967 #: actions/oauthappssettings.php:141
2968 #, php-format
2969 msgid "You have not registered any applications yet."
2970 msgstr ""
2971
2972 #. TRANS: Title for OAuth connection settings.
2973 #: actions/oauthconnectionssettings.php:71
2974 msgid "Connected applications"
2975 msgstr ""
2976
2977 #. TRANS: Instructions for OAuth connection settings.
2978 #: actions/oauthconnectionssettings.php:83
2979 msgid "The following connections exist for your account."
2980 msgstr ""
2981
2982 #. TRANS: Client error when trying to revoke access for an application while not being a user of it.
2983 #: actions/oauthconnectionssettings.php:168
2984 msgid "You are not a user of that application."
2985 msgstr ""
2986
2987 #. TRANS: Client error when revoking access has failed for some reason.
2988 #. TRANS: %s is the application ID revoking access failed for.
2989 #: actions/oauthconnectionssettings.php:183
2990 #, php-format
2991 msgid "Unable to revoke access for application: %s."
2992 msgstr ""
2993
2994 #. TRANS: Success message after revoking access for an application.
2995 #. TRANS: %1$s is the application name, %2$s is the first part of the user token.
2996 #: actions/oauthconnectionssettings.php:202
2997 #, php-format
2998 msgid ""
2999 "You have successfully revoked access for %1$s and the access token starting "
3000 "with %2$s."
3001 msgstr ""
3002
3003 #. TRANS: Empty list message when no applications have been authorised yet.
3004 #: actions/oauthconnectionssettings.php:213
3005 msgid "You have not authorized any applications to use your account."
3006 msgstr ""
3007
3008 #. TRANS: Note for developers in the OAuth connection settings form.
3009 #. TRANS: This message contains a Markdown link. Do not separate "](".
3010 #. TRANS: %s is the URL to the OAuth settings.
3011 #: actions/oauthconnectionssettings.php:233
3012 #, php-format
3013 msgid ""
3014 "Are you a developer? [Register an OAuth client application](%s) to use with "
3015 "this instance of StatusNet."
3016 msgstr ""
3017
3018 #: actions/oembed.php:80 actions/shownotice.php:100
3019 msgid "Notice has no profile."
3020 msgstr ""
3021
3022 #: actions/oembed.php:87 actions/shownotice.php:176
3023 #, php-format
3024 msgid "%1$s's status on %2$s"
3025 msgstr ""
3026
3027 #. TRANS: Error message displaying attachments. %s is a raw MIME type (eg 'image/png')
3028 #: actions/oembed.php:159
3029 #, php-format
3030 msgid "Content type %s not supported."
3031 msgstr ""
3032
3033 #. TRANS: Error message displaying attachments. %s is the site's base URL.
3034 #: actions/oembed.php:163
3035 #, php-format
3036 msgid "Only %s URLs over plain HTTP please."
3037 msgstr ""
3038
3039 #. TRANS: Client error on an API request with an unsupported data format.
3040 #: actions/oembed.php:184 actions/oembed.php:203 lib/apiaction.php:1200
3041 #: lib/apiaction.php:1227 lib/apiaction.php:1356
3042 msgid "Not a supported data format."
3043 msgstr ""
3044
3045 #: actions/opensearch.php:64
3046 msgid "People Search"
3047 msgstr ""
3048
3049 #: actions/opensearch.php:67
3050 msgid "Notice Search"
3051 msgstr ""
3052
3053 #: actions/othersettings.php:60
3054 msgid "Other settings"
3055 msgstr ""
3056
3057 #: actions/othersettings.php:71
3058 msgid "Manage various other options."
3059 msgstr ""
3060
3061 #: actions/othersettings.php:108
3062 msgid " (free service)"
3063 msgstr ""
3064
3065 #: actions/othersettings.php:116
3066 msgid "Shorten URLs with"
3067 msgstr ""
3068
3069 #: actions/othersettings.php:117
3070 msgid "Automatic shortening service to use."
3071 msgstr ""
3072
3073 #: actions/othersettings.php:122
3074 msgid "View profile designs"
3075 msgstr ""
3076
3077 #: actions/othersettings.php:123
3078 msgid "Show or hide profile designs."
3079 msgstr ""
3080
3081 #: actions/othersettings.php:153
3082 msgid "URL shortening service is too long (max 50 chars)."
3083 msgstr ""
3084
3085 #: actions/otp.php:69
3086 msgid "No user ID specified."
3087 msgstr ""
3088
3089 #: actions/otp.php:83
3090 msgid "No login token specified."
3091 msgstr ""
3092
3093 #: actions/otp.php:90
3094 msgid "No login token requested."
3095 msgstr ""
3096
3097 #: actions/otp.php:95
3098 msgid "Invalid login token specified."
3099 msgstr ""
3100
3101 #: actions/otp.php:104
3102 msgid "Login token expired."
3103 msgstr ""
3104
3105 #: actions/outbox.php:58
3106 #, php-format
3107 msgid "Outbox for %1$s - page %2$d"
3108 msgstr ""
3109
3110 #: actions/outbox.php:61
3111 #, php-format
3112 msgid "Outbox for %s"
3113 msgstr ""
3114
3115 #: actions/outbox.php:116
3116 msgid "This is your outbox, which lists private messages you have sent."
3117 msgstr ""
3118
3119 #: actions/passwordsettings.php:58
3120 msgid "Change password"
3121 msgstr ""
3122
3123 #: actions/passwordsettings.php:69
3124 msgid "Change your password."
3125 msgstr ""
3126
3127 #: actions/passwordsettings.php:96 actions/recoverpassword.php:231
3128 msgid "Password change"
3129 msgstr ""
3130
3131 #: actions/passwordsettings.php:104
3132 msgid "Old password"
3133 msgstr ""
3134
3135 #: actions/passwordsettings.php:108 actions/recoverpassword.php:235
3136 msgid "New password"
3137 msgstr ""
3138
3139 #: actions/passwordsettings.php:109
3140 msgid "6 or more characters"
3141 msgstr ""
3142
3143 #: actions/passwordsettings.php:112 actions/recoverpassword.php:239
3144 #: actions/register.php:442
3145 msgid "Confirm"
3146 msgstr ""
3147
3148 #: actions/passwordsettings.php:113 actions/recoverpassword.php:240
3149 msgid "Same as password above"
3150 msgstr ""
3151
3152 #: actions/passwordsettings.php:117
3153 msgid "Change"
3154 msgstr ""
3155
3156 #: actions/passwordsettings.php:154 actions/register.php:239
3157 msgid "Password must be 6 or more characters."
3158 msgstr ""
3159
3160 #: actions/passwordsettings.php:157 actions/register.php:242
3161 msgid "Passwords don't match."
3162 msgstr ""
3163
3164 #: actions/passwordsettings.php:165
3165 msgid "Incorrect old password"
3166 msgstr ""
3167
3168 #: actions/passwordsettings.php:181
3169 msgid "Error saving user; invalid."
3170 msgstr ""
3171
3172 #: actions/passwordsettings.php:186 actions/recoverpassword.php:381
3173 msgid "Can't save new password."
3174 msgstr ""
3175
3176 #: actions/passwordsettings.php:192 actions/recoverpassword.php:211
3177 msgid "Password saved."
3178 msgstr ""
3179
3180 #. TRANS: Title for Paths admin panel.
3181 #. TRANS: Menu item for site administration
3182 #: actions/pathsadminpanel.php:58 lib/adminpanelaction.php:371
3183 msgid "Paths"
3184 msgstr ""
3185
3186 #. TRANS: Form instructions for Path admin panel.
3187 #: actions/pathsadminpanel.php:69
3188 msgid "Path and server settings for this StatusNet site"
3189 msgstr ""
3190
3191 #. TRANS: Client error in Paths admin panel.
3192 #. TRANS: %s is the directory that could not be read from.
3193 #: actions/pathsadminpanel.php:155
3194 #, php-format
3195 msgid "Theme directory not readable: %s."
3196 msgstr ""
3197
3198 #. TRANS: Client error in Paths admin panel.
3199 #. TRANS: %s is the avatar directory that could not be written to.
3200 #: actions/pathsadminpanel.php:163
3201 #, php-format
3202 msgid "Avatar directory not writable: %s."
3203 msgstr ""
3204
3205 #. TRANS: Client error in Paths admin panel.
3206 #. TRANS: %s is the background directory that could not be written to.
3207 #: actions/pathsadminpanel.php:171
3208 #, php-format
3209 msgid "Background directory not writable: %s."
3210 msgstr ""
3211
3212 #. TRANS: Client error in Paths admin panel.
3213 #. TRANS: %s is the locales directory that could not be read from.
3214 #: actions/pathsadminpanel.php:181
3215 #, php-format
3216 msgid "Locales directory not readable: %s."
3217 msgstr ""
3218
3219 #. TRANS: Client error in Paths admin panel.
3220 #. TRANS: %s is the SSL server URL that is too long.
3221 #: actions/pathsadminpanel.php:189
3222 msgid "Invalid SSL server. The maximum length is 255 characters."
3223 msgstr ""
3224
3225 #. TRANS: Fieldset legend in Paths admin panel.
3226 #: actions/pathsadminpanel.php:235 actions/siteadminpanel.php:58
3227 msgid "Site"
3228 msgstr ""
3229
3230 #. TRANS: Field label in Paths admin panel.
3231 #: actions/pathsadminpanel.php:241 actions/pathsadminpanel.php:279
3232 #: actions/pathsadminpanel.php:370 actions/pathsadminpanel.php:425
3233 msgid "Server"
3234 msgstr ""
3235
3236 #: actions/pathsadminpanel.php:242
3237 msgid "Site's server hostname."
3238 msgstr ""
3239
3240 #. TRANS: Field label in Paths admin panel.
3241 #: actions/pathsadminpanel.php:248 actions/pathsadminpanel.php:288
3242 #: actions/pathsadminpanel.php:379 actions/pathsadminpanel.php:434
3243 msgid "Path"
3244 msgstr ""
3245
3246 #: actions/pathsadminpanel.php:249
3247 msgid "Site path."
3248 msgstr ""
3249
3250 #. TRANS: Field label in Paths admin panel.
3251 #: actions/pathsadminpanel.php:255
3252 msgid "Locale directory"
3253 msgstr ""
3254
3255 #: actions/pathsadminpanel.php:256
3256 msgid "Directory path to locales."
3257 msgstr ""
3258
3259 #. TRANS: Checkbox label in Paths admin panel.
3260 #: actions/pathsadminpanel.php:263
3261 msgid "Fancy URLs"
3262 msgstr ""
3263
3264 #: actions/pathsadminpanel.php:265
3265 msgid "Use fancy (more readable and memorable) URLs?"
3266 msgstr ""
3267
3268 #: actions/pathsadminpanel.php:272
3269 msgid "Theme"
3270 msgstr ""
3271
3272 #. TRANS: Tooltip for field label in Paths admin panel.
3273 #: actions/pathsadminpanel.php:281
3274 msgid "Server for themes."
3275 msgstr ""
3276
3277 #. TRANS: Tooltip for field label in Paths admin panel.
3278 #: actions/pathsadminpanel.php:290
3279 msgid "Web path to themes."
3280 msgstr ""
3281
3282 #. TRANS: Field label in Paths admin panel.
3283 #: actions/pathsadminpanel.php:297 actions/pathsadminpanel.php:388
3284 #: actions/pathsadminpanel.php:443 actions/pathsadminpanel.php:495
3285 msgid "SSL server"
3286 msgstr ""
3287
3288 #. TRANS: Tooltip for field label in Paths admin panel.
3289 #: actions/pathsadminpanel.php:299
3290 msgid "SSL server for themes (default: SSL server)."
3291 msgstr ""
3292
3293 #. TRANS: Field label in Paths admin panel.
3294 #: actions/pathsadminpanel.php:306 actions/pathsadminpanel.php:397
3295 #: actions/pathsadminpanel.php:452
3296 msgid "SSL path"
3297 msgstr ""
3298
3299 #. TRANS: Tooltip for field label in Paths admin panel.
3300 #: actions/pathsadminpanel.php:308
3301 msgid "SSL path to themes (default: /theme/)."
3302 msgstr ""
3303
3304 #. TRANS: Field label in Paths admin panel.
3305 #: actions/pathsadminpanel.php:315 actions/pathsadminpanel.php:406
3306 #: actions/pathsadminpanel.php:461
3307 msgid "Directory"
3308 msgstr ""
3309
3310 #. TRANS: Tooltip for field label in Paths admin panel.
3311 #: actions/pathsadminpanel.php:317
3312 msgid "Directory where themes are located."
3313 msgstr ""
3314
3315 #. TRANS: Fieldset legend in Paths admin panel.
3316 #: actions/pathsadminpanel.php:326
3317 msgid "Avatars"
3318 msgstr ""
3319
3320 #. TRANS: Field label in Paths admin panel.
3321 #: actions/pathsadminpanel.php:333
3322 msgid "Avatar server"
3323 msgstr ""
3324
3325 #. TRANS: Tooltip for field label in Paths admin panel.
3326 #: actions/pathsadminpanel.php:335
3327 msgid "Server for avatars."
3328 msgstr ""
3329
3330 #. TRANS: Field label in Paths admin panel.
3331 #: actions/pathsadminpanel.php:342
3332 msgid "Avatar path"
3333 msgstr ""
3334
3335 #. TRANS: Tooltip for field label in Paths admin panel.
3336 #: actions/pathsadminpanel.php:344
3337 msgid "Web path to avatars."
3338 msgstr ""
3339
3340 #. TRANS: Field label in Paths admin panel.
3341 #: actions/pathsadminpanel.php:351
3342 msgid "Avatar directory"
3343 msgstr ""
3344
3345 #. TRANS: Tooltip for field label in Paths admin panel.
3346 #: actions/pathsadminpanel.php:353
3347 msgid "Directory where avatars are located."
3348 msgstr ""
3349
3350 #. TRANS: Fieldset legend in Paths admin panel.
3351 #: actions/pathsadminpanel.php:364
3352 msgid "Backgrounds"
3353 msgstr ""
3354
3355 #. TRANS: Tooltip for field label in Paths admin panel.
3356 #: actions/pathsadminpanel.php:372
3357 msgid "Server for backgrounds."
3358 msgstr ""
3359
3360 #. TRANS: Tooltip for field label in Paths admin panel.
3361 #: actions/pathsadminpanel.php:381
3362 msgid "Web path to backgrounds."
3363 msgstr ""
3364
3365 #. TRANS: Tooltip for field label in Paths admin panel.
3366 #: actions/pathsadminpanel.php:390
3367 msgid "Server for backgrounds on SSL pages."
3368 msgstr ""
3369
3370 #. TRANS: Tooltip for field label in Paths admin panel.
3371 #: actions/pathsadminpanel.php:399
3372 msgid "Web path to backgrounds on SSL pages."
3373 msgstr ""
3374
3375 #. TRANS: Tooltip for field label in Paths admin panel.
3376 #: actions/pathsadminpanel.php:408
3377 msgid "Directory where backgrounds are located."
3378 msgstr ""
3379
3380 #. TRANS: Fieldset legens in Paths admin panel.
3381 #. TRANS: DT element label in attachment list.
3382 #: actions/pathsadminpanel.php:419 lib/attachmentlist.php:85
3383 msgid "Attachments"
3384 msgstr ""
3385
3386 #. TRANS: Tooltip for field label in Paths admin panel.
3387 #: actions/pathsadminpanel.php:427
3388 msgid "Server for attachments."
3389 msgstr ""
3390
3391 #. TRANS: Tooltip for field label in Paths admin panel.
3392 #: actions/pathsadminpanel.php:436
3393 msgid "Web path to attachments."
3394 msgstr ""
3395
3396 #. TRANS: Tooltip for field label in Paths admin panel.
3397 #: actions/pathsadminpanel.php:445
3398 msgid "Server for attachments on SSL pages."
3399 msgstr ""
3400
3401 #. TRANS: Tooltip for field label in Paths admin panel.
3402 #: actions/pathsadminpanel.php:454
3403 msgid "Web path to attachments on SSL pages."
3404 msgstr ""
3405
3406 #. TRANS: Tooltip for field label in Paths admin panel.
3407 #: actions/pathsadminpanel.php:463
3408 msgid "Directory where attachments are located."
3409 msgstr ""
3410
3411 #. TRANS: Fieldset legend in Paths admin panel.
3412 #: actions/pathsadminpanel.php:472
3413 msgid "SSL"
3414 msgstr ""
3415
3416 #. TRANS: Drop down option in Paths admin panel (option for "When to use SSL").
3417 #: actions/pathsadminpanel.php:477 actions/snapshotadminpanel.php:202
3418 msgid "Never"
3419 msgstr ""
3420
3421 #. TRANS: Drop down option in Paths admin panel (option for "When to use SSL").
3422 #: actions/pathsadminpanel.php:479
3423 msgid "Sometimes"
3424 msgstr ""
3425
3426 #. TRANS: Drop down option in Paths admin panel (option for "When to use SSL").
3427 #: actions/pathsadminpanel.php:481
3428 msgid "Always"
3429 msgstr ""
3430
3431 #: actions/pathsadminpanel.php:485
3432 msgid "Use SSL"
3433 msgstr ""
3434
3435 #. TRANS: Tooltip for field label in Paths admin panel.
3436 #: actions/pathsadminpanel.php:487
3437 msgid "When to use SSL."
3438 msgstr ""
3439
3440 #. TRANS: Tooltip for field label in Paths admin panel.
3441 #: actions/pathsadminpanel.php:497
3442 msgid "Server to direct SSL requests to."
3443 msgstr ""
3444
3445 #. TRANS: Button title text to store form data in the Paths admin panel.
3446 #: actions/pathsadminpanel.php:514
3447 msgid "Save paths"
3448 msgstr ""
3449
3450 #: actions/peoplesearch.php:52
3451 #, php-format
3452 msgid ""
3453 "Search for people on %%site.name%% by their name, location, or interests. "
3454 "Separate the terms by spaces; they must be 3 characters or more."
3455 msgstr ""
3456
3457 #: actions/peoplesearch.php:58
3458 msgid "People search"
3459 msgstr ""
3460
3461 #: actions/peopletag.php:68
3462 #, php-format
3463 msgid "Not a valid people tag: %s."
3464 msgstr ""
3465
3466 #: actions/peopletag.php:142
3467 #, php-format
3468 msgid "Users self-tagged with %1$s - page %2$d"
3469 msgstr ""
3470
3471 #: actions/postnotice.php:95
3472 msgid "Invalid notice content."
3473 msgstr ""
3474
3475 #: actions/postnotice.php:101
3476 #, php-format
3477 msgid "Notice license ‘%1$s’ is not compatible with site license ‘%2$s’."
3478 msgstr ""
3479
3480 #. TRANS: Page title for profile settings.
3481 #: actions/profilesettings.php:61
3482 msgid "Profile settings"
3483 msgstr ""
3484
3485 #. TRANS: Usage instructions for profile settings.
3486 #: actions/profilesettings.php:73
3487 msgid ""
3488 "You can update your personal profile info here so people know more about you."
3489 msgstr ""
3490
3491 #. TRANS: Profile settings form legend.
3492 #: actions/profilesettings.php:102
3493 msgid "Profile information"
3494 msgstr ""
3495
3496 #. TRANS: Tooltip for field label in form for profile settings.
3497 #: actions/profilesettings.php:113
3498 msgid "1-64 lowercase letters or numbers, no punctuation or spaces."
3499 msgstr ""
3500
3501 #. TRANS: Field label in form for profile settings.
3502 #: actions/profilesettings.php:117 actions/register.php:457
3503 #: actions/showgroup.php:256 actions/tagother.php:104
3504 #: lib/groupeditform.php:157 lib/userprofile.php:150
3505 msgid "Full name"
3506 msgstr ""
3507
3508 #. TRANS: Field label in form for profile settings.
3509 #. TRANS: Form input field label.
3510 #: actions/profilesettings.php:122 actions/register.php:462
3511 #: lib/applicationeditform.php:236 lib/groupeditform.php:161
3512 msgid "Homepage"
3513 msgstr ""
3514
3515 #. TRANS: Tooltip for field label in form for profile settings.
3516 #: actions/profilesettings.php:125
3517 msgid "URL of your homepage, blog, or profile on another site."
3518 msgstr ""
3519
3520 #. TRANS: Tooltip for field label in form for profile settings. Plural
3521 #. TRANS: is decided by the number of characters available for the
3522 #. TRANS: biography (%d).
3523 #: actions/profilesettings.php:133 actions/register.php:473
3524 #, php-format
3525 msgid "Describe yourself and your interests in %d character"
3526 msgid_plural "Describe yourself and your interests in %d characters"
3527 msgstr[0] ""
3528 msgstr[1] ""
3529
3530 #. TRANS: Tooltip for field label in form for profile settings.
3531 #: actions/profilesettings.php:139 actions/register.php:478
3532 msgid "Describe yourself and your interests"
3533 msgstr ""
3534
3535 #. TRANS: Text area label in form for profile settings where users can provide.
3536 #. TRANS: their biography.
3537 #: actions/profilesettings.php:143 actions/register.php:480
3538 msgid "Bio"
3539 msgstr ""
3540
3541 #. TRANS: Field label in form for profile settings.
3542 #: actions/profilesettings.php:149 actions/register.php:485
3543 #: actions/showgroup.php:265 actions/tagother.php:112
3544 #: actions/userauthorization.php:166 lib/groupeditform.php:177
3545 #: lib/userprofile.php:165
3546 msgid "Location"
3547 msgstr ""
3548
3549 #. TRANS: Tooltip for field label in form for profile settings.
3550 #: actions/profilesettings.php:152 actions/register.php:487
3551 msgid "Where you are, like \"City, State (or Region), Country\""
3552 msgstr ""
3553
3554 #. TRANS: Checkbox label in form for profile settings.
3555 #: actions/profilesettings.php:157
3556 msgid "Share my current location when posting notices"
3557 msgstr ""
3558
3559 #. TRANS: Field label in form for profile settings.
3560 #: actions/profilesettings.php:165 actions/tagother.php:149
3561 #: actions/tagother.php:209 lib/subscriptionlist.php:106
3562 #: lib/subscriptionlist.php:108 lib/userprofile.php:210
3563 msgid "Tags"
3564 msgstr ""
3565
3566 #. TRANS: Tooltip for field label in form for profile settings.
3567 #: actions/profilesettings.php:168
3568 msgid ""
3569 "Tags for yourself (letters, numbers, -, ., and _), comma- or space- separated"
3570 msgstr ""
3571
3572 #. TRANS: Dropdownlist label in form for profile settings.
3573 #: actions/profilesettings.php:173
3574 msgid "Language"
3575 msgstr ""
3576
3577 #. TRANS: Tooltip for dropdown list label in form for profile settings.
3578 #: actions/profilesettings.php:175
3579 msgid "Preferred language"
3580 msgstr ""
3581
3582 #. TRANS: Dropdownlist label in form for profile settings.
3583 #: actions/profilesettings.php:185
3584 msgid "Timezone"
3585 msgstr ""
3586
3587 #. TRANS: Tooltip for dropdown list label in form for profile settings.
3588 #: actions/profilesettings.php:187
3589 msgid "What timezone are you normally in?"
3590 msgstr ""
3591
3592 #. TRANS: Checkbox label in form for profile settings.
3593 #: actions/profilesettings.php:193
3594 msgid ""
3595 "Automatically subscribe to whoever subscribes to me (best for non-humans)"
3596 msgstr ""
3597
3598 #. TRANS: Validation error in form for profile settings.
3599 #. TRANS: Plural form is used based on the maximum number of allowed
3600 #. TRANS: characters for the biography (%d).
3601 #: actions/profilesettings.php:262 actions/register.php:230
3602 #, php-format
3603 msgid "Bio is too long (maximum %d character)."
3604 msgid_plural "Bio is too long (maximum %d characters)."
3605 msgstr[0] ""
3606 msgstr[1] ""
3607
3608 #. TRANS: Validation error in form for profile settings.
3609 #: actions/profilesettings.php:273 actions/siteadminpanel.php:151
3610 msgid "Timezone not selected."
3611 msgstr ""
3612
3613 #. TRANS: Validation error in form for profile settings.
3614 #: actions/profilesettings.php:281
3615 msgid "Language is too long (maximum 50 characters)."
3616 msgstr ""
3617
3618 #. TRANS: Validation error in form for profile settings.
3619 #. TRANS: %s is an invalid tag.
3620 #: actions/profilesettings.php:295 actions/tagother.php:178
3621 #, php-format
3622 msgid "Invalid tag: \"%s\""
3623 msgstr ""
3624
3625 #. TRANS: Server error thrown when user profile settings could not be updated to
3626 #. TRANS: automatically subscribe to any subscriber.
3627 #: actions/profilesettings.php:351
3628 msgid "Couldn't update user for autosubscribe."
3629 msgstr ""
3630
3631 #. TRANS: Server error thrown when user profile location preference settings could not be updated.
3632 #: actions/profilesettings.php:409
3633 msgid "Couldn't save location prefs."
3634 msgstr ""
3635
3636 #. TRANS: Server error thrown when user profile settings could not be saved.
3637 #: actions/profilesettings.php:422
3638 msgid "Couldn't save profile."
3639 msgstr ""
3640
3641 #. TRANS: Server error thrown when user profile settings tags could not be saved.
3642 #: actions/profilesettings.php:431
3643 msgid "Couldn't save tags."
3644 msgstr ""
3645
3646 #. TRANS: Confirmation shown when user profile settings are saved.
3647 #. TRANS: Message after successful saving of administrative settings.
3648 #: actions/profilesettings.php:440 lib/adminpanelaction.php:138
3649 msgid "Settings saved."
3650 msgstr ""
3651
3652 #: actions/public.php:83
3653 #, php-format
3654 msgid "Beyond the page limit (%s)."
3655 msgstr ""
3656
3657 #: actions/public.php:92
3658 msgid "Could not retrieve public stream."
3659 msgstr ""
3660
3661 #: actions/public.php:130
3662 #, php-format
3663 msgid "Public timeline, page %d"
3664 msgstr ""
3665
3666 #: actions/public.php:132 lib/publicgroupnav.php:79
3667 msgid "Public timeline"
3668 msgstr ""
3669
3670 #: actions/public.php:160
3671 msgid "Public Stream Feed (RSS 1.0)"
3672 msgstr ""
3673
3674 #: actions/public.php:164
3675 msgid "Public Stream Feed (RSS 2.0)"
3676 msgstr ""
3677
3678 #: actions/public.php:168
3679 msgid "Public Stream Feed (Atom)"
3680 msgstr ""
3681
3682 #: actions/public.php:188
3683 #, php-format
3684 msgid ""
3685 "This is the public timeline for %%site.name%% but no one has posted anything "
3686 "yet."
3687 msgstr ""
3688
3689 #: actions/public.php:191
3690 msgid "Be the first to post!"
3691 msgstr ""
3692
3693 #: actions/public.php:195
3694 #, php-format
3695 msgid ""
3696 "Why not [register an account](%%action.register%%) and be the first to post!"
3697 msgstr ""
3698
3699 #: actions/public.php:242
3700 #, php-format
3701 msgid ""
3702 "This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-"
3703 "blogging) service based on the Free Software [StatusNet](http://status.net/) "
3704 "tool. [Join now](%%action.register%%) to share notices about yourself with "
3705 "friends, family, and colleagues! ([Read more](%%doc.help%%))"
3706 msgstr ""
3707
3708 #: actions/public.php:247
3709 #, php-format
3710 msgid ""
3711 "This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-"
3712 "blogging) service based on the Free Software [StatusNet](http://status.net/) "
3713 "tool."
3714 msgstr ""
3715
3716 #. TRANS: Title for public tag cloud.
3717 #: actions/publictagcloud.php:57
3718 msgid "Public tag cloud"
3719 msgstr ""
3720
3721 #. TRANS: Instructions (more used like an explanation/header).
3722 #. TRANS: %s is the StatusNet sitename.
3723 #: actions/publictagcloud.php:65
3724 #, php-format
3725 msgid "These are most popular recent tags on %s"
3726 msgstr ""
3727
3728 #. TRANS: This message contains a Markdown URL. The link description is between
3729 #. TRANS: square brackets, and the link between parentheses. Do not separate "]("
3730 #. TRANS: and do not change the URL part.
3731 #: actions/publictagcloud.php:74
3732 #, php-format
3733 msgid "No one has posted a notice with a [hashtag](%%doc.tags%%) yet."
3734 msgstr ""
3735
3736 #. TRANS: Message shown to a logged in user for the public tag cloud
3737 #. TRANS: while no tags exist yet. "One" refers to the non-existing hashtag.
3738 #: actions/publictagcloud.php:79
3739 msgid "Be the first to post one!"
3740 msgstr ""
3741
3742 #. TRANS: Message shown to a anonymous user for the public tag cloud
3743 #. TRANS: while no tags exist yet. "One" refers to the non-existing hashtag.
3744 #. TRANS: This message contains a Markdown URL. The link description is between
3745 #. TRANS: square brackets, and the link between parentheses. Do not separate "]("
3746 #. TRANS: and do not change the URL part.
3747 #: actions/publictagcloud.php:87
3748 #, php-format
3749 msgid ""
3750 "Why not [register an account](%%action.register%%) and be the first to post "
3751 "one!"
3752 msgstr ""
3753
3754 #: actions/publictagcloud.php:146
3755 msgid "Tag cloud"
3756 msgstr ""
3757
3758 #: actions/recoverpassword.php:36
3759 msgid "You are already logged in!"
3760 msgstr ""
3761
3762 #: actions/recoverpassword.php:62
3763 msgid "No such recovery code."
3764 msgstr ""
3765
3766 #: actions/recoverpassword.php:66
3767 msgid "Not a recovery code."
3768 msgstr ""
3769
3770 #: actions/recoverpassword.php:73
3771 msgid "Recovery code for unknown user."
3772 msgstr ""
3773
3774 #: actions/recoverpassword.php:86
3775 msgid "Error with confirmation code."
3776 msgstr ""
3777
3778 #: actions/recoverpassword.php:97
3779 msgid "This confirmation code is too old. Please start again."
3780 msgstr ""
3781
3782 #: actions/recoverpassword.php:111
3783 msgid "Could not update user with confirmed email address."
3784 msgstr ""
3785
3786 #: actions/recoverpassword.php:152
3787 msgid ""
3788 "If you have forgotten or lost your password, you can get a new one sent to "
3789 "the email address you have stored in your account."
3790 msgstr ""
3791
3792 #: actions/recoverpassword.php:158
3793 msgid "You have been identified. Enter a new password below. "
3794 msgstr ""
3795
3796 #: actions/recoverpassword.php:188
3797 msgid "Password recovery"
3798 msgstr ""
3799
3800 #: actions/recoverpassword.php:191
3801 msgid "Nickname or email address"
3802 msgstr ""
3803
3804 #: actions/recoverpassword.php:193
3805 msgid "Your nickname on this server, or your registered email address."
3806 msgstr ""
3807
3808 #: actions/recoverpassword.php:199 actions/recoverpassword.php:200
3809 msgid "Recover"
3810 msgstr ""
3811
3812 #: actions/recoverpassword.php:208
3813 msgid "Reset password"
3814 msgstr ""
3815
3816 #: actions/recoverpassword.php:209
3817 msgid "Recover password"
3818 msgstr ""
3819
3820 #: actions/recoverpassword.php:210 actions/recoverpassword.php:335
3821 msgid "Password recovery requested"
3822 msgstr ""
3823
3824 #: actions/recoverpassword.php:213
3825 msgid "Unknown action"
3826 msgstr ""
3827
3828 #: actions/recoverpassword.php:236
3829 msgid "6 or more characters, and don't forget it!"
3830 msgstr ""
3831
3832 #: actions/recoverpassword.php:243
3833 msgid "Reset"
3834 msgstr ""
3835
3836 #: actions/recoverpassword.php:252
3837 msgid "Enter a nickname or email address."
3838 msgstr ""
3839
3840 #: actions/recoverpassword.php:282
3841 msgid "No user with that email address or username."
3842 msgstr ""
3843
3844 #: actions/recoverpassword.php:299
3845 msgid "No registered email address for that user."
3846 msgstr ""
3847
3848 #: actions/recoverpassword.php:313
3849 msgid "Error saving address confirmation."
3850 msgstr ""
3851
3852 #: actions/recoverpassword.php:338
3853 msgid ""
3854 "Instructions for recovering your password have been sent to the email "
3855 "address registered to your account."
3856 msgstr ""
3857
3858 #: actions/recoverpassword.php:357
3859 msgid "Unexpected password reset."
3860 msgstr ""
3861
3862 #: actions/recoverpassword.php:365
3863 msgid "Password must be 6 chars or more."
3864 msgstr ""
3865
3866 #: actions/recoverpassword.php:369
3867 msgid "Password and confirmation do not match."
3868 msgstr ""
3869
3870 #: actions/recoverpassword.php:388 actions/register.php:257
3871 msgid "Error setting user."
3872 msgstr ""
3873
3874 #: actions/recoverpassword.php:395
3875 msgid "New password successfully saved. You are now logged in."
3876 msgstr ""
3877
3878 #: actions/register.php:92 actions/register.php:196 actions/register.php:414
3879 msgid "Sorry, only invited people can register."
3880 msgstr ""
3881
3882 #: actions/register.php:99
3883 msgid "Sorry, invalid invitation code."
3884 msgstr ""
3885
3886 #: actions/register.php:119
3887 msgid "Registration successful"
3888 msgstr ""
3889
3890 #: actions/register.php:121 actions/register.php:513 lib/logingroupnav.php:85
3891 msgid "Register"
3892 msgstr ""
3893
3894 #: actions/register.php:142
3895 msgid "Registration not allowed."
3896 msgstr ""
3897
3898 #: actions/register.php:205
3899 msgid "You can't register if you don't agree to the license."
3900 msgstr ""
3901
3902 #: actions/register.php:219
3903 msgid "Email address already exists."
3904 msgstr ""
3905
3906 #: actions/register.php:252 actions/register.php:274
3907 msgid "Invalid username or password."
3908 msgstr ""
3909
3910 #: actions/register.php:352
3911 msgid ""
3912 "With this form you can create a new account. You can then post notices and "
3913 "link up to friends and colleagues. "
3914 msgstr ""
3915
3916 #: actions/register.php:434
3917 msgid "1-64 lowercase letters or numbers, no punctuation or spaces. Required."
3918 msgstr ""
3919
3920 #: actions/register.php:439
3921 msgid "6 or more characters. Required."
3922 msgstr ""
3923
3924 #: actions/register.php:443
3925 msgid "Same as password above. Required."
3926 msgstr ""
3927
3928 #. TRANS: Link description in user account settings menu.
3929 #: actions/register.php:447 actions/register.php:451
3930 #: actions/siteadminpanel.php:238 lib/accountsettingsaction.php:127
3931 msgid "Email"
3932 msgstr ""
3933
3934 #: actions/register.php:448 actions/register.php:452
3935 msgid "Used only for updates, announcements, and password recovery"
3936 msgstr ""
3937
3938 #: actions/register.php:459
3939 msgid "Longer name, preferably your \"real\" name"
3940 msgstr ""
3941
3942 #: actions/register.php:464
3943 msgid "URL of your homepage, blog, or profile on another site"
3944 msgstr ""
3945
3946 #: actions/register.php:525
3947 #, php-format
3948 msgid ""
3949 "I understand that content and data of %1$s are private and confidential."
3950 msgstr ""
3951
3952 #: actions/register.php:535
3953 #, php-format
3954 msgid "My text and files are copyright by %1$s."
3955 msgstr ""
3956
3957 #. TRANS: Copyright checkbox label in registration dialog, for all rights reserved with ownership left to contributors.
3958 #: actions/register.php:539
3959 msgid "My text and files remain under my own copyright."
3960 msgstr ""
3961
3962 #. TRANS: Copyright checkbox label in registration dialog, for all rights reserved.
3963 #: actions/register.php:542
3964 msgid "All rights reserved."
3965 msgstr ""
3966
3967 #. TRANS: Copyright checkbox label in registration dialog, for Creative Commons-style licenses.
3968 #: actions/register.php:547
3969 #, php-format
3970 msgid ""
3971 "My text and files are available under %s except this private data: password, "
3972 "email address, IM address, and phone number."
3973 msgstr ""
3974
3975 #: actions/register.php:590
3976 #, php-format
3977 msgid ""
3978 "Congratulations, %1$s! And welcome to %%%%site.name%%%%. From here, you may "
3979 "want to...\n"
3980 "\n"
3981 "* Go to [your profile](%2$s) and post your first message.\n"
3982 "* Add a [Jabber/GTalk address](%%%%action.imsettings%%%%) so you can send "
3983 "notices through instant messages.\n"
3984 "* [Search for people](%%%%action.peoplesearch%%%%) that you may know or that "
3985 "share your interests. \n"
3986 "* Update your [profile settings](%%%%action.profilesettings%%%%) to tell "
3987 "others more about you. \n"
3988 "* Read over the [online docs](%%%%doc.help%%%%) for features you may have "
3989 "missed. \n"
3990 "\n"
3991 "Thanks for signing up and we hope you enjoy using this service."
3992 msgstr ""
3993
3994 #: actions/register.php:614
3995 msgid ""
3996 "(You should receive a message by email momentarily, with instructions on how "
3997 "to confirm your email address.)"
3998 msgstr ""
3999
4000 #: actions/remotesubscribe.php:98
4001 #, php-format
4002 msgid ""
4003 "To subscribe, you can [login](%%action.login%%), or [register](%%action."
4004 "register%%) a new  account. If you already have an account  on a [compatible "
4005 "microblogging site](%%doc.openmublog%%),  enter your profile URL below."
4006 msgstr ""
4007
4008 #: actions/remotesubscribe.php:112
4009 msgid "Remote subscribe"
4010 msgstr ""
4011
4012 #: actions/remotesubscribe.php:124
4013 msgid "Subscribe to a remote user"
4014 msgstr ""
4015
4016 #: actions/remotesubscribe.php:129
4017 msgid "User nickname"
4018 msgstr ""
4019
4020 #: actions/remotesubscribe.php:130
4021 msgid "Nickname of the user you want to follow"
4022 msgstr ""
4023
4024 #: actions/remotesubscribe.php:133
4025 msgid "Profile URL"
4026 msgstr ""
4027
4028 #: actions/remotesubscribe.php:134
4029 msgid "URL of your profile on another compatible microblogging service"
4030 msgstr ""
4031
4032 #: actions/remotesubscribe.php:137 lib/subscribeform.php:139
4033 #: lib/userprofile.php:406
4034 msgid "Subscribe"
4035 msgstr ""
4036
4037 #: actions/remotesubscribe.php:159
4038 msgid "Invalid profile URL (bad format)"
4039 msgstr ""
4040
4041 #: actions/remotesubscribe.php:168
4042 msgid "Not a valid profile URL (no YADIS document or invalid XRDS defined)."
4043 msgstr ""
4044
4045 #: actions/remotesubscribe.php:176
4046 msgid "That’s a local profile! Login to subscribe."
4047 msgstr ""
4048
4049 #: actions/remotesubscribe.php:183
4050 msgid "Couldn’t get a request token."
4051 msgstr ""
4052
4053 #: actions/repeat.php:57
4054 msgid "Only logged-in users can repeat notices."
4055 msgstr ""
4056
4057 #: actions/repeat.php:64 actions/repeat.php:71
4058 msgid "No notice specified."
4059 msgstr ""
4060
4061 #: actions/repeat.php:76
4062 msgid "You can't repeat your own notice."
4063 msgstr ""
4064
4065 #: actions/repeat.php:90
4066 msgid "You already repeated that notice."
4067 msgstr ""
4068
4069 #: actions/repeat.php:114 lib/noticelist.php:686
4070 msgid "Repeated"
4071 msgstr ""
4072
4073 #: actions/repeat.php:119
4074 msgid "Repeated!"
4075 msgstr ""
4076
4077 #: actions/replies.php:126 actions/repliesrss.php:68
4078 #: lib/personalgroupnav.php:105
4079 #, php-format
4080 msgid "Replies to %s"
4081 msgstr ""
4082
4083 #: actions/replies.php:128
4084 #, php-format
4085 msgid "Replies to %1$s, page %2$d"
4086 msgstr ""
4087
4088 #: actions/replies.php:145
4089 #, php-format
4090 msgid "Replies feed for %s (RSS 1.0)"
4091 msgstr ""
4092
4093 #: actions/replies.php:152
4094 #, php-format
4095 msgid "Replies feed for %s (RSS 2.0)"
4096 msgstr ""
4097
4098 #: actions/replies.php:159
4099 #, php-format
4100 msgid "Replies feed for %s (Atom)"
4101 msgstr ""
4102
4103 #: actions/replies.php:199
4104 #, php-format
4105 msgid ""
4106 "This is the timeline showing replies to %1$s but %2$s hasn't received a "
4107 "notice to them yet."
4108 msgstr ""
4109
4110 #: actions/replies.php:204
4111 #, php-format
4112 msgid ""
4113 "You can engage other users in a conversation, subscribe to more people or "
4114 "[join groups](%%action.groups%%)."
4115 msgstr ""
4116
4117 #: actions/replies.php:206
4118 #, php-format
4119 msgid ""
4120 "You can try to [nudge %1$s](../%2$s) or [post something to them](%%%%action."
4121 "newnotice%%%%?status_textarea=%3$s)."
4122 msgstr ""
4123
4124 #: actions/repliesrss.php:72
4125 #, php-format
4126 msgid "Replies to %1$s on %2$s!"
4127 msgstr ""
4128
4129 #: actions/revokerole.php:75
4130 msgid "You cannot revoke user roles on this site."
4131 msgstr ""
4132
4133 #: actions/revokerole.php:82
4134 msgid "User doesn't have this role."
4135 msgstr ""
4136
4137 #: actions/rsd.php:146 actions/version.php:159
4138 msgid "StatusNet"
4139 msgstr ""
4140
4141 #: actions/sandbox.php:65 actions/unsandbox.php:65
4142 msgid "You cannot sandbox users on this site."
4143 msgstr ""
4144
4145 #: actions/sandbox.php:72
4146 msgid "User is already sandboxed."
4147 msgstr ""
4148
4149 #. TRANS: Menu item for site administration
4150 #: actions/sessionsadminpanel.php:54 actions/sessionsadminpanel.php:170
4151 #: lib/adminpanelaction.php:379
4152 msgid "Sessions"
4153 msgstr ""
4154
4155 #: actions/sessionsadminpanel.php:65
4156 msgid "Session settings for this StatusNet site"
4157 msgstr ""
4158
4159 #: actions/sessionsadminpanel.php:175
4160 msgid "Handle sessions"
4161 msgstr ""
4162
4163 #: actions/sessionsadminpanel.php:177
4164 msgid "Whether to handle sessions ourselves."
4165 msgstr ""
4166
4167 #: actions/sessionsadminpanel.php:181
4168 msgid "Session debugging"
4169 msgstr ""
4170
4171 #: actions/sessionsadminpanel.php:183
4172 msgid "Turn on debugging output for sessions."
4173 msgstr ""
4174
4175 #: actions/sessionsadminpanel.php:199 actions/siteadminpanel.php:292
4176 msgid "Save site settings"
4177 msgstr ""
4178
4179 #: actions/showapplication.php:82
4180 msgid "You must be logged in to view an application."
4181 msgstr ""
4182
4183 #: actions/showapplication.php:157
4184 msgid "Application profile"
4185 msgstr ""
4186
4187 #. TRANS: Form input field label for application icon.
4188 #: actions/showapplication.php:159 lib/applicationeditform.php:173
4189 msgid "Icon"
4190 msgstr ""
4191
4192 #. TRANS: Form input field label for application name.
4193 #: actions/showapplication.php:169 actions/version.php:197
4194 #: lib/applicationeditform.php:190
4195 msgid "Name"
4196 msgstr ""
4197
4198 #. TRANS: Form input field label.
4199 #: actions/showapplication.php:178 lib/applicationeditform.php:227
4200 msgid "Organization"
4201 msgstr ""
4202
4203 #. TRANS: Form input field label.
4204 #: actions/showapplication.php:187 actions/version.php:200
4205 #: lib/applicationeditform.php:208 lib/groupeditform.php:172
4206 msgid "Description"
4207 msgstr ""
4208
4209 #: actions/showapplication.php:192 actions/showgroup.php:442
4210 #: lib/profileaction.php:187
4211 msgid "Statistics"
4212 msgstr ""
4213
4214 #: actions/showapplication.php:203
4215 #, php-format
4216 msgid "Created by %1$s - %2$s access by default - %3$d users"
4217 msgstr ""
4218
4219 #: actions/showapplication.php:213
4220 msgid "Application actions"
4221 msgstr ""
4222
4223 #: actions/showapplication.php:236
4224 msgid "Reset key & secret"
4225 msgstr ""
4226
4227 #: actions/showapplication.php:261
4228 msgid "Application info"
4229 msgstr ""
4230
4231 #: actions/showapplication.php:263
4232 msgid "Consumer key"
4233 msgstr ""
4234
4235 #: actions/showapplication.php:268
4236 msgid "Consumer secret"
4237 msgstr ""
4238
4239 #: actions/showapplication.php:273
4240 msgid "Request token URL"
4241 msgstr ""
4242
4243 #: actions/showapplication.php:278
4244 msgid "Access token URL"
4245 msgstr ""
4246
4247 #: actions/showapplication.php:283
4248 msgid "Authorize URL"
4249 msgstr ""
4250
4251 #: actions/showapplication.php:288
4252 msgid ""
4253 "Note: We support HMAC-SHA1 signatures. We do not support the plaintext "
4254 "signature method."
4255 msgstr ""
4256
4257 #: actions/showapplication.php:309
4258 msgid "Are you sure you want to reset your consumer key and secret?"
4259 msgstr ""
4260
4261 #: actions/showfavorites.php:79
4262 #, php-format
4263 msgid "%1$s's favorite notices, page %2$d"
4264 msgstr ""
4265
4266 #: actions/showfavorites.php:132
4267 msgid "Could not retrieve favorite notices."
4268 msgstr ""
4269
4270 #: actions/showfavorites.php:171
4271 #, php-format
4272 msgid "Feed for favorites of %s (RSS 1.0)"
4273 msgstr ""
4274
4275 #: actions/showfavorites.php:178
4276 #, php-format
4277 msgid "Feed for favorites of %s (RSS 2.0)"
4278 msgstr ""
4279
4280 #: actions/showfavorites.php:185
4281 #, php-format
4282 msgid "Feed for favorites of %s (Atom)"
4283 msgstr ""
4284
4285 #: actions/showfavorites.php:206
4286 msgid ""
4287 "You haven't chosen any favorite notices yet. Click the fave button on "
4288 "notices you like to bookmark them for later or shed a spotlight on them."
4289 msgstr ""
4290
4291 #: actions/showfavorites.php:208
4292 #, php-format
4293 msgid ""
4294 "%s hasn't added any favorite notices yet. Post something interesting they "
4295 "would add to their favorites :)"
4296 msgstr ""
4297
4298 #: actions/showfavorites.php:212
4299 #, php-format
4300 msgid ""
4301 "%s hasn't added any favorite notices yet. Why not [register an account](%%%%"
4302 "action.register%%%%) and then post something interesting they would add to "
4303 "their favorites :)"
4304 msgstr ""
4305
4306 #: actions/showfavorites.php:243
4307 msgid "This is a way to share what you like."
4308 msgstr ""
4309
4310 #: actions/showgroup.php:82
4311 #, php-format
4312 msgid "%s group"
4313 msgstr ""
4314
4315 #: actions/showgroup.php:84
4316 #, php-format
4317 msgid "%1$s group, page %2$d"
4318 msgstr ""
4319
4320 #: actions/showgroup.php:227
4321 msgid "Group profile"
4322 msgstr ""
4323
4324 #: actions/showgroup.php:272 actions/tagother.php:118
4325 #: actions/userauthorization.php:175 lib/userprofile.php:178
4326 msgid "URL"
4327 msgstr ""
4328
4329 #: actions/showgroup.php:283 actions/tagother.php:128
4330 #: actions/userauthorization.php:187 lib/userprofile.php:195
4331 msgid "Note"
4332 msgstr ""
4333
4334 #: actions/showgroup.php:293 lib/groupeditform.php:184
4335 msgid "Aliases"
4336 msgstr ""
4337
4338 #: actions/showgroup.php:302
4339 msgid "Group actions"
4340 msgstr ""
4341
4342 #: actions/showgroup.php:344
4343 #, php-format
4344 msgid "Notice feed for %s group (RSS 1.0)"
4345 msgstr ""
4346
4347 #: actions/showgroup.php:350
4348 #, php-format
4349 msgid "Notice feed for %s group (RSS 2.0)"
4350 msgstr ""
4351
4352 #: actions/showgroup.php:356
4353 #, php-format
4354 msgid "Notice feed for %s group (Atom)"
4355 msgstr ""
4356
4357 #: actions/showgroup.php:361
4358 #, php-format
4359 msgid "FOAF for %s group"
4360 msgstr ""
4361
4362 #: actions/showgroup.php:399 actions/showgroup.php:451
4363 msgid "Members"
4364 msgstr ""
4365
4366 #: actions/showgroup.php:404 lib/profileaction.php:117
4367 #: lib/profileaction.php:152 lib/profileaction.php:255 lib/section.php:95
4368 #: lib/subscriptionlist.php:127 lib/tagcloudsection.php:71
4369 msgid "(None)"
4370 msgstr ""
4371
4372 #: actions/showgroup.php:410
4373 msgid "All members"
4374 msgstr ""
4375
4376 #: actions/showgroup.php:445
4377 msgid "Created"
4378 msgstr ""
4379
4380 #: actions/showgroup.php:461
4381 #, php-format
4382 msgid ""
4383 "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en."
4384 "wikipedia.org/wiki/Micro-blogging) service based on the Free Software "
4385 "[StatusNet](http://status.net/) tool. Its members share short messages about "
4386 "their life and interests. [Join now](%%%%action.register%%%%) to become part "
4387 "of this group and many more! ([Read more](%%%%doc.help%%%%))"
4388 msgstr ""
4389
4390 #: actions/showgroup.php:467
4391 #, php-format
4392 msgid ""
4393 "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en."
4394 "wikipedia.org/wiki/Micro-blogging) service based on the Free Software "
4395 "[StatusNet](http://status.net/) tool. Its members share short messages about "
4396 "their life and interests. "
4397 msgstr ""
4398
4399 #: actions/showgroup.php:495
4400 msgid "Admins"
4401 msgstr ""
4402
4403 #: actions/showmessage.php:81
4404 msgid "No such message."
4405 msgstr ""
4406
4407 #: actions/showmessage.php:98
4408 msgid "Only the sender and recipient may read this message."
4409 msgstr ""
4410
4411 #: actions/showmessage.php:108
4412 #, php-format
4413 msgid "Message to %1$s on %2$s"
4414 msgstr ""
4415
4416 #: actions/showmessage.php:113
4417 #, php-format
4418 msgid "Message from %1$s on %2$s"
4419 msgstr ""
4420
4421 #: actions/shownotice.php:90
4422 msgid "Notice deleted."
4423 msgstr ""
4424
4425 #: actions/showstream.php:72
4426 #, php-format
4427 msgid " tagged %s"
4428 msgstr ""
4429
4430 #: actions/showstream.php:78
4431 #, php-format
4432 msgid "%1$s, page %2$d"
4433 msgstr ""
4434
4435 #: actions/showstream.php:120
4436 #, php-format
4437 msgid "Notice feed for %1$s tagged %2$s (RSS 1.0)"
4438 msgstr ""
4439
4440 #: actions/showstream.php:127
4441 #, php-format
4442 msgid "Notice feed for %s (RSS 1.0)"
4443 msgstr ""
4444
4445 #: actions/showstream.php:134
4446 #, php-format
4447 msgid "Notice feed for %s (RSS 2.0)"
4448 msgstr ""
4449
4450 #: actions/showstream.php:141
4451 #, php-format
4452 msgid "Notice feed for %s (Atom)"
4453 msgstr ""
4454
4455 #: actions/showstream.php:146
4456 #, php-format
4457 msgid "FOAF for %s"
4458 msgstr ""
4459
4460 #: actions/showstream.php:197
4461 #, php-format
4462 msgid "This is the timeline for %1$s but %2$s hasn't posted anything yet."
4463 msgstr ""
4464
4465 #: actions/showstream.php:202
4466 msgid ""
4467 "Seen anything interesting recently? You haven't posted any notices yet, now "
4468 "would be a good time to start :)"
4469 msgstr ""
4470
4471 #: actions/showstream.php:204
4472 #, php-format
4473 msgid ""
4474 "You can try to nudge %1$s or [post something to them](%%%%action.newnotice%%%"
4475 "%?status_textarea=%2$s)."
4476 msgstr ""
4477
4478 #: actions/showstream.php:243
4479 #, php-format
4480 msgid ""
4481 "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
4482 "wikipedia.org/wiki/Micro-blogging) service based on the Free Software "
4483 "[StatusNet](http://status.net/) tool. [Join now](%%%%action.register%%%%) to "
4484 "follow **%s**'s notices and many more! ([Read more](%%%%doc.help%%%%))"
4485 msgstr ""
4486
4487 #: actions/showstream.php:248
4488 #, php-format
4489 msgid ""
4490 "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
4491 "wikipedia.org/wiki/Micro-blogging) service based on the Free Software "
4492 "[StatusNet](http://status.net/) tool. "
4493 msgstr ""
4494
4495 #: actions/showstream.php:305
4496 #, php-format
4497 msgid "Repeat of %s"
4498 msgstr ""
4499
4500 #: actions/silence.php:65 actions/unsilence.php:65
4501 msgid "You cannot silence users on this site."
4502 msgstr ""
4503
4504 #: actions/silence.php:72
4505 msgid "User is already silenced."
4506 msgstr ""
4507
4508 #: actions/siteadminpanel.php:69
4509 msgid "Basic settings for this StatusNet site"
4510 msgstr ""
4511
4512 #: actions/siteadminpanel.php:133
4513 msgid "Site name must have non-zero length."
4514 msgstr ""
4515
4516 #: actions/siteadminpanel.php:141
4517 msgid "You must have a valid contact email address."
4518 msgstr ""
4519
4520 #: actions/siteadminpanel.php:159
4521 #, php-format
4522 msgid "Unknown language \"%s\"."
4523 msgstr ""
4524
4525 #: actions/siteadminpanel.php:165
4526 msgid "Minimum text limit is 0 (unlimited)."
4527 msgstr ""
4528
4529 #: actions/siteadminpanel.php:171
4530 msgid "Dupe limit must be one or more seconds."
4531 msgstr ""
4532
4533 #: actions/siteadminpanel.php:221
4534 msgid "General"
4535 msgstr ""
4536
4537 #: actions/siteadminpanel.php:224
4538 msgid "Site name"
4539 msgstr ""
4540
4541 #: actions/siteadminpanel.php:225
4542 msgid "The name of your site, like \"Yourcompany Microblog\""
4543 msgstr ""
4544
4545 #: actions/siteadminpanel.php:229
4546 msgid "Brought by"
4547 msgstr ""
4548
4549 #: actions/siteadminpanel.php:230
4550 msgid "Text used for credits link in footer of each page"
4551 msgstr ""
4552
4553 #: actions/siteadminpanel.php:234
4554 msgid "Brought by URL"
4555 msgstr ""
4556
4557 #: actions/siteadminpanel.php:235
4558 msgid "URL used for credits link in footer of each page"
4559 msgstr ""
4560
4561 #: actions/siteadminpanel.php:239
4562 msgid "Contact email address for your site"
4563 msgstr ""
4564
4565 #: actions/siteadminpanel.php:245
4566 msgid "Local"
4567 msgstr ""
4568
4569 #: actions/siteadminpanel.php:256
4570 msgid "Default timezone"
4571 msgstr ""
4572
4573 #: actions/siteadminpanel.php:257
4574 msgid "Default timezone for the site; usually UTC."
4575 msgstr ""
4576
4577 #: actions/siteadminpanel.php:262
4578 msgid "Default language"
4579 msgstr ""
4580
4581 #: actions/siteadminpanel.php:263
4582 msgid "Site language when autodetection from browser settings is not available"
4583 msgstr ""
4584
4585 #: actions/siteadminpanel.php:271
4586 msgid "Limits"
4587 msgstr ""
4588
4589 #: actions/siteadminpanel.php:274
4590 msgid "Text limit"
4591 msgstr ""
4592
4593 #: actions/siteadminpanel.php:274
4594 msgid "Maximum number of characters for notices."
4595 msgstr ""
4596
4597 #: actions/siteadminpanel.php:278
4598 msgid "Dupe limit"
4599 msgstr ""
4600
4601 #: actions/siteadminpanel.php:278
4602 msgid "How long users must wait (in seconds) to post the same thing again."
4603 msgstr ""
4604
4605 #: actions/sitenoticeadminpanel.php:56
4606 msgid "Site Notice"
4607 msgstr ""
4608
4609 #: actions/sitenoticeadminpanel.php:67
4610 msgid "Edit site-wide message"
4611 msgstr ""
4612
4613 #: actions/sitenoticeadminpanel.php:103
4614 msgid "Unable to save site notice."
4615 msgstr ""
4616
4617 #: actions/sitenoticeadminpanel.php:113
4618 msgid "Max length for the site-wide notice is 255 chars."
4619 msgstr ""
4620
4621 #: actions/sitenoticeadminpanel.php:176
4622 msgid "Site notice text"
4623 msgstr ""
4624
4625 #: actions/sitenoticeadminpanel.php:178
4626 msgid "Site-wide notice text (255 chars max; HTML okay)"
4627 msgstr ""
4628
4629 #: actions/sitenoticeadminpanel.php:198
4630 msgid "Save site notice"
4631 msgstr ""
4632
4633 #. TRANS: Title for SMS settings.
4634 #: actions/smssettings.php:59
4635 msgid "SMS settings"
4636 msgstr ""
4637
4638 #. TRANS: SMS settings page instructions.
4639 #. TRANS: %%site.name%% is the name of the site.
4640 #: actions/smssettings.php:74
4641 #, php-format
4642 msgid "You can receive SMS messages through email from %%site.name%%."
4643 msgstr ""
4644
4645 #. TRANS: Message given in the SMS settings if SMS is not enabled on the site.
4646 #: actions/smssettings.php:97
4647 msgid "SMS is not available."
4648 msgstr ""
4649
4650 #. TRANS: Form legend for SMS settings form.
4651 #: actions/smssettings.php:111
4652 msgid "SMS address"
4653 msgstr ""
4654
4655 #. TRANS: Form guide in SMS settings form.
4656 #: actions/smssettings.php:120
4657 msgid "Current confirmed SMS-enabled phone number."
4658 msgstr ""
4659
4660 #. TRANS: Form guide in IM settings form.
4661 #: actions/smssettings.php:133
4662 msgid "Awaiting confirmation on this phone number."
4663 msgstr ""
4664
4665 #. TRANS: Field label for SMS address input in SMS settings form.
4666 #: actions/smssettings.php:142
4667 msgid "Confirmation code"
4668 msgstr ""
4669
4670 #. TRANS: Form field instructions in SMS settings form.
4671 #: actions/smssettings.php:144
4672 msgid "Enter the code you received on your phone."
4673 msgstr ""
4674
4675 #. TRANS: Button label to confirm SMS confirmation code in SMS settings.
4676 #: actions/smssettings.php:148
4677 msgctxt "BUTTON"
4678 msgid "Confirm"
4679 msgstr ""
4680
4681 #. TRANS: Field label for SMS phone number input in SMS settings form.
4682 #: actions/smssettings.php:153
4683 msgid "SMS phone number"
4684 msgstr ""
4685
4686 #. TRANS: SMS phone number input field instructions in SMS settings form.
4687 #: actions/smssettings.php:156
4688 msgid "Phone number, no punctuation or spaces, with area code"
4689 msgstr ""
4690
4691 #. TRANS: Form legend for SMS preferences form.
4692 #: actions/smssettings.php:195
4693 msgid "SMS preferences"
4694 msgstr ""
4695
4696 #. TRANS: Checkbox label in SMS preferences form.
4697 #: actions/smssettings.php:201
4698 msgid ""
4699 "Send me notices through SMS; I understand I may incur exorbitant charges "
4700 "from my carrier."
4701 msgstr ""
4702
4703 #. TRANS: Confirmation message for successful SMS preferences save.
4704 #: actions/smssettings.php:315
4705 msgid "SMS preferences saved."
4706 msgstr ""
4707
4708 #. TRANS: Message given saving SMS phone number without having provided one.
4709 #: actions/smssettings.php:338
4710 msgid "No phone number."
4711 msgstr ""
4712
4713 #. TRANS: Message given saving SMS phone number without having selected a carrier.
4714 #: actions/smssettings.php:344
4715 msgid "No carrier selected."
4716 msgstr ""
4717
4718 #. TRANS: Message given saving SMS phone number that is already set.
4719 #: actions/smssettings.php:352
4720 msgid "That is already your phone number."
4721 msgstr ""
4722
4723 #. TRANS: Message given saving SMS phone number that is already set for another user.
4724 #: actions/smssettings.php:356
4725 msgid "That phone number already belongs to another user."
4726 msgstr ""
4727
4728 #. TRANS: Message given saving valid SMS phone number that is to be confirmed.
4729 #: actions/smssettings.php:384
4730 msgid ""
4731 "A confirmation code was sent to the phone number you added. Check your phone "
4732 "for the code and instructions on how to use it."
4733 msgstr ""
4734
4735 #. TRANS: Message given canceling SMS phone number confirmation for the wrong phone number.
4736 #: actions/smssettings.php:413
4737 msgid "That is the wrong confirmation number."
4738 msgstr ""
4739
4740 #. TRANS: Message given after successfully canceling SMS phone number confirmation.
4741 #: actions/smssettings.php:427
4742 msgid "SMS confirmation cancelled."
4743 msgstr ""
4744
4745 #. TRANS: Message given trying to remove an SMS phone number that is not
4746 #. TRANS: registered for the active user.
4747 #: actions/smssettings.php:448
4748 msgid "That is not your phone number."
4749 msgstr ""
4750
4751 #. TRANS: Message given after successfully removing a registered SMS phone number.
4752 #: actions/smssettings.php:470
4753 msgid "The SMS phone number was removed."
4754 msgstr ""
4755
4756 #. TRANS: Label for mobile carrier dropdown menu in SMS settings.
4757 #: actions/smssettings.php:511
4758 msgid "Mobile carrier"
4759 msgstr ""
4760
4761 #. TRANS: Default option for mobile carrier dropdown menu in SMS settings.
4762 #: actions/smssettings.php:516
4763 msgid "Select a carrier"
4764 msgstr ""
4765
4766 #. TRANS: Form instructions for mobile carrier dropdown menu in SMS settings.
4767 #. TRANS: %s is an administrative contact's e-mail address.
4768 #: actions/smssettings.php:525
4769 #, php-format
4770 msgid ""
4771 "Mobile carrier for your phone. If you know a carrier that accepts SMS over "
4772 "email but isn't listed here, send email to let us know at %s."
4773 msgstr ""
4774
4775 #. TRANS: Message given saving SMS phone number confirmation code without having provided one.
4776 #: actions/smssettings.php:548
4777 msgid "No code entered"
4778 msgstr ""
4779
4780 #. TRANS: Menu item for site administration
4781 #: actions/snapshotadminpanel.php:54 actions/snapshotadminpanel.php:196
4782 #: lib/adminpanelaction.php:395
4783 msgid "Snapshots"
4784 msgstr ""
4785
4786 #: actions/snapshotadminpanel.php:65
4787 msgid "Manage snapshot configuration"
4788 msgstr ""
4789
4790 #: actions/snapshotadminpanel.php:127
4791 msgid "Invalid snapshot run value."
4792 msgstr ""
4793
4794 #: actions/snapshotadminpanel.php:133
4795 msgid "Snapshot frequency must be a number."
4796 msgstr ""
4797
4798 #: actions/snapshotadminpanel.php:144
4799 msgid "Invalid snapshot report URL."
4800 msgstr ""
4801
4802 #: actions/snapshotadminpanel.php:200
4803 msgid "Randomly during web hit"
4804 msgstr ""
4805
4806 #: actions/snapshotadminpanel.php:201
4807 msgid "In a scheduled job"
4808 msgstr ""
4809
4810 #: actions/snapshotadminpanel.php:206
4811 msgid "Data snapshots"
4812 msgstr ""
4813
4814 #: actions/snapshotadminpanel.php:208
4815 msgid "When to send statistical data to status.net servers"
4816 msgstr ""
4817
4818 #: actions/snapshotadminpanel.php:217
4819 msgid "Frequency"
4820 msgstr ""
4821
4822 #: actions/snapshotadminpanel.php:218
4823 msgid "Snapshots will be sent once every N web hits"
4824 msgstr ""
4825
4826 #: actions/snapshotadminpanel.php:226
4827 msgid "Report URL"
4828 msgstr ""
4829
4830 #: actions/snapshotadminpanel.php:227
4831 msgid "Snapshots will be sent to this URL"
4832 msgstr ""
4833
4834 #: actions/snapshotadminpanel.php:248
4835 msgid "Save snapshot settings"
4836 msgstr ""
4837
4838 #: actions/subedit.php:70
4839 msgid "You are not subscribed to that profile."
4840 msgstr ""
4841
4842 #. TRANS: Exception thrown when a subscription could not be stored on the server.
4843 #: actions/subedit.php:83 classes/Subscription.php:136
4844 msgid "Could not save subscription."
4845 msgstr ""
4846
4847 #: actions/subscribe.php:77
4848 msgid "This action only accepts POST requests."
4849 msgstr ""
4850
4851 #: actions/subscribe.php:107
4852 msgid "No such profile."
4853 msgstr ""
4854
4855 #: actions/subscribe.php:117
4856 msgid "You cannot subscribe to an OMB 0.1 remote profile with this action."
4857 msgstr ""
4858
4859 #: actions/subscribe.php:145
4860 msgid "Subscribed"
4861 msgstr ""
4862
4863 #. TRANS: Header for list of subscribers for a user (first page).
4864 #. TRANS: %s is the user's nickname.
4865 #: actions/subscribers.php:51
4866 #, php-format
4867 msgid "%s subscribers"
4868 msgstr ""
4869
4870 #. TRANS: Header for list of subscribers for a user (not first page).
4871 #. TRANS: %1$s is the user's nickname, $2$d is the page number.
4872 #: actions/subscribers.php:55
4873 #, php-format
4874 msgid "%1$s subscribers, page %2$d"
4875 msgstr ""
4876
4877 #. TRANS: Page notice for page with an overview of all subscribers
4878 #. TRANS: of the logged in user's own profile.
4879 #: actions/subscribers.php:68
4880 msgid "These are the people who listen to your notices."
4881 msgstr ""
4882
4883 #. TRANS: Page notice for page with an overview of all subscribers of a user other
4884 #. TRANS: than the logged in user. %s is the user nickname.
4885 #: actions/subscribers.php:74
4886 #, php-format
4887 msgid "These are the people who listen to %s's notices."
4888 msgstr ""
4889
4890 #. TRANS: Subscriber list text when the logged in user has no subscribers.
4891 #: actions/subscribers.php:116
4892 msgid ""
4893 "You have no subscribers. Try subscribing to people you know and they might "
4894 "return the favor."
4895 msgstr ""
4896
4897 #. TRANS: Subscriber list text when looking at the subscribers for a of a user other
4898 #. TRANS: than the logged in user that has no subscribers. %s is the user nickname.
4899 #: actions/subscribers.php:120
4900 #, php-format
4901 msgid "%s has no subscribers. Want to be the first?"
4902 msgstr ""
4903
4904 #. TRANS: Subscriber list text when looking at the subscribers for a of a user that has none
4905 #. TRANS: as an anonymous user. %s is the user nickname.
4906 #. TRANS: This message contains a Markdown URL. The link description is between
4907 #. TRANS: square brackets, and the link between parentheses. Do not separate "]("
4908 #. TRANS: and do not change the URL part.
4909 #: actions/subscribers.php:129
4910 #, php-format
4911 msgid ""
4912 "%s has no subscribers. Why not [register an account](%%%%action.register%%%"
4913 "%) and be the first?"
4914 msgstr ""
4915
4916 #. TRANS: Header for subscriptions overview for a user (first page).
4917 #. TRANS: %s is a user nickname.
4918 #: actions/subscriptions.php:51
4919 #, php-format
4920 msgid "%s subscriptions"
4921 msgstr ""
4922
4923 #. TRANS: Header for subscriptions overview for a user (not first page).
4924 #. TRANS: %1$s is a user nickname, %2$d is the page number.
4925 #: actions/subscriptions.php:55
4926 #, php-format
4927 msgid "%1$s subscriptions, page %2$d"
4928 msgstr ""
4929
4930 #. TRANS: Page notice for page with an overview of all subscriptions
4931 #. TRANS: of the logged in user's own profile.
4932 #: actions/subscriptions.php:68
4933 msgid "These are the people whose notices you listen to."
4934 msgstr ""
4935
4936 #. TRANS: Page notice for page with an overview of all subscriptions of a user other
4937 #. TRANS: than the logged in user. %s is the user nickname.
4938 #: actions/subscriptions.php:74
4939 #, php-format
4940 msgid "These are the people whose notices %s listens to."
4941 msgstr ""
4942
4943 #. TRANS: Subscription list text when the logged in user has no subscriptions.
4944 #. TRANS: This message contains Markdown URLs. The link description is between
4945 #. TRANS: square brackets, and the link between parentheses. Do not separate "]("
4946 #. TRANS: and do not change the URL part.
4947 #: actions/subscriptions.php:135
4948 #, php-format
4949 msgid ""
4950 "You're not listening to anyone's notices right now, try subscribing to "
4951 "people you know. Try [people search](%%action.peoplesearch%%), look for "
4952 "members in groups you're interested in and in our [featured users](%%action."
4953 "featured%%). If you're a [Twitter user](%%action.twittersettings%%), you can "
4954 "automatically subscribe to people you already follow there."
4955 msgstr ""
4956
4957 #. TRANS: Subscription list text when looking at the subscriptions for a of a user other
4958 #. TRANS: than the logged in user that has no subscriptions. %s is the user nickname.
4959 #. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none
4960 #. TRANS: as an anonymous user. %s is the user nickname.
4961 #: actions/subscriptions.php:143 actions/subscriptions.php:149
4962 #, php-format
4963 msgid "%s is not listening to anyone."
4964 msgstr ""
4965
4966 #. TRANS: Checkbox label for enabling Jabber messages for a profile in a subscriptions list.
4967 #: actions/subscriptions.php:226
4968 msgid "Jabber"
4969 msgstr ""
4970
4971 #. TRANS: Checkbox label for enabling SMS messages for a profile in a subscriptions list.
4972 #: actions/subscriptions.php:241
4973 msgid "SMS"
4974 msgstr ""
4975
4976 #: actions/tag.php:69
4977 #, php-format
4978 msgid "Notices tagged with %1$s, page %2$d"
4979 msgstr ""
4980
4981 #: actions/tag.php:87
4982 #, php-format
4983 msgid "Notice feed for tag %s (RSS 1.0)"
4984 msgstr ""
4985
4986 #: actions/tag.php:93
4987 #, php-format
4988 msgid "Notice feed for tag %s (RSS 2.0)"
4989 msgstr ""
4990
4991 #: actions/tag.php:99
4992 #, php-format
4993 msgid "Notice feed for tag %s (Atom)"
4994 msgstr ""
4995
4996 #: actions/tagother.php:39
4997 msgid "No ID argument."
4998 msgstr ""
4999
5000 #: actions/tagother.php:65
5001 #, php-format
5002 msgid "Tag %s"
5003 msgstr ""
5004
5005 #: actions/tagother.php:77 lib/userprofile.php:76
5006 msgid "User profile"
5007 msgstr ""
5008
5009 #: actions/tagother.php:81 actions/userauthorization.php:132
5010 #: lib/userprofile.php:103
5011 msgid "Photo"
5012 msgstr ""
5013
5014 #: actions/tagother.php:141
5015 msgid "Tag user"
5016 msgstr ""
5017
5018 #: actions/tagother.php:151
5019 msgid ""
5020 "Tags for this user (letters, numbers, -, ., and _), comma- or space- "
5021 "separated"
5022 msgstr ""
5023
5024 #: actions/tagother.php:193
5025 msgid ""
5026 "You can only tag people you are subscribed to or who are subscribed to you."
5027 msgstr ""
5028
5029 #: actions/tagother.php:200
5030 msgid "Could not save tags."
5031 msgstr ""
5032
5033 #: actions/tagother.php:236
5034 msgid "Use this form to add tags to your subscribers or subscriptions."
5035 msgstr ""
5036
5037 #: actions/tagrss.php:35
5038 msgid "No such tag."
5039 msgstr ""
5040
5041 #: actions/unblock.php:59
5042 msgid "You haven't blocked that user."
5043 msgstr ""
5044
5045 #: actions/unsandbox.php:72
5046 msgid "User is not sandboxed."
5047 msgstr ""
5048
5049 #: actions/unsilence.php:72
5050 msgid "User is not silenced."
5051 msgstr ""
5052
5053 #: actions/unsubscribe.php:77
5054 msgid "No profile ID in request."
5055 msgstr ""
5056
5057 #: actions/unsubscribe.php:98
5058 msgid "Unsubscribed"
5059 msgstr ""
5060
5061 #: actions/updateprofile.php:64 actions/userauthorization.php:337
5062 #, php-format
5063 msgid ""
5064 "Listenee stream license ‘%1$s’ is not compatible with site license ‘%2$s’."
5065 msgstr ""
5066
5067 #. TRANS: User admin panel title
5068 #: actions/useradminpanel.php:60
5069 msgctxt "TITLE"
5070 msgid "User"
5071 msgstr ""
5072
5073 #: actions/useradminpanel.php:71
5074 msgid "User settings for this StatusNet site"
5075 msgstr ""
5076
5077 #: actions/useradminpanel.php:150
5078 msgid "Invalid bio limit. Must be numeric."
5079 msgstr ""
5080
5081 #: actions/useradminpanel.php:156
5082 msgid "Invalid welcome text. Max length is 255 characters."
5083 msgstr ""
5084
5085 #: actions/useradminpanel.php:166
5086 #, php-format
5087 msgid "Invalid default subscripton: '%1$s' is not user."
5088 msgstr ""
5089
5090 #. TRANS: Link description in user account settings menu.
5091 #: actions/useradminpanel.php:219 lib/accountsettingsaction.php:106
5092 #: lib/personalgroupnav.php:109
5093 msgid "Profile"
5094 msgstr ""
5095
5096 #: actions/useradminpanel.php:223
5097 msgid "Bio Limit"
5098 msgstr ""
5099
5100 #: actions/useradminpanel.php:224
5101 msgid "Maximum length of a profile bio in characters."
5102 msgstr ""
5103
5104 #: actions/useradminpanel.php:232
5105 msgid "New users"
5106 msgstr ""
5107
5108 #: actions/useradminpanel.php:236
5109 msgid "New user welcome"
5110 msgstr ""
5111
5112 #: actions/useradminpanel.php:237
5113 msgid "Welcome text for new users (Max 255 chars)."
5114 msgstr ""
5115
5116 #: actions/useradminpanel.php:242
5117 msgid "Default subscription"
5118 msgstr ""
5119
5120 #: actions/useradminpanel.php:243
5121 msgid "Automatically subscribe new users to this user."
5122 msgstr ""
5123
5124 #: actions/useradminpanel.php:252
5125 msgid "Invitations"
5126 msgstr ""
5127
5128 #: actions/useradminpanel.php:257
5129 msgid "Invitations enabled"
5130 msgstr ""
5131
5132 #: actions/useradminpanel.php:259
5133 msgid "Whether to allow users to invite new users."
5134 msgstr ""
5135
5136 #: actions/useradminpanel.php:295
5137 msgid "Save user settings"
5138 msgstr ""
5139
5140 #: actions/userauthorization.php:105
5141 msgid "Authorize subscription"
5142 msgstr ""
5143
5144 #: actions/userauthorization.php:110
5145 msgid ""
5146 "Please check these details to make sure that you want to subscribe to this "
5147 "user’s notices. If you didn’t just ask to subscribe to someone’s notices, "
5148 "click “Reject”."
5149 msgstr ""
5150
5151 #. TRANS: Menu item for site administration
5152 #: actions/userauthorization.php:196 actions/version.php:167
5153 #: lib/adminpanelaction.php:403
5154 msgid "License"
5155 msgstr ""
5156
5157 #: actions/userauthorization.php:217
5158 msgid "Accept"
5159 msgstr ""
5160
5161 #: actions/userauthorization.php:218 lib/subscribeform.php:115
5162 #: lib/subscribeform.php:139
5163 msgid "Subscribe to this user"
5164 msgstr ""
5165
5166 #: actions/userauthorization.php:219
5167 msgid "Reject"
5168 msgstr ""
5169
5170 #: actions/userauthorization.php:220
5171 msgid "Reject this subscription"
5172 msgstr ""
5173
5174 #: actions/userauthorization.php:232
5175 msgid "No authorization request!"
5176 msgstr ""
5177
5178 #: actions/userauthorization.php:254
5179 msgid "Subscription authorized"
5180 msgstr ""
5181
5182 #: actions/userauthorization.php:256
5183 msgid ""
5184 "The subscription has been authorized, but no callback URL was passed. Check "
5185 "with the site’s instructions for details on how to authorize the "
5186 "subscription. Your subscription token is:"
5187 msgstr ""
5188
5189 #: actions/userauthorization.php:266
5190 msgid "Subscription rejected"
5191 msgstr ""
5192
5193 #: actions/userauthorization.php:268
5194 msgid ""
5195 "The subscription has been rejected, but no callback URL was passed. Check "
5196 "with the site’s instructions for details on how to fully reject the "
5197 "subscription."
5198 msgstr ""
5199
5200 #: actions/userauthorization.php:303
5201 #, php-format
5202 msgid "Listener URI ‘%s’ not found here."
5203 msgstr ""
5204
5205 #: actions/userauthorization.php:308
5206 #, php-format
5207 msgid "Listenee URI ‘%s’ is too long."
5208 msgstr ""
5209
5210 #: actions/userauthorization.php:314
5211 #, php-format
5212 msgid "Listenee URI ‘%s’ is a local user."
5213 msgstr ""
5214
5215 #: actions/userauthorization.php:329
5216 #, php-format
5217 msgid "Profile URL ‘%s’ is for a local user."
5218 msgstr ""
5219
5220 #: actions/userauthorization.php:345
5221 #, php-format
5222 msgid "Avatar URL ‘%s’ is not valid."
5223 msgstr ""
5224
5225 #: actions/userauthorization.php:350
5226 #, php-format
5227 msgid "Can’t read avatar URL ‘%s’."
5228 msgstr ""
5229
5230 #: actions/userauthorization.php:355
5231 #, php-format
5232 msgid "Wrong image type for avatar URL ‘%s’."
5233 msgstr ""
5234
5235 #: actions/userdesignsettings.php:76 lib/designsettings.php:65
5236 msgid "Profile design"
5237 msgstr ""
5238
5239 #: actions/userdesignsettings.php:87 lib/designsettings.php:76
5240 msgid ""
5241 "Customize the way your profile looks with a background image and a colour "
5242 "palette of your choice."
5243 msgstr ""
5244
5245 #: actions/userdesignsettings.php:282
5246 msgid "Enjoy your hotdog!"
5247 msgstr ""
5248
5249 #. TRANS: Message is used as a page title. %1$s is a nick name, %2$d is a page number.
5250 #: actions/usergroups.php:66
5251 #, php-format
5252 msgid "%1$s groups, page %2$d"
5253 msgstr ""
5254
5255 #: actions/usergroups.php:132
5256 msgid "Search for more groups"
5257 msgstr ""
5258
5259 #: actions/usergroups.php:159
5260 #, php-format
5261 msgid "%s is not a member of any group."
5262 msgstr ""
5263
5264 #: actions/usergroups.php:164
5265 #, php-format
5266 msgid "Try [searching for groups](%%action.groupsearch%%) and joining them."
5267 msgstr ""
5268
5269 #. TRANS: Message is used as link description. %1$s is a username, %2$s is a site name.
5270 #. TRANS: Message is used as a subtitle in atom group notice feed.
5271 #. TRANS: %1$s is a group name, %2$s is a site name.
5272 #. TRANS: Message is used as a subtitle in atom user notice feed.
5273 #. TRANS: %1$s is a user name, %2$s is a site name.
5274 #: actions/userrss.php:97 lib/atomgroupnoticefeed.php:70
5275 #: lib/atomusernoticefeed.php:75
5276 #, php-format
5277 msgid "Updates from %1$s on %2$s!"
5278 msgstr ""
5279
5280 #: actions/version.php:75
5281 #, php-format
5282 msgid "StatusNet %s"
5283 msgstr ""
5284
5285 #: actions/version.php:155
5286 #, php-format
5287 msgid ""
5288 "This site is powered by %1$s version %2$s, Copyright 2008-2010 StatusNet, "
5289 "Inc. and contributors."
5290 msgstr ""
5291
5292 #: actions/version.php:163
5293 msgid "Contributors"
5294 msgstr ""
5295
5296 #: actions/version.php:170
5297 msgid ""
5298 "StatusNet is free software: you can redistribute it and/or modify it under "
5299 "the terms of the GNU Affero General Public License as published by the Free "
5300 "Software Foundation, either version 3 of the License, or (at your option) "
5301 "any later version. "
5302 msgstr ""
5303
5304 #: actions/version.php:176
5305 msgid ""
5306 "This program is distributed in the hope that it will be useful, but WITHOUT "
5307 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5308 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License "
5309 "for more details. "
5310 msgstr ""
5311
5312 #: actions/version.php:182
5313 #, php-format
5314 msgid ""
5315 "You should have received a copy of the GNU Affero General Public License "
5316 "along with this program.  If not, see %s."
5317 msgstr ""
5318
5319 #: actions/version.php:191
5320 msgid "Plugins"
5321 msgstr ""
5322
5323 #. TRANS: Secondary navigation menu option leading to version information on the StatusNet site.
5324 #: actions/version.php:198 lib/action.php:831
5325 msgid "Version"
5326 msgstr ""
5327
5328 #: actions/version.php:199
5329 msgid "Author(s)"
5330 msgstr ""
5331
5332 #. TRANS: Activity title when marking a notice as favorite.
5333 #: classes/Fave.php:148 lib/favorform.php:143
5334 msgid "Favor"
5335 msgstr ""
5336
5337 #. TRANS: Ntofication given when a user marks a notice as favorite.
5338 #. TRANS: %1$s is a user nickname or full name, %2$s is a notice URI.
5339 #: classes/Fave.php:151
5340 #, php-format
5341 msgid "%1$s marked notice %2$s as a favorite."
5342 msgstr ""
5343
5344 #. TRANS: Server exception thrown when a URL cannot be processed.
5345 #: classes/File.php:142
5346 #, php-format
5347 msgid "Cannot process URL '%s'"
5348 msgstr ""
5349
5350 #. TRANS: Server exception thrown when... Robin thinks something is impossible!
5351 #: classes/File.php:174
5352 msgid "Robin thinks something is impossible."
5353 msgstr ""
5354
5355 #. TRANS: Message given if an upload is larger than the configured maximum.
5356 #. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file.
5357 #: classes/File.php:189
5358 #, php-format
5359 msgid ""
5360 "No file may be larger than %1$d bytes and the file you sent was %2$d bytes. "
5361 "Try to upload a smaller version."
5362 msgstr ""
5363
5364 #. TRANS: Message given if an upload would exceed user quota.
5365 #. TRANS: %d (number) is the user quota in bytes.
5366 #: classes/File.php:201
5367 #, php-format
5368 msgid "A file this large would exceed your user quota of %d bytes."
5369 msgstr ""
5370
5371 #. TRANS: Message given id an upload would exceed a user's monthly quota.
5372 #. TRANS: $d (number) is the monthly user quota in bytes.
5373 #: classes/File.php:210
5374 #, php-format
5375 msgid "A file this large would exceed your monthly quota of %d bytes."
5376 msgstr ""
5377
5378 #. TRANS: Client exception thrown if a file upload does not have a valid name.
5379 #: classes/File.php:247 classes/File.php:262
5380 msgid "Invalid filename."
5381 msgstr ""
5382
5383 #. TRANS: Exception thrown when joining a group fails.
5384 #: classes/Group_member.php:42
5385 msgid "Group join failed."
5386 msgstr ""
5387
5388 #. TRANS: Exception thrown when trying to leave a group the user is not a member of.
5389 #: classes/Group_member.php:55
5390 msgid "Not part of group."
5391 msgstr ""
5392
5393 #. TRANS: Exception thrown when trying to leave a group fails.
5394 #: classes/Group_member.php:63
5395 msgid "Group leave failed."
5396 msgstr ""
5397
5398 #. TRANS: Exception thrown providing an invalid profile ID.
5399 #. TRANS: %s is the invalid profile ID.
5400 #: classes/Group_member.php:76
5401 #, php-format
5402 msgid "Profile ID %s is invalid."
5403 msgstr ""
5404
5405 #. TRANS: Exception thrown providing an invalid group ID.
5406 #. TRANS: %s is the invalid group ID.
5407 #: classes/Group_member.php:89
5408 #, php-format
5409 msgid "Group ID %s is invalid."
5410 msgstr ""
5411
5412 #. TRANS: Activity title.
5413 #: classes/Group_member.php:113 lib/joinform.php:114
5414 msgid "Join"
5415 msgstr ""
5416
5417 #. TRANS: Success message for subscribe to group attempt through OStatus.
5418 #. TRANS: %1$s is the member name, %2$s is the subscribed group's name.
5419 #: classes/Group_member.php:117
5420 #, php-format
5421 msgid "%1$s has joined group %2$s."
5422 msgstr ""
5423
5424 #. TRANS: Server exception thrown when updating a local group fails.
5425 #: classes/Local_group.php:42
5426 msgid "Could not update local group."
5427 msgstr ""
5428
5429 #. TRANS: Exception thrown when trying creating a login token failed.
5430 #. TRANS: %s is the user nickname for which token creation failed.
5431 #: classes/Login_token.php:78
5432 #, php-format
5433 msgid "Could not create login token for %s"
5434 msgstr ""
5435
5436 #. TRANS: Exception thrown when database name or Data Source Name could not be found.
5437 #: classes/Memcached_DataObject.php:533
5438 msgid "No database name or DSN found anywhere."
5439 msgstr ""
5440
5441 #. TRANS: Client exception thrown when a user tries to send a direct message while being banned from sending them.
5442 #: classes/Message.php:45
5443 msgid "You are banned from sending direct messages."
5444 msgstr ""
5445
5446 #. TRANS: Message given when a message could not be stored on the server.
5447 #: classes/Message.php:62
5448 msgid "Could not insert message."
5449 msgstr ""
5450
5451 #. TRANS: Message given when a message could not be updated on the server.
5452 #: classes/Message.php:73
5453 msgid "Could not update message with new URI."
5454 msgstr ""
5455
5456 #. TRANS: Server exception thrown when a user profile for a notice cannot be found.
5457 #. TRANS: %1$d is a profile ID (number), %2$d is a notice ID (number).
5458 #: classes/Notice.php:98
5459 #, php-format
5460 msgid "No such profile (%1$d) for notice (%2$d)."
5461 msgstr ""
5462
5463 #. TRANS: Server exception. %s are the error details.
5464 #: classes/Notice.php:193
5465 #, php-format
5466 msgid "Database error inserting hashtag: %s"
5467 msgstr ""
5468
5469 #. TRANS: Client exception thrown if a notice contains too many characters.
5470 #: classes/Notice.php:265
5471 msgid "Problem saving notice. Too long."
5472 msgstr ""
5473
5474 #. TRANS: Client exception thrown when trying to save a notice for an unknown user.
5475 #: classes/Notice.php:270
5476 msgid "Problem saving notice. Unknown user."
5477 msgstr ""
5478
5479 #. TRANS: Client exception thrown when a user tries to post too many notices in a given time frame.
5480 #: classes/Notice.php:276
5481 msgid ""
5482 "Too many notices too fast; take a breather and post again in a few minutes."
5483 msgstr ""
5484
5485 #. TRANS: Client exception thrown when a user tries to post too many duplicate notices in a given time frame.
5486 #: classes/Notice.php:283
5487 msgid ""
5488 "Too many duplicate messages too quickly; take a breather and post again in a "
5489 "few minutes."
5490 msgstr ""
5491
5492 #. TRANS: Client exception thrown when a user tries to post while being banned.
5493 #: classes/Notice.php:291
5494 msgid "You are banned from posting notices on this site."
5495 msgstr ""
5496
5497 #. TRANS: Server exception thrown when a notice cannot be saved.
5498 #. TRANS: Server exception thrown when a notice cannot be updated.
5499 #: classes/Notice.php:358 classes/Notice.php:385
5500 msgid "Problem saving notice."
5501 msgstr ""
5502
5503 #. TRANS: Server exception thrown when no array is provided to the method saveKnownGroups().
5504 #: classes/Notice.php:907
5505 msgid "Bad type provided to saveKnownGroups"
5506 msgstr ""
5507
5508 #. TRANS: Server exception thrown when an update for a group inbox fails.
5509 #: classes/Notice.php:1006
5510 msgid "Problem saving group inbox."
5511 msgstr ""
5512
5513 #. TRANS: Server exception thrown when a reply cannot be saved.
5514 #. TRANS: %1$d is a notice ID, %2$d is the ID of the mentioned user.
5515 #: classes/Notice.php:1120
5516 #, php-format
5517 msgid "Could not save reply for %1$d, %2$d."
5518 msgstr ""
5519
5520 #. TRANS: Message used to repeat a notice. RT is the abbreviation of 'retweet'.
5521 #. TRANS: %1$s is the repeated user's name, %2$s is the repeated notice.
5522 #: classes/Notice.php:1822
5523 #, php-format
5524 msgid "RT @%1$s %2$s"
5525 msgstr ""
5526
5527 #. TRANS: Exception thrown when trying to revoke an existing role for a user that does not exist.
5528 #. TRANS: %1$s is the role name, %2$s is the user ID (number).
5529 #: classes/Profile.php:791
5530 #, php-format
5531 msgid "Cannot revoke role \"%1$s\" for user #%2$d; does not exist."
5532 msgstr ""
5533
5534 #. TRANS: Exception thrown when trying to revoke a role for a user with a failing database query.
5535 #. TRANS: %1$s is the role name, %2$s is the user ID (number).
5536 #: classes/Profile.php:800
5537 #, php-format
5538 msgid "Cannot revoke role \"%1$s\" for user #%2$d; database error."
5539 msgstr ""
5540
5541 #. TRANS: Exception thrown when a right for a non-existing user profile is checked.
5542 #: classes/Remote_profile.php:54
5543 msgid "Missing profile."
5544 msgstr ""
5545
5546 #. TRANS: Exception thrown when a tag cannot be saved.
5547 #: classes/Status_network.php:338
5548 msgid "Unable to save tag."
5549 msgstr ""
5550
5551 #. TRANS: Exception thrown when trying to subscribe while being banned from subscribing.
5552 #: classes/Subscription.php:75 lib/oauthstore.php:482
5553 msgid "You have been banned from subscribing."
5554 msgstr ""
5555
5556 #. TRANS: Exception thrown when trying to subscribe while already subscribed.
5557 #: classes/Subscription.php:80
5558 msgid "Already subscribed!"
5559 msgstr ""
5560
5561 #. TRANS: Exception thrown when trying to subscribe to a user who has blocked the subscribing user.
5562 #: classes/Subscription.php:85
5563 msgid "User has blocked you."
5564 msgstr ""
5565
5566 #. TRANS: Exception thrown when trying to unsibscribe without a subscription.
5567 #: classes/Subscription.php:171
5568 msgid "Not subscribed!"
5569 msgstr ""
5570
5571 #. TRANS: Exception thrown when trying to unsubscribe a user from themselves.
5572 #: classes/Subscription.php:178
5573 msgid "Could not delete self-subscription."
5574 msgstr ""
5575
5576 #. TRANS: Exception thrown when the OMB token for a subscription could not deleted on the server.
5577 #: classes/Subscription.php:206
5578 msgid "Could not delete subscription OMB token."
5579 msgstr ""
5580
5581 #. TRANS: Exception thrown when a subscription could not be deleted on the server.
5582 #: classes/Subscription.php:218
5583 msgid "Could not delete subscription."
5584 msgstr ""
5585
5586 #. TRANS: Activity tile when subscribing to another person.
5587 #: classes/Subscription.php:255
5588 msgid "Follow"
5589 msgstr ""
5590
5591 #. TRANS: Notification given when one person starts following another.
5592 #. TRANS: %1$s is the subscriber, %2$s is the subscribed.
5593 #: classes/Subscription.php:258
5594 #, php-format
5595 msgid "%1$s is now following %2$s."
5596 msgstr ""
5597
5598 #. TRANS: Notice given on user registration.
5599 #. TRANS: %1$s is the sitename, $2$s is the registering user's nickname.
5600 #: classes/User.php:384
5601 #, php-format
5602 msgid "Welcome to %1$s, @%2$s!"
5603 msgstr ""
5604
5605 #. TRANS: Server exception.
5606 #: classes/User.php:902
5607 msgid "No single user defined for single-user mode."
5608 msgstr ""
5609
5610 #. TRANS: Server exception.
5611 #: classes/User.php:906
5612 msgid "Single-user mode code called when not enabled."
5613 msgstr ""
5614
5615 #. TRANS: Server exception thrown when creating a group failed.
5616 #: classes/User_group.php:495
5617 msgid "Could not create group."
5618 msgstr ""
5619
5620 #. TRANS: Server exception thrown when updating a group URI failed.
5621 #: classes/User_group.php:505
5622 msgid "Could not set group URI."
5623 msgstr ""
5624
5625 #. TRANS: Server exception thrown when setting group membership failed.
5626 #: classes/User_group.php:528
5627 msgid "Could not set group membership."
5628 msgstr ""
5629
5630 #. TRANS: Server exception thrown when saving local group information failed.
5631 #: classes/User_group.php:543
5632 msgid "Could not save local group info."
5633 msgstr ""
5634
5635 #. TRANS: Link title attribute in user account settings menu.
5636 #: lib/accountsettingsaction.php:104
5637 msgid "Change your profile settings"
5638 msgstr ""
5639
5640 #. TRANS: Link title attribute in user account settings menu.
5641 #: lib/accountsettingsaction.php:111
5642 msgid "Upload an avatar"
5643 msgstr ""
5644
5645 #. TRANS: Link title attribute in user account settings menu.
5646 #: lib/accountsettingsaction.php:118
5647 msgid "Change your password"
5648 msgstr ""
5649
5650 #. TRANS: Link title attribute in user account settings menu.
5651 #: lib/accountsettingsaction.php:125
5652 msgid "Change email handling"
5653 msgstr ""
5654
5655 #. TRANS: Link title attribute in user account settings menu.
5656 #: lib/accountsettingsaction.php:132
5657 msgid "Design your profile"
5658 msgstr ""
5659
5660 #. TRANS: Link title attribute in user account settings menu.
5661 #: lib/accountsettingsaction.php:139
5662 msgid "Other options"
5663 msgstr ""
5664
5665 #. TRANS: Link description in user account settings menu.
5666 #: lib/accountsettingsaction.php:141
5667 msgid "Other"
5668 msgstr ""
5669
5670 #. TRANS: Page title. %1$s is the title, %2$s is the site name.
5671 #: lib/action.php:148
5672 #, php-format
5673 msgid "%1$s - %2$s"
5674 msgstr ""
5675
5676 #. TRANS: Page title for a page without a title set.
5677 #: lib/action.php:164
5678 msgid "Untitled page"
5679 msgstr ""
5680
5681 #. TRANS: DT element for primary navigation menu. String is hidden in default CSS.
5682 #: lib/action.php:477
5683 msgid "Primary site navigation"
5684 msgstr ""
5685
5686 #. TRANS: Tooltip for main menu option "Personal"
5687 #: lib/action.php:483
5688 msgctxt "TOOLTIP"
5689 msgid "Personal profile and friends timeline"
5690 msgstr ""
5691
5692 #. TRANS: Main menu option when logged in for access to personal profile and friends timeline
5693 #: lib/action.php:486
5694 msgctxt "MENU"
5695 msgid "Personal"
5696 msgstr ""
5697
5698 #. TRANS: Tooltip for main menu option "Account"
5699 #: lib/action.php:488
5700 msgctxt "TOOLTIP"
5701 msgid "Change your email, avatar, password, profile"
5702 msgstr ""
5703
5704 #. TRANS: Main menu option when logged in for access to user settings
5705 #: lib/action.php:491
5706 msgid "Account"
5707 msgstr ""
5708
5709 #. TRANS: Tooltip for main menu option "Services"
5710 #: lib/action.php:493
5711 msgctxt "TOOLTIP"
5712 msgid "Connect to services"
5713 msgstr ""
5714
5715 #. TRANS: Main menu option when logged in and connection are possible for access to options to connect to other services
5716 #: lib/action.php:496
5717 msgid "Connect"
5718 msgstr ""
5719
5720 #. TRANS: Tooltip for menu option "Admin"
5721 #: lib/action.php:499
5722 msgctxt "TOOLTIP"
5723 msgid "Change site configuration"
5724 msgstr ""
5725
5726 #. TRANS: Main menu option when logged in and site admin for access to site configuration
5727 #. TRANS: Menu item in the group navigation page. Only shown for group administrators.
5728 #: lib/action.php:502 lib/groupnav.php:117
5729 msgctxt "MENU"
5730 msgid "Admin"
5731 msgstr ""
5732
5733 #. TRANS: Tooltip for main menu option "Invite"
5734 #: lib/action.php:506
5735 #, php-format
5736 msgctxt "TOOLTIP"
5737 msgid "Invite friends and colleagues to join you on %s"
5738 msgstr ""
5739
5740 #. TRANS: Main menu option when logged in and invitations are allowed for inviting new users
5741 #: lib/action.php:509
5742 msgctxt "MENU"
5743 msgid "Invite"
5744 msgstr ""
5745
5746 #. TRANS: Tooltip for main menu option "Logout"
5747 #: lib/action.php:515
5748 msgctxt "TOOLTIP"
5749 msgid "Logout from the site"
5750 msgstr ""
5751
5752 #. TRANS: Main menu option when logged in to log out the current user
5753 #: lib/action.php:518
5754 msgctxt "MENU"
5755 msgid "Logout"
5756 msgstr ""
5757
5758 #. TRANS: Tooltip for main menu option "Register"
5759 #: lib/action.php:523
5760 msgctxt "TOOLTIP"
5761 msgid "Create an account"
5762 msgstr ""
5763
5764 #. TRANS: Main menu option when not logged in to register a new account
5765 #: lib/action.php:526
5766 msgctxt "MENU"
5767 msgid "Register"
5768 msgstr ""
5769
5770 #. TRANS: Tooltip for main menu option "Login"
5771 #: lib/action.php:529
5772 msgctxt "TOOLTIP"
5773 msgid "Login to the site"
5774 msgstr ""
5775
5776 #. TRANS: Main menu option when not logged in to log in
5777 #: lib/action.php:532
5778 msgctxt "MENU"
5779 msgid "Login"
5780 msgstr ""
5781
5782 #. TRANS: Tooltip for main menu option "Help"
5783 #: lib/action.php:535
5784 msgctxt "TOOLTIP"
5785 msgid "Help me!"
5786 msgstr ""
5787
5788 #. TRANS: Main menu option for help on the StatusNet site
5789 #: lib/action.php:538
5790 msgctxt "MENU"
5791 msgid "Help"
5792 msgstr ""
5793
5794 #. TRANS: Tooltip for main menu option "Search"
5795 #: lib/action.php:541
5796 msgctxt "TOOLTIP"
5797 msgid "Search for people or text"
5798 msgstr ""
5799
5800 #. TRANS: Main menu option when logged in or when the StatusNet instance is not private
5801 #: lib/action.php:544
5802 msgctxt "MENU"
5803 msgid "Search"
5804 msgstr ""
5805
5806 #. TRANS: DT element for site notice. String is hidden in default CSS.
5807 #. TRANS: Menu item for site administration
5808 #: lib/action.php:566 lib/adminpanelaction.php:387
5809 msgid "Site notice"
5810 msgstr ""
5811
5812 #. TRANS: DT element for local views block. String is hidden in default CSS.
5813 #: lib/action.php:633
5814 msgid "Local views"
5815 msgstr ""
5816
5817 #. TRANS: DT element for page notice. String is hidden in default CSS.
5818 #: lib/action.php:703
5819 msgid "Page notice"
5820 msgstr ""
5821
5822 #. TRANS: DT element for secondary navigation menu. String is hidden in default CSS.
5823 #: lib/action.php:804
5824 msgid "Secondary site navigation"
5825 msgstr ""
5826
5827 #. TRANS: Secondary navigation menu option leading to help on StatusNet.
5828 #: lib/action.php:810
5829 msgid "Help"
5830 msgstr ""
5831
5832 #. TRANS: Secondary navigation menu option leading to text about StatusNet site.
5833 #: lib/action.php:813
5834 msgid "About"
5835 msgstr ""
5836
5837 #. TRANS: Secondary navigation menu option leading to Frequently Asked Questions.
5838 #: lib/action.php:816
5839 msgid "FAQ"
5840 msgstr ""
5841
5842 #. TRANS: Secondary navigation menu option leading to Terms of Service.
5843 #: lib/action.php:821
5844 msgid "TOS"
5845 msgstr ""
5846
5847 #. TRANS: Secondary navigation menu option leading to privacy policy.
5848 #: lib/action.php:825
5849 msgid "Privacy"
5850 msgstr ""
5851
5852 #. TRANS: Secondary navigation menu option.
5853 #: lib/action.php:828
5854 msgid "Source"
5855 msgstr ""
5856
5857 #. TRANS: Secondary navigation menu option leading to contact information on the StatusNet site.
5858 #: lib/action.php:834
5859 msgid "Contact"
5860 msgstr ""
5861
5862 #. TRANS: Secondary navigation menu option.
5863 #: lib/action.php:837
5864 msgid "Badge"
5865 msgstr ""
5866
5867 #. TRANS: DT element for StatusNet software license.
5868 #: lib/action.php:866
5869 msgid "StatusNet software license"
5870 msgstr ""
5871
5872 #. TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is set.
5873 #. TRANS: Text between [] is a link description, text between () is the link itself.
5874 #. TRANS: Make sure there is no whitespace between "]" and "(".
5875 #. TRANS: "%%site.broughtby%%" is the value of the variable site.broughtby
5876 #: lib/action.php:873
5877 #, php-format
5878 msgid ""
5879 "**%%site.name%%** is a microblogging service brought to you by [%%site."
5880 "broughtby%%](%%site.broughtbyurl%%)."
5881 msgstr ""
5882
5883 #. TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is not set.
5884 #: lib/action.php:876
5885 #, php-format
5886 msgid "**%%site.name%%** is a microblogging service."
5887 msgstr ""
5888
5889 #. TRANS: Second sentence of the StatusNet site license. Mentions the StatusNet source code license.
5890 #. TRANS: Make sure there is no whitespace between "]" and "(".
5891 #. TRANS: Text between [] is a link description, text between () is the link itself.
5892 #. TRANS: %s is the version of StatusNet that is being used.
5893 #: lib/action.php:883
5894 #, php-format
5895 msgid ""
5896 "It runs the [StatusNet](http://status.net/) microblogging software, version %"
5897 "s, available under the [GNU Affero General Public License](http://www.fsf."
5898 "org/licensing/licenses/agpl-3.0.html)."
5899 msgstr ""
5900
5901 #. TRANS: DT element for StatusNet site content license.
5902 #: lib/action.php:899
5903 msgid "Site content license"
5904 msgstr ""
5905
5906 #. TRANS: Content license displayed when license is set to 'private'.
5907 #. TRANS: %1$s is the site name.
5908 #: lib/action.php:906
5909 #, php-format
5910 msgid "Content and data of %1$s are private and confidential."
5911 msgstr ""
5912
5913 #. TRANS: Content license displayed when license is set to 'allrightsreserved'.
5914 #. TRANS: %1$s is the copyright owner.
5915 #: lib/action.php:913
5916 #, php-format
5917 msgid "Content and data copyright by %1$s. All rights reserved."
5918 msgstr ""
5919
5920 #. TRANS: Content license displayed when license is set to 'allrightsreserved' and no owner is set.
5921 #: lib/action.php:917
5922 msgid "Content and data copyright by contributors. All rights reserved."
5923 msgstr ""
5924
5925 #. TRANS: license message in footer.
5926 #. TRANS: %1$s is the site name, %2$s is a link to the license URL, with a licence name set in configuration.
5927 #: lib/action.php:949
5928 #, php-format
5929 msgid "All %1$s content and data are available under the %2$s license."
5930 msgstr ""
5931
5932 #. TRANS: DT element for pagination (previous/next, etc.).
5933 #: lib/action.php:1285
5934 msgid "Pagination"
5935 msgstr ""
5936
5937 #. TRANS: Pagination message to go to a page displaying information more in the
5938 #. TRANS: present than the currently displayed information.
5939 #: lib/action.php:1296
5940 msgid "After"
5941 msgstr ""
5942
5943 #. TRANS: Pagination message to go to a page displaying information more in the
5944 #. TRANS: past than the currently displayed information.
5945 #: lib/action.php:1306
5946 msgid "Before"
5947 msgstr ""
5948
5949 #. TRANS: Client exception thrown when a feed instance is a DOMDocument.
5950 #: lib/activity.php:120
5951 msgid "Expecting a root feed element but got a whole XML document."
5952 msgstr ""
5953
5954 #. TRANS: Client exception thrown when there is no source attribute.
5955 #: lib/activityutils.php:200
5956 msgid "Can't handle remote content yet."
5957 msgstr ""
5958
5959 #. TRANS: Client exception thrown when there embedded XML content is found that cannot be processed yet.
5960 #: lib/activityutils.php:237
5961 msgid "Can't handle embedded XML content yet."
5962 msgstr ""
5963
5964 #. TRANS: Client exception thrown when base64 encoded content is found that cannot be processed yet.
5965 #: lib/activityutils.php:242
5966 msgid "Can't handle embedded Base64 content yet."
5967 msgstr ""
5968
5969 #. TRANS: Client error message thrown when a user tries to change admin settings but has no access rights.
5970 #: lib/adminpanelaction.php:96
5971 msgid "You cannot make changes to this site."
5972 msgstr ""
5973
5974 #. TRANS: Client error message throw when a certain panel's settings cannot be changed.
5975 #: lib/adminpanelaction.php:108
5976 msgid "Changes to that panel are not allowed."
5977 msgstr ""
5978
5979 #. TRANS: Client error message.
5980 #: lib/adminpanelaction.php:222
5981 msgid "showForm() not implemented."
5982 msgstr ""
5983
5984 #. TRANS: Client error message
5985 #: lib/adminpanelaction.php:250
5986 msgid "saveSettings() not implemented."
5987 msgstr ""
5988
5989 #. TRANS: Client error message thrown if design settings could not be deleted in
5990 #. TRANS: the admin panel Design.
5991 #: lib/adminpanelaction.php:274
5992 msgid "Unable to delete design setting."
5993 msgstr ""
5994
5995 #. TRANS: Menu item title/tooltip
5996 #: lib/adminpanelaction.php:337
5997 msgid "Basic site configuration"
5998 msgstr ""
5999
6000 #. TRANS: Menu item for site administration
6001 #: lib/adminpanelaction.php:339
6002 msgctxt "MENU"
6003 msgid "Site"
6004 msgstr ""
6005
6006 #. TRANS: Menu item title/tooltip
6007 #: lib/adminpanelaction.php:345
6008 msgid "Design configuration"
6009 msgstr ""
6010
6011 #. TRANS: Menu item for site administration
6012 #. TRANS: Menu item in the group navigation page. Only shown for group administrators.
6013 #: lib/adminpanelaction.php:347 lib/groupnav.php:135
6014 msgctxt "MENU"
6015 msgid "Design"
6016 msgstr ""
6017
6018 #. TRANS: Menu item title/tooltip
6019 #: lib/adminpanelaction.php:353
6020 msgid "User configuration"
6021 msgstr ""
6022
6023 #. TRANS: Menu item for site administration
6024 #: lib/adminpanelaction.php:355 lib/personalgroupnav.php:115
6025 msgid "User"
6026 msgstr ""
6027
6028 #. TRANS: Menu item title/tooltip
6029 #: lib/adminpanelaction.php:361
6030 msgid "Access configuration"
6031 msgstr ""
6032
6033 #. TRANS: Menu item title/tooltip
6034 #: lib/adminpanelaction.php:369
6035 msgid "Paths configuration"
6036 msgstr ""
6037
6038 #. TRANS: Menu item title/tooltip
6039 #: lib/adminpanelaction.php:377
6040 msgid "Sessions configuration"
6041 msgstr ""
6042
6043 #. TRANS: Menu item title/tooltip
6044 #: lib/adminpanelaction.php:385
6045 msgid "Edit site notice"
6046 msgstr ""
6047
6048 #. TRANS: Menu item title/tooltip
6049 #: lib/adminpanelaction.php:393
6050 msgid "Snapshots configuration"
6051 msgstr ""
6052
6053 #. TRANS: Menu item title/tooltip
6054 #: lib/adminpanelaction.php:401
6055 msgid "Set site license"
6056 msgstr ""
6057
6058 #. TRANS: Client error 401.
6059 #: lib/apiauth.php:111
6060 msgid "API resource requires read-write access, but you only have read access."
6061 msgstr ""
6062
6063 #. TRANS: OAuth exception thrown when no application is found for a given consumer key.
6064 #: lib/apiauth.php:177
6065 msgid "No application for that consumer key."
6066 msgstr ""
6067
6068 #. TRANS: OAuth exception given when an incorrect access token was given for a user.
6069 #: lib/apiauth.php:219
6070 msgid "Bad access token."
6071 msgstr ""
6072
6073 #. TRANS: OAuth exception given when no user was found for a given token (no token was found).
6074 #: lib/apiauth.php:224
6075 msgid "No user for that token."
6076 msgstr ""
6077
6078 #. TRANS: Client error thrown when authentication fails becaus a user clicked "Cancel".
6079 #. TRANS: Client error thrown when authentication fails.
6080 #: lib/apiauth.php:266 lib/apiauth.php:293
6081 msgid "Could not authenticate you."
6082 msgstr ""
6083
6084 #. TRANS: Server error displayed when trying to create an anynymous OAuth consumer.
6085 #: lib/apioauthstore.php:45
6086 msgid "Could not create anonymous consumer."
6087 msgstr ""
6088
6089 #. TRANS: Server error displayed when trying to create an anynymous OAuth application.
6090 #: lib/apioauthstore.php:69
6091 msgid "Could not create anonymous OAuth application."
6092 msgstr ""
6093
6094 #. TRANS: Exception thrown when no token association could be found.
6095 #: lib/apioauthstore.php:151
6096 msgid ""
6097 "Could not find a profile and application associated with the request token."
6098 msgstr ""
6099
6100 #. TRANS: Exception thrown when no access token can be issued.
6101 #: lib/apioauthstore.php:186
6102 msgid "Could not issue access token."
6103 msgstr ""
6104
6105 #. TRANS: Server error displayed when a database error occurs.
6106 #: lib/apioauthstore.php:243
6107 msgid "Database error inserting OAuth application user."
6108 msgstr ""
6109
6110 #. TRANS: Exception thrown when an attempt is made to revoke an unknown token.
6111 #: lib/apioauthstore.php:285
6112 msgid "Tried to revoke unknown token."
6113 msgstr ""
6114
6115 #. TRANS: Exception thrown when an attempt is made to remove a revoked token.
6116 #: lib/apioauthstore.php:290
6117 msgid "Failed to delete revoked token."
6118 msgstr ""
6119
6120 #. TRANS: Form guide.
6121 #: lib/applicationeditform.php:178
6122 msgid "Icon for this application"
6123 msgstr ""
6124
6125 #. TRANS: Form input field instructions.
6126 #. TRANS: %d is the number of available characters for the description.
6127 #: lib/applicationeditform.php:201
6128 #, php-format
6129 msgid "Describe your application in %d character"
6130 msgid_plural "Describe your application in %d characters"
6131 msgstr[0] ""
6132 msgstr[1] ""
6133
6134 #. TRANS: Form input field instructions.
6135 #: lib/applicationeditform.php:205
6136 msgid "Describe your application"
6137 msgstr ""
6138
6139 #. TRANS: Form input field instructions.
6140 #: lib/applicationeditform.php:216
6141 msgid "URL of the homepage of this application"
6142 msgstr ""
6143
6144 #. TRANS: Form input field label.
6145 #: lib/applicationeditform.php:218
6146 msgid "Source URL"
6147 msgstr ""
6148
6149 #. TRANS: Form input field instructions.
6150 #: lib/applicationeditform.php:225
6151 msgid "Organization responsible for this application"
6152 msgstr ""
6153
6154 #. TRANS: Form input field instructions.
6155 #: lib/applicationeditform.php:234
6156 msgid "URL for the homepage of the organization"
6157 msgstr ""
6158
6159 #. TRANS: Form input field instructions.
6160 #: lib/applicationeditform.php:243
6161 msgid "URL to redirect to after authentication"
6162 msgstr ""
6163
6164 #. TRANS: Radio button label for application type
6165 #: lib/applicationeditform.php:271
6166 msgid "Browser"
6167 msgstr ""
6168
6169 #. TRANS: Radio button label for application type
6170 #: lib/applicationeditform.php:288
6171 msgid "Desktop"
6172 msgstr ""
6173
6174 #. TRANS: Form guide.
6175 #: lib/applicationeditform.php:290
6176 msgid "Type of application, browser or desktop"
6177 msgstr ""
6178
6179 #. TRANS: Radio button label for access type.
6180 #: lib/applicationeditform.php:314
6181 msgid "Read-only"
6182 msgstr ""
6183
6184 #. TRANS: Radio button label for access type.
6185 #: lib/applicationeditform.php:334
6186 msgid "Read-write"
6187 msgstr ""
6188
6189 #. TRANS: Form guide.
6190 #: lib/applicationeditform.php:336
6191 msgid "Default access for this application: read-only, or read-write"
6192 msgstr ""
6193
6194 #. TRANS: Submit button title.
6195 #: lib/applicationeditform.php:353
6196 msgid "Cancel"
6197 msgstr ""
6198
6199 #: lib/applicationlist.php:247
6200 msgid " by "
6201 msgstr ""
6202
6203 #. TRANS: Application access type
6204 #: lib/applicationlist.php:260
6205 msgid "read-write"
6206 msgstr ""
6207
6208 #. TRANS: Application access type
6209 #: lib/applicationlist.php:262
6210 msgid "read-only"
6211 msgstr ""
6212
6213 #. TRANS: Used in application list. %1$s is a modified date, %2$s is access type ("read-write" or "read-only")
6214 #: lib/applicationlist.php:268
6215 #, php-format
6216 msgid "Approved %1$s - \"%2$s\" access."
6217 msgstr ""
6218
6219 #. TRANS: Access token in the application list.
6220 #. TRANS: %s are the first 7 characters of the access token.
6221 #: lib/applicationlist.php:282
6222 #, php-format
6223 msgid "Access token starting with: %s"
6224 msgstr ""
6225
6226 #. TRANS: Button label
6227 #: lib/applicationlist.php:298
6228 msgctxt "BUTTON"
6229 msgid "Revoke"
6230 msgstr ""
6231
6232 #: lib/atom10feed.php:112
6233 msgid "author element must contain a name element."
6234 msgstr ""
6235
6236 #. TRANS: DT element label in attachment list item.
6237 #: lib/attachmentlist.php:256
6238 msgid "Author"
6239 msgstr ""
6240
6241 #. TRANS: DT element label in attachment list item.
6242 #: lib/attachmentlist.php:270
6243 msgid "Provider"
6244 msgstr ""
6245
6246 #. TRANS: Title.
6247 #: lib/attachmentnoticesection.php:67
6248 msgid "Notices where this attachment appears"
6249 msgstr ""
6250
6251 #. TRANS: Title.
6252 #: lib/attachmenttagcloudsection.php:48
6253 msgid "Tags for this attachment"
6254 msgstr ""
6255
6256 #. TRANS: Exception thrown when a password change fails.
6257 #: lib/authenticationplugin.php:221 lib/authenticationplugin.php:227
6258 msgid "Password changing failed."
6259 msgstr ""
6260
6261 #. TRANS: Exception thrown when a password change attempt fails because it is not allowed.
6262 #: lib/authenticationplugin.php:238
6263 msgid "Password changing is not allowed."
6264 msgstr ""
6265
6266 #. TRANS: Title for the form to block a user.
6267 #: lib/blockform.php:68
6268 msgid "Block"
6269 msgstr ""
6270
6271 #. TRANS: Title for command results.
6272 #: lib/channel.php:160 lib/channel.php:181
6273 msgid "Command results"
6274 msgstr ""
6275
6276 #. TRANS: Title for command results.
6277 #: lib/channel.php:194
6278 msgid "AJAX error"
6279 msgstr ""
6280
6281 #. TRANS: E-mail subject when a command has completed.
6282 #: lib/channel.php:233 lib/mailhandler.php:142
6283 msgid "Command complete"
6284 msgstr ""
6285
6286 #. TRANS: E-mail subject when a command has failed.
6287 #: lib/channel.php:244
6288 msgid "Command failed"
6289 msgstr ""
6290
6291 #. TRANS: Command exception text shown when a notice ID is requested that does not exist.
6292 #: lib/command.php:82 lib/command.php:106
6293 msgid "Notice with that id does not exist."
6294 msgstr ""
6295
6296 #. TRANS: Command exception text shown when a last user notice is requested and it does not exist.
6297 #. TRANS: Error text shown when a last user notice is requested and it does not exist.
6298 #: lib/command.php:99 lib/command.php:626
6299 msgid "User has no last notice."
6300 msgstr ""
6301
6302 #. TRANS: Message given requesting a profile for a non-existing user.
6303 #. TRANS: %s is the nickname of the user for which the profile could not be found.
6304 #: lib/command.php:128
6305 #, php-format
6306 msgid "Could not find a user with nickname %s."
6307 msgstr ""
6308
6309 #. TRANS: Message given getting a non-existing user.
6310 #. TRANS: %s is the nickname of the user that could not be found.
6311 #: lib/command.php:148
6312 #, php-format
6313 msgid "Could not find a local user with nickname %s."
6314 msgstr ""
6315
6316 #. TRANS: Error text shown when an unimplemented command is given.
6317 #: lib/command.php:183
6318 msgid "Sorry, this command is not yet implemented."
6319 msgstr ""
6320
6321 #. TRANS: Command exception text shown when a user tries to nudge themselves.
6322 #: lib/command.php:229
6323 msgid "It does not make a lot of sense to nudge yourself!"
6324 msgstr ""
6325
6326 #. TRANS: Message given having nudged another user.
6327 #. TRANS: %s is the nickname of the user that was nudged.
6328 #: lib/command.php:238
6329 #, php-format
6330 msgid "Nudge sent to %s."
6331 msgstr ""
6332
6333 #. TRANS: User statistics text.
6334 #. TRANS: %1$s is the number of other user the user is subscribed to.
6335 #. TRANS: %2$s is the number of users that are subscribed to the user.
6336 #. TRANS: %3$s is the number of notices the user has sent.
6337 #: lib/command.php:268
6338 #, php-format
6339 msgid ""
6340 "Subscriptions: %1$s\n"
6341 "Subscribers: %2$s\n"
6342 "Notices: %3$s"
6343 msgstr ""
6344
6345 #. TRANS: Text shown when a notice has been marked as favourite successfully.
6346 #: lib/command.php:312
6347 msgid "Notice marked as fave."
6348 msgstr ""
6349
6350 #. TRANS: Message given having added a user to a group.
6351 #. TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group.
6352 #: lib/command.php:357
6353 #, php-format
6354 msgid "%1$s joined group %2$s."
6355 msgstr ""
6356
6357 #. TRANS: Message given having removed a user from a group.
6358 #. TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group.
6359 #: lib/command.php:405
6360 #, php-format
6361 msgid "%1$s left group %2$s."
6362 msgstr ""
6363
6364 #. TRANS: Whois output. %s is the full name of the queried user.
6365 #: lib/command.php:430
6366 #, php-format
6367 msgid "Fullname: %s"
6368 msgstr ""
6369
6370 #. TRANS: Whois output. %s is the location of the queried user.
6371 #. TRANS: Profile info line in new-subscriber notification e-mail.
6372 #. TRANS: %s is a location.
6373 #: lib/command.php:434 lib/mail.php:278
6374 #, php-format
6375 msgid "Location: %s"
6376 msgstr ""
6377
6378 #. TRANS: Whois output. %s is the homepage of the queried user.
6379 #. TRANS: Profile info line in new-subscriber notification e-mail.
6380 #. TRANS: %s is a homepage.
6381 #: lib/command.php:438 lib/mail.php:282
6382 #, php-format
6383 msgid "Homepage: %s"
6384 msgstr ""
6385
6386 #. TRANS: Whois output. %s is the bio information of the queried user.
6387 #: lib/command.php:442
6388 #, php-format
6389 msgid "About: %s"
6390 msgstr ""
6391
6392 #. TRANS: Command exception text shown when trying to send a direct message to a remote user (a user not registered at the current server).
6393 #. TRANS: %s is a remote profile.
6394 #: lib/command.php:471
6395 #, php-format
6396 msgid ""
6397 "%s is a remote profile; you can only send direct messages to users on the "
6398 "same server."
6399 msgstr ""
6400
6401 #. TRANS: Message given if content is too long.
6402 #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters.
6403 #: lib/command.php:488
6404 #, php-format
6405 msgid "Message too long - maximum is %1$d characters, you sent %2$d."
6406 msgstr ""
6407
6408 #. TRANS: Error text shown sending a direct message fails with an unknown reason.
6409 #: lib/command.php:514
6410 msgid "Error sending direct message."
6411 msgstr ""
6412
6413 #. TRANS: Message given having repeated a notice from another user.
6414 #. TRANS: %s is the name of the user for which the notice was repeated.
6415 #: lib/command.php:551
6416 #, php-format
6417 msgid "Notice from %s repeated."
6418 msgstr ""
6419
6420 #. TRANS: Error text shown when repeating a notice fails with an unknown reason.
6421 #: lib/command.php:554
6422 msgid "Error repeating notice."
6423 msgstr ""
6424
6425 #. TRANS: Message given if content of a notice for a reply is too long.
6426 #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters.
6427 #: lib/command.php:589
6428 #, php-format
6429 msgid "Notice too long - maximum is %1$d characters, you sent %2$d."
6430 msgstr ""
6431
6432 #. TRANS: Text shown having sent a reply to a notice successfully.
6433 #. TRANS: %s is the nickname of the user of the notice the reply was sent to.
6434 #: lib/command.php:600
6435 #, php-format
6436 msgid "Reply to %s sent."
6437 msgstr ""
6438
6439 #. TRANS: Error text shown when a reply to a notice fails with an unknown reason.
6440 #: lib/command.php:603
6441 msgid "Error saving notice."
6442 msgstr ""
6443
6444 #. TRANS: Error text shown when no username was provided when issuing a subscribe command.
6445 #: lib/command.php:650
6446 msgid "Specify the name of the user to subscribe to."
6447 msgstr ""
6448
6449 #. TRANS: Command exception text shown when trying to subscribe to an OMB profile using the subscribe command.
6450 #: lib/command.php:659
6451 msgid "Can't subscribe to OMB profiles by command."
6452 msgstr ""
6453
6454 #. TRANS: Text shown after having subscribed to another user successfully.
6455 #. TRANS: %s is the name of the user the subscription was requested for.
6456 #: lib/command.php:667
6457 #, php-format
6458 msgid "Subscribed to %s."
6459 msgstr ""
6460
6461 #. TRANS: Error text shown when no username was provided when issuing an unsubscribe command.
6462 #. TRANS: Error text shown when no username was provided when issuing the command.
6463 #: lib/command.php:688 lib/command.php:799
6464 msgid "Specify the name of the user to unsubscribe from."
6465 msgstr ""
6466
6467 #. TRANS: Text shown after having unsubscribed from another user successfully.
6468 #. TRANS: %s is the name of the user the unsubscription was requested for.
6469 #: lib/command.php:699
6470 #, php-format
6471 msgid "Unsubscribed from %s."
6472 msgstr ""
6473
6474 #. TRANS: Error text shown when issuing the command "off" with a setting which has not yet been implemented.
6475 #. TRANS: Error text shown when issuing the command "on" with a setting which has not yet been implemented.
6476 #: lib/command.php:719 lib/command.php:745
6477 msgid "Command not yet implemented."
6478 msgstr ""
6479
6480 #. TRANS: Text shown when issuing the command "off" successfully.
6481 #: lib/command.php:723
6482 msgid "Notification off."
6483 msgstr ""
6484
6485 #. TRANS: Error text shown when the command "off" fails for an unknown reason.
6486 #: lib/command.php:726
6487 msgid "Can't turn off notification."
6488 msgstr ""
6489
6490 #. TRANS: Text shown when issuing the command "on" successfully.
6491 #: lib/command.php:749
6492 msgid "Notification on."
6493 msgstr ""
6494
6495 #. TRANS: Error text shown when the command "on" fails for an unknown reason.
6496 #: lib/command.php:752
6497 msgid "Can't turn on notification."
6498 msgstr ""
6499
6500 #. TRANS: Error text shown when issuing the login command while login is disabled.
6501 #: lib/command.php:766
6502 msgid "Login command is disabled."
6503 msgstr ""
6504
6505 #. TRANS: Text shown after issuing the login command successfully.
6506 #. TRANS: %s is a logon link..
6507 #: lib/command.php:779
6508 #, php-format
6509 msgid "This link is useable only once and is valid for only 2 minutes: %s."
6510 msgstr ""
6511
6512 #. TRANS: Text shown after issuing the lose command successfully (stop another user from following the current user).
6513 #. TRANS: %s is the name of the user the unsubscription was requested for.
6514 #: lib/command.php:808
6515 #, php-format
6516 msgid "Unsubscribed %s."
6517 msgstr ""
6518
6519 #. TRANS: Text shown after requesting other users a user is subscribed to without having any subscriptions.
6520 #: lib/command.php:826
6521 msgid "You are not subscribed to anyone."
6522 msgstr ""
6523
6524 #. TRANS: Text shown after requesting other users a user is subscribed to.
6525 #. TRANS: This message supports plural forms. This message is followed by a
6526 #. TRANS: hard coded space and a comma separated list of subscribed users.
6527 #: lib/command.php:831
6528 msgid "You are subscribed to this person:"
6529 msgid_plural "You are subscribed to these people:"
6530 msgstr[0] ""
6531 msgstr[1] ""
6532
6533 #. TRANS: Text shown after requesting other users that are subscribed to a user
6534 #. TRANS: (followers) without having any subscribers.
6535 #: lib/command.php:853
6536 msgid "No one is subscribed to you."
6537 msgstr ""
6538
6539 #. TRANS: Text shown after requesting other users that are subscribed to a user (followers).
6540 #. TRANS: This message supports plural forms. This message is followed by a
6541 #. TRANS: hard coded space and a comma separated list of subscribing users.
6542 #: lib/command.php:858
6543 msgid "This person is subscribed to you:"
6544 msgid_plural "These people are subscribed to you:"
6545 msgstr[0] ""
6546 msgstr[1] ""
6547
6548 #. TRANS: Text shown after requesting groups a user is subscribed to without having
6549 #. TRANS: any group subscriptions.
6550 #: lib/command.php:880
6551 msgid "You are not a member of any groups."
6552 msgstr ""
6553
6554 #. TRANS: Text shown after requesting groups a user is subscribed to.
6555 #. TRANS: This message supports plural forms. This message is followed by a
6556 #. TRANS: hard coded space and a comma separated list of subscribed groups.
6557 #: lib/command.php:885
6558 msgid "You are a member of this group:"
6559 msgid_plural "You are a member of these groups:"
6560 msgstr[0] ""
6561 msgstr[1] ""
6562
6563 #. TRANS: Help text for commands. Do not translate the command names themselves; they are fixed strings.
6564 #: lib/command.php:900
6565 msgid ""
6566 "Commands:\n"
6567 "on - turn on notifications\n"
6568 "off - turn off notifications\n"
6569 "help - show this help\n"
6570 "follow <nickname> - subscribe to user\n"
6571 "groups - lists the groups you have joined\n"
6572 "subscriptions - list the people you follow\n"
6573 "subscribers - list the people that follow you\n"
6574 "leave <nickname> - unsubscribe from user\n"
6575 "d <nickname> <text> - direct message to user\n"
6576 "get <nickname> - get last notice from user\n"
6577 "whois <nickname> - get profile info on user\n"
6578 "lose <nickname> - force user to stop following you\n"
6579 "fav <nickname> - add user's last notice as a 'fave'\n"
6580 "fav #<notice_id> - add notice with the given id as a 'fave'\n"
6581 "repeat #<notice_id> - repeat a notice with a given id\n"
6582 "repeat <nickname> - repeat the last notice from user\n"
6583 "reply #<notice_id> - reply to notice with a given id\n"
6584 "reply <nickname> - reply to the last notice from user\n"
6585 "join <group> - join group\n"
6586 "login - Get a link to login to the web interface\n"
6587 "drop <group> - leave group\n"
6588 "stats - get your stats\n"
6589 "stop - same as 'off'\n"
6590 "quit - same as 'off'\n"
6591 "sub <nickname> - same as 'follow'\n"
6592 "unsub <nickname> - same as 'leave'\n"
6593 "last <nickname> - same as 'get'\n"
6594 "on <nickname> - not yet implemented.\n"
6595 "off <nickname> - not yet implemented.\n"
6596 "nudge <nickname> - remind a user to update.\n"
6597 "invite <phone number> - not yet implemented.\n"
6598 "track <word> - not yet implemented.\n"
6599 "untrack <word> - not yet implemented.\n"
6600 "track off - not yet implemented.\n"
6601 "untrack all - not yet implemented.\n"
6602 "tracks - not yet implemented.\n"
6603 "tracking - not yet implemented.\n"
6604 msgstr ""
6605
6606 #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation.
6607 #: lib/common.php:136
6608 msgid "No configuration file found."
6609 msgstr ""
6610
6611 #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation.
6612 #. TRANS: Is followed by a list of directories (separated by HTML breaks).
6613 #: lib/common.php:139
6614 msgid "I looked for configuration files in the following places:"
6615 msgstr ""
6616
6617 #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation.
6618 #: lib/common.php:142
6619 msgid "You may wish to run the installer to fix this."
6620 msgstr ""
6621
6622 #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation.
6623 #. TRANS: The text is link text that leads to the installer page.
6624 #: lib/common.php:146
6625 msgid "Go to the installer."
6626 msgstr ""
6627
6628 #. TRANS: Menu item for Instant Messaging settings.
6629 #: lib/connectsettingsaction.php:106
6630 msgctxt "MENU"
6631 msgid "IM"
6632 msgstr ""
6633
6634 #. TRANS: Tooltip for Instant Messaging menu item.
6635 #: lib/connectsettingsaction.php:108
6636 msgid "Updates by instant messenger (IM)"
6637 msgstr ""
6638
6639 #. TRANS: Menu item for Short Message Service settings.
6640 #: lib/connectsettingsaction.php:113
6641 msgctxt "MENU"
6642 msgid "SMS"
6643 msgstr ""
6644
6645 #. TRANS: Tooltip for Short Message Service menu item.
6646 #: lib/connectsettingsaction.php:115
6647 msgid "Updates by SMS"
6648 msgstr ""
6649
6650 #. TRANS: Menu item for OuAth connection settings.
6651 #: lib/connectsettingsaction.php:120
6652 msgctxt "MENU"
6653 msgid "Connections"
6654 msgstr ""
6655
6656 #. TRANS: Tooltip for connected applications (Connections through OAuth) menu item.
6657 #: lib/connectsettingsaction.php:122
6658 msgid "Authorized connected applications"
6659 msgstr ""
6660
6661 #: lib/dberroraction.php:59
6662 msgid "Database error"
6663 msgstr ""
6664
6665 #: lib/designsettings.php:105
6666 msgid "Upload file"
6667 msgstr ""
6668
6669 #: lib/designsettings.php:109
6670 msgid ""
6671 "You can upload your personal background image. The maximum file size is 2MB."
6672 msgstr ""
6673
6674 #: lib/designsettings.php:283
6675 #, php-format
6676 msgid ""
6677 "The server was unable to handle that much POST data (%s bytes) due to its "
6678 "current configuration."
6679 msgstr ""
6680
6681 #: lib/designsettings.php:418
6682 msgid "Design defaults restored."
6683 msgstr ""
6684
6685 #: lib/disfavorform.php:114 lib/disfavorform.php:144
6686 msgid "Disfavor this notice"
6687 msgstr ""
6688
6689 #: lib/favorform.php:114 lib/favorform.php:143
6690 msgid "Favor this notice"
6691 msgstr ""
6692
6693 #: lib/feed.php:84
6694 msgid "RSS 1.0"
6695 msgstr ""
6696
6697 #: lib/feed.php:86
6698 msgid "RSS 2.0"
6699 msgstr ""
6700
6701 #: lib/feed.php:88
6702 msgid "Atom"
6703 msgstr ""
6704
6705 #: lib/feed.php:90
6706 msgid "FOAF"
6707 msgstr ""
6708
6709 #: lib/feedlist.php:65
6710 msgid "Feeds"
6711 msgstr ""
6712
6713 #: lib/galleryaction.php:121
6714 msgid "Filter tags"
6715 msgstr ""
6716
6717 #: lib/galleryaction.php:131
6718 msgid "All"
6719 msgstr ""
6720
6721 #: lib/galleryaction.php:139
6722 msgid "Select tag to filter"
6723 msgstr ""
6724
6725 #: lib/galleryaction.php:140
6726 msgid "Tag"
6727 msgstr ""
6728
6729 #: lib/galleryaction.php:141
6730 msgid "Choose a tag to narrow list"
6731 msgstr ""
6732
6733 #: lib/galleryaction.php:143
6734 msgid "Go"
6735 msgstr ""
6736
6737 #: lib/grantroleform.php:91
6738 #, php-format
6739 msgid "Grant this user the \"%s\" role"
6740 msgstr ""
6741
6742 #: lib/groupeditform.php:154
6743 msgid "1-64 lowercase letters or numbers, no punctuation or spaces"
6744 msgstr ""
6745
6746 #: lib/groupeditform.php:163
6747 msgid "URL of the homepage or blog of the group or topic"
6748 msgstr ""
6749
6750 #: lib/groupeditform.php:168
6751 msgid "Describe the group or topic"
6752 msgstr ""
6753
6754 #: lib/groupeditform.php:170
6755 #, php-format
6756 msgid "Describe the group or topic in %d characters"
6757 msgstr ""
6758
6759 #: lib/groupeditform.php:179
6760 msgid ""
6761 "Location for the group, if any, like \"City, State (or Region), Country\""
6762 msgstr ""
6763
6764 #: lib/groupeditform.php:187
6765 #, php-format
6766 msgid "Extra nicknames for the group, comma- or space- separated, max %d"
6767 msgstr ""
6768
6769 #. TRANS: Menu item in the group navigation page.
6770 #: lib/groupnav.php:86
6771 msgctxt "MENU"
6772 msgid "Group"
6773 msgstr ""
6774
6775 #. TRANS: Tooltip for menu item in the group navigation page.
6776 #. TRANS: %s is the nickname of the group.
6777 #: lib/groupnav.php:89
6778 #, php-format
6779 msgctxt "TOOLTIP"
6780 msgid "%s group"
6781 msgstr ""
6782
6783 #. TRANS: Menu item in the group navigation page.
6784 #: lib/groupnav.php:95
6785 msgctxt "MENU"
6786 msgid "Members"
6787 msgstr ""
6788
6789 #. TRANS: Tooltip for menu item in the group navigation page.
6790 #. TRANS: %s is the nickname of the group.
6791 #: lib/groupnav.php:98
6792 #, php-format
6793 msgctxt "TOOLTIP"
6794 msgid "%s group members"
6795 msgstr ""
6796
6797 #. TRANS: Menu item in the group navigation page. Only shown for group administrators.
6798 #: lib/groupnav.php:108
6799 msgctxt "MENU"
6800 msgid "Blocked"
6801 msgstr ""
6802
6803 #. TRANS: Tooltip for menu item in the group navigation page. Only shown for group administrators.
6804 #. TRANS: %s is the nickname of the group.
6805 #: lib/groupnav.php:111
6806 #, php-format
6807 msgctxt "TOOLTIP"
6808 msgid "%s blocked users"
6809 msgstr ""
6810
6811 #. TRANS: Tooltip for menu item in the group navigation page. Only shown for group administrators.
6812 #. TRANS: %s is the nickname of the group.
6813 #: lib/groupnav.php:120
6814 #, php-format
6815 msgctxt "TOOLTIP"
6816 msgid "Edit %s group properties"
6817 msgstr ""
6818
6819 #. TRANS: Menu item in the group navigation page. Only shown for group administrators.
6820 #: lib/groupnav.php:126
6821 msgctxt "MENU"
6822 msgid "Logo"
6823 msgstr ""
6824
6825 #. TRANS: Tooltip for menu item in the group navigation page. Only shown for group administrators.
6826 #. TRANS: %s is the nickname of the group.
6827 #: lib/groupnav.php:129
6828 #, php-format
6829 msgctxt "TOOLTIP"
6830 msgid "Add or edit %s logo"
6831 msgstr ""
6832
6833 #. TRANS: Tooltip for menu item in the group navigation page. Only shown for group administrators.
6834 #. TRANS: %s is the nickname of the group.
6835 #: lib/groupnav.php:138
6836 #, php-format
6837 msgctxt "TOOLTIP"
6838 msgid "Add or edit %s design"
6839 msgstr ""
6840
6841 #. TRANS: Title for groups with the most members section.
6842 #: lib/groupsbymemberssection.php:71
6843 msgid "Groups with most members"
6844 msgstr ""
6845
6846 #. TRANS: Title for groups with the most posts section.
6847 #: lib/groupsbypostssection.php:71
6848 msgid "Groups with most posts"
6849 msgstr ""
6850
6851 #. TRANS: Title for group tag cloud section.
6852 #. TRANS: %s is a group name.
6853 #: lib/grouptagcloudsection.php:57
6854 #, php-format
6855 msgid "Tags in %s group's notices"
6856 msgstr ""
6857
6858 #. TRANS: Client exception 406
6859 #: lib/htmloutputter.php:104
6860 msgid "This page is not available in a media type you accept"
6861 msgstr ""
6862
6863 #: lib/imagefile.php:72
6864 msgid "Unsupported image file format."
6865 msgstr ""
6866
6867 #: lib/imagefile.php:88
6868 #, php-format
6869 msgid "That file is too big. The maximum file size is %s."
6870 msgstr ""
6871
6872 #: lib/imagefile.php:93
6873 msgid "Partial upload."
6874 msgstr ""
6875
6876 #. TRANS: Client exception thrown when a file upload operation has failed with an unknown reason.
6877 #: lib/imagefile.php:101 lib/mediafile.php:179
6878 msgid "System error uploading file."
6879 msgstr ""
6880
6881 #: lib/imagefile.php:109
6882 msgid "Not an image or corrupt file."
6883 msgstr ""
6884
6885 #: lib/imagefile.php:122
6886 msgid "Lost our file."
6887 msgstr ""
6888
6889 #: lib/imagefile.php:163 lib/imagefile.php:224
6890 msgid "Unknown file type"
6891 msgstr ""
6892
6893 #: lib/imagefile.php:244
6894 msgid "MB"
6895 msgstr ""
6896
6897 #: lib/imagefile.php:246
6898 msgid "kB"
6899 msgstr ""
6900
6901 #: lib/jabber.php:387
6902 #, php-format
6903 msgid "[%s]"
6904 msgstr ""
6905
6906 #: lib/jabber.php:567
6907 #, php-format
6908 msgid "Unknown inbox source %d."
6909 msgstr ""
6910
6911 #: lib/leaveform.php:114
6912 msgid "Leave"
6913 msgstr ""
6914
6915 #: lib/logingroupnav.php:80
6916 msgid "Login with a username and password"
6917 msgstr ""
6918
6919 #: lib/logingroupnav.php:86
6920 msgid "Sign up for a new account"
6921 msgstr ""
6922
6923 #. TRANS: Subject for address confirmation email.
6924 #: lib/mail.php:174
6925 msgid "Email address confirmation"
6926 msgstr ""
6927
6928 #. TRANS: Body for address confirmation email.
6929 #. TRANS: %1$s is the addressed user's nickname, %2$s is the StatusNet sitename,
6930 #. TRANS: %3$s is the URL to confirm at.
6931 #: lib/mail.php:179
6932 #, php-format
6933 msgid ""
6934 "Hey, %1$s.\n"
6935 "\n"
6936 "Someone just entered this email address on %2$s.\n"
6937 "\n"
6938 "If it was you, and you want to confirm your entry, use the URL below:\n"
6939 "\n"
6940 "\t%3$s\n"
6941 "\n"
6942 "If not, just ignore this message.\n"
6943 "\n"
6944 "Thanks for your time, \n"
6945 "%2$s\n"
6946 msgstr ""
6947
6948 #. TRANS: Subject of new-subscriber notification e-mail.
6949 #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename.
6950 #: lib/mail.php:246
6951 #, php-format
6952 msgid "%1$s is now listening to your notices on %2$s."
6953 msgstr ""
6954
6955 #. TRANS: This is a paragraph in a new-subscriber e-mail.
6956 #. TRANS: %s is a URL where the subscriber can be reported as abusive.
6957 #: lib/mail.php:253
6958 #, php-format
6959 msgid ""
6960 "If you believe this account is being used abusively, you can block them from "
6961 "your subscribers list and report as spam to site administrators at %s"
6962 msgstr ""
6963
6964 #. TRANS: Main body of new-subscriber notification e-mail.
6965 #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename,
6966 #. TRANS: %3$s is the subscriber's profile URL, %4$s is the subscriber's location (or empty)
6967 #. TRANS: %5$s is the subscriber's homepage URL (or empty), %6%s is the subscriber's bio (or empty)
6968 #. TRANS: %7$s is a link to the addressed user's e-mail settings.
6969 #: lib/mail.php:263
6970 #, php-format
6971 msgid ""
6972 "%1$s is now listening to your notices on %2$s.\n"
6973 "\n"
6974 "\t%3$s\n"
6975 "\n"
6976 "%4$s%5$s%6$s\n"
6977 "Faithfully yours,\n"
6978 "%2$s.\n"
6979 "\n"
6980 "----\n"
6981 "Change your email address or notification options at %7$s\n"
6982 msgstr ""
6983
6984 #. TRANS: Profile info line in new-subscriber notification e-mail.
6985 #. TRANS: %s is biographical information.
6986 #: lib/mail.php:286
6987 #, php-format
6988 msgid "Bio: %s"
6989 msgstr ""
6990
6991 #. TRANS: Subject of notification mail for new posting email address.
6992 #. TRANS: %s is the StatusNet sitename.
6993 #: lib/mail.php:315
6994 #, php-format
6995 msgid "New email address for posting to %s"
6996 msgstr ""
6997
6998 #. TRANS: Body of notification mail for new posting email address.
6999 #. TRANS: %1$s is the StatusNet sitename, %2$s is the e-mail address to send
7000 #. TRANS: to to post by e-mail, %3$s is a URL to more instructions.
7001 #: lib/mail.php:321
7002 #, php-format
7003 msgid ""
7004 "You have a new posting address on %1$s.\n"
7005 "\n"
7006 "Send email to %2$s to post new messages.\n"
7007 "\n"
7008 "More email instructions at %3$s.\n"
7009 "\n"
7010 "Faithfully yours,\n"
7011 "%1$s"
7012 msgstr ""
7013
7014 #. TRANS: Subject line for SMS-by-email notification messages.
7015 #. TRANS: %s is the posting user's nickname.
7016 #: lib/mail.php:442
7017 #, php-format
7018 msgid "%s status"
7019 msgstr ""
7020
7021 #. TRANS: Subject line for SMS-by-email address confirmation message.
7022 #: lib/mail.php:468
7023 msgid "SMS confirmation"
7024 msgstr ""
7025
7026 #. TRANS: Main body heading for SMS-by-email address confirmation message.
7027 #. TRANS: %s is the addressed user's nickname.
7028 #: lib/mail.php:472
7029 #, php-format
7030 msgid "%s: confirm you own this phone number with this code:"
7031 msgstr ""
7032
7033 #. TRANS: Subject for 'nudge' notification email.
7034 #. TRANS: %s is the nudging user.
7035 #: lib/mail.php:493
7036 #, php-format
7037 msgid "You've been nudged by %s"
7038 msgstr ""
7039
7040 #. TRANS: Body for 'nudge' notification email.
7041 #. TRANS: %1$s is the nuding user's long name, $2$s is the nudging user's nickname,
7042 #. TRANS: %3$s is a URL to post notices at, %4$s is the StatusNet sitename.
7043 #: lib/mail.php:500
7044 #, php-format
7045 msgid ""
7046 "%1$s (%2$s) is wondering what you are up to these days and is inviting you "
7047 "to post some news.\n"
7048 "\n"
7049 "So let's hear from you :)\n"
7050 "\n"
7051 "%3$s\n"
7052 "\n"
7053 "Don't reply to this email; it won't get to them.\n"
7054 "\n"
7055 "With kind regards,\n"
7056 "%4$s\n"
7057 msgstr ""
7058
7059 #. TRANS: Subject for direct-message notification email.
7060 #. TRANS: %s is the sending user's nickname.
7061 #: lib/mail.php:547
7062 #, php-format
7063 msgid "New private message from %s"
7064 msgstr ""
7065
7066 #. TRANS: Body for direct-message notification email.
7067 #. TRANS: %1$s is the sending user's long name, %2$s is the sending user's nickname,
7068 #. TRANS: %3$s is the message content, %4$s a URL to the message,
7069 #. TRANS: %5$s is the StatusNet sitename.
7070 #: lib/mail.php:555
7071 #, php-format
7072 msgid ""
7073 "%1$s (%2$s) sent you a private message:\n"
7074 "\n"
7075 "------------------------------------------------------\n"
7076 "%3$s\n"
7077 "------------------------------------------------------\n"
7078 "\n"
7079 "You can reply to their message here:\n"
7080 "\n"
7081 "%4$s\n"
7082 "\n"
7083 "Don't reply to this email; it won't get to them.\n"
7084 "\n"
7085 "With kind regards,\n"
7086 "%5$s\n"
7087 msgstr ""
7088
7089 #. TRANS: Subject for favorite notification e-mail.
7090 #. TRANS: %1$s is the adding user's long name, %2$s is the adding user's nickname.
7091 #: lib/mail.php:603
7092 #, php-format
7093 msgid "%1$s (@%2$s) added your notice as a favorite"
7094 msgstr ""
7095
7096 #. TRANS: Body for favorite notification e-mail.
7097 #. TRANS: %1$s is the adding user's long name, $2$s is the date the notice was created,
7098 #. TRANS: %3$s is a URL to the faved notice, %4$s is the faved notice text,
7099 #. TRANS: %5$s is a URL to all faves of the adding user, %6$s is the StatusNet sitename,
7100 #. TRANS: %7$s is the adding user's nickname.
7101 #: lib/mail.php:610
7102 #, php-format
7103 msgid ""
7104 "%1$s (@%7$s) just added your notice from %2$s as one of their favorites.\n"
7105 "\n"
7106 "The URL of your notice is:\n"
7107 "\n"
7108 "%3$s\n"
7109 "\n"
7110 "The text of your notice is:\n"
7111 "\n"
7112 "%4$s\n"
7113 "\n"
7114 "You can see the list of %1$s's favorites here:\n"
7115 "\n"
7116 "%5$s\n"
7117 "\n"
7118 "Faithfully yours,\n"
7119 "%6$s\n"
7120 msgstr ""
7121
7122 #. TRANS: Line in @-reply notification e-mail. %s is conversation URL.
7123 #: lib/mail.php:668
7124 #, php-format
7125 msgid ""
7126 "The full conversation can be read here:\n"
7127 "\n"
7128 "\t%s"
7129 msgstr ""
7130
7131 #. TRANS: E-mail subject for notice notification.
7132 #. TRANS: %1$s is the sending user's long name, %2$s is the adding user's nickname.
7133 #: lib/mail.php:676
7134 #, php-format
7135 msgid "%1$s (@%2$s) sent a notice to your attention"
7136 msgstr ""
7137
7138 #. TRANS: Body of @-reply notification e-mail.
7139 #. TRANS: %1$s is the sending user's long name, $2$s is the StatusNet sitename,
7140 #. TRANS: %3$s is a URL to the notice, %4$s is the notice text,
7141 #. TRANS: %5$s is a URL to the full conversion if it exists (otherwise empty),
7142 #. TRANS: %6$s is a URL to reply to the notice, %7$s is a URL to all @-replied for the addressed user,
7143 #. TRANS: %8$s is a URL to the addressed user's e-mail settings, %9$s is the sender's nickname.
7144 #: lib/mail.php:684
7145 #, php-format
7146 msgid ""
7147 "%1$s (@%9$s) just sent a notice to your attention (an '@-reply') on %2$s.\n"
7148 "\n"
7149 "The notice is here:\n"
7150 "\n"
7151 "\t%3$s\n"
7152 "\n"
7153 "It reads:\n"
7154 "\n"
7155 "\t%4$s\n"
7156 "\n"
7157 "%5$sYou can reply back here:\n"
7158 "\n"
7159 "\t%6$s\n"
7160 "\n"
7161 "The list of all @-replies for you here:\n"
7162 "\n"
7163 "%7$s\n"
7164 "\n"
7165 "Faithfully yours,\n"
7166 "%2$s\n"
7167 "\n"
7168 "P.S. You can turn off these email notifications here: %8$s\n"
7169 msgstr ""
7170
7171 #: lib/mailbox.php:89
7172 msgid "Only the user can read their own mailboxes."
7173 msgstr ""
7174
7175 #: lib/mailbox.php:139
7176 msgid ""
7177 "You have no private messages. You can send private message to engage other "
7178 "users in conversation. People can send you messages for your eyes only."
7179 msgstr ""
7180
7181 #: lib/mailbox.php:228 lib/noticelist.php:516
7182 msgid "from"
7183 msgstr ""
7184
7185 #: lib/mailhandler.php:37
7186 msgid "Could not parse message."
7187 msgstr ""
7188
7189 #: lib/mailhandler.php:42
7190 msgid "Not a registered user."
7191 msgstr ""
7192
7193 #: lib/mailhandler.php:46
7194 msgid "Sorry, that is not your incoming email address."
7195 msgstr ""
7196
7197 #: lib/mailhandler.php:50
7198 msgid "Sorry, no incoming email allowed."
7199 msgstr ""
7200
7201 #: lib/mailhandler.php:228
7202 #, php-format
7203 msgid "Unsupported message type: %s"
7204 msgstr ""
7205
7206 #. TRANS: Client exception thrown when a database error was thrown during a file upload operation.
7207 #: lib/mediafile.php:99 lib/mediafile.php:125
7208 msgid "There was a database error while saving your file. Please try again."
7209 msgstr ""
7210
7211 #. TRANS: Client exception thrown when an uploaded file is larger than set in php.ini.
7212 #: lib/mediafile.php:145
7213 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
7214 msgstr ""
7215
7216 #. TRANS: Client exception.
7217 #: lib/mediafile.php:151
7218 msgid ""
7219 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
7220 "the HTML form."
7221 msgstr ""
7222
7223 #. TRANS: Client exception.
7224 #: lib/mediafile.php:157
7225 msgid "The uploaded file was only partially uploaded."
7226 msgstr ""
7227
7228 #. TRANS: Client exception thrown when a temporary folder is not present to store a file upload.
7229 #: lib/mediafile.php:165
7230 msgid "Missing a temporary folder."
7231 msgstr ""
7232
7233 #. TRANS: Client exception thrown when writing to disk is not possible during a file upload operation.
7234 #: lib/mediafile.php:169
7235 msgid "Failed to write file to disk."
7236 msgstr ""
7237
7238 #. TRANS: Client exception thrown when a file upload operation has been stopped by an extension.
7239 #: lib/mediafile.php:173
7240 msgid "File upload stopped by extension."
7241 msgstr ""
7242
7243 #. TRANS: Client exception thrown when a file upload operation would cause a user to exceed a set quota.
7244 #: lib/mediafile.php:189 lib/mediafile.php:232
7245 msgid "File exceeds user's quota."
7246 msgstr ""
7247
7248 #. TRANS: Client exception thrown when a file upload operation fails because the file could
7249 #. TRANS: not be moved from the temporary folder to the permanent file location.
7250 #: lib/mediafile.php:209 lib/mediafile.php:251
7251 msgid "File could not be moved to destination directory."
7252 msgstr ""
7253
7254 #. TRANS: Client exception thrown when a file upload operation has been stopped because the MIME
7255 #. TRANS: type of the uploaded file could not be determined.
7256 #: lib/mediafile.php:216 lib/mediafile.php:257
7257 msgid "Could not determine file's MIME type."
7258 msgstr ""
7259
7260 #. TRANS: Client exception thrown trying to upload a forbidden MIME type.
7261 #. TRANS: %1$s is the file type that was denied, %2$s is the application part of
7262 #. TRANS: the MIME type that was denied.
7263 #: lib/mediafile.php:340
7264 #, php-format
7265 msgid ""
7266 "\"%1$s\" is not a supported file type on this server. Try using another %2$s "
7267 "format."
7268 msgstr ""
7269
7270 #. TRANS: Client exception thrown trying to upload a forbidden MIME type.
7271 #. TRANS: %s is the file type that was denied.
7272 #: lib/mediafile.php:345
7273 #, php-format
7274 msgid "\"%s\" is not a supported file type on this server."
7275 msgstr ""
7276
7277 #: lib/messageform.php:120
7278 msgid "Send a direct notice"
7279 msgstr ""
7280
7281 #: lib/messageform.php:146
7282 msgid "To"
7283 msgstr ""
7284
7285 #: lib/messageform.php:159 lib/noticeform.php:186
7286 msgid "Available characters"
7287 msgstr ""
7288
7289 #: lib/messageform.php:178 lib/noticeform.php:237
7290 msgctxt "Send button for sending notice"
7291 msgid "Send"
7292 msgstr ""
7293
7294 #: lib/noticeform.php:160
7295 msgid "Send a notice"
7296 msgstr ""
7297
7298 #: lib/noticeform.php:174
7299 #, php-format
7300 msgid "What's up, %s?"
7301 msgstr ""
7302
7303 #: lib/noticeform.php:193
7304 msgid "Attach"
7305 msgstr ""
7306
7307 #: lib/noticeform.php:197
7308 msgid "Attach a file"
7309 msgstr ""
7310
7311 #: lib/noticeform.php:213
7312 msgid "Share my location"
7313 msgstr ""
7314
7315 #: lib/noticeform.php:216
7316 msgid "Do not share my location"
7317 msgstr ""
7318
7319 #: lib/noticeform.php:217
7320 msgid ""
7321 "Sorry, retrieving your geo location is taking longer than expected, please "
7322 "try again later"
7323 msgstr ""
7324
7325 #. TRANS: Used in coordinates as abbreviation of north
7326 #: lib/noticelist.php:446
7327 msgid "N"
7328 msgstr ""
7329
7330 #. TRANS: Used in coordinates as abbreviation of south
7331 #: lib/noticelist.php:448
7332 msgid "S"
7333 msgstr ""
7334
7335 #. TRANS: Used in coordinates as abbreviation of east
7336 #: lib/noticelist.php:450
7337 msgid "E"
7338 msgstr ""
7339
7340 #. TRANS: Used in coordinates as abbreviation of west
7341 #: lib/noticelist.php:452
7342 msgid "W"
7343 msgstr ""
7344
7345 #: lib/noticelist.php:454
7346 #, php-format
7347 msgid "%1$u°%2$u'%3$u\"%4$s %5$u°%6$u'%7$u\"%8$s"
7348 msgstr ""
7349
7350 #: lib/noticelist.php:463
7351 msgid "at"
7352 msgstr ""
7353
7354 #: lib/noticelist.php:512
7355 msgid "web"
7356 msgstr ""
7357
7358 #: lib/noticelist.php:578
7359 msgid "in context"
7360 msgstr ""
7361
7362 #: lib/noticelist.php:613
7363 msgid "Repeated by"
7364 msgstr ""
7365
7366 #: lib/noticelist.php:640
7367 msgid "Reply to this notice"
7368 msgstr ""
7369
7370 #: lib/noticelist.php:641
7371 msgid "Reply"
7372 msgstr ""
7373
7374 #: lib/noticelist.php:685
7375 msgid "Notice repeated"
7376 msgstr ""
7377
7378 #: lib/nudgeform.php:116
7379 msgid "Nudge this user"
7380 msgstr ""
7381
7382 #: lib/nudgeform.php:128
7383 msgid "Nudge"
7384 msgstr ""
7385
7386 #: lib/nudgeform.php:128
7387 msgid "Send a nudge to this user"
7388 msgstr ""
7389
7390 #: lib/oauthstore.php:294
7391 msgid "Error inserting new profile."
7392 msgstr ""
7393
7394 #: lib/oauthstore.php:302
7395 msgid "Error inserting avatar."
7396 msgstr ""
7397
7398 #: lib/oauthstore.php:322
7399 msgid "Error inserting remote profile."
7400 msgstr ""
7401
7402 #. TRANS: Exception thrown when a notice is denied because it has been sent before.
7403 #: lib/oauthstore.php:362
7404 msgid "Duplicate notice."
7405 msgstr ""
7406
7407 #: lib/oauthstore.php:507
7408 msgid "Couldn't insert new subscription."
7409 msgstr ""
7410
7411 #: lib/personalgroupnav.php:99
7412 msgid "Personal"
7413 msgstr ""
7414
7415 #: lib/personalgroupnav.php:104
7416 msgid "Replies"
7417 msgstr ""
7418
7419 #: lib/personalgroupnav.php:114
7420 msgid "Favorites"
7421 msgstr ""
7422
7423 #: lib/personalgroupnav.php:125
7424 msgid "Inbox"
7425 msgstr ""
7426
7427 #: lib/personalgroupnav.php:126
7428 msgid "Your incoming messages"
7429 msgstr ""
7430
7431 #: lib/personalgroupnav.php:130
7432 msgid "Outbox"
7433 msgstr ""
7434
7435 #: lib/personalgroupnav.php:131
7436 msgid "Your sent messages"
7437 msgstr ""
7438
7439 #: lib/personaltagcloudsection.php:56
7440 #, php-format
7441 msgid "Tags in %s's notices"
7442 msgstr ""
7443
7444 #. TRANS: Displayed as version information for a plugin if no version information was found.
7445 #: lib/plugin.php:121
7446 msgid "Unknown"
7447 msgstr ""
7448
7449 #: lib/profileaction.php:109 lib/profileaction.php:205 lib/subgroupnav.php:82
7450 msgid "Subscriptions"
7451 msgstr ""
7452
7453 #: lib/profileaction.php:126
7454 msgid "All subscriptions"
7455 msgstr ""
7456
7457 #: lib/profileaction.php:144 lib/profileaction.php:214 lib/subgroupnav.php:90
7458 msgid "Subscribers"
7459 msgstr ""
7460
7461 #: lib/profileaction.php:161
7462 msgid "All subscribers"
7463 msgstr ""
7464
7465 #: lib/profileaction.php:191
7466 msgid "User ID"
7467 msgstr ""
7468
7469 #: lib/profileaction.php:196
7470 msgid "Member since"
7471 msgstr ""
7472
7473 #. TRANS: Average count of posts made per day since account registration
7474 #: lib/profileaction.php:235
7475 msgid "Daily average"
7476 msgstr ""
7477
7478 #: lib/profileaction.php:264
7479 msgid "All groups"
7480 msgstr ""
7481
7482 #: lib/profileformaction.php:123
7483 msgid "Unimplemented method."
7484 msgstr ""
7485
7486 #: lib/publicgroupnav.php:78
7487 msgid "Public"
7488 msgstr ""
7489
7490 #: lib/publicgroupnav.php:82
7491 msgid "User groups"
7492 msgstr ""
7493
7494 #: lib/publicgroupnav.php:84 lib/publicgroupnav.php:85
7495 msgid "Recent tags"
7496 msgstr ""
7497
7498 #: lib/publicgroupnav.php:88
7499 msgid "Featured"
7500 msgstr ""
7501
7502 #: lib/publicgroupnav.php:92
7503 msgid "Popular"
7504 msgstr ""
7505
7506 #: lib/redirectingaction.php:95
7507 msgid "No return-to arguments."
7508 msgstr ""
7509
7510 #: lib/repeatform.php:107
7511 msgid "Repeat this notice?"
7512 msgstr ""
7513
7514 #: lib/repeatform.php:132
7515 msgid "Yes"
7516 msgstr ""
7517
7518 #: lib/repeatform.php:132
7519 msgid "Repeat this notice"
7520 msgstr ""
7521
7522 #: lib/revokeroleform.php:91
7523 #, php-format
7524 msgid "Revoke the \"%s\" role from this user"
7525 msgstr ""
7526
7527 #. TRANS: Client error on action trying to visit a non-existing page.
7528 #: lib/router.php:847
7529 msgid "Page not found."
7530 msgstr ""
7531
7532 #: lib/sandboxform.php:67
7533 msgid "Sandbox"
7534 msgstr ""
7535
7536 #: lib/sandboxform.php:78
7537 msgid "Sandbox this user"
7538 msgstr ""
7539
7540 #. TRANS: Fieldset legend for the search form.
7541 #: lib/searchaction.php:121
7542 msgid "Search site"
7543 msgstr ""
7544
7545 #. TRANS: Used as a field label for the field where one or more keywords
7546 #. TRANS: for searching can be entered.
7547 #: lib/searchaction.php:129
7548 msgid "Keyword(s)"
7549 msgstr ""
7550
7551 #: lib/searchaction.php:130
7552 msgctxt "BUTTON"
7553 msgid "Search"
7554 msgstr ""
7555
7556 #. TRANS: Definition list item with instructions on how to get (better) search results.
7557 #: lib/searchaction.php:170
7558 msgid "Search help"
7559 msgstr ""
7560
7561 #: lib/searchgroupnav.php:80
7562 msgid "People"
7563 msgstr ""
7564
7565 #: lib/searchgroupnav.php:81
7566 msgid "Find people on this site"
7567 msgstr ""
7568
7569 #: lib/searchgroupnav.php:83
7570 msgid "Find content of notices"
7571 msgstr ""
7572
7573 #: lib/searchgroupnav.php:85
7574 msgid "Find groups on this site"
7575 msgstr ""
7576
7577 #: lib/section.php:89
7578 msgid "Untitled section"
7579 msgstr ""
7580
7581 #: lib/section.php:106
7582 msgid "More..."
7583 msgstr ""
7584
7585 #: lib/silenceform.php:67
7586 msgid "Silence"
7587 msgstr ""
7588
7589 #: lib/silenceform.php:78
7590 msgid "Silence this user"
7591 msgstr ""
7592
7593 #: lib/subgroupnav.php:83
7594 #, php-format
7595 msgid "People %s subscribes to"
7596 msgstr ""
7597
7598 #: lib/subgroupnav.php:91
7599 #, php-format
7600 msgid "People subscribed to %s"
7601 msgstr ""
7602
7603 #: lib/subgroupnav.php:99
7604 #, php-format
7605 msgid "Groups %s is a member of"
7606 msgstr ""
7607
7608 #: lib/subgroupnav.php:105
7609 msgid "Invite"
7610 msgstr ""
7611
7612 #: lib/subgroupnav.php:106
7613 #, php-format
7614 msgid "Invite friends and colleagues to join you on %s"
7615 msgstr ""
7616
7617 #: lib/subscriberspeopleselftagcloudsection.php:48
7618 #: lib/subscriptionspeopleselftagcloudsection.php:48
7619 msgid "People Tagcloud as self-tagged"
7620 msgstr ""
7621
7622 #: lib/subscriberspeopletagcloudsection.php:48
7623 #: lib/subscriptionspeopletagcloudsection.php:48
7624 msgid "People Tagcloud as tagged"
7625 msgstr ""
7626
7627 #: lib/tagcloudsection.php:56
7628 msgid "None"
7629 msgstr ""
7630
7631 #: lib/themeuploader.php:50
7632 msgid "This server cannot handle theme uploads without ZIP support."
7633 msgstr ""
7634
7635 #: lib/themeuploader.php:58 lib/themeuploader.php:61
7636 msgid "The theme file is missing or the upload failed."
7637 msgstr ""
7638
7639 #: lib/themeuploader.php:91 lib/themeuploader.php:102
7640 #: lib/themeuploader.php:278 lib/themeuploader.php:282
7641 #: lib/themeuploader.php:290 lib/themeuploader.php:297
7642 msgid "Failed saving theme."
7643 msgstr ""
7644
7645 #: lib/themeuploader.php:147
7646 msgid "Invalid theme: bad directory structure."
7647 msgstr ""
7648
7649 #: lib/themeuploader.php:166
7650 #, php-format
7651 msgid "Uploaded theme is too large; must be less than %d bytes uncompressed."
7652 msgstr ""
7653
7654 #: lib/themeuploader.php:178
7655 msgid "Invalid theme archive: missing file css/display.css"
7656 msgstr ""
7657
7658 #: lib/themeuploader.php:218
7659 msgid ""
7660 "Theme contains invalid file or folder name. Stick with ASCII letters, "
7661 "digits, underscore, and minus sign."
7662 msgstr ""
7663
7664 #: lib/themeuploader.php:224
7665 msgid "Theme contains unsafe file extension names; may be unsafe."
7666 msgstr ""
7667
7668 #: lib/themeuploader.php:241
7669 #, php-format
7670 msgid "Theme contains file of type '.%s', which is not allowed."
7671 msgstr ""
7672
7673 #: lib/themeuploader.php:259
7674 msgid "Error opening theme archive."
7675 msgstr ""
7676
7677 #: lib/topposterssection.php:74
7678 msgid "Top posters"
7679 msgstr ""
7680
7681 #: lib/unsandboxform.php:69
7682 msgid "Unsandbox"
7683 msgstr ""
7684
7685 #: lib/unsandboxform.php:80
7686 msgid "Unsandbox this user"
7687 msgstr ""
7688
7689 #: lib/unsilenceform.php:67
7690 msgid "Unsilence"
7691 msgstr ""
7692
7693 #: lib/unsilenceform.php:78
7694 msgid "Unsilence this user"
7695 msgstr ""
7696
7697 #: lib/unsubscribeform.php:113 lib/unsubscribeform.php:137
7698 msgid "Unsubscribe from this user"
7699 msgstr ""
7700
7701 #: lib/unsubscribeform.php:137
7702 msgid "Unsubscribe"
7703 msgstr ""
7704
7705 #. TRANS: Exception text shown when no profile can be found for a user.
7706 #. TRANS: %1$s is a user nickname, $2$d is a user ID (number).
7707 #: lib/usernoprofileexception.php:60
7708 #, php-format
7709 msgid "User %1$s (%2$d) has no profile record."
7710 msgstr ""
7711
7712 #: lib/userprofile.php:117
7713 msgid "Edit Avatar"
7714 msgstr ""
7715
7716 #: lib/userprofile.php:234 lib/userprofile.php:248
7717 msgid "User actions"
7718 msgstr ""
7719
7720 #: lib/userprofile.php:237
7721 msgid "User deletion in progress..."
7722 msgstr ""
7723
7724 #: lib/userprofile.php:263
7725 msgid "Edit profile settings"
7726 msgstr ""
7727
7728 #: lib/userprofile.php:264
7729 msgid "Edit"
7730 msgstr ""
7731
7732 #: lib/userprofile.php:287
7733 msgid "Send a direct message to this user"
7734 msgstr ""
7735
7736 #: lib/userprofile.php:288
7737 msgid "Message"
7738 msgstr ""
7739
7740 #: lib/userprofile.php:326
7741 msgid "Moderate"
7742 msgstr ""
7743
7744 #: lib/userprofile.php:364
7745 msgid "User role"
7746 msgstr ""
7747
7748 #: lib/userprofile.php:366
7749 msgctxt "role"
7750 msgid "Administrator"
7751 msgstr ""
7752
7753 #: lib/userprofile.php:367
7754 msgctxt "role"
7755 msgid "Moderator"
7756 msgstr ""
7757
7758 #. TRANS: Used in notices to indicate when the notice was made compared to now.
7759 #: lib/util.php:1175
7760 msgid "a few seconds ago"
7761 msgstr ""
7762
7763 #. TRANS: Used in notices to indicate when the notice was made compared to now.
7764 #: lib/util.php:1178
7765 msgid "about a minute ago"
7766 msgstr ""
7767
7768 #. TRANS: Used in notices to indicate when the notice was made compared to now.
7769 #: lib/util.php:1182
7770 #, php-format
7771 msgid "about one minute ago"
7772 msgid_plural "about %d minutes ago"
7773 msgstr[0] ""
7774 msgstr[1] ""
7775
7776 #. TRANS: Used in notices to indicate when the notice was made compared to now.
7777 #: lib/util.php:1185
7778 msgid "about an hour ago"
7779 msgstr ""
7780
7781 #. TRANS: Used in notices to indicate when the notice was made compared to now.
7782 #: lib/util.php:1189
7783 #, php-format
7784 msgid "about one hour ago"
7785 msgid_plural "about %d hours ago"
7786 msgstr[0] ""
7787 msgstr[1] ""
7788
7789 #. TRANS: Used in notices to indicate when the notice was made compared to now.
7790 #: lib/util.php:1192
7791 msgid "about a day ago"
7792 msgstr ""
7793
7794 #. TRANS: Used in notices to indicate when the notice was made compared to now.
7795 #: lib/util.php:1196
7796 #, php-format
7797 msgid "about one day ago"
7798 msgid_plural "about %d days ago"
7799 msgstr[0] ""
7800 msgstr[1] ""
7801
7802 #. TRANS: Used in notices to indicate when the notice was made compared to now.
7803 #: lib/util.php:1199
7804 msgid "about a month ago"
7805 msgstr ""
7806
7807 #. TRANS: Used in notices to indicate when the notice was made compared to now.
7808 #: lib/util.php:1203
7809 #, php-format
7810 msgid "about one month ago"
7811 msgid_plural "about %d months ago"
7812 msgstr[0] ""
7813 msgstr[1] ""
7814
7815 #. TRANS: Used in notices to indicate when the notice was made compared to now.
7816 #: lib/util.php:1206
7817 msgid "about a year ago"
7818 msgstr ""
7819
7820 #: lib/webcolor.php:80
7821 #, php-format
7822 msgid "%s is not a valid color!"
7823 msgstr ""
7824
7825 #. TRANS: Validation error for a web colour.
7826 #. TRANS: %s is the provided (invalid) text for colour.
7827 #: lib/webcolor.php:120
7828 #, php-format
7829 msgid "%s is not a valid color! Use 3 or 6 hex characters."
7830 msgstr ""
7831
7832 #. TRANS: %s is the URL to the StatusNet site's Instant Messaging settings.
7833 #: lib/xmppmanager.php:285
7834 #, php-format
7835 msgid "Unknown user. Go to %s to add your address to your account"
7836 msgstr ""
7837
7838 #. TRANS: Response to XMPP source when it sent too long a message.
7839 #. TRANS: %1$d the maximum number of allowed characters (used for plural), %2$d is the sent number.
7840 #: lib/xmppmanager.php:404
7841 #, php-format
7842 msgid "Message too long. Maximum is %1$d character, you sent %2$d."
7843 msgid_plural "Message too long. Maximum is %1$d characters, you sent %2$d."
7844 msgstr[0] ""
7845 msgstr[1] ""
7846
7847 #: scripts/restoreuser.php:82
7848 #, php-format
7849 msgid "Backup file for user %s (%s)"
7850 msgstr ""
7851
7852 #: scripts/restoreuser.php:88
7853 msgid "No user specified; using backup user."
7854 msgstr ""
7855
7856 #: scripts/restoreuser.php:94
7857 #, php-format
7858 msgid "%d entries in backup."
7859 msgstr ""