X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/595e14da48ccf9881bc8c209ab1b3e6296ed87c1..a4b0671b585a25871fac3f23b69b2fbe1ad3b7fa:/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';