]> git.mxchange.org Git - friendica-addons.git/blob - dav/common/wdcal/js/wdCalendar_lang_EN.js
Merge remote branch 'friendica/master'
[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                         "sun": "Su",
12                         "mon": "Mo",
13                         "tue": "Tu",
14                         "wed": "Mi",
15                         "thu": "Th",
16                         "fri": "Fr",
17                         "sat": "Sa",
18                         "jan": "Jan",
19                         "feb": "Feb",
20                         "mar": "Mar",
21                         "apr": "Apr",
22                         "may": "May",
23                         "jun": "Jun",
24                         "jul": "Jul",
25                         "aug": "Aug",
26                         "sep": "Sep",
27                         "oct": "Oct",
28                         "nov": "Nov",
29                         "dec": "Dec"
30                 },
31                 "no_implemented": "Not implemented",
32                 "to_date_view": "Go to today",
33                 "i_undefined": "Undefined",
34                 "allday_event": "All-day event",
35                 "repeat_event": "Recurring event",
36                 "time": "Time",
37                 "event": "Event",
38                 "location": "Loaction",
39                 "participant": "Attendees",
40                 "get_data_exception": "Exception when getting data",
41                 "new_event": "New event",
42                 "confirm_delete_event": "Do you really want to delete this event?",
43                 "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.",
44                 "data_format_error": "Data format error!",
45                 "invalid_title": "The title of an event must not be empty and must not contain ($<>).",
46                 "view_no_ready": "View is not ready",
47                 "example": "e.g., Meeting in room 23",
48                 "content": "Title",
49                 "create_event": "Create event",
50                 "update_detail": "Edit",
51                 "click_to_detail": "Show details",
52                 "i_delete": "Delete",
53                 "day_plural": "days",
54                 "others": "More: ",
55                 "item": ""
56         }
57 });