]> code.delx.au - comingnext/blobdiff - comingNextB/localizedTextStrings.js
* added backgroundImageLocation option
[comingnext] / comingNextB / localizedTextStrings.js
index 881942ea5a0e76da12fce173f94787f930f0ea59..6c93cfc34666063fe6be005a0172a777f05b14c5 100644 (file)
@@ -18,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
@@ -40,6 +44,9 @@ localizedText['settings.info.dateSeparator'] = 'separator for dates. e.g. "31.12
 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