]> git.mxchange.org Git - friendica-addons.git/blob - dav/common/wdcal/js/wdCalendar_lang_EN.js
Merge branch '3.6-release'
[friendica-addons.git] / dav / common / wdcal / js / wdCalendar_lang_EN.js
1 var i18n = $.extend({}, i18n || {}, {
2         xgcalendar: {
3                 dateformat: {
4                         "fulldaykey": "ddMMyyyy",
5                         "fulldayshow": "d L yyyy",
6                         "separator": ".",
7                         "year_index": 2,
8                         "month_index": 1,
9                         "day_index": 0,
10                         "day": "d"
11                 },
12                 "no_implemented": "Not implemented",
13                 "to_date_view": "Go to today",
14                 "i_undefined": "Undefined",
15                 "allday_event": "All-day event",
16                 "repeat_event": "Recurring event",
17                 "time": "Time",
18                 "event": "Event",
19                 "location": "Loaction",
20                 "participant": "Attendees",
21                 "get_data_exception": "Exception when getting data",
22                 "new_event": "New event",
23                 "confirm_delete_event": "Do you really want to delete this event?",
24                 "confrim_delete_event_or_all": "Do you want to delete this event alone, or all recurrences? \r\n[OK] for this single item, [Abort] for all.",
25                 "data_format_error": "Data format error!",
26                 "invalid_title": "The title of an event must not be empty and must not contain ($<>).",
27                 "view_no_ready": "View is not ready",
28                 "example": "e.g., Meeting in room 23",
29                 "content": "Title",
30                 "create_event": "Create event",
31                 "update_detail": "Edit",
32                 "click_to_detail": "Show details",
33                 "i_delete": "Delete",
34                 "day_plural": "days",
35                 "others": "More: ",
36                 "item": ""
37         }
38 });