TwitterBridge.pot 14 KB

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