TwitterBridge.pot 15 KB

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