]> code.delx.au - comingnext/blobdiff - comingNext/localizedTextStrings.js
* fixed daylight saving times not being applied properly resulting in events being...
[comingnext] / comingNext / localizedTextStrings.js
index ff02b4144fcd7dbed14968d61b32a9b6fcc54d5d..ef221f9808871ee48a995519b61785b6a2273a92 100644 (file)
@@ -3,6 +3,9 @@ var localizedText = new Array();
 localizedText['menu.settings'] = 'Settings';\r
 localizedText['menu.openCalendarApp'] = 'Open Calendar App';\r
 localizedText['menu.about'] = 'About';\r
+localizedText['menu.update'] = 'Check for new version';\r
+\r
+localizedText['softkey.back'] = 'Back';\r
 \r
 localizedText['settings.restoreDefaults'] = 'Restore Defaults';\r
 localizedText['settings.help'] = 'Help';\r
@@ -15,6 +18,10 @@ localizedText['settings.name.includeTodos'] = 'Include ToDos';
 localizedText['settings.info.includeTodos'] = 'disable to remove ToDos from event list';\r
 localizedText['settings.name.useBackgroundImage'] = 'Use Background Image';\r
 localizedText['settings.info.useBackgroundImage'] = 'use background_portrait.png and background_landscape.png to fake transparency. Disable to use a solid background color';\r
+localizedText['settings.name.backgroundImageLocation'] = 'Background Image Location';\r
+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".';\r
+localizedText['settings.validValues.backgroundImageLocation.internal'] = 'internal';\r
+localizedText['settings.validValues.backgroundImageLocation.external'] = 'external';\r
 localizedText['settings.name.showCombinedDateTime'] = 'Show Combined Date/Time';\r
 localizedText['settings.info.showCombinedDateTime'] = 'only show the time for events happening today, otherwise just show the date';\r
 localizedText['settings.name.showLocation'] = 'Show Location';\r
@@ -32,11 +39,19 @@ localizedText['settings.info.showNowAsText'] = 'if enabled, the appointment time
 localizedText['settings.name.nowText'] = '"Now" Text';\r
 localizedText['settings.info.nowText'] = 'text to display for "Now"';\r
 localizedText['settings.default.nowText'] = 'Now';\r
+localizedText['settings.name.markOverdueTodos'] = 'Mark Overdue ToDos';\r
+localizedText['settings.info.markOverdueTodos'] = 'mark todo items with a different color if they are overdue';\r
+localizedText['settings.name.overdueText'] = '"Overdue" Text';\r
+localizedText['settings.info.overdueText'] = 'text to display for "Overdue" todos';\r
+localizedText['settings.default.overdueText'] = 'Overdue';\r
 localizedText['settings.name.dateSeparator'] = 'Date Separator';\r
 localizedText['settings.info.dateSeparator'] = 'separator for dates. e.g. "31.12" or "31/12"';\r
 localizedText['settings.default.dateSeparator'] = '.';\r
 localizedText['settings.name.dateFormat'] = 'Date Format';\r
 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';\r
+localizedText['settings.validValues.dateFormat.auto'] = 'autodetect';\r
+localizedText['settings.validValues.dateFormat.DDMM'] = 'day/month/year';\r
+localizedText['settings.validValues.dateFormat.MMDD'] = 'month/day/year';\r
 localizedText['settings.name.weekDayLength'] = 'Weekday Length';\r
 localizedText['settings.info.weekDayLength'] = 'defines how many characters of the weekday will be shown. E.g. 2 will cut "Friday" to "Fr"';\r
 localizedText['settings.name.updateDataInterval'] = 'Update Data Interval';\r
@@ -50,8 +65,10 @@ localizedText['settings.info.showNothingText'] = 'if enabled, show a text if no
 localizedText['settings.name.nothingText'] = '"No further events..." Text';\r
 localizedText['settings.info.nothingText'] = 'text to show when no events are in the list';\r
 localizedText['settings.default.nothingText'] = 'No further events within %d months';\r
-localizedText['settings.name.enableDaylightSaving'] = 'Enable Daylight Saving (+1h)';\r
-localizedText['settings.info.enableDaylightSaving'] = 'enable this if you are in a timezone that has daylight saving time (+1h)';\r
+localizedText['settings.name.enableDaylightSaving'] = 'Enable Daylight Saving';\r
+localizedText['settings.info.enableDaylightSaving'] = 'enable this if you are in a timezone that has daylight saving time';\r
+localizedText['settings.name.daylightSavingOffset'] = 'Daylight Saving Offset (hours)';\r
+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.';\r
 localizedText['settings.name.hideWidgetOnCalendarOpen'] = 'Hide Widget When Opening Calendar';\r
 localizedText['settings.info.hideWidgetOnCalendarOpen'] = 'enable this if the fullscreen widget should be hidden when clicking on the widget to open the calendar app';\r
 localizedText['settings.name.cssStyle_background'] = '.background';\r
@@ -74,4 +91,13 @@ localizedText['settings.name.cssStyle_description'] = '.description';
 localizedText['settings.info.cssStyle_description'] = 'Defines the appearance of all event descriptions';\r
 localizedText['settings.name.cssStyle_icon'] = '.icon';\r
 localizedText['settings.info.cssStyle_icon'] = 'Defines size and appearance of icons';\r
+localizedText['settings.name.cssStyle_overdue'] = '.overdue';\r
+localizedText['settings.info.cssStyle_overdue'] = 'Defines the appearance of the "Overdue" text';\r
+localizedText['settings.cssStyle_prefix'] = 'CSS Style for ';\r
 \r
+localizedText['update.current'] = 'Your version: ';\r
+localizedText['update.checking'] = 'checking for updates...';\r
+localizedText['update.download'] = 'Current version: %1<br /><a href=\"%2\">download new version</a>';\r
+localizedText['update.nonewversion'] = 'no new versions available';\r
+localizedText['update.error'] = 'connection error: ';\r
+localizedText['update.checknow'] = 'Check now';\r