diff options
Diffstat (limited to 'locales/en.json')
-rw-r--r-- | locales/en.json | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/locales/en.json b/locales/en.json index 305e806..118f139 100644 --- a/locales/en.json +++ b/locales/en.json @@ -13,13 +13,19 @@ "creatoremaildesc": "If you provide your email, we will send your secret editing password here, and use it to notify you of updates to the event.", "del": "Delete", "edittoken": "Enter editing password", + "edittokendesc": "Enter the editing password you received by email or were shown when the event was created.", "emailaddr": "Email address", "emaildesc": "We will send your secret editing link to this email address.", - "event.ICSexport": "Export as ICS", + "event.about": "About", "event.addme": "Add me", + "event.addmyself": "Add myself", "event.addself": "Add yourself to '{{eventData.name}}'", + "event.addtoGC": "Add to Google Calendar", "event.attendeeemail": "Your email (optional)", "event.attendeename": "Your name", + "event.attendeenamedesc": "Or an alias, perhaps...", + "event.attendeenum": "How many people in your party?", + "event.attendees": "Attendees", "event.attendeevisible": "Show my name in the public list of attendees", "event.attendeevisibledesc": "If you choose to hide your name, only the event organiser will be able to see it.", "event.attention": "Your secret editing password for this event is: <strong>{{eventData.editToken}}</strong>. It's been saved in your browser storage, and if you supplied your email, it's also been sent to you. If you didn't supply your email, you <strong>must save it somewhere safe</strong>, because it won't be shown again!", @@ -35,18 +41,23 @@ "event.editlater": "You can always edit it later.", "event.ended": "Ended", "event.enternum": "Enter a number.", + "event.hidden": "(hidden from public list)", "event.hostedby": "Hosted by</span> {{eventData.hostName}}", + "event.ICSexport": "Export as ICS", "event.locationdesc": "Be specific.", "event.lostpswd": "Forgot password? Get in touch with the event organiser.", "event.noattendees": "No attendees yet!", + "event.nospam": "We won't spam you <3", "event.numberofattende": "({{numberOfAttendees}})", "event.numlimit": "Please enter a number between 1 and ${response.data.freeSpots}", "event.options": "event.options", "event.p.creatoremail": "Your email", "event.p.delthis": "Delete this event", + "event.p.edit": "Edit '{{eventData.name}}'", "event.p.eventdescription": "Description", "event.p.eventend": "Ends", "event.p.eventgroup": "This event is part of an event group", + "event.p.eventgroupdata": "Link this event to an event group", "event.p.eventgroupedittoken": "You can find this long string of characters in the\nconfirmation email you received when you created the event group.", "event.p.eventgroupid": "You can find this short string of characters in the event group's link, in your confirmation email, or on the event group's page.", "event.p.eventgrouplinker": "Choose a group you've edited before", @@ -59,6 +70,7 @@ "event.p.hostname": "Host name", "event.p.hostnamedesc": "Will be shown on the event page (optional).", "event.p.maxattendees": "Attendee limit", + "event.p.maxattendeestitle": "This event is at capacity.", "event.p.publicevent": "Display this event on the public event list", "event.p.timezone": "Timezone", "event.partof": "<a href='/group/{{eventData.eventGroup.id}}'>{{eventData.eventGroup.name}}</a>", @@ -66,10 +78,12 @@ "event.remaining": "{{spotsRemaining}} {{plural spotsRemaining \"spot(s)\"}} remaining - add yourself now!", "event.remove-attendee": "Remove {{ attendeeName }} from {{eventData.name}}", "event.removeAttendee": "Remove attendee", + "event.removeattendeedesc": "Remove attendee from '{{eventData.name}}'", "event.removeme": "Remove me", "event.removemyself": "Remove myself", "event.removemyselfdesc": "Remove yourself from '{{eventData.name}}'", "event.removepswd": "Remove password", + "event.removepswddesc": "You can use this password to remove yourself from the list of event attendees. If you provided your email, you'll receive it by email. Otherwise, write it down now because it will <strong>not be shown again</strong>.", "event.removeuser": "Remove user from event", "event.reply": "Reply", "event.replycontent": "What would you like to reply?", @@ -83,16 +97,18 @@ "fixerrors": "Please fix these errors:", "forgotpwd": "Forgot password", "frontend.eventattendees": "people", - "group.ICSexport": "Export as ICS", "group.about": "About", "group.addevent": "To link an existing event to this group, copy and paste the two codes below into the 'Event Group' box when creating a new event or editing an existing event.", "group.del": "Delete this event group", "group.delconfirm": "Are you sure you want to delete this event group? This action cannot be undone.", + "group.deldesc": "<p>This will <strong>not</strong> delete the individual events contained in this group. They can be linked to another group later.", "group.edit": "Edit group", "group.editmode": "Switch to editing mode", "group.editpswd": "Event group editing password", "group.editpswddesc": "Event group secret editing code", "group.feedlinkdesc": "Paste this URL into your calendar app\nto subscribe to a live feed of events from this group.", + "group.hostedby": "Hosted by</span> {{eventGroupData.hostName}}", + "group.ICSexport": "Export as ICS", "group.p.creatoremail": "Your email", "group.p.del": "Delete this event group", "group.p.delbutton": "Delete event group", @@ -141,8 +157,10 @@ "ml.requestml": "Request a link to create a new event", "ml.requestmlbutton": "Request magic link", "ml.requestmldesc": "The administrator of this instance has limited event creation to a set of specific email addresses. If your email address is allowed to create events, you will be sent a magic link. If not, you won't receive anything.", + "newevent.createnew": "Create an event", "newevent.groupattention": "Event groups do not get automatically removed like events do, but events which have been removed from {{siteName}} will of course not show up in an event group.", "newevent.groupdesc": "An event group is a holding area for a set of linked events, like a series of film nights, a festival, or a band tour. You can share a public link to your event group just like an individual event link, and people who know the secret editing code (sent in an email when you create the event group) will be able to add future events to the group.", + "newevent.importevent": "Import an existing event", "newevent.neweventbutton": "Create a new event", "newevent.neweventgroup": "Create a new event group", "newevent.newgroup": "Create an event group", |