TwitterBridge.pot 15 KB

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