TwitterBridge.pot 15 KB

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