X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/32b1c2f4a166147927720ce7f92e1f9011693b1a..75550f5f7cfdc18ccda9dc69c8d510f6c077e86f:/comingNext/localizedTextStrings.js diff --git a/comingNext/localizedTextStrings.js b/comingNext/localizedTextStrings.js index ef221f9..0f671f2 100644 --- a/comingNext/localizedTextStrings.js +++ b/comingNext/localizedTextStrings.js @@ -71,6 +71,8 @@ localizedText['settings.name.daylightSavingOffset'] = 'Daylight Saving Offset (h 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.'; localizedText['settings.name.hideWidgetOnCalendarOpen'] = 'Hide Widget When Opening Calendar'; localizedText['settings.info.hideWidgetOnCalendarOpen'] = 'enable this if the fullscreen widget should be hidden when clicking on the widget to open the calendar app'; +localizedText['settings.name.showCalendarIndicator'] = 'Show Calendar Indicator'; +localizedText['settings.info.showCalendarIndicator'] = 'if multiple calendars are used, a small color bar will be shown to indicate to which calendar an event belongs'; localizedText['settings.name.cssStyle_background'] = '.background'; 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'; localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen'; @@ -93,6 +95,18 @@ localizedText['settings.name.cssStyle_icon'] = '.icon'; localizedText['settings.info.cssStyle_icon'] = 'Defines size and appearance of icons'; localizedText['settings.name.cssStyle_overdue'] = '.overdue'; localizedText['settings.info.cssStyle_overdue'] = 'Defines the appearance of the "Overdue" text'; +localizedText['settings.name.cssStyle_calendar1'] = '.calendar1'; +localizedText['settings.info.cssStyle_calendar1'] = 'Defines the color indicator for events from calendar 1'; +localizedText['settings.name.cssStyle_calendar2'] = '.calendar2'; +localizedText['settings.info.cssStyle_calendar2'] = 'Defines the color indicator for events from calendar 2'; +localizedText['settings.name.cssStyle_calendar3'] = '.calendar3'; +localizedText['settings.info.cssStyle_calendar3'] = 'Defines the color indicator for events from calendar 3'; +localizedText['settings.name.cssStyle_calendar4'] = '.calendar4'; +localizedText['settings.info.cssStyle_calendar4'] = 'Defines the color indicator for events from calendar 4'; +localizedText['settings.name.cssStyle_calendar5'] = '.calendar5'; +localizedText['settings.info.cssStyle_calendar5'] = 'Defines the color indicator for events from calendar 5'; +localizedText['settings.name.cssStyle_calendar6'] = '.calendar6'; +localizedText['settings.info.cssStyle_calendar6'] = 'Defines the color indicator for events from calendar 6'; localizedText['settings.cssStyle_prefix'] = 'CSS Style for '; localizedText['update.current'] = 'Your version: ';