]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/OpenID/locale/OpenID.pot
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / plugins / OpenID / locale / OpenID.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: OpenID plugin server error.
21 #: openid.php:139
22 msgid "Cannot instantiate OpenID consumer object."
23 msgstr ""
24
25 #. TRANS: OpenID plugin message. Given when an OpenID is not valid.
26 #: openid.php:151
27 msgid "Not a valid OpenID."
28 msgstr ""
29
30 #. TRANS: OpenID plugin server error. Given when the OpenID authentication request fails.
31 #. TRANS: %s is the failure message.
32 #: openid.php:156
33 #, php-format
34 msgid "OpenID failure: %s."
35 msgstr ""
36
37 #. TRANS: OpenID plugin server error. Given when the OpenID authentication request cannot be redirected.
38 #. TRANS: %s is the failure message.
39 #: openid.php:206
40 #, php-format
41 msgid "Could not redirect to server: %s."
42 msgstr ""
43
44 #. TRANS: OpenID plugin user instructions.
45 #: openid.php:245
46 msgid ""
47 "This form should automatically submit itself. If not, click the submit "
48 "button to go to your OpenID provider."
49 msgstr ""
50
51 #. TRANS: OpenID plugin server error.
52 #: openid.php:281
53 msgid "Error saving the profile."
54 msgstr ""
55
56 #. TRANS: OpenID plugin server error.
57 #: openid.php:293
58 msgid "Error saving the user."
59 msgstr ""
60
61 #. TRANS: OpenID plugin client exception (403).
62 #: openid.php:323
63 msgid "Unauthorized URL used for OpenID login."
64 msgstr ""
65
66 #. TRANS: Title
67 #: openid.php:371
68 msgid "OpenID Login Submission"
69 msgstr ""
70
71 #. TRANS: OpenID plugin message used while requesting authorization user's OpenID login provider.
72 #: openid.php:382
73 msgid "Requesting authorization from your login provider..."
74 msgstr ""
75
76 #. TRANS: OpenID plugin message. User instruction while requesting authorization user's OpenID login provider.
77 #: openid.php:386
78 msgid ""
79 "If you are not redirected to your login provider in a few seconds, try "
80 "pushing the button below."
81 msgstr ""
82
83 #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
84 #: actions/finishaddopenid.php:66
85 msgid "Not logged in."
86 msgstr ""
87
88 #. TRANS: Status message in case the response from the OpenID provider is that the logon attempt was cancelled.
89 #: actions/finishaddopenid.php:87 actions/finishopenidlogin.php:243
90 msgid "OpenID authentication cancelled."
91 msgstr ""
92
93 #. TRANS: OpenID authentication failed; display the error message.
94 #. TRANS: %s is the error message.
95 #. TRANS: OpenID authentication failed; display the error message. %s is the error message.
96 #: actions/finishaddopenid.php:92 actions/finishopenidlogin.php:247
97 #, php-format
98 msgid "OpenID authentication failed: %s."
99 msgstr ""
100
101 #. TRANS: OpenID authentication error.
102 #. TRANS: Message displayed when OpenID authentication is aborted.
103 #: actions/finishaddopenid.php:109 actions/finishopenidlogin.php:268
104 msgid ""
105 "OpenID authentication aborted: You are not allowed to login to this site."
106 msgstr ""
107
108 #. TRANS: Message in case a user tries to add an OpenID that is already connected to them.
109 #: actions/finishaddopenid.php:120
110 msgid "You already have this OpenID!"
111 msgstr ""
112
113 #. TRANS: Message in case a user tries to add an OpenID that is already used by another user.
114 #: actions/finishaddopenid.php:123
115 msgid "Someone else already has this OpenID."
116 msgstr ""
117
118 #. TRANS: Message in case the OpenID object cannot be connected to the user.
119 #: actions/finishaddopenid.php:136
120 msgid "Error connecting user."
121 msgstr ""
122
123 #. TRANS: Message in case the user or the user profile cannot be saved in StatusNet.
124 #: actions/finishaddopenid.php:143
125 msgid "Error updating profile."
126 msgstr ""
127
128 #. TRANS: Title after getting the status of the OpenID authorisation request.
129 #: actions/finishaddopenid.php:183
130 msgid "OpenID Login"
131 msgstr ""
132
133 #. TRANS: OpenID plugin client error given trying to add an unauthorised OpenID to a user (403).
134 #. TRANS: %s is a request identity.
135 #: actions/openidserver.php:115
136 #, php-format
137 msgid "You are not authorized to use the identity %s."
138 msgstr ""
139
140 #. TRANS: OpenID plugin client error given when not getting a response for a given OpenID provider (500).
141 #: actions/openidserver.php:136
142 msgid "Just an OpenID provider. Nothing to see here, move along..."
143 msgstr ""
144
145 #. TRANS: Title of OpenID settings page for a user.
146 #: actions/openidsettings.php:57
147 msgctxt "TITLE"
148 msgid "OpenID settings"
149 msgstr ""
150
151 #. TRANS: Form instructions for OpenID settings.
152 #. TRANS: This message contains Markdown links in the form [description](link).
153 #: actions/openidsettings.php:69
154 #, php-format
155 msgid ""
156 "[OpenID](%%doc.openid%%) lets you log into many sites with the same user "
157 "account. Manage your associated OpenIDs from here."
158 msgstr ""
159
160 #. TRANS: Fieldset legend.
161 #: actions/openidsettings.php:100
162 msgctxt "LEGEND"
163 msgid "Add OpenID"
164 msgstr ""
165
166 #. TRANS: Form guide.
167 #: actions/openidsettings.php:104
168 msgid ""
169 "If you want to add an OpenID to your account, enter it in the box below and "
170 "click \"Add\"."
171 msgstr ""
172
173 #. TRANS: Field label.
174 #. TRANS: OpenID plugin logon form field label.
175 #: actions/openidsettings.php:110 actions/openidlogin.php:155
176 #: OpenIDPlugin.php:702
177 msgid "OpenID URL"
178 msgstr ""
179
180 #. TRANS: Button text for adding an OpenID URL.
181 #: actions/openidsettings.php:121
182 msgctxt "BUTTON"
183 msgid "Add"
184 msgstr ""
185
186 #. TRANS: Header on OpenID settings page.
187 #: actions/openidsettings.php:133
188 msgctxt "HEADER"
189 msgid "Remove OpenID"
190 msgstr ""
191
192 #. TRANS: Form guide.
193 #: actions/openidsettings.php:139
194 msgid ""
195 "Removing your only OpenID would make it impossible to log in! If you need to "
196 "remove it, add another OpenID first."
197 msgstr ""
198
199 #. TRANS: Form guide.
200 #: actions/openidsettings.php:155
201 msgid ""
202 "You can remove an OpenID from your account by clicking the button marked "
203 "\"Remove\"."
204 msgstr ""
205
206 #. TRANS: Button text to remove an OpenID.
207 #. TRANS: Button text to remove an OpenID trustroot.
208 #: actions/openidsettings.php:179 actions/openidsettings.php:223
209 msgctxt "BUTTON"
210 msgid "Remove"
211 msgstr ""
212
213 #. TRANS: Fieldset legend.
214 #: actions/openidsettings.php:194
215 msgid "OpenID Trusted Sites"
216 msgstr ""
217
218 #. TRANS: Form guide.
219 #: actions/openidsettings.php:198
220 msgid ""
221 "The following sites are allowed to access your identity and log you in. You "
222 "can remove a site from this list to deny it access to your OpenID."
223 msgstr ""
224
225 #: actions/openidsettings.php:229
226 msgctxt "LEGEND"
227 msgid "Preferences"
228 msgstr ""
229
230 #. TRANS: Button text to save OpenID prefs
231 #. TRANS: Button text to save OpenID settings.
232 #: actions/openidsettings.php:237 actions/openidadminpanel.php:284
233 msgctxt "BUTTON"
234 msgid "Save"
235 msgstr ""
236
237 #. TRANS: Client error displayed when the session token does not match or is not given.
238 #. TRANS: Message given when there is a problem with the user's session token.
239 #: actions/openidsettings.php:257 actions/finishopenidlogin.php:42
240 msgid "There was a problem with your session token. Try again, please."
241 msgstr ""
242
243 #. TRANS: Form validation error if no OpenID providers can be added.
244 #: actions/openidsettings.php:265
245 msgid "Cannot add new providers."
246 msgstr ""
247
248 #. TRANS: Unexpected form validation error.
249 #: actions/openidsettings.php:281
250 msgid "Something weird happened."
251 msgstr ""
252
253 #. TRANS: Form validation error when trying to remove a non-existing trustroot.
254 #: actions/openidsettings.php:305
255 msgid "No such OpenID trustroot."
256 msgstr ""
257
258 #. TRANS: Success message after removing trustroots.
259 #: actions/openidsettings.php:310
260 msgid "Trustroots removed."
261 msgstr ""
262
263 #. TRANS: Form validation error for a non-existing OpenID.
264 #: actions/openidsettings.php:333
265 msgid "No such OpenID."
266 msgstr ""
267
268 #. TRANS: Form validation error if OpenID is connected to another user.
269 #: actions/openidsettings.php:339
270 msgid "That OpenID does not belong to you."
271 msgstr ""
272
273 #. TRANS: Success message after removing an OpenID.
274 #: actions/openidsettings.php:344
275 msgid "OpenID removed."
276 msgstr ""
277
278 #: actions/openidsettings.php:383
279 msgid "OpenID preferences saved."
280 msgstr ""
281
282 #. TRANS: Client error message trying to log on with OpenID while already logged on.
283 #: actions/finishopenidlogin.php:37 actions/openidlogin.php:33
284 msgid "Already logged in."
285 msgstr ""
286
287 #. TRANS: Message given if user does not agree with the site's license.
288 #: actions/finishopenidlogin.php:48
289 msgid "You cannot register if you do not agree to the license."
290 msgstr ""
291
292 #. TRANS: Messag given on an unknown error.
293 #: actions/finishopenidlogin.php:57
294 msgid "An unknown error has occured."
295 msgstr ""
296
297 #. TRANS: Instructions given after a first successful logon using OpenID.
298 #. TRANS: %s is the site name.
299 #: actions/finishopenidlogin.php:73
300 #, php-format
301 msgid ""
302 "This is the first time you have logged into %s so we must connect your "
303 "OpenID to a local account. You can either create a new account, or connect "
304 "with your existing account, if you have one."
305 msgstr ""
306
307 #. TRANS: Title
308 #: actions/finishopenidlogin.php:80
309 msgctxt "TITLE"
310 msgid "OpenID Account Setup"
311 msgstr ""
312
313 #. TRANS: Fieldset legend.
314 #: actions/finishopenidlogin.php:118
315 msgid "Create new account"
316 msgstr ""
317
318 #. TRANS: Form guide.
319 #: actions/finishopenidlogin.php:121
320 msgid "Create a new user with this nickname."
321 msgstr ""
322
323 #. TRANS: Field label.
324 #: actions/finishopenidlogin.php:129
325 msgid "New nickname"
326 msgstr ""
327
328 #. TRANS: Field title.
329 #: actions/finishopenidlogin.php:132
330 msgid "1-64 lowercase letters or numbers, no punctuation or spaces."
331 msgstr ""
332
333 #. TRANS: Field label.
334 #: actions/finishopenidlogin.php:136
335 msgid "Email"
336 msgstr ""
337
338 #. TRANS: Field title.
339 #: actions/finishopenidlogin.php:138
340 msgid "Used only for updates, announcements, and password recovery."
341 msgstr ""
342
343 #. TRANS: OpenID plugin link text.
344 #. TRANS: %s is a link to a license with the license name as link text.
345 #: actions/finishopenidlogin.php:155
346 #, php-format
347 msgid ""
348 "My text and files are available under %s except this private data: password, "
349 "email address, IM address, and phone number."
350 msgstr ""
351
352 #. TRANS: Button label in form in which to create a new user on the site for an OpenID.
353 #: actions/finishopenidlogin.php:168
354 msgctxt "BUTTON"
355 msgid "Create"
356 msgstr ""
357
358 #. TRANS: Used as form legend for form in which to connect an OpenID to an existing user on the site.
359 #: actions/finishopenidlogin.php:182
360 msgid "Connect existing account"
361 msgstr ""
362
363 #. TRANS: User instructions for form in which to connect an OpenID to an existing user on the site.
364 #: actions/finishopenidlogin.php:185
365 msgid ""
366 "If you already have an account, login with your username and password to "
367 "connect it to your OpenID."
368 msgstr ""
369
370 #. TRANS: Field label in form in which to connect an OpenID to an existing user on the site.
371 #: actions/finishopenidlogin.php:189
372 msgid "Existing nickname"
373 msgstr ""
374
375 #. TRANS: Field label in form in which to connect an OpenID to an existing user on the site.
376 #: actions/finishopenidlogin.php:193
377 msgid "Password"
378 msgstr ""
379
380 #. TRANS: Button text in form in which to connect an OpenID to an existing user on the site.
381 #: actions/finishopenidlogin.php:197
382 msgctxt "BUTTON"
383 msgid "Connect"
384 msgstr ""
385
386 #. TRANS: OpenID plugin message. No new user registration is allowed on the site.
387 #. TRANS: OpenID plugin message. No new user registration is allowed on the site without an invitation code, and none was provided.
388 #: actions/finishopenidlogin.php:324 actions/finishopenidlogin.php:333
389 msgid "Registration not allowed."
390 msgstr ""
391
392 #. TRANS: OpenID plugin message. No new user registration is allowed on the site without an invitation code, and the one provided was not valid.
393 #: actions/finishopenidlogin.php:340
394 msgid "Not a valid invitation code."
395 msgstr ""
396
397 #. TRANS: OpenID plugin server error. A stored OpenID cannot be retrieved.
398 #. TRANS: OpenID plugin server error. A stored OpenID cannot be found.
399 #: actions/finishopenidlogin.php:355 actions/finishopenidlogin.php:438
400 msgid "Stored OpenID not found."
401 msgstr ""
402
403 #. TRANS: OpenID plugin server error.
404 #: actions/finishopenidlogin.php:364
405 msgid "Creating new account for OpenID that already has a user."
406 msgstr ""
407
408 #. TRANS: OpenID plugin message.
409 #: actions/finishopenidlogin.php:426
410 msgid "Invalid username or password."
411 msgstr ""
412
413 #. TRANS: OpenID plugin server error. The user or user profile could not be saved.
414 #: actions/finishopenidlogin.php:445
415 msgid "Error connecting user to OpenID."
416 msgstr ""
417
418 #. TRANS: OpenID plugin message. Rememberme logins have to reauthenticate before changing any profile settings.
419 #. TRANS: "OpenID" is the display text for a link with URL "(%%doc.openid%%)".
420 #: actions/openidlogin.php:74
421 #, php-format
422 msgid ""
423 "For security reasons, please re-login with your [OpenID](%%doc.openid%%) "
424 "before changing your settings."
425 msgstr ""
426
427 #. TRANS: OpenID plugin message.
428 #. TRANS: "OpenID" is the display text for a link with URL "(%%doc.openid%%)".
429 #: actions/openidlogin.php:80
430 #, php-format
431 msgid "Login with an [OpenID](%%doc.openid%%) account."
432 msgstr ""
433
434 #. TRANS: OpenID plugin message. Title.
435 #: actions/openidlogin.php:114
436 msgctxt "TITLE"
437 msgid "OpenID Login"
438 msgstr ""
439
440 #. TRANS: OpenID plugin logon form legend.
441 #: actions/openidlogin.php:132 OpenIDPlugin.php:679
442 msgctxt "LEGEND"
443 msgid "OpenID login"
444 msgstr ""
445
446 #. TRANS: Field label.
447 #: actions/openidlogin.php:140
448 msgctxt "LABEL"
449 msgid "OpenID provider"
450 msgstr ""
451
452 #. TRANS: Form guide.
453 #: actions/openidlogin.php:149 OpenIDPlugin.php:696
454 msgid "Enter your username."
455 msgstr ""
456
457 #. TRANS: Form guide.
458 #: actions/openidlogin.php:151 OpenIDPlugin.php:698
459 msgid "You will be sent to the provider's site for authentication."
460 msgstr ""
461
462 #. TRANS: OpenID plugin logon form field title.
463 #. TRANS: OpenID plugin logon form field instructions.
464 #: actions/openidlogin.php:158 OpenIDPlugin.php:705
465 msgid "Your OpenID URL."
466 msgstr ""
467
468 #. TRANS: OpenID plugin logon form checkbox label for setting to put the OpenID information in a cookie.
469 #: actions/openidlogin.php:163
470 msgid "Remember me"
471 msgstr ""
472
473 #. TRANS: OpenID plugin logon form field title.
474 #: actions/openidlogin.php:165
475 msgid "Automatically login in the future; not for shared computers!"
476 msgstr ""
477
478 #. TRANS: OpenID plugin logon form button label to start logon with the data provided in the logon form.
479 #: actions/openidlogin.php:170
480 msgctxt "BUTTON"
481 msgid "Login"
482 msgstr ""
483
484 #. TRANS: Title for OpenID bridge administration page.
485 #: actions/openidadminpanel.php:53
486 msgctxt "TITLE"
487 msgid "OpenID Settings"
488 msgstr ""
489
490 #. TRANS: Page instructions.
491 #: actions/openidadminpanel.php:64
492 msgid "OpenID settings"
493 msgstr ""
494
495 #. TRANS: Client error displayed when OpenID provider URL is too long.
496 #: actions/openidadminpanel.php:145
497 msgid "Invalid provider URL. Maximum length is 255 characters."
498 msgstr ""
499
500 #. TRANS: Client error displayed when Launchpad team name is too long.
501 #: actions/openidadminpanel.php:152
502 msgid "Invalid team name. Maximum length is 255 characters."
503 msgstr ""
504
505 #. TRANS: Fieldset legend.
506 #: actions/openidadminpanel.php:206
507 msgctxt "LEGEND"
508 msgid "Trusted provider"
509 msgstr ""
510
511 #. TRANS: Form guide.
512 #: actions/openidadminpanel.php:209
513 msgid ""
514 "By default, users are allowed to authenticate with any OpenID provider. If "
515 "you are using your own OpenID service for shared sign-in, you can restrict "
516 "access to only your own users here."
517 msgstr ""
518
519 #. TRANS: Field label.
520 #: actions/openidadminpanel.php:218
521 msgid "Provider URL"
522 msgstr ""
523
524 #. TRANS: Field title.
525 #: actions/openidadminpanel.php:220
526 msgid ""
527 "All OpenID logins will be sent to this URL; other providers may not be used."
528 msgstr ""
529
530 #. TRANS: Checkbox label.
531 #: actions/openidadminpanel.php:228
532 msgid "Append a username to base URL"
533 msgstr ""
534
535 #. TRANS: Checkbox title.
536 #: actions/openidadminpanel.php:231
537 msgid ""
538 "Login form will show the base URL and prompt for a username to add at the "
539 "end. Use when OpenID provider URL should be the profile page for individual "
540 "users."
541 msgstr ""
542
543 #. TRANS: Field label.
544 #: actions/openidadminpanel.php:240
545 msgid "Required team"
546 msgstr ""
547
548 #. TRANS: Field title.
549 #: actions/openidadminpanel.php:242
550 msgid "Only allow logins from users in the given team (Launchpad extension)."
551 msgstr ""
552
553 #. TRANS: Fieldset legend.
554 #: actions/openidadminpanel.php:255
555 msgctxt "LEGEND"
556 msgid "Options"
557 msgstr ""
558
559 #. TRANS: Checkbox label.
560 #: actions/openidadminpanel.php:263
561 msgid "Enable OpenID-only mode"
562 msgstr ""
563
564 #. TRANS: Checkbox title.
565 #: actions/openidadminpanel.php:266
566 msgid ""
567 "Require all users to login via OpenID. Warning: disables password "
568 "authentication for all users!"
569 msgstr ""
570
571 #. TRANS: Button title to save OpenID settings.
572 #: actions/openidadminpanel.php:286
573 msgid "Save OpenID settings."
574 msgstr ""
575
576 #. TRANS: Title for identity verification page.
577 #: actions/openidtrust.php:51
578 msgid "OpenID Identity Verification"
579 msgstr ""
580
581 #. TRANS: Client error when visiting page directly.
582 #: actions/openidtrust.php:69
583 msgid ""
584 "This page should only be reached during OpenID processing, not directly."
585 msgstr ""
586
587 #. TRANS: Page notice. %s is a trustroot name.
588 #: actions/openidtrust.php:118
589 #, php-format
590 msgid ""
591 "%s has asked to verify your identity. Click Continue to verify your identity "
592 "and login without creating a new password."
593 msgstr ""
594
595 #. TRANS: Button text to continue OpenID identity verification.
596 #. TRANS: button label for OAuth authorization page when needing OpenID authentication first.
597 #: actions/openidtrust.php:136 OpenIDPlugin.php:662
598 msgctxt "BUTTON"
599 msgid "Continue"
600 msgstr ""
601
602 #. TRANS: Button text to cancel OpenID identity verification.
603 #: actions/openidtrust.php:138
604 msgctxt "BUTTON"
605 msgid "Cancel"
606 msgstr ""
607
608 #. TRANS: Client exception thrown when an action is not available.
609 #: OpenIDPlugin.php:139
610 msgid "Unavailable action."
611 msgstr ""
612
613 #. TRANS: Tooltip for main menu option "Login"
614 #: OpenIDPlugin.php:219
615 msgctxt "TOOLTIP"
616 msgid "Login to the site."
617 msgstr ""
618
619 #. TRANS: Main menu option when not logged in to log in
620 #: OpenIDPlugin.php:222
621 msgctxt "MENU"
622 msgid "Login"
623 msgstr ""
624
625 #. TRANS: Tooltip for main menu option "Help"
626 #: OpenIDPlugin.php:227
627 msgctxt "TOOLTIP"
628 msgid "Help me!"
629 msgstr ""
630
631 #. TRANS: Main menu option for help on the StatusNet site
632 #: OpenIDPlugin.php:230
633 msgctxt "MENU"
634 msgid "Help"
635 msgstr ""
636
637 #. TRANS: Tooltip for main menu option "Search"
638 #: OpenIDPlugin.php:236
639 msgctxt "TOOLTIP"
640 msgid "Search for people or text."
641 msgstr ""
642
643 #. TRANS: Main menu option when logged in or when the StatusNet instance is not private
644 #: OpenIDPlugin.php:239
645 msgctxt "MENU"
646 msgid "Search"
647 msgstr ""
648
649 #. TRANS: OpenID plugin menu item on site logon page.
650 #. TRANS: OpenID plugin menu item on user settings page.
651 #. TRANS: OpenID configuration menu item.
652 #: OpenIDPlugin.php:296 OpenIDPlugin.php:332 OpenIDPlugin.php:524
653 #: OpenIDPlugin.php:604
654 msgctxt "MENU"
655 msgid "OpenID"
656 msgstr ""
657
658 #. TRANS: OpenID plugin tooltip for logon menu item.
659 #: OpenIDPlugin.php:298
660 msgid "Login or register with OpenID."
661 msgstr ""
662
663 #. TRANS: OpenID plugin tooltip for user settings menu item.
664 #: OpenIDPlugin.php:334
665 msgid "Add or remove OpenIDs."
666 msgstr ""
667
668 #. TRANS: Page notice for logged in users to try and get them to add an OpenID account to their StatusNet account.
669 #. TRANS: This message contains Markdown links in the form (description)[link].
670 #: OpenIDPlugin.php:466
671 #, php-format
672 msgid ""
673 "(Have an [OpenID](http://openid.net/)? [Add an OpenID to your account]"
674 "(%%action.openidsettings%%)!"
675 msgstr ""
676
677 #. TRANS: Page notice for anonymous users to try and get them to register with an OpenID account.
678 #. TRANS: This message contains Markdown links in the form (description)[link].
679 #: OpenIDPlugin.php:471
680 #, php-format
681 msgid ""
682 "(Have an [OpenID](http://openid.net/)? Try our [OpenID registration]"
683 "(%%action.openidlogin%%)!)"
684 msgstr ""
685
686 #. TRANS: Page notice on the login page to try and get them to log on with an OpenID account.
687 #. TRANS: This message contains Markdown links in the form (description)[link].
688 #: OpenIDPlugin.php:479
689 #, php-format
690 msgid ""
691 "(Have an [OpenID](http://openid.net/)? Try our [OpenID login](%%action."
692 "openidlogin%%)!)"
693 msgstr ""
694
695 #. TRANS: Tooltip for OpenID configuration menu item.
696 #: OpenIDPlugin.php:606
697 msgid "OpenID configuration."
698 msgstr ""
699
700 #. TRANS: Plugin description.
701 #: OpenIDPlugin.php:652
702 msgid "Use <a href=\"http://openid.net/\">OpenID</a> to login to the site."
703 msgstr ""
704
705 #. TRANS: Field label.
706 #: OpenIDPlugin.php:687
707 msgid "OpenID provider"
708 msgstr ""