OStatus.pot 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920
  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: Server exception.
  20. #: classes/FeedSub.php:281
  21. msgid "Attempting to start WebSub subscription for feed with no hub."
  22. msgstr ""
  23. #. TRANS: Server exception.
  24. #: classes/FeedSub.php:325
  25. msgid "Attempting to end WebSub subscription for feed with no hub."
  26. msgstr ""
  27. #: classes/FeedSub.php:439
  28. #, php-format
  29. msgid "Unexpected HTTP status: %d"
  30. msgstr ""
  31. #. TRANS: Server exception. %s is a URI
  32. #: classes/Ostatus_profile.php:212 classes/Ostatus_profile.php:235
  33. #, php-format
  34. msgid "Invalid ostatus_profile state: Two or more IDs set for %s."
  35. msgstr ""
  36. #. TRANS: Server exception. %s is a URI
  37. #: classes/Ostatus_profile.php:215 classes/Ostatus_profile.php:238
  38. #, php-format
  39. msgid "Invalid ostatus_profile state: All IDs empty for %s."
  40. msgstr ""
  41. #. TRANS: Server exception.
  42. #: classes/Ostatus_profile.php:439
  43. msgid ""
  44. "Invalid type passed to Ostatus_profile::notify. It must be XML string or "
  45. "Activity entry."
  46. msgstr ""
  47. #. TRANS: Exception.
  48. #: classes/Ostatus_profile.php:473
  49. msgid "Unknown feed format."
  50. msgstr ""
  51. #. TRANS: Exception.
  52. #: classes/Ostatus_profile.php:494
  53. msgid "RSS feed without a channel."
  54. msgstr ""
  55. #. TRANS: Exception. %s is a profile URL.
  56. #: classes/Ostatus_profile.php:664
  57. #, php-format
  58. msgid "Could not reach profile page %s."
  59. msgstr ""
  60. #. TRANS: Exception. %s is a URL.
  61. #: classes/Ostatus_profile.php:733 scripts/update_ostatus_profiles.php:127
  62. #, php-format
  63. msgid "Could not find a feed URL for profile page %s."
  64. msgstr ""
  65. #. TRANS: Feed sub exception.
  66. #: classes/Ostatus_profile.php:845
  67. msgid "Cannot find enough profile information to make a feed."
  68. msgstr ""
  69. #. TRANS: Server exception.
  70. #: classes/Ostatus_profile.php:1113
  71. msgid "No author ID URI found."
  72. msgstr ""
  73. #. TRANS: Exception.
  74. #: classes/Ostatus_profile.php:1141
  75. msgid "No profile URI."
  76. msgstr ""
  77. #. TRANS: Exception.
  78. #: classes/Ostatus_profile.php:1147
  79. msgid "Local user cannot be referenced as remote."
  80. msgstr ""
  81. #. TRANS: Exception.
  82. #: classes/Ostatus_profile.php:1152
  83. msgid "Local group cannot be referenced as remote."
  84. msgstr ""
  85. #. TRANS: Exception.
  86. #: classes/Ostatus_profile.php:1160
  87. msgid "Local list cannot be referenced as remote."
  88. msgstr ""
  89. #. TRANS: Server exception.
  90. #: classes/Ostatus_profile.php:1221 classes/Ostatus_profile.php:1302
  91. msgid "Cannot save OStatus profile."
  92. msgstr ""
  93. #. TRANS: Server exception.
  94. #: classes/Ostatus_profile.php:1240 classes/Ostatus_profile.php:1280
  95. msgid "Cannot save local profile."
  96. msgstr ""
  97. #. TRANS: Server exception.
  98. #: classes/Ostatus_profile.php:1293
  99. msgid "Cannot save local list."
  100. msgstr ""
  101. #. TRANS: Exception.
  102. #: classes/Ostatus_profile.php:1630
  103. msgid "Not a valid webfinger address (via cache)."
  104. msgstr ""
  105. #. TRANS: Exception.
  106. #: classes/Ostatus_profile.php:1659 scripts/update_ostatus_profiles.php:152
  107. msgid "Not a valid webfinger address."
  108. msgstr ""
  109. #. TRANS: Exception. %s is a webfinger address.
  110. #: classes/Ostatus_profile.php:1740
  111. #, php-format
  112. msgid "Could not save profile for \"%s\"."
  113. msgstr ""
  114. #. TRANS: Exception. %s is a webfinger address.
  115. #: classes/Ostatus_profile.php:1760
  116. #, php-format
  117. msgid "Could not save OStatus profile for \"%s\"."
  118. msgstr ""
  119. #. TRANS: Exception. %s is a webfinger address.
  120. #: classes/Ostatus_profile.php:1768 scripts/update_ostatus_profiles.php:207
  121. #, php-format
  122. msgid "Could not find a valid profile for \"%s\"."
  123. msgstr ""
  124. #. TRANS: Client exception. %s is a HTTP status code.
  125. #: classes/HubSub.php:233
  126. #, php-format
  127. msgid "Hub subscriber verification returned HTTP %s."
  128. msgstr ""
  129. #. TRANS: Exception.
  130. #: lib/magicenvelope.php:137
  131. msgid "Unable to locate signer public key."
  132. msgstr ""
  133. #. TRANS: Exception when public key was not properly formatted.
  134. #: lib/magicenvelope.php:161
  135. msgid "Incorrectly formatted public key element."
  136. msgstr ""
  137. #: lib/magicenvelope.php:260
  138. msgid "Salmon post must be an Atom entry."
  139. msgstr ""
  140. #. TRANS: Client error when incoming salmon slap signature does not verify cryptographically.
  141. #: lib/magicenvelope.php:362
  142. msgid "Salmon signature verification failed."
  143. msgstr ""
  144. #. TRANS: Client error. Do not translate "Content-type"
  145. #: lib/salmonaction.php:48
  146. msgid "Salmon requires a Content-type header."
  147. msgstr ""
  148. #. TRANS: Exception.
  149. #: lib/salmonaction.php:75
  150. msgid "Activity in salmon slap has no actor id."
  151. msgstr ""
  152. #. TRANS: Client exception.
  153. #: lib/salmonaction.php:156
  154. msgid "Unrecognized activity type."
  155. msgstr ""
  156. #. TRANS: Client exception.
  157. #: lib/salmonaction.php:172
  158. msgid "This target does not understand posts."
  159. msgstr ""
  160. #. TRANS: Client exception.
  161. #: lib/salmonaction.php:178
  162. msgid "This target does not understand follows."
  163. msgstr ""
  164. #. TRANS: Client exception.
  165. #: lib/salmonaction.php:184
  166. msgid "This target does not understand unfollows."
  167. msgstr ""
  168. #. TRANS: Client exception.
  169. #: lib/salmonaction.php:190
  170. msgid "This target does not understand share events."
  171. msgstr ""
  172. #. TRANS: Client exception.
  173. #: lib/salmonaction.php:196
  174. msgid "This target does not understand joins."
  175. msgstr ""
  176. #. TRANS: Client exception.
  177. #: lib/salmonaction.php:202
  178. msgid "This target does not understand leave events."
  179. msgstr ""
  180. #. TRANS: Client exception.
  181. #: lib/salmonaction.php:208
  182. msgid "This target does not understand list events."
  183. msgstr ""
  184. #. TRANS: Client exception.
  185. #: lib/salmonaction.php:214
  186. msgid "This target does not understand unlist events."
  187. msgstr ""
  188. #. TRANS: String in the gettext speed test script. Unimportant.
  189. #: tests/gettext-speedtest.php:58
  190. msgid "Feeds"
  191. msgstr ""
  192. #. TRANS: Client exception.
  193. #: actions/pushhub.php:66
  194. msgid "Publishing outside feeds not supported."
  195. msgstr ""
  196. #. TRANS: Client exception. %s is a mode.
  197. #: actions/pushhub.php:69
  198. #, php-format
  199. msgid "Unrecognized mode \"%s\"."
  200. msgstr ""
  201. #. TRANS: Client exception. %s is a topic.
  202. #: actions/pushhub.php:91
  203. #, php-format
  204. msgid ""
  205. "Unsupported hub.topic %s this hub only serves local user and group Atom "
  206. "feeds."
  207. msgstr ""
  208. #. TRANS: Client exception. %s is the invalid lease value.
  209. #: actions/pushhub.php:98
  210. #, php-format
  211. msgid "Invalid hub.lease \"%s\". It must be empty or positive integer."
  212. msgstr ""
  213. #. TRANS: Client exception. %s is the invalid hub secret.
  214. #: actions/pushhub.php:105
  215. #, php-format
  216. msgid "Invalid hub.secret \"%s\". It must be under 200 bytes."
  217. msgstr ""
  218. #. TRANS: Client exception. %s is a feed URL.
  219. #: actions/pushhub.php:158
  220. #, php-format
  221. msgid "Invalid hub.topic \"%s\". User does not exist."
  222. msgstr ""
  223. #. TRANS: Client exception. %s is a feed URL.
  224. #: actions/pushhub.php:166
  225. #, php-format
  226. msgid "Invalid hub.topic \"%s\". Local_group does not exist."
  227. msgstr ""
  228. #. TRANS: Client exception. %s is a feed URL.
  229. #: actions/pushhub.php:187
  230. #, php-format
  231. msgid "Invalid hub.topic %s; list does not exist."
  232. msgstr ""
  233. #. TRANS: Client exception.
  234. #. TRANS: %1$s is this argument to the method this exception occurs in, %2$s is a URL.
  235. #: actions/pushhub.php:212
  236. #, php-format
  237. msgid "Invalid URL passed for %1$s: \"%2$s\""
  238. msgstr ""
  239. #. TRANS: Field label.
  240. #: actions/ostatusgroup.php:74
  241. msgid "Join group"
  242. msgstr ""
  243. #. TRANS: Tooltip for field label "Join group". Do not translate the "example.net"
  244. #. TRANS: domain name in the URL, as it is an official standard domain name for examples.
  245. #: actions/ostatusgroup.php:78
  246. msgid "OStatus group's address, like http://example.net/group/nickname."
  247. msgstr ""
  248. #. TRANS: Button text.
  249. #. TRANS: Button text to continue joining a remote list.
  250. #: actions/ostatusgroup.php:83 actions/ostatussub.php:101
  251. #: actions/ostatuspeopletag.php:82
  252. msgctxt "BUTTON"
  253. msgid "Continue"
  254. msgstr ""
  255. #. TRANS: Error text displayed when trying to join a remote group the user is already a member of.
  256. #: actions/ostatusgroup.php:101
  257. msgid "You are already a member of this group."
  258. msgstr ""
  259. #. TRANS: OStatus remote group subscription dialog error.
  260. #: actions/ostatusgroup.php:134
  261. msgid "Already a member!"
  262. msgstr ""
  263. #. TRANS: OStatus remote group subscription dialog error.
  264. #: actions/ostatusgroup.php:144
  265. msgid "Remote group join failed!"
  266. msgstr ""
  267. #. TRANS: Page title for OStatus remote group join form
  268. #: actions/ostatusgroup.php:159
  269. msgid "Confirm joining remote group"
  270. msgstr ""
  271. #. TRANS: Form instructions.
  272. #: actions/ostatusgroup.php:170
  273. msgid ""
  274. "You can subscribe to groups from other supported sites. Paste the group's "
  275. "profile URI below:"
  276. msgstr ""
  277. #. TRANS: Field label for a field that takes an OStatus user address.
  278. #: actions/ostatussub.php:94
  279. msgid "Subscribe to"
  280. msgstr ""
  281. #. TRANS: Tooltip for field label "Subscribe to".
  282. #: actions/ostatussub.php:97
  283. msgid ""
  284. "OStatus user's address, like nickname@example.com or http://example.net/"
  285. "nickname."
  286. msgstr ""
  287. #. TRANS: Button text.
  288. #: actions/ostatussub.php:136
  289. msgid "Join"
  290. msgstr ""
  291. #. TRANS: Tooltip for button "Join".
  292. #: actions/ostatussub.php:138
  293. msgctxt "BUTTON"
  294. msgid "Join this group"
  295. msgstr ""
  296. #. TRANS: Button text.
  297. #: actions/ostatussub.php:141
  298. msgctxt "BUTTON"
  299. msgid "Confirm"
  300. msgstr ""
  301. #. TRANS: Tooltip for button "Confirm".
  302. #: actions/ostatussub.php:143
  303. msgid "Subscribe to this user"
  304. msgstr ""
  305. #. TRANS: Extra paragraph in remote profile view when already subscribed.
  306. #: actions/ostatussub.php:164
  307. msgid "You are already subscribed to this user."
  308. msgstr ""
  309. #. TRANS: Error message in OStatus plugin. Do not translate the domain names example.com
  310. #. TRANS: and example.net, as these are official standard domain names for use in examples.
  311. #: actions/ostatussub.php:259 actions/ostatussub.php:267
  312. #: actions/ostatussub.php:297 OStatusPlugin.php:293
  313. msgid ""
  314. "Sorry, we could not reach that address. Please make sure that the OStatus "
  315. "address is like nickname@example.com or http://example.net/nickname."
  316. msgstr ""
  317. #. TRANS: Error text.
  318. #: actions/ostatussub.php:271 actions/ostatussub.php:275
  319. #: actions/ostatussub.php:279 actions/ostatussub.php:283
  320. #: actions/ostatussub.php:287
  321. msgid ""
  322. "Sorry, we could not reach that feed. Please try that OStatus address again "
  323. "later."
  324. msgstr ""
  325. #. TRANS: Error text.
  326. #: actions/ostatussub.php:291
  327. msgid "Sorry, that feed is not Pubsubhubub enabled."
  328. msgstr ""
  329. #. TRANS: OStatus remote subscription dialog error.
  330. #. TRANS: OStatus remote group subscription dialog error.
  331. #: actions/ostatussub.php:328 actions/ostatuspeopletag.php:144
  332. msgid "Already subscribed!"
  333. msgstr ""
  334. #. TRANS: OStatus remote subscription dialog error.
  335. #: actions/ostatussub.php:333
  336. msgid "Remote subscription failed!"
  337. msgstr ""
  338. #. TRANS: Client error displayed when the session token does not match or is not given.
  339. #: actions/ostatussub.php:349 actions/ostatusinit.php:68
  340. msgid "There was a problem with your session token. Try again, please."
  341. msgstr ""
  342. #. TRANS: Form title.
  343. #: actions/ostatussub.php:375
  344. msgid "Subscribe to user"
  345. msgstr ""
  346. #. TRANS: Page title for OStatus remote subscription form.
  347. #: actions/ostatussub.php:395
  348. msgid "Confirm"
  349. msgstr ""
  350. #: actions/ostatussub.php:395
  351. msgid "Remote subscription"
  352. msgstr ""
  353. #. TRANS: Instructions.
  354. #: actions/ostatussub.php:407
  355. msgid ""
  356. "You can subscribe to users from other supported sites. Paste their address "
  357. "or profile URI below:"
  358. msgstr ""
  359. #. TRANS: Client error.
  360. #: actions/ostatusinit.php:44
  361. msgid "You can use the local subscription!"
  362. msgstr ""
  363. #. TRANS: Form title.
  364. #: actions/ostatusinit.php:85
  365. msgctxt "TITLE"
  366. msgid "Subscribe to user"
  367. msgstr ""
  368. #. TRANS: Form legend. %s is a group name.
  369. #: actions/ostatusinit.php:101
  370. #, php-format
  371. msgid "Join group %s"
  372. msgstr ""
  373. #. TRANS: Button text to join a group.
  374. #: actions/ostatusinit.php:103
  375. msgctxt "BUTTON"
  376. msgid "Join"
  377. msgstr ""
  378. #. TRANS: Form legend. %1$s is a list, %2$s is a lister's name.
  379. #: actions/ostatusinit.php:106
  380. #, php-format
  381. msgid "Subscribe to list %1$s by %2$s"
  382. msgstr ""
  383. #. TRANS: Button text to subscribe to a list.
  384. #. TRANS: Button text to subscribe to a profile.
  385. #: actions/ostatusinit.php:108 actions/ostatusinit.php:114
  386. msgctxt "BUTTON"
  387. msgid "Subscribe"
  388. msgstr ""
  389. #. TRANS: Form legend. %s is a nickname.
  390. #: actions/ostatusinit.php:112
  391. #, php-format
  392. msgid "Subscribe to %s"
  393. msgstr ""
  394. #. TRANS: Field label.
  395. #: actions/ostatusinit.php:129
  396. msgid "Group nickname"
  397. msgstr ""
  398. #. TRANS: Field title.
  399. #: actions/ostatusinit.php:131
  400. msgid "Nickname of the group you want to join."
  401. msgstr ""
  402. #. TRANS: Field label.
  403. #: actions/ostatusinit.php:134 actions/ostatustag.php:68
  404. msgid "User nickname"
  405. msgstr ""
  406. #. TRANS: Field title.
  407. #: actions/ostatusinit.php:136
  408. msgid "Nickname of the user you want to follow."
  409. msgstr ""
  410. #. TRANS: Field label.
  411. #: actions/ostatusinit.php:144 actions/ostatustag.php:74
  412. msgid "Profile Account"
  413. msgstr ""
  414. #. TRANS: Tooltip for field label "Profile Account".
  415. #: actions/ostatusinit.php:146
  416. msgid "Your account ID (e.g. user@example.com)."
  417. msgstr ""
  418. #. TRANS: Client error.
  419. #: actions/ostatusinit.php:169
  420. msgid "Must provide a remote profile."
  421. msgstr ""
  422. #. TRANS: Client error.
  423. #. TRANS: Client error displayed when remote profile address could not be confirmed.
  424. #: actions/ostatusinit.php:192 actions/ostatustag.php:103
  425. msgid "Could not confirm remote profile address."
  426. msgstr ""
  427. #. TRANS: Client error.
  428. #: actions/ostatusinit.php:218 actions/ostatusinit.php:232
  429. msgid "No such user."
  430. msgstr ""
  431. #. TRANS: Client error.
  432. #: actions/ostatusinit.php:226 actions/groupsalmon.php:45
  433. msgid "No such group."
  434. msgstr ""
  435. #. TRANS: Client error.
  436. #. TRANS: Client error displayed when referring to a non-existing list.
  437. #: actions/ostatusinit.php:241 actions/peopletagsalmon.php:45
  438. msgid "No such list."
  439. msgstr ""
  440. #. TRANS: Client error.
  441. #: actions/ostatusinit.php:244
  442. msgid "No local user or group nickname provided."
  443. msgstr ""
  444. #. TRANS: Page title.
  445. #: actions/ostatusinit.php:251
  446. msgid "OStatus Connect"
  447. msgstr ""
  448. #. TRANS: Field label.
  449. #: actions/ostatuspeopletag.php:74
  450. msgid "Subscribe to list"
  451. msgstr ""
  452. #. TRANS: Field title.
  453. #: actions/ostatuspeopletag.php:77
  454. msgid "Address of the OStatus list, like http://example.net/user/all/tag."
  455. msgstr ""
  456. #. TRANS: Error text displayed when trying to subscribe to a list already a subscriber to.
  457. #: actions/ostatuspeopletag.php:102
  458. msgid "You are already subscribed to this list."
  459. msgstr ""
  460. #. TRANS: Page title for OStatus remote list subscription form
  461. #: actions/ostatuspeopletag.php:165
  462. msgid "Confirm subscription to remote list"
  463. msgstr ""
  464. #. TRANS: Instructions for OStatus list subscription form.
  465. #: actions/ostatuspeopletag.php:177
  466. msgid ""
  467. "You can subscribe to lists from other supported sites. Paste the list's URI "
  468. "below:"
  469. msgstr ""
  470. #. TRANS: Client exception.
  471. #: actions/usersalmon.php:69
  472. msgid ""
  473. "The owner of this salmon endpoint was not in the context of the carried slap."
  474. msgstr ""
  475. #. TRANS: Client exception thrown when an undefied activity is performed.
  476. #: actions/usersalmon.php:95
  477. msgid "Cannot handle that kind of post."
  478. msgstr ""
  479. #. TRANS: Client exception.
  480. #: actions/usersalmon.php:136 actions/usersalmon.php:168
  481. msgid "Not a person object."
  482. msgstr ""
  483. #. TRANS: Client exception.
  484. #: actions/usersalmon.php:143
  485. msgid "Unidentified profile being listed."
  486. msgstr ""
  487. #. TRANS: Client exception.
  488. #: actions/usersalmon.php:148
  489. msgid "This user is not the one being listed."
  490. msgstr ""
  491. #. TRANS: Client exception.
  492. #: actions/usersalmon.php:158
  493. msgid "The listing could not be saved."
  494. msgstr ""
  495. #. TRANS: Client exception.
  496. #: actions/usersalmon.php:175
  497. msgid "Unidentified profile being unlisted."
  498. msgstr ""
  499. #. TRANS: Client exception.
  500. #: actions/usersalmon.php:180
  501. msgid "This user is not the one being unlisted."
  502. msgstr ""
  503. #. TRANS: Client exception.
  504. #: actions/usersalmon.php:191
  505. msgid "The listing could not be deleted."
  506. msgstr ""
  507. #. TRANS: Client exception.
  508. #: actions/usersalmon.php:212
  509. msgid "Cannot handle that kind of object for liking/faving."
  510. msgstr ""
  511. #. TRANS: Client exception. %s is an object ID.
  512. #: actions/usersalmon.php:219
  513. #, php-format
  514. msgid "Notice with ID %s unknown."
  515. msgstr ""
  516. #. TRANS: Client exception. %1$s is a notice ID, %2$s is a user ID.
  517. #: actions/usersalmon.php:224
  518. #, php-format
  519. msgid "Notice with ID %1$s not posted by %2$s."
  520. msgstr ""
  521. #. TRANS: Client error displayed when trying to list a local object as if it is remote.
  522. #: actions/ostatustag.php:40
  523. msgid "You can use the local list functionality!"
  524. msgstr ""
  525. #. TRANS: Header for listing a remote object. %s is a remote object's name.
  526. #: actions/ostatustag.php:54
  527. #, php-format
  528. msgid "List %s"
  529. msgstr ""
  530. #. TRANS: Button text to list a remote object.
  531. #: actions/ostatustag.php:56
  532. msgctxt "BUTTON"
  533. msgid "Go"
  534. msgstr ""
  535. #. TRANS: Field title.
  536. #: actions/ostatustag.php:70
  537. msgid "Nickname of the user you want to list."
  538. msgstr ""
  539. #. TRANS: Field title.
  540. #: actions/ostatustag.php:76
  541. msgid "Your account id (for example user@example.com)."
  542. msgstr ""
  543. #. TRANS: Title for an OStatus list.
  544. #: actions/ostatustag.php:121
  545. msgid "OStatus list"
  546. msgstr ""
  547. #. TRANS: Client error.
  548. #. TRANS: Client error displayed trying to perform an action without providing an ID.
  549. #: actions/groupsalmon.php:38 actions/peopletagsalmon.php:38
  550. msgid "No ID."
  551. msgstr ""
  552. #. TRANS: Client error.
  553. #: actions/groupsalmon.php:54
  554. msgid "Cannot accept remote posts for a remote group."
  555. msgstr ""
  556. #. TRANS: Client error.
  557. #: actions/groupsalmon.php:129
  558. msgid "Groups cannot join groups."
  559. msgstr ""
  560. #. TRANS: Client error displayed when trying to join a group the user is blocked from by a group admin.
  561. #: actions/groupsalmon.php:142
  562. msgid "You have been blocked from that group by the admin."
  563. msgstr ""
  564. #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname.
  565. #: actions/groupsalmon.php:149
  566. #, php-format
  567. msgid "Could not join remote user %1$s to group %2$s."
  568. msgstr ""
  569. #. TRANS: Client error displayed when trying to have a group join another group.
  570. #: actions/groupsalmon.php:161
  571. msgid "Groups cannot be members of groups"
  572. msgstr ""
  573. #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname.
  574. #: actions/groupsalmon.php:170
  575. #, php-format
  576. msgid "Could not remove remote user %1$s from group %2$s."
  577. msgstr ""
  578. #. TRANS: Client error displayed when trying to send a message to a remote list.
  579. #: actions/peopletagsalmon.php:54
  580. msgid "Cannot accept remote posts for a remote list."
  581. msgstr ""
  582. #. TRANS: Client error displayed when trying to subscribe a group to a list.
  583. #. TRANS: Client error displayed when trying to unsubscribe a group from a list.
  584. #: actions/peopletagsalmon.php:91 actions/peopletagsalmon.php:124
  585. msgid "Groups cannot subscribe to lists."
  586. msgstr ""
  587. #. TRANS: Server error displayed when subscribing a remote user to a list fails.
  588. #. TRANS: %1$s is a profile URI, %2$s is a list name.
  589. #: actions/peopletagsalmon.php:109
  590. #, php-format
  591. msgid "Could not subscribe remote user %1$s to list %2$s."
  592. msgstr ""
  593. #. TRANS: Client error displayed when trying to unsubscribe a remote user from a list fails.
  594. #. TRANS: %1$s is a profile URL, %2$s is a list name.
  595. #: actions/peopletagsalmon.php:133
  596. #, php-format
  597. msgid "Could not unsubscribe remote user %1$s from list %2$s."
  598. msgstr ""
  599. #. TRANS: Server exception thrown when referring to a non-existing or empty feed.
  600. #: actions/pushcallback.php:51
  601. msgid "Empty or invalid feed id."
  602. msgstr ""
  603. #. TRANS: Server exception. %s is a feed ID.
  604. #: actions/pushcallback.php:57
  605. #, php-format
  606. msgid "Unknown WebSub subscription feed id %s"
  607. msgstr ""
  608. #. TRANS: Client exception. %s is an invalid feed name.
  609. #: actions/pushcallback.php:96
  610. #, php-format
  611. msgid "Bad hub.topic feed \"%s\"."
  612. msgstr ""
  613. #. TRANS: Client exception. %s is an invalid topic.
  614. #: actions/pushcallback.php:103
  615. #, php-format
  616. msgid "Unexpected subscribe request for %s."
  617. msgstr ""
  618. #. TRANS: Client exception. %s is an invalid topic.
  619. #: actions/pushcallback.php:108
  620. #, php-format
  621. msgid "Unexpected unsubscribe request for %s."
  622. msgstr ""
  623. #. TRANS: Link to subscribe to a remote entity.
  624. #: OStatusPlugin.php:229 OStatusPlugin.php:257
  625. msgid "Subscribe"
  626. msgstr ""
  627. #. TRANS: Exception in OStatus when invalid URI was entered.
  628. #: OStatusPlugin.php:287
  629. msgid "Invalid URI."
  630. msgstr ""
  631. #. TRANS: Title. %s is a domain name.
  632. #: OStatusPlugin.php:658
  633. #, php-format
  634. msgid "Sent from %s via OStatus"
  635. msgstr ""
  636. #. TRANS: Title for unfollowing a remote profile.
  637. #: OStatusPlugin.php:798
  638. msgctxt "TITLE"
  639. msgid "Unfollow"
  640. msgstr ""
  641. #: OStatusPlugin.php:802
  642. #, php-format
  643. msgid "%1$s stopped following %2$s."
  644. msgstr ""
  645. #. TRANS: Title for joining a remote groep.
  646. #: OStatusPlugin.php:852
  647. msgctxt "TITLE"
  648. msgid "Join"
  649. msgstr ""
  650. #: OStatusPlugin.php:856
  651. #, php-format
  652. msgid "%1$s has joined group %2$s."
  653. msgstr ""
  654. #. TRANS: Exception thrown when joining a remote group fails.
  655. #: OStatusPlugin.php:866
  656. msgid "Failed joining remote group."
  657. msgstr ""
  658. #. TRANS: Title for leaving a remote group.
  659. #: OStatusPlugin.php:910
  660. msgctxt "TITLE"
  661. msgid "Leave"
  662. msgstr ""
  663. #: OStatusPlugin.php:914
  664. #, php-format
  665. msgid "%1$s has left group %2$s."
  666. msgstr ""
  667. #. TRANS: Title for following a remote list.
  668. #: OStatusPlugin.php:960
  669. msgctxt "TITLE"
  670. msgid "Follow list"
  671. msgstr ""
  672. #: OStatusPlugin.php:964
  673. #, php-format
  674. msgid "%1$s is now following people listed in %2$s by %3$s."
  675. msgstr ""
  676. #. TRANS: Exception thrown when subscription to remote list fails.
  677. #: OStatusPlugin.php:975
  678. msgid "Failed subscribing to remote list."
  679. msgstr ""
  680. #. TRANS: Title for unfollowing a remote list.
  681. #: OStatusPlugin.php:1016
  682. msgid "Unfollow list"
  683. msgstr ""
  684. #: OStatusPlugin.php:1020
  685. #, php-format
  686. msgid "%1$s stopped following the list %2$s by %3$s."
  687. msgstr ""
  688. #. TRANS: Title for listing a remote profile.
  689. #: OStatusPlugin.php:1100
  690. msgctxt "TITLE"
  691. msgid "List"
  692. msgstr ""
  693. #: OStatusPlugin.php:1104
  694. #, php-format
  695. msgid "%1$s listed %2$s in the list %3$s."
  696. msgstr ""
  697. #. TRANS: Title for unlisting a remote profile.
  698. #: OStatusPlugin.php:1156
  699. msgctxt "TITLE"
  700. msgid "Unlist"
  701. msgstr ""
  702. #: OStatusPlugin.php:1160
  703. #, php-format
  704. msgid "%1$s removed %2$s from the list %3$s."
  705. msgstr ""
  706. #. TRANS: Title for unliking a remote notice.
  707. #: OStatusPlugin.php:1210
  708. msgid "Unlike"
  709. msgstr ""
  710. #: OStatusPlugin.php:1214
  711. #, php-format
  712. msgid "%1$s no longer likes %2$s."
  713. msgstr ""
  714. #. TRANS: Link text for link to remote subscribe.
  715. #: OStatusPlugin.php:1285
  716. msgid "Remote"
  717. msgstr ""
  718. #. TRANS: Title for activity.
  719. #: OStatusPlugin.php:1328
  720. msgid "Profile update"
  721. msgstr ""
  722. #: OStatusPlugin.php:1332
  723. #, php-format
  724. msgid "%s has updated their profile page."
  725. msgstr ""
  726. #: OStatusPlugin.php:1368
  727. msgid "Pending"
  728. msgstr ""
  729. #: OStatusPlugin.php:1369
  730. msgid "Active"
  731. msgstr ""
  732. #: OStatusPlugin.php:1370
  733. msgid "Unsubscribing"
  734. msgstr ""
  735. #: OStatusPlugin.php:1371
  736. msgid "Polling"
  737. msgstr ""
  738. #: OStatusPlugin.php:1372
  739. msgid "Inactive"
  740. msgstr ""
  741. #: OStatusPlugin.php:1375
  742. msgid "WebSub"
  743. msgstr ""
  744. #. TRANS: Link text for a user to list an OStatus user.
  745. #: OStatusPlugin.php:1412
  746. msgid "List"
  747. msgstr ""
  748. #. TRANS: Plugin description.
  749. #: OStatusPlugin.php:1437
  750. msgid ""
  751. "Follow people across social networks that implement <a href=\"http://ostatus."
  752. "org/\">OStatus</a>."
  753. msgstr ""