]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/TwitterBridge/locale/TwitterBridge.pot
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / TwitterBridge / locale / TwitterBridge.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: 2012-04-15 12:10+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. TRANS: Title for page with Twitter integration settings.
20 #: twittersettings.php:58
21 msgid "Twitter settings"
22 msgstr ""
23
24 #. TRANS: Instructions for page with Twitter integration settings.
25 #: twittersettings.php:70
26 msgid ""
27 "Connect your Twitter account to share your updates with your Twitter friends "
28 "and vice-versa."
29 msgstr ""
30
31 #. TRANS: Fieldset legend.
32 #: twittersettings.php:119
33 msgid "Twitter account"
34 msgstr ""
35
36 #. TRANS: Form note when a Twitter account has been connected.
37 #: twittersettings.php:125
38 msgid "Connected Twitter account"
39 msgstr ""
40
41 #. TRANS: Fieldset legend.
42 #: twittersettings.php:131
43 msgid "Disconnect my account from Twitter"
44 msgstr ""
45
46 #. TRANS: Form guide. %s is a URL to the password settings.
47 #. TRANS: This message contains a Markdown link in the form [description](link).
48 #: twittersettings.php:137
49 #, php-format
50 msgid ""
51 "Disconnecting your Twitter account could make it impossible to log in! "
52 "Please [set a password](%s) first."
53 msgstr ""
54
55 #. TRANS: Form instructions. %1$s is the StatusNet sitename.
56 #: twittersettings.php:146
57 #, php-format
58 msgid ""
59 "Keep your %1$s account but disconnect from Twitter. You can use your %1$s "
60 "password to log in."
61 msgstr ""
62
63 #. TRANS: Button text for disconnecting a Twitter account.
64 #: twittersettings.php:154
65 msgctxt "BUTTON"
66 msgid "Disconnect"
67 msgstr ""
68
69 #. TRANS: Fieldset legend.
70 #: twittersettings.php:162
71 msgid "Preferences"
72 msgstr ""
73
74 #. TRANS: Checkbox label.
75 #: twittersettings.php:167
76 msgid "Automatically send my notices to Twitter."
77 msgstr ""
78
79 #. TRANS: Checkbox label.
80 #: twittersettings.php:175
81 msgid "Send local \"@\" replies to Twitter."
82 msgstr ""
83
84 #. TRANS: Checkbox label.
85 #: twittersettings.php:183
86 msgid "Subscribe to my Twitter friends here."
87 msgstr ""
88
89 #. TRANS: Checkbox label.
90 #: twittersettings.php:193
91 msgid "Import my friends timeline."
92 msgstr ""
93
94 #. TRANS: Button text for saving Twitter integration settings.
95 #. TRANS: Button text for saving the administrative Twitter bridge settings.
96 #: twittersettings.php:210 twitteradminpanel.php:311
97 msgctxt "BUTTON"
98 msgid "Save"
99 msgstr ""
100
101 #. TRANS: Button text for adding Twitter integration.
102 #: twittersettings.php:213
103 msgctxt "BUTTON"
104 msgid "Add"
105 msgstr ""
106
107 #. TRANS: Client error displayed when the session token does not match or is not given.
108 #: twittersettings.php:238 twitterauthorization.php:121
109 msgid "There was a problem with your session token. Try again, please."
110 msgstr ""
111
112 #. TRANS: Client error displayed when the submitted form contains unexpected data.
113 #: twittersettings.php:249
114 msgid "Unexpected form submission."
115 msgstr ""
116
117 #. TRANS: Client error displayed when trying to remove a connected Twitter account when there isn't one connected.
118 #: twittersettings.php:265
119 msgid "No Twitter connection to remove."
120 msgstr ""
121
122 #. TRANS: Server error displayed when trying to remove a connected Twitter account fails.
123 #: twittersettings.php:274
124 msgid "Could not remove Twitter user."
125 msgstr ""
126
127 #. TRANS: Success message displayed after disconnecting a Twitter account.
128 #: twittersettings.php:279
129 msgid "Twitter account disconnected."
130 msgstr ""
131
132 #. TRANS: Server error displayed when saving Twitter integration preferences fails.
133 #: twittersettings.php:301 twittersettings.php:314
134 msgid "Could not save Twitter preferences."
135 msgstr ""
136
137 #. TRANS: Success message after saving Twitter integration preferences.
138 #: twittersettings.php:323
139 msgid "Twitter preferences saved."
140 msgstr ""
141
142 #. TRANS: Form validation error displayed when the checkbox to agree to the license has not been checked.
143 #: twitterauthorization.php:128
144 msgid "You cannot register if you do not agree to the license."
145 msgstr ""
146
147 #. TRANS: Form validation error displayed when an unhandled error occurs.
148 #: twitterauthorization.php:138
149 msgid "Something weird happened."
150 msgstr ""
151
152 #. TRANS: Server error displayed when linking to a Twitter account fails.
153 #: twitterauthorization.php:183 twitterauthorization.php:233
154 #: twitterauthorization.php:305
155 msgid "Could not link your Twitter account."
156 msgstr ""
157
158 #. TRANS: Server error displayed when linking to a Twitter account fails because of an incorrect oauth_token.
159 #: twitterauthorization.php:204
160 msgid "Could not link your Twitter account: oauth_token mismatch."
161 msgstr ""
162
163 #. TRANS: Page instruction. %s is the StatusNet sitename.
164 #: twitterauthorization.php:318
165 #, php-format
166 msgid ""
167 "This is the first time you have logged into %s so we must connect your "
168 "Twitter account to a local account. You can either create a new account, or "
169 "connect with your existing account, if you have one."
170 msgstr ""
171
172 #. TRANS: Page title.
173 #: twitterauthorization.php:325
174 msgid "Twitter Account Setup"
175 msgstr ""
176
177 #. TRANS: Fieldset legend.
178 #: twitterauthorization.php:359
179 msgid "Connection options"
180 msgstr ""
181
182 #. TRANS: Fieldset legend.
183 #: twitterauthorization.php:373
184 msgid "Create new account"
185 msgstr ""
186
187 #. TRANS: Sub form introduction text.
188 #: twitterauthorization.php:376
189 msgid "Create a new user with this nickname."
190 msgstr ""
191
192 #. TRANS: Field label.
193 #: twitterauthorization.php:384
194 msgid "New nickname"
195 msgstr ""
196
197 #. TRANS: Field title for nickname field.
198 #: twitterauthorization.php:387
199 msgid "1-64 lowercase letters or numbers, no punctuation or spaces."
200 msgstr ""
201
202 #. TRANS: Field label.
203 #: twitterauthorization.php:391
204 msgctxt "LABEL"
205 msgid "Email"
206 msgstr ""
207
208 #. TRANS: Field title for e-mail address field.
209 #: twitterauthorization.php:393
210 msgid "Used only for updates, announcements, and password recovery"
211 msgstr ""
212
213 #. TRANS: Button text for creating a new StatusNet account in the Twitter connect page.
214 #: twitterauthorization.php:402
215 msgctxt "BUTTON"
216 msgid "Create"
217 msgstr ""
218
219 #. TRANS: Fieldset legend.
220 #: twitterauthorization.php:409
221 msgid "Connect existing account"
222 msgstr ""
223
224 #. TRANS: Sub form introduction text.
225 #: twitterauthorization.php:412
226 msgid ""
227 "If you already have an account, login with your username and password to "
228 "connect it to your Twitter account."
229 msgstr ""
230
231 #. TRANS: Field label.
232 #: twitterauthorization.php:416
233 msgid "Existing nickname"
234 msgstr ""
235
236 #. TRANS: Field label.
237 #: twitterauthorization.php:420
238 msgid "Password"
239 msgstr ""
240
241 #. TRANS: Fieldset legend.
242 #: twitterauthorization.php:428
243 msgid "License"
244 msgstr ""
245
246 #. TRANS: Text for license agreement checkbox.
247 #. TRANS: %s is the license as configured for the StatusNet site.
248 #: twitterauthorization.php:439
249 #, php-format
250 msgid ""
251 "My text and files are available under %s except this private data: password, "
252 "email address, IM address, and phone number."
253 msgstr ""
254
255 #. TRANS: Button text for connecting an existing StatusNet account in the Twitter connect page..
256 #: twitterauthorization.php:453
257 msgctxt "BUTTON"
258 msgid "Connect"
259 msgstr ""
260
261 #. TRANS: Client error displayed when trying to create a new user while creating new users is not allowed.
262 #: twitterauthorization.php:498 twitterauthorization.php:508
263 msgid "Registration not allowed."
264 msgstr ""
265
266 #. TRANS: Client error displayed when trying to create a new user with an invalid invitation code.
267 #: twitterauthorization.php:516
268 msgid "Not a valid invitation code."
269 msgstr ""
270
271 #. TRANS: Client error displayed when trying to create a new user with an invalid username.
272 #: twitterauthorization.php:530
273 msgid "Nickname not allowed."
274 msgstr ""
275
276 #. TRANS: Client error displayed when trying to create a new user with a username that is already in use.
277 #: twitterauthorization.php:536
278 msgid "Nickname already in use. Try another one."
279 msgstr ""
280
281 #. TRANS: Server error displayed when creating a new user has failed.
282 #: twitterauthorization.php:557
283 msgid "Error registering user."
284 msgstr ""
285
286 #. TRANS: Server error displayed when connecting a user to a Twitter user has failed.
287 #. TRANS: Server error displayed connecting a user to a Twitter user has failed.
288 #: twitterauthorization.php:569 twitterauthorization.php:612
289 #: twitterauthorization.php:633
290 msgid "Error connecting user to Twitter."
291 msgstr ""
292
293 #. TRANS: Form validation error displayed when connecting an existing user to a Twitter user fails because
294 #. TRANS: the provided username and/or password are incorrect.
295 #: twitterauthorization.php:593
296 msgid "Invalid username or password."
297 msgstr ""
298
299 #. TRANS: Page title for Twitter administration panel.
300 #: twitteradminpanel.php:53
301 msgctxt "TITLE"
302 msgid "Twitter"
303 msgstr ""
304
305 #. TRANS: Instructions for Twitter bridge administration page.
306 #: twitteradminpanel.php:64
307 msgid "Twitter bridge settings"
308 msgstr ""
309
310 #. TRANS: Client error displayed when a consumer key is invalid because it is too long.
311 #: twitteradminpanel.php:153
312 msgid "Invalid consumer key. Maximum length is 255 characters."
313 msgstr ""
314
315 #. TRANS: Client error displayed when a consumer secret is invalid because it is too long.
316 #: twitteradminpanel.php:160
317 msgid "Invalid consumer secret. Maximum length is 255 characters."
318 msgstr ""
319
320 #. TRANS: Fieldset legend for Twitter application settings.
321 #: twitteradminpanel.php:217
322 msgid "Twitter application settings"
323 msgstr ""
324
325 #. TRANS: Field label for Twitter assigned consumer key.
326 #: twitteradminpanel.php:224
327 msgid "Consumer key"
328 msgstr ""
329
330 #. TRANS: Field title for Twitter assigned consumer key.
331 #: twitteradminpanel.php:226
332 msgid "The consumer key assigned by Twitter."
333 msgstr ""
334
335 #. TRANS: Field label for Twitter assigned consumer secret.
336 #: twitteradminpanel.php:235
337 msgid "Consumer secret"
338 msgstr ""
339
340 #. TRANS: Field title for Twitter assigned consumer secret.
341 #: twitteradminpanel.php:237
342 msgid "The consumer secret assigned by Twitter."
343 msgstr ""
344
345 #. TRANS: Form guide displayed when two required fields have already been provided.
346 #: twitteradminpanel.php:248
347 msgid "Note: A global consumer key and secret are set."
348 msgstr ""
349
350 #. TRANS: Field label for Twitter application name.
351 #: twitteradminpanel.php:256
352 msgid "Integration source"
353 msgstr ""
354
355 #. TRANS: Field title for Twitter application name.
356 #: twitteradminpanel.php:258
357 msgid "The name of your Twitter application."
358 msgstr ""
359
360 #. TRANS: Fieldset legend for Twitter integration options.
361 #: twitteradminpanel.php:271
362 msgid "Options"
363 msgstr ""
364
365 #. TRANS: Checkbox label for global setting.
366 #: twitteradminpanel.php:279
367 msgid "Enable \"Sign-in with Twitter\""
368 msgstr ""
369
370 #. TRANS: Checkbox title.
371 #: twitteradminpanel.php:282
372 msgid "This allow users to login with their Twitter credentials."
373 msgstr ""
374
375 #. TRANS: Checkbox label for global setting.
376 #: twitteradminpanel.php:290
377 msgid "Enable Twitter import"
378 msgstr ""
379
380 #. TRANS: Checkbox title for global setting.
381 #: twitteradminpanel.php:293
382 msgid ""
383 "Allow users to import their Twitter friends' timelines. Requires daemons to "
384 "be manually configured."
385 msgstr ""
386
387 #. TRANS: Button title for saving the administrative Twitter bridge settings.
388 #: twitteradminpanel.php:313
389 msgid "Save the Twitter bridge settings."
390 msgstr ""
391
392 #. TRANS: Server exception thrown when an invalid URL scheme is detected.
393 #: jsonstreamreader.php:67
394 msgid "Invalid URL scheme for HTTP stream reader."
395 msgstr ""
396
397 #. TRANS: Exception thrown when input from an inexpected socket is encountered.
398 #: jsonstreamreader.php:185
399 msgid "Got input from unexpected socket!"
400 msgstr ""
401
402 #. TRANS: Exception thrown when an invalid state is encountered in handleLine.
403 #. TRANS: %s is the invalid state.
404 #: jsonstreamreader.php:217
405 #, php-format
406 msgid "Invalid state in handleLine: %s."
407 msgstr ""
408
409 #. TRANS: Exception thrown when an invalid response line is encountered.
410 #. TRANS: %s is the invalid line.
411 #: jsonstreamreader.php:231
412 #, php-format
413 msgid "Invalid HTTP response line: %s."
414 msgstr ""
415
416 #. TRANS: Exception thrown when an invalid response line part is encountered.
417 #. TRANS: %1$s is the chunk, %2$s is the line.
418 #: jsonstreamreader.php:238
419 #, php-format
420 msgid "Invalid HTTP response line chunk \"%1$s\": %2$s."
421 msgstr ""
422
423 #. TRANS: Exception thrown when an invalid response code is encountered.
424 #. TRANS: %1$s is the response code, %2$s is the line.
425 #: jsonstreamreader.php:243
426 #, php-format
427 msgid "Bad HTTP response code %1$s: %2$s."
428 msgstr ""
429
430 #. TRANS: Menu item in login navigation.
431 #. TRANS: Menu item in connection settings navigation.
432 #: TwitterBridgePlugin.php:152 TwitterBridgePlugin.php:177
433 msgctxt "MENU"
434 msgid "Twitter"
435 msgstr ""
436
437 #. TRANS: Title for menu item in login navigation.
438 #: TwitterBridgePlugin.php:154
439 msgid "Login or register using Twitter."
440 msgstr ""
441
442 #. TRANS: Title for menu item in connection settings navigation.
443 #: TwitterBridgePlugin.php:179
444 msgid "Twitter integration options"
445 msgstr ""
446
447 #. TRANS: Menu item in administrative panel that leads to the Twitter bridge configuration.
448 #: TwitterBridgePlugin.php:319
449 msgid "Twitter"
450 msgstr ""
451
452 #. TRANS: Menu item title in administrative panel that leads to the Twitter bridge configuration.
453 #: TwitterBridgePlugin.php:321
454 msgid "Twitter bridge configuration page."
455 msgstr ""
456
457 #. TRANS: Plugin description.
458 #: TwitterBridgePlugin.php:345
459 msgid ""
460 "The Twitter \"bridge\" plugin allows integration of a StatusNet instance "
461 "with <a href=\"http://twitter.com/\">Twitter</a>."
462 msgstr ""
463
464 #. TRANS: Client error displayed when trying to log in using Twitter while already logged in to StatusNet.
465 #: twitterlogin.php:57
466 msgid "Already logged in."
467 msgstr ""
468
469 #. TRANS: Title for login using Twitter page.
470 #: twitterlogin.php:66
471 msgctxt "TITLE"
472 msgid "Twitter Login"
473 msgstr ""
474
475 #. TRANS: Instructions for login using Twitter page.
476 #: twitterlogin.php:72
477 msgid "Login with your Twitter account"
478 msgstr ""
479
480 #. TRANS: Alternative text for "sign in with Twitter" image.
481 #: twitterlogin.php:91
482 msgid "Sign in with Twitter"
483 msgstr ""
484
485 #. TRANS: Mail subject after forwarding notices to Twitter has stopped working.
486 #: twitter.php:438
487 msgid "Your Twitter bridge has been disabled"
488 msgstr ""
489
490 #. TRANS: Mail body after forwarding notices to Twitter has stopped working.
491 #. TRANS: %1$ is the name of the user the mail is sent to, %2$s is a URL to the
492 #. TRANS: Twitter settings, %3$s is the StatusNet sitename.
493 #: twitter.php:445
494 #, php-format
495 msgid ""
496 "Hi, %1$s. We're sorry to inform you that your link to Twitter has been "
497 "disabled. We no longer seem to have permission to update your Twitter "
498 "status. Did you maybe revoke %3$s's access?\n"
499 "\n"
500 "You can re-enable your Twitter bridge by visiting your Twitter settings "
501 "page:\n"
502 "\n"
503 "\t%2$s\n"
504 "\n"
505 "Regards,\n"
506 "%3$s"
507 msgstr ""
508
509 #. TRANS: Message used to repeat a notice. RT is the abbreviation of 'retweet'.
510 #. TRANS: %1$s is the repeated user's name, %2$s is the repeated notice.
511 #: twitterimport.php:114
512 #, php-format
513 msgid "RT @%1$s %2$s"
514 msgstr ""