X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/4d27434bc54ab9bb5d1eb71714389be519619709..0de0747a82526fd3d8e3ddf40249eadd55278c52:/comingNext/localizedTextStrings.js diff --git a/comingNext/localizedTextStrings.js b/comingNext/localizedTextStrings.js index 227abd0..253b1b2 100644 --- a/comingNext/localizedTextStrings.js +++ b/comingNext/localizedTextStrings.js @@ -20,6 +20,8 @@ localizedText['settings.name.showIcons'] = 'Show Icons'; localizedText['settings.info.showIcons'] = 'disable this to hide event type icons'; localizedText['settings.name.monthRange'] = 'Month Range'; localizedText['settings.info.monthRange'] = 'number of months to include in the event list'; +localizedText['settings.name.maxNumberOfEventsOnFullscreen'] = 'Max. number of events on fullscreen'; +localizedText['settings.info.maxNumberOfEventsOnFullscreen'] = 'maximum number of events to display in fullscreen mode'; localizedText['settings.name.includeTodos'] = 'Include ToDos'; localizedText['settings.info.includeTodos'] = 'disable to remove ToDos from event list'; localizedText['settings.name.useBackgroundImage'] = 'Use Background Image';