Event.pot 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  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: 2019-06-08 18:20+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: 0 minutes abbreviated. Used in a list.
  20. #: lib/eventtimelist.php:85
  21. msgid "(0 min)"
  22. msgstr ""
  23. #. TRANS: 30 minutes abbreviated. Used in a list.
  24. #: lib/eventtimelist.php:89
  25. msgid "(30 min)"
  26. msgstr ""
  27. #. TRANS: 1 hour. Used in a list.
  28. #: lib/eventtimelist.php:93
  29. msgid "(1 hour)"
  30. msgstr ""
  31. #: lib/eventtimelist.php:98
  32. #, php-format
  33. msgid "(%.1f hours)"
  34. msgstr ""
  35. #: lib/eventtimelist.php:99
  36. #, php-format
  37. msgid "(%d hours)"
  38. msgstr ""
  39. #. TRANS: Title for new event form.
  40. #: actions/newevent.php:55
  41. msgctxt "TITLE"
  42. msgid "New event"
  43. msgstr ""
  44. #. TRANS: Client exception thrown when trying to post an event without providing a title.
  45. #: actions/newevent.php:64
  46. msgid "Event must have a title."
  47. msgstr ""
  48. #. TRANS: Client exception thrown when trying to post an event without providing a start date.
  49. #: actions/newevent.php:75
  50. msgid "Start date required."
  51. msgstr ""
  52. #. TRANS: Client exception thrown when trying to post an event without providing a start time.
  53. #: actions/newevent.php:80
  54. msgid "Event must have a start time."
  55. msgstr ""
  56. #. TRANS: Client exception thrown when trying to post an event with a date that cannot be processed.
  57. #. TRANS: %s is the data that could not be processed.
  58. #: actions/newevent.php:87 actions/newevent.php:105
  59. #, php-format
  60. msgid "Could not parse date %s."
  61. msgstr ""
  62. #. TRANS: Client exception thrown when trying to post an event without providing an end date.
  63. #: actions/newevent.php:93
  64. msgid "End date required."
  65. msgstr ""
  66. #. TRANS: Client exception thrown when trying to post an event without providing an end time.
  67. #: actions/newevent.php:98
  68. msgid "Event must have an end time."
  69. msgstr ""
  70. #. TRANS: Client exception thrown when trying to post an event with an invalid (non-empty) URL.
  71. #: actions/newevent.php:111
  72. msgid "An event URL must be a valid HTTP/HTTPS link."
  73. msgstr ""
  74. #: actions/newevent.php:164
  75. msgid "Saved the event."
  76. msgstr ""
  77. #. TRANS: Page title for sample plugin. %s is a user nickname.
  78. #: actions/events.php:20
  79. #, php-format
  80. msgid "%s's happenings"
  81. msgstr ""
  82. #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
  83. #: actions/timelist.php:65
  84. msgid "Not logged in."
  85. msgstr ""
  86. #. TRANS: Client error when submitting a form with unexpected information.
  87. #: actions/timelist.php:72
  88. msgid "Unexpected form submission."
  89. msgstr ""
  90. #. TRANS: Client error displayed when using an action in a non-AJAX way.
  91. #: actions/timelist.php:80
  92. msgid "This action is AJAX only."
  93. msgstr ""
  94. #. TRANS: Client exception thrown when referring to a non-existing RSVP.
  95. #. TRANS: RSVP stands for "Please reply".
  96. #: actions/showrsvp.php:61 actions/showrsvp.php:77
  97. msgid "No such RSVP."
  98. msgstr ""
  99. #. TRANS: Client exception thrown when referring to a non-existing event.
  100. #: actions/showrsvp.php:68
  101. msgid "No such event."
  102. msgstr ""
  103. #. TRANS: Title for event.
  104. #. TRANS: %1$s is a user nickname, %2$s is an event title.
  105. #: actions/showrsvp.php:94
  106. #, php-format
  107. msgid "%1$s's RSVP for \"%2$s\""
  108. msgstr ""
  109. #. TRANS: Title for RSVP ("please respond") action.
  110. #: actions/rsvp.php:52
  111. msgctxt "TITLE"
  112. msgid "New RSVP"
  113. msgstr ""
  114. #: actions/rsvp.php:81
  115. msgid "Cancelled RSVP"
  116. msgstr ""
  117. #: actions/rsvp.php:91
  118. msgid "RSVP"
  119. msgstr ""
  120. #: actions/rsvp.php:102
  121. msgid "Saved RSVP"
  122. msgstr ""
  123. #. TRANS: Exception thrown when there are too many activity objects.
  124. #: classes/Happening.php:108
  125. msgid "Too many activity objects."
  126. msgstr ""
  127. #. TRANS: Exception thrown when event plugin comes across a non-event type object.
  128. #: classes/Happening.php:113
  129. msgid "Wrong type for object."
  130. msgstr ""
  131. #. TRANS: Exception thrown when has no start date
  132. #: classes/Happening.php:146
  133. msgid "No start date for event."
  134. msgstr ""
  135. #. TRANS: Exception thrown when has no end date
  136. #: classes/Happening.php:150
  137. msgid "No end date for event."
  138. msgstr ""
  139. #. TRANS: Client exception thrown when trying to save an already existing RSVP ("please respond").
  140. #: classes/RSVP.php:143
  141. msgid "RSVP already exists."
  142. msgstr ""
  143. #. TRANS: Exception thrown when requesting an undefined verb for RSVP.
  144. #: classes/RSVP.php:196
  145. #, php-format
  146. msgid "Unknown verb \"%s\"."
  147. msgstr ""
  148. #. TRANS: Exception thrown when requesting an undefined code for RSVP.
  149. #: classes/RSVP.php:217
  150. #, php-format
  151. msgid "Unknown code \"%s\"."
  152. msgstr ""
  153. #. TRANS: HTML version of an RSVP ("please respond") status for a user.
  154. #. TRANS: %1$s is a profile URL, %2$s a profile name,
  155. #. TRANS: %3$s is an event URL, %4$s an event title.
  156. #: classes/RSVP.php:321
  157. #, php-format
  158. msgid ""
  159. "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> is attending <a "
  160. "href='%3$s'>%4$s</a>.</span>"
  161. msgstr ""
  162. #. TRANS: HTML version of an RSVP ("please respond") status for a user.
  163. #. TRANS: %1$s is a profile URL, %2$s a profile name,
  164. #. TRANS: %3$s is an event URL, %4$s an event title.
  165. #: classes/RSVP.php:327
  166. #, php-format
  167. msgid ""
  168. "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> is not attending "
  169. "<a href='%3$s'>%4$s</a>.</span>"
  170. msgstr ""
  171. #. TRANS: HTML version of an RSVP ("please respond") status for a user.
  172. #. TRANS: %1$s is a profile URL, %2$s a profile name,
  173. #. TRANS: %3$s is an event URL, %4$s an event title.
  174. #: classes/RSVP.php:333
  175. #, php-format
  176. msgid ""
  177. "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> might attend <a "
  178. "href='%3$s'>%4$s</a>.</span>"
  179. msgstr ""
  180. #. TRANS: Exception thrown when requesting a user's RSVP status for a non-existing response code.
  181. #. TRANS: %s is the non-existing response code.
  182. #: classes/RSVP.php:338 classes/RSVP.php:381
  183. #, php-format
  184. msgid "Unknown response code %s."
  185. msgstr ""
  186. #. TRANS: Used as event title when not event title is available.
  187. #. TRANS: Used as: Username [is [not ] attending|might attend] an unknown event.
  188. #: classes/RSVP.php:345 classes/RSVP.php:388
  189. msgid "an unknown event"
  190. msgstr ""
  191. #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
  192. #. TRANS: %1$s is a profile name, %2$s is an event title.
  193. #: classes/RSVP.php:366
  194. #, php-format
  195. msgid "%1$s is attending %2$s."
  196. msgstr ""
  197. #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
  198. #. TRANS: %1$s is a profile name, %2$s is an event title.
  199. #: classes/RSVP.php:371
  200. #, php-format
  201. msgid "%1$s is not attending %2$s."
  202. msgstr ""
  203. #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
  204. #. TRANS: %1$s is a profile name, %2$s is an event title.
  205. #: classes/RSVP.php:376
  206. #, php-format
  207. msgid "%1$s might attend %2$s."
  208. msgstr ""
  209. #. TRANS: Plugin description.
  210. #: EventPlugin.php:110
  211. msgid "Event invitations and RSVPs."
  212. msgstr ""
  213. #. TRANS: Title for event application.
  214. #: EventPlugin.php:116
  215. msgctxt "TITLE"
  216. msgid "Event"
  217. msgstr ""
  218. #. TRANS: Exception thrown when event plugin comes across a unknown object type.
  219. #: EventPlugin.php:213
  220. msgid "Unknown object type."
  221. msgstr ""
  222. #. TRANS: Field label for event description.
  223. #: EventPlugin.php:340
  224. msgid "Time:"
  225. msgstr ""
  226. #. TRANS: Field label for event description.
  227. #: EventPlugin.php:357
  228. msgid "Location:"
  229. msgstr ""
  230. #. TRANS: Field label for event description.
  231. #: EventPlugin.php:365
  232. msgid "Description:"
  233. msgstr ""
  234. #. TRANS: Field label for event description.
  235. #: EventPlugin.php:375
  236. msgid "Attending:"
  237. msgstr ""
  238. #. TRANS: Content for a deleted RSVP list item (RSVP stands for "please respond").
  239. #: EventPlugin.php:418
  240. msgid "Deleted."
  241. msgstr ""
  242. #. TRANS: Menu item in sample plugin.
  243. #: EventPlugin.php:431
  244. msgid "Happenings"
  245. msgstr ""
  246. #. TRANS: Menu item title in sample plugin.
  247. #: EventPlugin.php:433
  248. msgid "A list of your events"
  249. msgstr ""
  250. #. TRANS: Field label on event form.
  251. #: forms/event.php:103
  252. msgctxt "LABEL"
  253. msgid "Title"
  254. msgstr ""
  255. #. TRANS: Field title on event form.
  256. #: forms/event.php:106
  257. msgid "Title of the event."
  258. msgstr ""
  259. #. TRANS: Field label on event form.
  260. #: forms/event.php:118
  261. msgctxt "LABEL"
  262. msgid "Start date"
  263. msgstr ""
  264. #. TRANS: Field title on event form.
  265. #: forms/event.php:121
  266. msgid "Date the event starts."
  267. msgstr ""
  268. #. TRANS: Field label on event form.
  269. #: forms/event.php:134
  270. msgctxt "LABEL"
  271. msgid "Start time"
  272. msgstr ""
  273. #. TRANS: Field title on event form. %s is the abbreviated timezone
  274. #: forms/event.php:137
  275. #, php-format
  276. msgid "Time the event starts (%s)."
  277. msgstr ""
  278. #. TRANS: Field label on event form.
  279. #: forms/event.php:151
  280. msgctxt "LABEL"
  281. msgid "End date"
  282. msgstr ""
  283. #. TRANS: Field title on event form.
  284. #: forms/event.php:154
  285. msgid "Date the event ends."
  286. msgstr ""
  287. #. TRANS: Field label on event form.
  288. #: forms/event.php:163
  289. msgctxt "LABEL"
  290. msgid "End time"
  291. msgstr ""
  292. #. TRANS: Field title on event form.
  293. #: forms/event.php:166
  294. msgid "Time the event ends."
  295. msgstr ""
  296. #. TRANS: Field label on event form.
  297. #: forms/event.php:175
  298. msgctxt "LABEL"
  299. msgid "Where?"
  300. msgstr ""
  301. #. TRANS: Field title on event form.
  302. #: forms/event.php:178
  303. msgid "Event location."
  304. msgstr ""
  305. #. TRANS: Field label on event form.
  306. #: forms/event.php:185
  307. msgctxt "LABEL"
  308. msgid "URL"
  309. msgstr ""
  310. #. TRANS: Field title on event form.
  311. #: forms/event.php:188
  312. msgid "URL for more information."
  313. msgstr ""
  314. #. TRANS: Field label on event form.
  315. #: forms/event.php:195
  316. msgctxt "LABEL"
  317. msgid "Description"
  318. msgstr ""
  319. #. TRANS: Field title on event form.
  320. #: forms/event.php:198
  321. msgid "Description of the event."
  322. msgstr ""
  323. #. TRANS: Button text to save an event..
  324. #: forms/event.php:221
  325. msgctxt "BUTTON"
  326. msgid "Save"
  327. msgstr ""
  328. #. TRANS: Field label on form to RSVP ("please respond") for an event.
  329. #: forms/rsvp.php:98
  330. msgid "RSVP:"
  331. msgstr ""
  332. #: forms/rsvp.php:116
  333. msgctxt "BUTTON"
  334. msgid "Cancel"
  335. msgstr ""
  336. #. TRANS: Button text for RSVP ("please respond") reply to confirm attendence.
  337. #: forms/rsvp.php:119
  338. msgctxt "BUTTON"
  339. msgid "Yes"
  340. msgstr ""
  341. #. TRANS: Button text for RSVP ("please respond") reply to deny attendence.
  342. #: forms/rsvp.php:121
  343. msgctxt "BUTTON"
  344. msgid "No"
  345. msgstr ""
  346. #. TRANS: Button text for RSVP ("please respond") reply to indicate one might attend.
  347. #: forms/rsvp.php:123
  348. msgctxt "BUTTON"
  349. msgid "Maybe"
  350. msgstr ""