X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/0a6280623b4716939f1c1b50fa066a84f8e43bb9..0de0747a82526fd3d8e3ddf40249eadd55278c52:/comingNext/ru.lproj/localizedTextStrings.js diff --git a/comingNext/ru.lproj/localizedTextStrings.js b/comingNext/ru.lproj/localizedTextStrings.js index ac8f92d..85c8a8e 100644 --- a/comingNext/ru.lproj/localizedTextStrings.js +++ b/comingNext/ru.lproj/localizedTextStrings.js @@ -13,10 +13,15 @@ localizedText['settings.help'] = 'Помощь'; localizedText['settings.save'] = 'Сохранить'; localizedText['settings.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'] = 'Количество месяцев'; localizedText['settings.info.monthRange'] = 'количество выводимых месящев записей календаря'; +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'] = 'Показывать Пямятки'; localizedText['settings.info.includeTodos'] = 'Отключите чтобы убрать памятки из списка календаря'; localizedText['settings.name.useBackgroundImage'] = 'Фоновое изображение'; @@ -80,6 +85,8 @@ 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.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'] = 'Задает параметры фона виджета. Например коды цветов черный, серый, светлый - #292029, #e7dfe7, #009aef'; localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen';