X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/36639e162a4d8bb99c583512e1576b605911a6da..0de0747a82526fd3d8e3ddf40249eadd55278c52:/comingNext/it.lproj/localizedTextStrings.js diff --git a/comingNext/it.lproj/localizedTextStrings.js b/comingNext/it.lproj/localizedTextStrings.js index 1ba6cb9..26e1521 100644 --- a/comingNext/it.lproj/localizedTextStrings.js +++ b/comingNext/it.lproj/localizedTextStrings.js @@ -13,8 +13,15 @@ localizedText['settings.help'] = 'Aiuto'; localizedText['settings.save'] = 'Salva'; localizedText['settings.cancel'] = 'Annulla'; +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'] = 'Numero Mesi'; localizedText['settings.info.monthRange'] = 'numero di mesi da includere nella lista degli eventi'; +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'] = 'Includi Impegni'; localizedText['settings.info.includeTodos'] = 'disabilita per rimuovere gli Impegni dalla lista'; localizedText['settings.name.useBackgroundImage'] = 'Usa Immagine Di Sfondo'; @@ -76,8 +83,10 @@ localizedText['settings.name.showCalendarIndicator'] = 'Mostra Indicatore Calend localizedText['settings.info.showCalendarIndicator'] = 'se vengono usati calendari multipli, una piccola barra colorata viene mostrata per indicare a quale calendario appartiene l\'evento'; localizedText['settings.name.excludedCalendars'] = 'Includi Calendari'; localizedText['settings.info.excludedCalendars'] = 'qui puoi indicare quale calendario deve essere mostrato se sono impostati calendari multipli'; -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.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.anonymizeLogging'] = 'Anonymize Logging'; +localizedText['settings.info.anonymizeLogging'] = 'enable this to anonymize the display and logging of event summaries and locations. This allows users to create anonymized logs.'; localizedText['settings.name.cssStyle_background'] = '.background'; localizedText['settings.info.cssStyle_background'] = 'Definisce il background del widget. Se vuoi usare una immagine come background imposta useBackgroundImage = true below. For the default themes, black, gray, and light blue, codes are #292029, #e7dfe7, #009aef'; localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen';