]> code.delx.au - comingnext/blob - comingNext/localizedTextStrings.js
fixed missing translation text
[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
8 localizedText['softkey.back'] = 'Back';
9
10 localizedText['settings.restoreDefaults'] = 'Restore Defaults';
11 localizedText['settings.help'] = 'Help';
12 localizedText['settings.save'] = 'Save';
13 localizedText['settings.cancel'] = 'Cancel';
14
15 localizedText['settings.name.monthRange'] = 'Month Range';
16 localizedText['settings.info.monthRange'] = 'number of months to include in the event list';
17 localizedText['settings.name.includeTodos'] = 'Include ToDos';
18 localizedText['settings.info.includeTodos'] = 'disable to remove ToDos from event list';
19 localizedText['settings.name.useBackgroundImage'] = 'Use Background Image';
20 localizedText['settings.info.useBackgroundImage'] = 'use background_portrait.png and background_landscape.png to fake transparency. Disable to use a solid background color';
21 localizedText['settings.name.backgroundImageLocation'] = 'Background Image Location';
22 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".';
23 localizedText['settings.validValues.backgroundImageLocation.internal'] = 'internal';
24 localizedText['settings.validValues.backgroundImageLocation.external'] = 'external';
25 localizedText['settings.name.showCombinedDateTime'] = 'Show Combined Date/Time';
26 localizedText['settings.info.showCombinedDateTime'] = 'only show the time for events happening today, otherwise just show the date';
27 localizedText['settings.name.showLocation'] = 'Show Location';
28 localizedText['settings.info.showLocation'] = 'show the location for meeting events';
29 localizedText['settings.name.showTodayAsText'] = 'Show Today as Text';
30 localizedText['settings.info.showTodayAsText'] = 'if enabled, the current date will be shown as "Today" instead of "31.12"';
31 localizedText['settings.name.todayText'] = '"Today" Text';
32 localizedText['settings.info.todayText'] = 'text to display for "Today"';
33 localizedText['settings.default.todayText'] = 'Today';
34 localizedText['settings.name.tomorrowText'] = '"Tomorrow" Text';
35 localizedText['settings.info.tomorrowText'] = 'text to display for "Tomorrow"';
36 localizedText['settings.default.tomorrowText'] = 'Tomorrow';
37 localizedText['settings.name.showNowAsText'] = 'Show Now as Text';
38 localizedText['settings.info.showNowAsText'] = 'if enabled, the appointment time will be shown as "Now" instead of "12:00"';
39 localizedText['settings.name.nowText'] = '"Now" Text';
40 localizedText['settings.info.nowText'] = 'text to display for "Now"';
41 localizedText['settings.default.nowText'] = 'Now';
42 localizedText['settings.name.markOverdueTodos'] = 'Mark overdue ToDos';
43 localizedText['settings.info.markOverdueTodos'] = 'Mark overdue todos with a different color';
44 localizedText['settings.name.overdueText'] = '"Overdue" Text';
45 localizedText['settings.info.overdueText'] = 'text to display for overdue todos';
46 localizedText['settings.default.overdueText'] = 'Overdue';
47 localizedText['settings.name.dateSeparator'] = 'Date Separator';
48 localizedText['settings.info.dateSeparator'] = 'separator for dates. e.g. "31.12" or "31/12"';
49 localizedText['settings.default.dateSeparator'] = '.';
50 localizedText['settings.name.dateFormat'] = 'Date Format';
51 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';
52 localizedText['settings.validValues.dateFormat.auto'] = 'autodetect';
53 localizedText['settings.validValues.dateFormat.DDMM'] = 'day/month/year';
54 localizedText['settings.validValues.dateFormat.MMDD'] = 'month/day/year';
55 localizedText['settings.name.weekDayLength'] = 'Weekday Length';
56 localizedText['settings.info.weekDayLength'] = 'defines how many characters of the weekday will be shown. E.g. 2 will cut "Friday" to "Fr"';
57 localizedText['settings.name.updateDataInterval'] = 'Update Data Interval';
58 localizedText['settings.info.updateDataInterval'] = 'how many minutes to wait before updating the displayed data. The higher the number, the less battery is used';
59 localizedText['settings.name.calendarApp'] = 'Calendar Application To Run';
60 localizedText['settings.info.calendarApp'] = 'UID of the calendar app to run when clicking the widget. 0x10005901 = buildin calendar, 0x20004ec1 = Epocware Handy Calendar';
61 localizedText['settings.name.eventsPerWidget'] = 'Events Per Widget';
62 localizedText['settings.info.eventsPerWidget'] = 'number of events to show per widget. Default is 4';
63 localizedText['settings.name.showNothingText'] = 'Show "Nothing" Text';
64 localizedText['settings.info.showNothingText'] = 'if enabled, show a text if no events are in the list';
65 localizedText['settings.name.nothingText'] = '"No further events..." Text';
66 localizedText['settings.info.nothingText'] = 'text to show when no events are in the list';
67 localizedText['settings.default.nothingText'] = 'No further events within %d months';
68 localizedText['settings.name.enableDaylightSaving'] = 'Enable Daylight Saving (+1h)';
69 localizedText['settings.info.enableDaylightSaving'] = 'enable this if you are in a timezone that has daylight saving time (+1h)';
70 localizedText['settings.name.hideWidgetOnCalendarOpen'] = 'Hide Widget When Opening Calendar';
71 localizedText['settings.info.hideWidgetOnCalendarOpen'] = 'enable this if the fullscreen widget should be hidden when clicking on the widget to open the calendar app';
72 localizedText['settings.name.cssStyle_background'] = '.background';
73 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';
74 localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen';
75 localizedText['settings.info.cssStyle_backgroundFullscreen'] = 'Same as background but for the fullscreen version of the widget';
76 localizedText['settings.name.cssStyle_weekDay'] = '.weekDay';
77 localizedText['settings.info.cssStyle_weekDay'] = 'Defines the appearance of all week day texts';
78 localizedText['settings.name.cssStyle_date'] = '.date';
79 localizedText['settings.info.cssStyle_date'] = 'Defines the appearance of all date texts';
80 localizedText['settings.name.cssStyle_today'] = '.today';
81 localizedText['settings.info.cssStyle_today'] = 'Defines the appearance of "Today" text';
82 localizedText['settings.name.cssStyle_tomorrow'] = '.tomorrow';
83 localizedText['settings.info.cssStyle_tomorrow'] = 'Defines the appearance of "Tomorrow" text';
84 localizedText['settings.name.cssStyle_time'] = '.time';
85 localizedText['settings.info.cssStyle_time'] = 'Defines the appearance of all time texts';
86 localizedText['settings.name.cssStyle_now'] = '.now';
87 localizedText['settings.info.cssStyle_now'] = 'Defines the appearance of "Now" text';
88 localizedText['settings.name.cssStyle_description'] = '.description';
89 localizedText['settings.info.cssStyle_description'] = 'Defines the appearance of all event descriptions';
90 localizedText['settings.name.cssStyle_icon'] = '.icon';
91 localizedText['settings.info.cssStyle_icon'] = 'Defines size and appearance of icons';
92 localizedText['settings.name.cssStyle_overdue'] = '.overdue';
93 localizedText['settings.info.cssStyle_overdue'] = 'Defines the appearance of the "Overdue" text';
94
95 localizedText['update.current'] = 'Your version: ';
96 localizedText['update.checking'] = 'checking for updates...';
97 localizedText['update.download'] = 'Current version: %1<br /><a href=\"%2\">download new version</a>';
98 localizedText['update.nonewversion'] = 'no new versions available';
99 localizedText['update.error'] = 'connection error: ';
100 localizedText['update.checknow'] = 'Check now';