OpenID.pot 20 KB

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