]> code.delx.au - comingnext/blob - comingNext/localizedTextStrings.js
added german translation
[comingnext] / comingNext / localizedTextStrings.js
1 var localizedText = new Array();
2
3 localizedText['menu.settings'] = 'Settings';
4 localizedText['menu.openCalendarApp'] = 'Open Calendar App';
5 localizedText['menu.about'] = 'About';
6
7 localizedText['settings.restoreDefaults'] = 'Restore Defaults';
8 localizedText['settings.help'] = 'Help';
9 localizedText['settings.save'] = 'Save';
10 localizedText['settings.cancel'] = 'Cancel';
11
12 localizedText['settings.name.monthRange'] = 'Month Range';
13 localizedText['settings.info.monthRange'] = 'number of months to include in the event list';
14 localizedText['settings.name.includeTodos'] = 'Include ToDos';
15 localizedText['settings.info.includeTodos'] = 'disable to remove ToDos from event list';
16 localizedText['settings.name.useBackgroundImage'] = 'Use Background Image';
17 localizedText['settings.info.useBackgroundImage'] = 'use background_portrait.png and background_landscape.png to fake transparency. Disable to use a solid background color';
18 localizedText['settings.name.showCombinedDateTime'] = 'Show Combined Date/Time';
19 localizedText['settings.info.showCombinedDateTime'] = 'only show the time for events happening today, otherwise just show the date';
20 localizedText['settings.name.showLocation'] = 'Show Location';
21 localizedText['settings.info.showLocation'] = 'show the location for meeting events';
22 localizedText['settings.name.showTodayAsText'] = 'Show Today as Text';
23 localizedText['settings.info.showTodayAsText'] = 'if enabled, the current date will be shown as "Today" instead of "31.12"';
24 localizedText['settings.name.todayText'] = '"Today" Text';
25 localizedText['settings.info.todayText'] = 'text to display for "Today"';
26 localizedText['settings.default.todayText'] = 'Today';
27 localizedText['settings.name.tomorrowText'] = '"Tomorrow" Text';
28 localizedText['settings.info.tomorrowText'] = 'text to display for "Tomorrow"';
29 localizedText['settings.default.tomorrowText'] = 'Tomorrow';
30 localizedText['settings.name.showNowAsText'] = 'Show Now as Text';
31 localizedText['settings.info.showNowAsText'] = 'if enabled, the appointment time will be shown as "Now" instead of "12:00"';
32 localizedText['settings.name.nowText'] = '"Now" Text';
33 localizedText['settings.info.nowText'] = 'text to display for "Now"';
34 localizedText['settings.default.nowText'] = 'Now';
35 localizedText['settings.name.dateSeparator'] = 'Date Separator';
36 localizedText['settings.info.dateSeparator'] = 'separator for dates. e.g. "31.12" or "31/12"';
37 localizedText['settings.default.dateSeparator'] = '.';
38 localizedText['settings.name.dateFormat'] = 'Date Format';
39 localizedText['settings.info.dateFormat'] = 'how dates will be displayed. \'auto\' will autodetect your phone\'s date format setting. \'MMDD\' will write month first, \'DDMM\' will write day first';
40 localizedText['settings.name.weekDayLength'] = 'Weekday Length';
41 localizedText['settings.info.weekDayLength'] = 'defines how many characters of the weekday will be shown. E.g. 2 will cut "Friday" to "Fr"';
42 localizedText['settings.name.updateDataInterval'] = 'Update Data Interval';
43 localizedText['settings.info.updateDataInterval'] = 'how many minutes to wait before updating the displayed data. The higher the number, the less battery is used';
44 localizedText['settings.name.calendarApp'] = 'Calendar Application To Run';
45 localizedText['settings.info.calendarApp'] = 'UID of the calendar app to run when clicking the widget. 0x10005901 = buildin calendar, 0x20004ec1 = Epocware Handy Calendar';
46 localizedText['settings.name.eventsPerWidget'] = 'Events Per Widget';
47 localizedText['settings.info.eventsPerWidget'] = 'number of events to show per widget. Default is 4';
48 localizedText['settings.name.showNothingText'] = 'Show "Nothing" Text';
49 localizedText['settings.info.showNothingText'] = 'if enabled, show a text if no events are in the list';
50 localizedText['settings.name.nothingText'] = '"No further events..." Text';
51 localizedText['settings.info.nothingText'] = 'text to show when no events are in the list';
52 localizedText['settings.default.nothingText'] = 'No further events within %d months';
53 localizedText['settings.name.enableDaylightSaving'] = 'Enable Daylight Saving (+1h)';
54 localizedText['settings.info.enableDaylightSaving'] = 'enable this if you are in a timezone that has daylight saving time (+1h)';
55 localizedText['settings.name.hideWidgetOnCalendarOpen'] = 'Hide Widget When Opening Calendar';
56 localizedText['settings.info.hideWidgetOnCalendarOpen'] = 'enable this if the fullscreen widget should be hidden when clicking on the widget to open the calendar app';
57 localizedText['settings.name.cssStyle_background'] = '.background';
58 localizedText['settings.info.cssStyle_background'] = 'Defines the background of the widget. If you want to use a background image, set useBackgroundImage = true below. For the default themes, black, gray, and light blue, codes are #292029, #e7dfe7, #009aef';
59 localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen';
60 localizedText['settings.info.cssStyle_backgroundFullscreen'] = 'Same as background but for the fullscreen version of the widget';
61 localizedText['settings.name.cssStyle_weekDay'] = '.weekDay';
62 localizedText['settings.info.cssStyle_weekDay'] = 'Defines the appearance of all week day texts';
63 localizedText['settings.name.cssStyle_date'] = '.date';
64 localizedText['settings.info.cssStyle_date'] = 'Defines the appearance of all date texts';
65 localizedText['settings.name.cssStyle_today'] = '.today';
66 localizedText['settings.info.cssStyle_today'] = 'Defines the appearance of "Today" text';
67 localizedText['settings.name.cssStyle_tomorrow'] = '.tomorrow';
68 localizedText['settings.info.cssStyle_tomorrow'] = 'Defines the appearance of "Tomorrow" text';
69 localizedText['settings.name.cssStyle_time'] = '.time';
70 localizedText['settings.info.cssStyle_time'] = 'Defines the appearance of all time texts';
71 localizedText['settings.name.cssStyle_now'] = '.now';
72 localizedText['settings.info.cssStyle_now'] = 'Defines the appearance of "Now" text';
73 localizedText['settings.name.cssStyle_description'] = '.description';
74 localizedText['settings.info.cssStyle_description'] = 'Defines the appearance of all event descriptions';
75 localizedText['settings.name.cssStyle_icon'] = '.icon';
76 localizedText['settings.info.cssStyle_icon'] = 'Defines size and appearance of icons';
77