OpenID.pot 21 KB

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