X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/ce2b31560ab2e99ac8456e7b0b1ed0277169a1d8..3038ef977c0f2363bebeb7cb75fffb4210af5ed8:/comingNext/localizedTextStrings.js diff --git a/comingNext/localizedTextStrings.js b/comingNext/localizedTextStrings.js index 68bb4f4..4175290 100644 --- a/comingNext/localizedTextStrings.js +++ b/comingNext/localizedTextStrings.js @@ -13,6 +13,11 @@ localizedText['settings.help'] = 'Help'; localizedText['settings.save'] = 'Save'; localizedText['settings.cancel'] = 'Cancel'; +localizedText['settings.name.fontsize'] = 'Font Size'; +localizedText['settings.info.fontsize'] = 'change this if text is too small or large for you. "Automatic" will adjust text size according to number of events to display'; +localizedText['settings.validValues.fontsize.auto'] = 'Automatic'; +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.includeTodos'] = 'Include ToDos';