]> code.delx.au - comingnext/blobdiff - comingNext/localizedTextStrings.js
delay load init()
[comingnext] / comingNext / localizedTextStrings.js
index ef221f9808871ee48a995519b61785b6a2273a92..15b72983d3efbac695fc3bfbe49579a56dfa3e38 100644 (file)
@@ -4,6 +4,7 @@ localizedText['menu.settings'] = 'Settings';
 localizedText['menu.openCalendarApp'] = 'Open Calendar App';\r
 localizedText['menu.about'] = 'About';\r
 localizedText['menu.update'] = 'Check for new version';\r
+localizedText['menu.help'] = 'Help';\r
 \r
 localizedText['softkey.back'] = 'Back';\r
 \r
@@ -71,6 +72,12 @@ 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.';\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.showCalendarIndicator'] = 'Show Calendar Indicator';\r
+localizedText['settings.info.showCalendarIndicator'] = 'if multiple calendars are used, a small color bar will be shown to indicate to which calendar an event belongs';\r
+localizedText['settings.name.excludedCalendars'] = 'Included Calendars';\r
+localizedText['settings.info.excludedCalendars'] = 'here you can specify which calendars should be displayed if multiple calendars have been defined';\r
+localizedText['settings.name.enableLogging'] = 'Enable Logging';
+localizedText['settings.info.enableLogging'] = 'write debug information to C:\\Data\\jslog_widget.log. Note: Javascript error logging to file needs to be enabled in your browser settings for this.';
 localizedText['settings.name.cssStyle_background'] = '.background';\r
 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';\r
 localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen';\r
@@ -93,6 +100,18 @@ localizedText['settings.name.cssStyle_icon'] = '.icon';
 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.name.cssStyle_calendar1'] = '.calendar1';\r
+localizedText['settings.info.cssStyle_calendar1'] = 'Defines the color indicator for events from calendar 1';\r
+localizedText['settings.name.cssStyle_calendar2'] = '.calendar2';\r
+localizedText['settings.info.cssStyle_calendar2'] = 'Defines the color indicator for events from calendar 2';\r
+localizedText['settings.name.cssStyle_calendar3'] = '.calendar3';\r
+localizedText['settings.info.cssStyle_calendar3'] = 'Defines the color indicator for events from calendar 3';\r
+localizedText['settings.name.cssStyle_calendar4'] = '.calendar4';\r
+localizedText['settings.info.cssStyle_calendar4'] = 'Defines the color indicator for events from calendar 4';\r
+localizedText['settings.name.cssStyle_calendar5'] = '.calendar5';\r
+localizedText['settings.info.cssStyle_calendar5'] = 'Defines the color indicator for events from calendar 5';\r
+localizedText['settings.name.cssStyle_calendar6'] = '.calendar6';\r
+localizedText['settings.info.cssStyle_calendar6'] = 'Defines the color indicator for events from calendar 6';\r
 localizedText['settings.cssStyle_prefix'] = 'CSS Style for ';\r
 \r
 localizedText['update.current'] = 'Your version: ';\r