-
-
Notifications
You must be signed in to change notification settings - Fork 871
Expand file tree
/
Copy pathcommon.json
More file actions
63 lines (63 loc) · 1.57 KB
/
Copy pathcommon.json
File metadata and controls
63 lines (63 loc) · 1.57 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"layout": {
"slots": {
"tools": {
"languageSwitcher": {
"switchTo": "Switch to {{ lang }}"
},
"actions": {
"logout": "Log Out"
},
"anonymousTools": {
"login": "Log In",
"register": "Register"
},
"searchWidget": {
"searchSite": "Search site"
}
}
},
"contenttypes": {
"common": {
"size": "Size:"
},
"image": {
"download": "Click to download full sized image"
},
"file": {
"download": "Download file"
}
},
"toolbar": {
"label": "Toolbar"
},
"views": {
"link": {
"linkLabel": "The link address is:",
"externalLinkLabel": "The external link address is:"
},
"event": {
"what": "What",
"when": "When",
"time": {
"sameDayOpenEnd": "{{date}} from {{fromTime}}",
"sameDayRange": "{{date}} from {{fromTime}} to {{toTime}}",
"multiDayWholeDayOpen": "{{fromDate}}",
"multiDayWholeDay": "{{fromDate}} to {{toDate}}",
"multiDayRangeOpen": "{{fromDate}} {{fromTime}}",
"multiDayRange": "{{fromDate}} {{fromTime}} to {{toDate}} {{toTime}}"
},
"allDates": "All dates",
"where": "Where",
"contact": {
"name": "Contact Name",
"phone": "Contact Phone"
},
"attendees": "Attendees",
"website": "Website",
"visitWebsite": "Visit website",
"downloadEvent": "Download event"
}
}
}
}