]> code.delx.au - comingnext/blob - comingNext/localizedTextStrings.js
delay load init()
[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 localizedText['menu.update'] = 'Check for new version';
7 localizedText['menu.help'] = 'Help';
8
9 localizedText['softkey.back'] = 'Back';
10
11 localizedText['settings.restoreDefaults'] = 'Restore Defaults';
12 localizedText['settings.help'] = 'Help';
13 localizedText['settings.save'] = 'Save';
14 localizedText['settings.cancel'] = 'Cancel';
15
16 localizedText['settings.name.monthRange'] = 'Month Range';
17 localizedText['settings.info.monthRange'] = 'number of months to include in the event list';
18 localizedText['settings.name.includeTodos'] = 'Include ToDos';
19 localizedText['settings.info.includeTodos'] = 'disable to remove ToDos from event list';
20 localizedText['settings.name.useBackgroundImage'] = 'Use Background Image';
21 localizedText['settings.info.useBackgroundImage'] = 'use background_portrait.png and background_landscape.png to fake transparency. Disable to use a solid background color';
22 localizedText['settings.name.backgroundImageLocation'] = 'Background Image Location';
23 localizedText['settings.info.backgroundImageLocation'] = 'defines where the image is located that is displayed in the background. "Internal" will use the buildin image, "external" will use the image located in C:\\Data\\. If you\'ve generated images with "ComingNext Skin Fetcher", you should set this to "external".';
24 localizedText['settings.validValues.backgroundImageLocation.internal'] = 'internal';
25 localizedText['settings.validValues.backgroundImageLocation.external'] = 'external';
26 localizedText['settings.name.showCombinedDateTime'] = 'Show Combined Date/Time';
27 localizedText['settings.info.showCombinedDateTime'] = 'only show the time for events happening today, otherwise just show the date';
28 localizedText['settings.name.showLocation'] = 'Show Location';
29 localizedText['settings.info.showLocation'] = 'show the location for meeting events';
30 localizedText['settings.name.showTodayAsText'] = 'Show Today as Text';
31 localizedText['settings.info.showTodayAsText'] = 'if enabled, the current date will be shown as "Today" instead of "31.12"';
32 localizedText['settings.name.todayText'] = '"Today" Text';
33 localizedText['settings.info.todayText'] = 'text to display for "Today"';
34 localizedText['settings.default.todayText'] = 'Today';
35 localizedText['settings.name.tomorrowText'] = '"Tomorrow" Text';
36 localizedText['settings.info.tomorrowText'] = 'text to display for "Tomorrow"';
37 localizedText['settings.default.tomorrowText'] = 'Tomorrow';
38 localizedText['settings.name.showNowAsText'] = 'Show Now as Text';
39 localizedText['settings.info.showNowAsText'] = 'if enabled, the appointment time will be shown as "Now" instead of "12:00"';
40 localizedText['settings.name.nowText'] = '"Now" Text';
41 localizedText['settings.info.nowText'] = 'text to display for "Now"';
42 localizedText['settings.default.nowText'] = 'Now';
43 localizedText['settings.name.markOverdueTodos'] = 'Mark Overdue ToDos';
44 localizedText['settings.info.markOverdueTodos'] = 'mark todo items with a different color if they are overdue';
45 localizedText['settings.name.overdueText'] = '"Overdue" Text';
46 localizedText['settings.info.overdueText'] = 'text to display for "Overdue" todos';
47 localizedText['settings.default.overdueText'] = 'Overdue';
48 localizedText['settings.name.dateSeparator'] = 'Date Separator';
49 localizedText['settings.info.dateSeparator'] = 'separator for dates. e.g. "31.12" or "31/12"';
50 localizedText['settings.default.dateSeparator'] = '.';
51 localizedText['settings.name.dateFormat'] = 'Date Format';
52 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';
53 localizedText['settings.validValues.dateFormat.auto'] = 'autodetect';
54 localizedText['settings.validValues.dateFormat.DDMM'] = 'day/month/year';
55 localizedText['settings.validValues.dateFormat.MMDD'] = 'month/day/year';
56 localizedText['settings.name.weekDayLength'] = 'Weekday Length';
57 localizedText['settings.info.weekDayLength'] = 'defines how many characters of the weekday will be shown. E.g. 2 will cut "Friday" to "Fr"';
58 localizedText['settings.name.updateDataInterval'] = 'Update Data Interval';
59 localizedText['settings.info.updateDataInterval'] = 'how many minutes to wait before updating the displayed data. The higher the number, the less battery is used';
60 localizedText['settings.name.calendarApp'] = 'Calendar Application To Run';
61 localizedText['settings.info.calendarApp'] = 'UID of the calendar app to run when clicking the widget. 0x10005901 = buildin calendar, 0x20004ec1 = Epocware Handy Calendar';
62 localizedText['settings.name.eventsPerWidget'] = 'Events Per Widget';
63 localizedText['settings.info.eventsPerWidget'] = 'number of events to show per widget. Default is 4';
64 localizedText['settings.name.showNothingText'] = 'Show "Nothing" Text';
65 localizedText['settings.info.showNothingText'] = 'if enabled, show a text if no events are in the list';
66 localizedText['settings.name.nothingText'] = '"No further events..." Text';
67 localizedText['settings.info.nothingText'] = 'text to show when no events are in the list';
68 localizedText['settings.default.nothingText'] = 'No further events within %d months';
69 localizedText['settings.name.enableDaylightSaving'] = 'Enable Daylight Saving';
70 localizedText['settings.info.enableDaylightSaving'] = 'enable this if you are in a timezone that has daylight saving time';
71 localizedText['settings.name.daylightSavingOffset'] = 'Daylight Saving Offset (hours)';
72 localizedText['settings.info.daylightSavingOffset'] = 'Number of hours your clock is shifted by daylight saving time. This setting is only relevant if daylight saving has been enabled. The default offset in europe is 1 hour.';
73 localizedText['settings.name.hideWidgetOnCalendarOpen'] = 'Hide Widget When Opening Calendar';
74 localizedText['settings.info.hideWidgetOnCalendarOpen'] = 'enable this if the fullscreen widget should be hidden when clicking on the widget to open the calendar app';
75 localizedText['settings.name.showCalendarIndicator'] = 'Show Calendar Indicator';
76 localizedText['settings.info.showCalendarIndicator'] = 'if multiple calendars are used, a small color bar will be shown to indicate to which calendar an event belongs';
77 localizedText['settings.name.excludedCalendars'] = 'Included Calendars';
78 localizedText['settings.info.excludedCalendars'] = 'here you can specify which calendars should be displayed if multiple calendars have been defined';
79 localizedText['settings.name.enableLogging'] = 'Enable Logging';
80 localizedText['settings.info.enableLogging'] = 'write debug information to C:\\Data\\jslog_widget.log. Note: Javascript error logging to file needs to be enabled in your browser settings for this.';
81 localizedText['settings.name.cssStyle_background'] = '.background';
82 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';
83 localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen';
84 localizedText['settings.info.cssStyle_backgroundFullscreen'] = 'Same as background but for the fullscreen version of the widget';
85 localizedText['settings.name.cssStyle_weekDay'] = '.weekDay';
86 localizedText['settings.info.cssStyle_weekDay'] = 'Defines the appearance of all week day texts';
87 localizedText['settings.name.cssStyle_date'] = '.date';
88 localizedText['settings.info.cssStyle_date'] = 'Defines the appearance of all date texts';
89 localizedText['settings.name.cssStyle_today'] = '.today';
90 localizedText['settings.info.cssStyle_today'] = 'Defines the appearance of "Today" text';
91 localizedText['settings.name.cssStyle_tomorrow'] = '.tomorrow';
92 localizedText['settings.info.cssStyle_tomorrow'] = 'Defines the appearance of "Tomorrow" text';
93 localizedText['settings.name.cssStyle_time'] = '.time';
94 localizedText['settings.info.cssStyle_time'] = 'Defines the appearance of all time texts';
95 localizedText['settings.name.cssStyle_now'] = '.now';
96 localizedText['settings.info.cssStyle_now'] = 'Defines the appearance of "Now" text';
97 localizedText['settings.name.cssStyle_description'] = '.description';
98 localizedText['settings.info.cssStyle_description'] = 'Defines the appearance of all event descriptions';
99 localizedText['settings.name.cssStyle_icon'] = '.icon';
100 localizedText['settings.info.cssStyle_icon'] = 'Defines size and appearance of icons';
101 localizedText['settings.name.cssStyle_overdue'] = '.overdue';
102 localizedText['settings.info.cssStyle_overdue'] = 'Defines the appearance of the "Overdue" text';
103 localizedText['settings.name.cssStyle_calendar1'] = '.calendar1';
104 localizedText['settings.info.cssStyle_calendar1'] = 'Defines the color indicator for events from calendar 1';
105 localizedText['settings.name.cssStyle_calendar2'] = '.calendar2';
106 localizedText['settings.info.cssStyle_calendar2'] = 'Defines the color indicator for events from calendar 2';
107 localizedText['settings.name.cssStyle_calendar3'] = '.calendar3';
108 localizedText['settings.info.cssStyle_calendar3'] = 'Defines the color indicator for events from calendar 3';
109 localizedText['settings.name.cssStyle_calendar4'] = '.calendar4';
110 localizedText['settings.info.cssStyle_calendar4'] = 'Defines the color indicator for events from calendar 4';
111 localizedText['settings.name.cssStyle_calendar5'] = '.calendar5';
112 localizedText['settings.info.cssStyle_calendar5'] = 'Defines the color indicator for events from calendar 5';
113 localizedText['settings.name.cssStyle_calendar6'] = '.calendar6';
114 localizedText['settings.info.cssStyle_calendar6'] = 'Defines the color indicator for events from calendar 6';
115 localizedText['settings.cssStyle_prefix'] = 'CSS Style for ';
116
117 localizedText['update.current'] = 'Your version: ';
118 localizedText['update.checking'] = 'checking for updates...';
119 localizedText['update.download'] = 'Current version: %1<br /><a href=\"%2\">download new version</a>';
120 localizedText['update.nonewversion'] = 'no new versions available';
121 localizedText['update.error'] = 'connection error: ';
122 localizedText['update.checknow'] = 'Check now';