OStatus.pot 26 KB

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