-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathen.json
38 lines (35 loc) · 4.55 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"Program": "Programme",
"weekday_n": "{N, plural, =0{Sunday} =1{Monday} =2{Tuesday} =3{Wednesday} =4{Thursday} =5{Friday} =6{Saturday} other{???}}",
"weekday_short_n": "{N, plural, =0{Sun} =1{Mon} =2{Tue} =3{Wed} =4{Thu} =5{Fri} =6{Sat} other{???}}",
"month_n": "{N, plural, =0{January} =1{February} =2{March} =3{April} =4{May} =5{June} =6{July} =7{August} =8{September} =9{October} =10{November} =11{December} other{???}}",
"time_diff": "{T} {T_UNIT, plural, =0{seconds} =1{minutes} =2{hours} =3{days} =4{weeks} =5{months} =6{years} other{???}} {T_PAST, select, true{ago} other{from now}}",
"search_example": "For example, you could try <b>{X}</b>",
"no_ko_id": "No ID set! Please assign konopas_set.id a unique identifier.",
"old_browser": "Unfortunately, your browser doesn't support some of the Javascript features required by KonOpas. To use, please try a different browser.",
"item_not_found": "Programme id <b>{ID}</b> not found!",
"item_tags": "{T, select, tags{Tags} track{Track} type{Type} other{{T}}}",
"star_export_this": "Your current selection is encoded in <a href=\"{THIS}\" target=\"_blank\">this page's URL</a>, which you may open elsewhere to share your selection.",
"star_export_share": "For easier sharing, you can also generate a <a href=\"{SHORT}\">shorter link</a> or a <a href=\"{QR}\">QR code</a>.",
"star_import_this": "Your previously selected items are shown with a highlighted interior, while those imported via <a href=\"{THIS}\">this link</a> have a highlighted border.",
"star_import_diff": "Your previous selection {PREV, plural, =0{was empty} one{had one item} other{had # items}}, and the imported selection has {NEW, plural, =0{no new items} one{one new item} other{# new items}} {SAME, plural, =0{} one{and one which was already selected} other{and # which were already selected}}.",
"star_import_bad": "{BAD, plural, =0{} one{One of the imported items had an invalid ID.} other{# of the imported items had invalid IDs.}}",
"star_set": "Set my selection to the imported selection",
"add_n": "add {N}",
"discard_n": "discard {N}",
"star_add": "Add the {N, plural, one{new item} other{# new items}} to my selection",
"star_export_link": "<a href=\"{URL}\">Export selection</a> ({N, plural, one{one item} other{# items}})",
"star_hint": "To \"star\" a programme item, click on the square next to it. Your selections will be remembered, and shown in this view. You currently don't have any programme items selected, so this list is empty.",
"star_no_memory": "{WHY, select, FFcookies{It looks like you're using a Firefox browser with cookies disabled, so } IOSprivate{It looks like you're using an iOS or Safari browser in private mode, so } other{For some reason,}} your <a href=\"http://en.wikipedia.org/wiki/Web_storage\">localStorage</a> is not enabled, and therefore your selection will not be remembered between sessions. {SERVER, select, true{Please <span class=\"js-link\" onclick=\"var e=_el('login-popup-link');if(e)e.click();\">login</span> to enable persistent storage.} other{}}",
"filter_sum_id": "Listing {N, plural, one{one item: {TITLE}} other{# items with id {ID}}}",
"filter_sum": "Listing {N, plural, one{one} other{{ALL} #}} {LIVE, select, undefined{} other{current and future}} {TAG} {N, plural, one{item} other{items}} {DAY, select, undefined{} other{on {DAY} {TIME, select, undefined{} other{after {TIME}}}}} {AREA, select, undefined{} other{in {AREA}}} {Q, select, undefined{} other{matching the query {Q}}}",
"day_link": "Show {N} matching items from {D, plural, =0{Sunday} =1{Monday} =2{Tuesday} =3{Wednesday} =4{Thursday} =5{Friday} =6{Saturday} other{???}}",
"hidden_link": "Show {N} more matching items with an end time before {T} on {D, plural, =0{Sunday} =1{Monday} =2{Tuesday} =3{Wednesday} =4{Thursday} =5{Friday} =6{Saturday} other{???}}",
"server_cmd_fail": "The command \"{CMD}\" failed.",
"post_author": "{N} posted…",
"ical_login": "To make your selection available in external calendars, please <span class=\"js-link\" onclick=\"var e=_el('login-popup-link');if(e)e.click();\">login</span>.",
"ical_link": "Your selection is available as an iCal (.ics) calendar at:",
"ical_hint": "Note that changes you make in this guide may not show up immediately in your external calendar software.",
"ical_make": "To view your selection in your calendar app, you may also <br class=\"wide-only\">{A_TAG}make it available</a> in iCal (.ics) calendar format",
"login_why": "Once you've verified your e-mail address, you'll be able to sync your data between different clients (including external calendars). After signing in, no information will be transmitted to these external services."
}