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