X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/cb6b7cbd8a67222c029869e7b01e82a0208033b7..ac033731e1c7cf12d955ba75ea0835b4deed7742:/comingNext/localizedTextStrings.js diff --git a/comingNext/localizedTextStrings.js b/comingNext/localizedTextStrings.js index 0f671f2..68bb4f4 100644 --- a/comingNext/localizedTextStrings.js +++ b/comingNext/localizedTextStrings.js @@ -4,6 +4,7 @@ localizedText['menu.settings'] = 'Settings'; localizedText['menu.openCalendarApp'] = 'Open Calendar App'; localizedText['menu.about'] = 'About'; localizedText['menu.update'] = 'Check for new version'; +localizedText['menu.help'] = 'Help'; localizedText['softkey.back'] = 'Back'; @@ -73,6 +74,10 @@ localizedText['settings.name.hideWidgetOnCalendarOpen'] = 'Hide Widget When Open 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.excludedCalendars'] = 'Included Calendars'; +localizedText['settings.info.excludedCalendars'] = 'here you can specify which calendars should be displayed if multiple calendars have been defined'; +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'; 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';