OpenID.pot 19 KB

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