OpenID.pot 21 KB

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