X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/2de56af5f6389b2bf02d40ff58cfd2f2be40188e..3038ef977c0f2363bebeb7cb75fffb4210af5ed8:/comingNext/ru.lproj/localizedTextStrings.js diff --git a/comingNext/ru.lproj/localizedTextStrings.js b/comingNext/ru.lproj/localizedTextStrings.js index 238bfc9..2bd9ade 100644 --- a/comingNext/ru.lproj/localizedTextStrings.js +++ b/comingNext/ru.lproj/localizedTextStrings.js @@ -4,6 +4,7 @@ localizedText['menu.settings'] = 'Настройки'; localizedText['menu.openCalendarApp'] = 'Открыть календарь'; localizedText['menu.about'] = 'О программе'; localizedText['menu.update'] = 'Проверить обновление'; +localizedText['menu.help'] = 'Помощь'; localizedText['softkey.back'] = 'Назад'; @@ -12,6 +13,11 @@ 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.includeTodos'] = 'Показывать Пямятки'; @@ -71,6 +77,12 @@ localizedText['settings.name.daylightSavingOffset'] = 'Daylight Saving Offset (h localizedText['settings.info.daylightSavingOffset'] = 'Number of hours your clock is shifted by daylight saving time. This setting is only relevant if daylight saving has been enabled. The default offset in europe is 1 hour.'; localizedText['settings.name.hideWidgetOnCalendarOpen'] = 'Скрывать виджет когда запущен календарь'; localizedText['settings.info.hideWidgetOnCalendarOpen'] = 'виджет будет скрыт при запуске календаря, иначе выводиться всегда'; +localizedText['settings.name.showCalendarIndicator'] = 'Show Calendar Indicator'; +localizedText['settings.info.showCalendarIndicator'] = 'if multiple calendars are used, a small color bar will be shown to indicate to which calendar an event belongs'; +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.cssStyle_background'] = '.background'; localizedText['settings.info.cssStyle_background'] = 'Задает параметры фона виджета. Например коды цветов черный, серый, светлый - #292029, #e7dfe7, #009aef'; localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen'; @@ -93,6 +105,18 @@ localizedText['settings.name.cssStyle_icon'] = '.icon'; localizedText['settings.info.cssStyle_icon'] = 'Задать параметры и размер иконки'; localizedText['settings.name.cssStyle_overdue'] = '.overdue'; localizedText['settings.info.cssStyle_overdue'] = 'Задать параметры текста "Пропущено"'; +localizedText['settings.name.cssStyle_calendar1'] = '.calendar1'; +localizedText['settings.info.cssStyle_calendar1'] = 'Defines the color indicator for events from calendar 1'; +localizedText['settings.name.cssStyle_calendar2'] = '.calendar2'; +localizedText['settings.info.cssStyle_calendar2'] = 'Defines the color indicator for events from calendar 2'; +localizedText['settings.name.cssStyle_calendar3'] = '.calendar3'; +localizedText['settings.info.cssStyle_calendar3'] = 'Defines the color indicator for events from calendar 3'; +localizedText['settings.name.cssStyle_calendar4'] = '.calendar4'; +localizedText['settings.info.cssStyle_calendar4'] = 'Defines the color indicator for events from calendar 4'; +localizedText['settings.name.cssStyle_calendar5'] = '.calendar5'; +localizedText['settings.info.cssStyle_calendar5'] = 'Defines the color indicator for events from calendar 5'; +localizedText['settings.name.cssStyle_calendar6'] = '.calendar6'; +localizedText['settings.info.cssStyle_calendar6'] = 'Defines the color indicator for events from calendar 6'; localizedText['settings.cssStyle_prefix'] = 'CSS Style for '; localizedText['update.current'] = 'Ваша версия: ';