X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/b8a6e9f08ed86b16cfeb4e3e6d441a29ae482a4a..0de0747a82526fd3d8e3ddf40249eadd55278c52:/comingNext/pt-BR.lproj/localizedTextStrings.js diff --git a/comingNext/pt-BR.lproj/localizedTextStrings.js b/comingNext/pt-BR.lproj/localizedTextStrings.js index 03ccc49..06213b5 100644 --- a/comingNext/pt-BR.lproj/localizedTextStrings.js +++ b/comingNext/pt-BR.lproj/localizedTextStrings.js @@ -4,6 +4,7 @@ localizedText['menu.settings'] = 'Configuração'; localizedText['menu.openCalendarApp'] = 'Abre Calendário'; localizedText['menu.about'] = 'Sobre'; localizedText['menu.update'] = 'Verifica nova versão'; +localizedText['menu.help'] = 'Ajuda'; localizedText['softkey.back'] = 'Back'; @@ -12,8 +13,15 @@ localizedText['settings.help'] = 'ajuda'; localizedText['settings.save'] = 'Salva'; localizedText['settings.cancel'] = 'Cancela'; +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'] = 'Faixa do Mês'; localizedText['settings.info.monthRange'] = 'Número de meses incluídos na lista de evento'; +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'] = 'Incluir ToDos'; localizedText['settings.info.includeTodos'] = 'Desativa para remover "ToDos" da lista de eventos'; localizedText['settings.name.useBackgroundImage'] = 'Usa Imagem de Fundo'; @@ -65,10 +73,20 @@ localizedText['settings.info.showNothingText'] = 'se ativo, apresenta um texto s localizedText['settings.name.nothingText'] = '"Não há mais eventos..." Texto'; localizedText['settings.info.nothingText'] = 'texto apresentado quando não há eventos listados'; localizedText['settings.default.nothingText'] = 'Não há mais eventos nestes %d meses'; -localizedText['settings.name.enableDaylightSaving'] = 'Ativa horário de verão (+1h)'; -localizedText['settings.info.enableDaylightSaving'] = 'ative isto se você está em uma região que tem horário de verão (+1h)'; +localizedText['settings.name.enableDaylightSaving'] = 'Ativa horário de verão'; +localizedText['settings.info.enableDaylightSaving'] = 'ative isto se você está em uma região que tem horário de verão'; +localizedText['settings.name.daylightSavingOffset'] = 'Daylight Saving Offset (hours)'; +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'] = 'Esconde o Widget quando abrir o Calendário'; localizedText['settings.info.hideWidgetOnCalendarOpen'] = 'ative isto se se o widget em tela cheia deverá ficar escondido após clicado para abrir a aplicação de calendário'; +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.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'] = 'Define o fundo de tela do widget. Se você quer usar uma imagem de fundo, ponha useBackgroundImage = true abaixo. Para temas padrão, preto, cinza, e azul claro, os códigos são #292029, #e7dfe7, #009aef'; localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen'; @@ -91,6 +109,19 @@ localizedText['settings.name.cssStyle_icon'] = '.icon'; localizedText['settings.info.cssStyle_icon'] = 'Define o tamanho e aparência dos icons'; localizedText['settings.name.cssStyle_overdue'] = '.overdue'; localizedText['settings.info.cssStyle_overdue'] = 'Define a aparência do texto "Atraso"'; +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'] = 'Versão instalada: '; localizedText['update.checking'] = 'checando por atualização...';