X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/60a59c8c448067d8271ccecd53516c3b2c65d93b..d3c853b665996c7543a61ff1de1120a7267cff4f:/comingNext/localizedTextStrings.js diff --git a/comingNext/localizedTextStrings.js b/comingNext/localizedTextStrings.js index 881942e..6c93cfc 100644 --- a/comingNext/localizedTextStrings.js +++ b/comingNext/localizedTextStrings.js @@ -18,6 +18,10 @@ localizedText['settings.name.includeTodos'] = 'Include ToDos'; localizedText['settings.info.includeTodos'] = 'disable to remove ToDos from event list'; localizedText['settings.name.useBackgroundImage'] = 'Use Background Image'; localizedText['settings.info.useBackgroundImage'] = 'use background_portrait.png and background_landscape.png to fake transparency. Disable to use a solid background color'; +localizedText['settings.name.backgroundImageLocation'] = 'Background Image Location'; +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".'; +localizedText['settings.validValues.backgroundImageLocation.internal'] = 'internal'; +localizedText['settings.validValues.backgroundImageLocation.external'] = 'external'; localizedText['settings.name.showCombinedDateTime'] = 'Show Combined Date/Time'; localizedText['settings.info.showCombinedDateTime'] = 'only show the time for events happening today, otherwise just show the date'; localizedText['settings.name.showLocation'] = 'Show Location'; @@ -40,6 +44,9 @@ localizedText['settings.info.dateSeparator'] = 'separator for dates. e.g. "31.12 localizedText['settings.default.dateSeparator'] = '.'; localizedText['settings.name.dateFormat'] = 'Date Format'; 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'; +localizedText['settings.validValues.dateFormat.auto'] = 'autodetect'; +localizedText['settings.validValues.dateFormat.DDMM'] = 'day/month/year'; +localizedText['settings.validValues.dateFormat.MMDD'] = 'month/day/year'; localizedText['settings.name.weekDayLength'] = 'Weekday Length'; localizedText['settings.info.weekDayLength'] = 'defines how many characters of the weekday will be shown. E.g. 2 will cut "Friday" to "Fr"'; localizedText['settings.name.updateDataInterval'] = 'Update Data Interval';