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