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