TwitterBridge.pot 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  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-08 18:20+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: Mail subject after forwarding notices to Twitter has stopped working.
  20. #: twitter.php:462
  21. msgid "Your Twitter bridge has been disabled"
  22. msgstr ""
  23. #. TRANS: Mail body after forwarding notices to Twitter has stopped working.
  24. #. TRANS: %1$ is the name of the user the mail is sent to, %2$s is a URL to the
  25. #. TRANS: Twitter settings, %3$s is the StatusNet sitename.
  26. #: twitter.php:469
  27. #, php-format
  28. msgid ""
  29. "Hi, %1$s. We're sorry to inform you that your link to Twitter has been "
  30. "disabled. We no longer seem to have permission to update your Twitter "
  31. "status. Did you maybe revoke %3$s's access?\n"
  32. "\n"
  33. "You can re-enable your Twitter bridge by visiting your Twitter settings "
  34. "page:\n"
  35. "\n"
  36. "\t%2$s\n"
  37. "\n"
  38. "Regards,\n"
  39. "%3$s"
  40. msgstr ""
  41. #. TRANS: Server exception thrown when an invalid URL scheme is detected.
  42. #: lib/jsonstreamreader.php:67
  43. msgid "Invalid URL scheme for HTTP stream reader."
  44. msgstr ""
  45. #. TRANS: Exception thrown when input from an inexpected socket is encountered.
  46. #: lib/jsonstreamreader.php:185
  47. msgid "Got input from unexpected socket!"
  48. msgstr ""
  49. #. TRANS: Exception thrown when an invalid state is encountered in handleLine.
  50. #. TRANS: %s is the invalid state.
  51. #: lib/jsonstreamreader.php:217
  52. #, php-format
  53. msgid "Invalid state in handleLine: %s."
  54. msgstr ""
  55. #. TRANS: Exception thrown when an invalid response line is encountered.
  56. #. TRANS: %s is the invalid line.
  57. #: lib/jsonstreamreader.php:231
  58. #, php-format
  59. msgid "Invalid HTTP response line: %s."
  60. msgstr ""
  61. #. TRANS: Exception thrown when an invalid response line part is encountered.
  62. #. TRANS: %1$s is the chunk, %2$s is the line.
  63. #: lib/jsonstreamreader.php:238
  64. #, php-format
  65. msgid "Invalid HTTP response line chunk \"%1$s\": %2$s."
  66. msgstr ""
  67. #. TRANS: Exception thrown when an invalid response code is encountered.
  68. #. TRANS: %1$s is the response code, %2$s is the line.
  69. #: lib/jsonstreamreader.php:243
  70. #, php-format
  71. msgid "Bad HTTP response code %1$s: %2$s."
  72. msgstr ""
  73. #. TRANS: Message used to repeat a notice. RT is the abbreviation of 'retweet'.
  74. #. TRANS: %1$s is the repeated user's name, %2$s is the repeated notice.
  75. #: lib/twitterimport.php:126
  76. #, php-format
  77. msgid "RT @%1$s %2$s"
  78. msgstr ""
  79. #. TRANS: Title for page with Twitter integration settings.
  80. #: actions/twittersettings.php:68
  81. msgid "Twitter settings"
  82. msgstr ""
  83. #. TRANS: Instructions for page with Twitter integration settings.
  84. #: actions/twittersettings.php:80
  85. msgid ""
  86. "Connect your Twitter account to share your updates with your Twitter friends "
  87. "and vice-versa."
  88. msgstr ""
  89. #. TRANS: Fieldset legend.
  90. #: actions/twittersettings.php:106
  91. msgid "Twitter account"
  92. msgstr ""
  93. #. TRANS: Form note when a Twitter account has been connected.
  94. #: actions/twittersettings.php:112
  95. msgid "Connected Twitter account"
  96. msgstr ""
  97. #. TRANS: Fieldset legend.
  98. #: actions/twittersettings.php:118
  99. msgid "Disconnect my account from Twitter"
  100. msgstr ""
  101. #. TRANS: Form guide. %s is a URL to the password settings.
  102. #. TRANS: This message contains a Markdown link in the form [description](link).
  103. #: actions/twittersettings.php:124
  104. #, php-format
  105. msgid ""
  106. "Disconnecting your Twitter account could make it impossible to log in! "
  107. "Please [set a password](%s) first."
  108. msgstr ""
  109. #. TRANS: Form instructions. %1$s is the StatusNet sitename.
  110. #: actions/twittersettings.php:133
  111. #, php-format
  112. msgid ""
  113. "Keep your %1$s account but disconnect from Twitter. You can use your %1$s "
  114. "password to log in."
  115. msgstr ""
  116. #. TRANS: Button text for disconnecting a Twitter account.
  117. #: actions/twittersettings.php:141
  118. msgctxt "BUTTON"
  119. msgid "Disconnect"
  120. msgstr ""
  121. #. TRANS: Fieldset legend.
  122. #: actions/twittersettings.php:149
  123. msgid "Preferences"
  124. msgstr ""
  125. #. TRANS: Checkbox label.
  126. #: actions/twittersettings.php:154
  127. msgid "Automatically send my notices to Twitter."
  128. msgstr ""
  129. #. TRANS: Checkbox label.
  130. #: actions/twittersettings.php:160
  131. msgid "Send local \"@\" replies to Twitter."
  132. msgstr ""
  133. #. TRANS: Checkbox label.
  134. #: actions/twittersettings.php:166
  135. msgid "Send local repeats to Twitter."
  136. msgstr ""
  137. #. TRANS: Checkbox label.
  138. #: actions/twittersettings.php:172
  139. msgid "Subscribe to my Twitter friends here."
  140. msgstr ""
  141. #. TRANS: Checkbox label.
  142. #: actions/twittersettings.php:180
  143. msgid "Import my friends timeline."
  144. msgstr ""
  145. #. TRANS: Button text for saving Twitter integration settings.
  146. #. TRANS: Button text for saving the administrative Twitter bridge settings.
  147. #: actions/twittersettings.php:195 actions/twitteradminpanel.php:311
  148. msgctxt "BUTTON"
  149. msgid "Save"
  150. msgstr ""
  151. #. TRANS: Button text for adding Twitter integration.
  152. #: actions/twittersettings.php:198
  153. msgctxt "BUTTON"
  154. msgid "Add"
  155. msgstr ""
  156. #. TRANS: Client error displayed when the submitted form contains unexpected data.
  157. #: actions/twittersettings.php:233
  158. msgid "Unexpected form submission."
  159. msgstr ""
  160. #. TRANS: Error message possibly displayed when trying to remove a connected Twitter account when there isn't one connected.
  161. #: actions/twittersettings.php:245
  162. msgid "No Twitter connection to remove."
  163. msgstr ""
  164. #. TRANS: Server error displayed when trying to remove a connected Twitter account fails.
  165. #: actions/twittersettings.php:253
  166. msgid "Could not remove Twitter user."
  167. msgstr ""
  168. #. TRANS: Success message displayed after disconnecting a Twitter account.
  169. #: actions/twittersettings.php:260
  170. msgid "Twitter account disconnected."
  171. msgstr ""
  172. #. TRANS: Server error displayed when saving Twitter integration preferences fails.
  173. #: actions/twittersettings.php:279
  174. msgid "Your account is not linked to Twitter."
  175. msgstr ""
  176. #. TRANS: Server error displayed when saving Twitter integration preferences fails.
  177. #: actions/twittersettings.php:290
  178. msgid "Could not save Twitter preferences."
  179. msgstr ""
  180. #. TRANS: Success message after saving Twitter integration preferences.
  181. #: actions/twittersettings.php:298
  182. msgid "Twitter preferences saved."
  183. msgstr ""
  184. #. TRANS: Form validation error displayed when the checkbox to agree to the license has not been checked.
  185. #: actions/twitterauthorization.php:98
  186. msgid "You cannot register if you do not agree to the license."
  187. msgstr ""
  188. #. TRANS: Form validation error displayed when an unhandled error occurs.
  189. #: actions/twitterauthorization.php:108
  190. msgid "No known action for POST."
  191. msgstr ""
  192. #. TRANS: Server error displayed when linking to a Twitter account fails.
  193. #: actions/twitterauthorization.php:135 actions/twitterauthorization.php:177
  194. #: actions/twitterauthorization.php:248
  195. msgid "Could not link your Twitter account."
  196. msgstr ""
  197. #. TRANS: Server error displayed when linking to a Twitter account fails because of an incorrect oauth_token.
  198. #: actions/twitterauthorization.php:154
  199. msgid "Could not link your Twitter account: oauth_token mismatch."
  200. msgstr ""
  201. #. TRANS: Page instruction. %s is the StatusNet sitename.
  202. #: actions/twitterauthorization.php:257
  203. #, php-format
  204. msgid ""
  205. "This is the first time you have logged into %s so we must connect your "
  206. "Twitter account to a local account. You can either create a new account, or "
  207. "connect with your existing account, if you have one."
  208. msgstr ""
  209. #. TRANS: Page title.
  210. #: actions/twitterauthorization.php:263
  211. msgid "Twitter Account Setup"
  212. msgstr ""
  213. #. TRANS: Fieldset legend.
  214. #: actions/twitterauthorization.php:296
  215. msgid "Connection options"
  216. msgstr ""
  217. #. TRANS: Fieldset legend.
  218. #: actions/twitterauthorization.php:310
  219. msgid "Create new account"
  220. msgstr ""
  221. #. TRANS: Sub form introduction text.
  222. #: actions/twitterauthorization.php:313
  223. msgid "Create a new user with this nickname."
  224. msgstr ""
  225. #. TRANS: Field label.
  226. #: actions/twitterauthorization.php:321
  227. msgid "New nickname"
  228. msgstr ""
  229. #. TRANS: Field title for nickname field.
  230. #: actions/twitterauthorization.php:324
  231. msgid "1-64 lowercase letters or numbers, no punctuation or spaces."
  232. msgstr ""
  233. #. TRANS: Field label.
  234. #: actions/twitterauthorization.php:328
  235. msgctxt "LABEL"
  236. msgid "Email"
  237. msgstr ""
  238. #. TRANS: Field title for e-mail address field.
  239. #: actions/twitterauthorization.php:330
  240. msgid "Used only for updates, announcements, and password recovery"
  241. msgstr ""
  242. #. TRANS: Button text for creating a new StatusNet account in the Twitter connect page.
  243. #: actions/twitterauthorization.php:339
  244. msgctxt "BUTTON"
  245. msgid "Create"
  246. msgstr ""
  247. #. TRANS: Fieldset legend.
  248. #: actions/twitterauthorization.php:346
  249. msgid "Connect existing account"
  250. msgstr ""
  251. #. TRANS: Sub form introduction text.
  252. #: actions/twitterauthorization.php:349
  253. msgid ""
  254. "If you already have an account, login with your username and password to "
  255. "connect it to your Twitter account."
  256. msgstr ""
  257. #. TRANS: Field label.
  258. #: actions/twitterauthorization.php:353
  259. msgid "Existing nickname"
  260. msgstr ""
  261. #. TRANS: Field label.
  262. #: actions/twitterauthorization.php:357
  263. msgid "Password"
  264. msgstr ""
  265. #. TRANS: Fieldset legend.
  266. #: actions/twitterauthorization.php:365
  267. msgid "License"
  268. msgstr ""
  269. #. TRANS: Text for license agreement checkbox.
  270. #. TRANS: %s is the license as configured for the StatusNet site.
  271. #: actions/twitterauthorization.php:376
  272. #, php-format
  273. msgid ""
  274. "My text and files are available under %s except this private data: password, "
  275. "email address, IM address, and phone number."
  276. msgstr ""
  277. #. TRANS: Button text for connecting an existing StatusNet account in the Twitter connect page..
  278. #: actions/twitterauthorization.php:390
  279. msgctxt "BUTTON"
  280. msgid "Connect"
  281. msgstr ""
  282. #. TRANS: Client error displayed when trying to create a new user but a plugin aborted the process.
  283. #: actions/twitterauthorization.php:427
  284. msgid "Registration of new user was aborted, maybe you failed a captcha?"
  285. msgstr ""
  286. #. TRANS: Client error displayed when trying to create a new user while creating new users is not allowed.
  287. #: actions/twitterauthorization.php:433 actions/twitterauthorization.php:443
  288. msgid "Registration not allowed."
  289. msgstr ""
  290. #. TRANS: Client error displayed when trying to create a new user with an invalid invitation code.
  291. #: actions/twitterauthorization.php:451
  292. msgid "Not a valid invitation code."
  293. msgstr ""
  294. #. TRANS: Form validation error displayed when connecting an existing user to a Twitter user fails because
  295. #. TRANS: the provided username and/or password are incorrect.
  296. #: actions/twitterauthorization.php:503
  297. msgid "Invalid username or password."
  298. msgstr ""
  299. #. TRANS: Server error displayed connecting a user to a Twitter user has failed.
  300. #: actions/twitterauthorization.php:537
  301. msgid "Error connecting user to Twitter."
  302. msgstr ""
  303. #: actions/twitterauthorization.php:570
  304. msgid "No foreign link found for Twitter user"
  305. msgstr ""
  306. #. TRANS: Title for login using Twitter page.
  307. #: actions/twitterlogin.php:52
  308. msgctxt "TITLE"
  309. msgid "Twitter Login"
  310. msgstr ""
  311. #. TRANS: Instructions for login using Twitter page.
  312. #: actions/twitterlogin.php:58
  313. msgid "Login with your Twitter account"
  314. msgstr ""
  315. #. TRANS: Alternative text for "sign in with Twitter" image.
  316. #: actions/twitterlogin.php:68
  317. msgid "Sign in with Twitter"
  318. msgstr ""
  319. #. TRANS: Page title for Twitter administration panel.
  320. #: actions/twitteradminpanel.php:53
  321. msgctxt "TITLE"
  322. msgid "Twitter"
  323. msgstr ""
  324. #. TRANS: Instructions for Twitter bridge administration page.
  325. #: actions/twitteradminpanel.php:64
  326. msgid "Twitter bridge settings"
  327. msgstr ""
  328. #. TRANS: Client error displayed when a consumer key is invalid because it is too long.
  329. #: actions/twitteradminpanel.php:153
  330. msgid "Invalid consumer key. Maximum length is 255 characters."
  331. msgstr ""
  332. #. TRANS: Client error displayed when a consumer secret is invalid because it is too long.
  333. #: actions/twitteradminpanel.php:160
  334. msgid "Invalid consumer secret. Maximum length is 255 characters."
  335. msgstr ""
  336. #. TRANS: Fieldset legend for Twitter application settings.
  337. #: actions/twitteradminpanel.php:217
  338. msgid "Twitter application settings"
  339. msgstr ""
  340. #. TRANS: Field label for Twitter assigned consumer key.
  341. #: actions/twitteradminpanel.php:224
  342. msgid "Consumer key"
  343. msgstr ""
  344. #. TRANS: Field title for Twitter assigned consumer key.
  345. #: actions/twitteradminpanel.php:226
  346. msgid "The consumer key assigned by Twitter."
  347. msgstr ""
  348. #. TRANS: Field label for Twitter assigned consumer secret.
  349. #: actions/twitteradminpanel.php:235
  350. msgid "Consumer secret"
  351. msgstr ""
  352. #. TRANS: Field title for Twitter assigned consumer secret.
  353. #: actions/twitteradminpanel.php:237
  354. msgid "The consumer secret assigned by Twitter."
  355. msgstr ""
  356. #. TRANS: Form guide displayed when two required fields have already been provided.
  357. #: actions/twitteradminpanel.php:248
  358. msgid "Note: A global consumer key and secret are set."
  359. msgstr ""
  360. #. TRANS: Field label for Twitter application name.
  361. #: actions/twitteradminpanel.php:256
  362. msgid "Integration source"
  363. msgstr ""
  364. #. TRANS: Field title for Twitter application name.
  365. #: actions/twitteradminpanel.php:258
  366. msgid "The name of your Twitter application."
  367. msgstr ""
  368. #. TRANS: Fieldset legend for Twitter integration options.
  369. #: actions/twitteradminpanel.php:271
  370. msgid "Options"
  371. msgstr ""
  372. #. TRANS: Checkbox label for global setting.
  373. #: actions/twitteradminpanel.php:279
  374. msgid "Enable \"Sign-in with Twitter\""
  375. msgstr ""
  376. #. TRANS: Checkbox title.
  377. #: actions/twitteradminpanel.php:282
  378. msgid "This allow users to login with their Twitter credentials."
  379. msgstr ""
  380. #. TRANS: Checkbox label for global setting.
  381. #: actions/twitteradminpanel.php:290
  382. msgid "Enable Twitter import"
  383. msgstr ""
  384. #. TRANS: Checkbox title for global setting.
  385. #: actions/twitteradminpanel.php:293
  386. msgid ""
  387. "Allow users to import their Twitter friends' timelines. Requires daemons to "
  388. "be manually configured."
  389. msgstr ""
  390. #. TRANS: Button title for saving the administrative Twitter bridge settings.
  391. #: actions/twitteradminpanel.php:313
  392. msgid "Save the Twitter bridge settings."
  393. msgstr ""
  394. #. TRANS: Menu item in login navigation.
  395. #. TRANS: Menu item in connection settings navigation.
  396. #: TwitterBridgePlugin.php:152 TwitterBridgePlugin.php:177
  397. msgctxt "MENU"
  398. msgid "Twitter"
  399. msgstr ""
  400. #. TRANS: Title for menu item in login navigation.
  401. #: TwitterBridgePlugin.php:154
  402. msgid "Login or register using Twitter."
  403. msgstr ""
  404. #. TRANS: Title for menu item in connection settings navigation.
  405. #: TwitterBridgePlugin.php:179
  406. msgid "Twitter integration options"
  407. msgstr ""
  408. #. TRANS: Menu item in administrative panel that leads to the Twitter bridge configuration.
  409. #: TwitterBridgePlugin.php:280
  410. msgid "Twitter"
  411. msgstr ""
  412. #. TRANS: Menu item title in administrative panel that leads to the Twitter bridge configuration.
  413. #: TwitterBridgePlugin.php:282
  414. msgid "Twitter bridge configuration page."
  415. msgstr ""
  416. #. TRANS: Plugin description.
  417. #: TwitterBridgePlugin.php:306
  418. msgid ""
  419. "The Twitter \"bridge\" plugin allows integration of a StatusNet instance "
  420. "with <a href=\"http://twitter.com/\">Twitter</a>."
  421. msgstr ""