2011-03-11 18:33:52 +00:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2019-08-07 22:17:24 +01:00
|
|
|
"POT-Creation-Date: 2019-08-14 14:51+0100\n"
|
2011-03-11 18:33:52 +00:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
"Language: \n"
|
2011-03-11 18:33:52 +00:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: 0 minutes abbreviated. Used in a list.
|
|
|
|
#: lib/eventtimelist.php:85
|
|
|
|
msgid "(0 min)"
|
2011-03-31 22:30:07 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: 30 minutes abbreviated. Used in a list.
|
|
|
|
#: lib/eventtimelist.php:89
|
|
|
|
msgid "(30 min)"
|
2011-03-31 22:30:07 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: 1 hour. Used in a list.
|
|
|
|
#: lib/eventtimelist.php:93
|
|
|
|
msgid "(1 hour)"
|
2011-03-31 22:30:07 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#: lib/eventtimelist.php:98
|
2011-08-30 10:50:01 +01:00
|
|
|
#, php-format
|
2019-06-08 18:34:12 +01:00
|
|
|
msgid "(%.1f hours)"
|
2011-03-31 22:30:07 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#: lib/eventtimelist.php:99
|
|
|
|
#, php-format
|
|
|
|
msgid "(%d hours)"
|
2011-03-11 18:33:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Title for new event form.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/newevent.php:55
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "TITLE"
|
|
|
|
msgid "New event"
|
2011-03-11 18:33:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Client exception thrown when trying to post an event without providing a title.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/newevent.php:64
|
|
|
|
msgid "Event must have a title."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when trying to post an event without providing a start date.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/newevent.php:75
|
2015-03-08 08:34:38 +00:00
|
|
|
msgid "Start date required."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Client exception thrown when trying to post an event without providing a start time.
|
|
|
|
#: actions/newevent.php:80
|
|
|
|
msgid "Event must have a start time."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when trying to post an event with a date that cannot be processed.
|
|
|
|
#. TRANS: %s is the data that could not be processed.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/newevent.php:87 actions/newevent.php:105
|
2015-03-08 08:34:38 +00:00
|
|
|
#, php-format
|
2019-06-08 18:34:12 +01:00
|
|
|
msgid "Could not parse date %s."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Client exception thrown when trying to post an event without providing an end date.
|
|
|
|
#: actions/newevent.php:93
|
|
|
|
msgid "End date required."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when trying to post an event without providing an end time.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/newevent.php:98
|
2015-03-08 08:34:38 +00:00
|
|
|
msgid "Event must have an end time."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Client exception thrown when trying to post an event with an invalid (non-empty) URL.
|
|
|
|
#: actions/newevent.php:111
|
|
|
|
msgid "An event URL must be a valid HTTP/HTTPS link."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/newevent.php:164
|
|
|
|
msgid "Saved the event."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Page title for sample plugin. %s is a user nickname.
|
|
|
|
#: actions/events.php:20
|
|
|
|
#, php-format
|
|
|
|
msgid "%s's happenings"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
|
|
|
|
#: actions/timelist.php:65
|
|
|
|
msgid "Not logged in."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client error when submitting a form with unexpected information.
|
|
|
|
#: actions/timelist.php:72
|
|
|
|
msgid "Unexpected form submission."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client error displayed when using an action in a non-AJAX way.
|
|
|
|
#: actions/timelist.php:80
|
|
|
|
msgid "This action is AJAX only."
|
2011-03-11 18:33:52 +00:00
|
|
|
msgstr ""
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Client exception thrown when referring to a non-existing RSVP.
|
|
|
|
#. TRANS: RSVP stands for "Please reply".
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/showrsvp.php:61 actions/showrsvp.php:77
|
2015-03-08 08:34:38 +00:00
|
|
|
msgid "No such RSVP."
|
2011-04-21 19:54:12 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Client exception thrown when referring to a non-existing event.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/showrsvp.php:68
|
2015-03-08 08:34:38 +00:00
|
|
|
msgid "No such event."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Title for event.
|
|
|
|
#. TRANS: %1$s is a user nickname, %2$s is an event title.
|
|
|
|
#: actions/showrsvp.php:94
|
|
|
|
#, php-format
|
|
|
|
msgid "%1$s's RSVP for \"%2$s\""
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Title for RSVP ("please respond") action.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/rsvp.php:52
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "TITLE"
|
|
|
|
msgid "New RSVP"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/rsvp.php:81
|
|
|
|
msgid "Cancelled RSVP"
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/rsvp.php:91
|
|
|
|
msgid "RSVP"
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#: actions/rsvp.php:102
|
|
|
|
msgid "Saved RSVP"
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Exception thrown when there are too many activity objects.
|
|
|
|
#: classes/Happening.php:108
|
|
|
|
msgid "Too many activity objects."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Exception thrown when event plugin comes across a non-event type object.
|
|
|
|
#: classes/Happening.php:113
|
|
|
|
msgid "Wrong type for object."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Exception thrown when has no start date
|
|
|
|
#: classes/Happening.php:146
|
|
|
|
msgid "No start date for event."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Exception thrown when has no end date
|
|
|
|
#: classes/Happening.php:150
|
|
|
|
msgid "No end date for event."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: Client exception thrown when trying to save an already existing RSVP ("please respond").
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:143
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "RSVP already exists."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: Exception thrown when requesting an undefined verb for RSVP.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:196
|
2011-04-01 21:59:31 +01:00
|
|
|
#, php-format
|
2011-04-09 19:53:29 +01:00
|
|
|
msgid "Unknown verb \"%s\"."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: Exception thrown when requesting an undefined code for RSVP.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:217
|
2011-04-01 21:59:31 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Unknown code \"%s\"."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: HTML version of an RSVP ("please respond") status for a user.
|
|
|
|
#. TRANS: %1$s is a profile URL, %2$s a profile name,
|
|
|
|
#. TRANS: %3$s is an event URL, %4$s an event title.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:321
|
2011-03-31 22:30:07 +01:00
|
|
|
#, php-format
|
|
|
|
msgid ""
|
2011-04-01 21:59:31 +01:00
|
|
|
"<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> is attending <a "
|
|
|
|
"href='%3$s'>%4$s</a>.</span>"
|
2011-03-31 22:30:07 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: HTML version of an RSVP ("please respond") status for a user.
|
|
|
|
#. TRANS: %1$s is a profile URL, %2$s a profile name,
|
|
|
|
#. TRANS: %3$s is an event URL, %4$s an event title.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:327
|
2011-03-31 22:30:07 +01:00
|
|
|
#, php-format
|
|
|
|
msgid ""
|
2011-04-01 21:59:31 +01:00
|
|
|
"<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> is not attending "
|
|
|
|
"<a href='%3$s'>%4$s</a>.</span>"
|
2011-03-31 22:30:07 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: HTML version of an RSVP ("please respond") status for a user.
|
|
|
|
#. TRANS: %1$s is a profile URL, %2$s a profile name,
|
|
|
|
#. TRANS: %3$s is an event URL, %4$s an event title.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:333
|
2011-03-31 22:30:07 +01:00
|
|
|
#, php-format
|
|
|
|
msgid ""
|
2011-04-01 21:59:31 +01:00
|
|
|
"<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> might attend <a "
|
|
|
|
"href='%3$s'>%4$s</a>.</span>"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: Exception thrown when requesting a user's RSVP status for a non-existing response code.
|
|
|
|
#. TRANS: %s is the non-existing response code.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:338 classes/RSVP.php:381
|
2011-04-01 21:59:31 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Unknown response code %s."
|
2011-03-31 22:30:07 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: Used as event title when not event title is available.
|
|
|
|
#. TRANS: Used as: Username [is [not ] attending|might attend] an unknown event.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:345 classes/RSVP.php:388
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "an unknown event"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: Plain text version of an RSVP ("please respond") status for a user.
|
|
|
|
#. TRANS: %1$s is a profile name, %2$s is an event title.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:366
|
2011-03-31 22:30:07 +01:00
|
|
|
#, php-format
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "%1$s is attending %2$s."
|
2011-03-31 22:30:07 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: Plain text version of an RSVP ("please respond") status for a user.
|
|
|
|
#. TRANS: %1$s is a profile name, %2$s is an event title.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:371
|
2011-03-31 22:30:07 +01:00
|
|
|
#, php-format
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "%1$s is not attending %2$s."
|
2011-03-31 22:30:07 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: Plain text version of an RSVP ("please respond") status for a user.
|
|
|
|
#. TRANS: %1$s is a profile name, %2$s is an event title.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/RSVP.php:376
|
2011-03-31 22:30:07 +01:00
|
|
|
#, php-format
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "%1$s might attend %2$s."
|
2011-03-31 22:30:07 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Field label on event form.
|
|
|
|
#: forms/event.php:103
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "Title"
|
2011-04-21 19:54:12 +01:00
|
|
|
msgstr ""
|
2015-03-08 08:34:38 +00:00
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Field title on event form.
|
|
|
|
#: forms/event.php:106
|
|
|
|
msgid "Title of the event."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Field label on event form.
|
|
|
|
#: forms/event.php:118
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "Start date"
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Field title on event form.
|
|
|
|
#: forms/event.php:121
|
|
|
|
msgid "Date the event starts."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Field label on event form.
|
|
|
|
#: forms/event.php:134
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "Start time"
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Field title on event form. %s is the abbreviated timezone
|
|
|
|
#: forms/event.php:137
|
2015-03-08 08:34:38 +00:00
|
|
|
#, php-format
|
2019-06-08 18:34:12 +01:00
|
|
|
msgid "Time the event starts (%s)."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Field label on event form.
|
|
|
|
#: forms/event.php:151
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "End date"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field title on event form.
|
|
|
|
#: forms/event.php:154
|
|
|
|
msgid "Date the event ends."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label on event form.
|
|
|
|
#: forms/event.php:163
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "End time"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field title on event form.
|
|
|
|
#: forms/event.php:166
|
|
|
|
msgid "Time the event ends."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label on event form.
|
|
|
|
#: forms/event.php:175
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "Where?"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field title on event form.
|
|
|
|
#: forms/event.php:178
|
|
|
|
msgid "Event location."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label on event form.
|
|
|
|
#: forms/event.php:185
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "URL"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field title on event form.
|
|
|
|
#: forms/event.php:188
|
|
|
|
msgid "URL for more information."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label on event form.
|
|
|
|
#: forms/event.php:195
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "Description"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field title on event form.
|
|
|
|
#: forms/event.php:198
|
|
|
|
msgid "Description of the event."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Button text to save an event..
|
|
|
|
#: forms/event.php:221
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Save"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label on form to RSVP ("please respond") for an event.
|
|
|
|
#: forms/rsvp.php:98
|
|
|
|
msgid "RSVP:"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: forms/rsvp.php:116
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Cancel"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Button text for RSVP ("please respond") reply to confirm attendence.
|
|
|
|
#: forms/rsvp.php:119
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Yes"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Button text for RSVP ("please respond") reply to deny attendence.
|
|
|
|
#: forms/rsvp.php:121
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "No"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Button text for RSVP ("please respond") reply to indicate one might attend.
|
|
|
|
#: forms/rsvp.php:123
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Maybe"
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
2019-08-12 15:03:30 +01:00
|
|
|
|
|
|
|
#. TRANS: Plugin description.
|
|
|
|
#: EventPlugin.php:110
|
|
|
|
msgid "Event invitations and RSVPs."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Title for event application.
|
|
|
|
#: EventPlugin.php:116
|
|
|
|
msgctxt "TITLE"
|
|
|
|
msgid "Event"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when event plugin comes across a unknown object type.
|
|
|
|
#: EventPlugin.php:213
|
|
|
|
msgid "Unknown object type."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label for event description.
|
|
|
|
#: EventPlugin.php:340
|
|
|
|
msgid "Time:"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label for event description.
|
|
|
|
#: EventPlugin.php:357
|
|
|
|
msgid "Location:"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label for event description.
|
|
|
|
#: EventPlugin.php:365
|
|
|
|
msgid "Description:"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label for event description.
|
|
|
|
#: EventPlugin.php:375
|
|
|
|
msgid "Attending:"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Content for a deleted RSVP list item (RSVP stands for "please respond").
|
|
|
|
#: EventPlugin.php:418
|
|
|
|
msgid "Deleted."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Menu item in sample plugin.
|
|
|
|
#: EventPlugin.php:431
|
|
|
|
msgid "Happenings"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Menu item title in sample plugin.
|
|
|
|
#: EventPlugin.php:433
|
|
|
|
msgid "A list of your events"
|
|
|
|
msgstr ""
|