X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/ce2b31560ab2e99ac8456e7b0b1ed0277169a1d8..0de0747a82526fd3d8e3ddf40249eadd55278c52:/comingNext/es.lproj/localizedTextStrings.js diff --git a/comingNext/es.lproj/localizedTextStrings.js b/comingNext/es.lproj/localizedTextStrings.js index ff08ff5..4482e42 100644 --- a/comingNext/es.lproj/localizedTextStrings.js +++ b/comingNext/es.lproj/localizedTextStrings.js @@ -13,8 +13,15 @@ localizedText['settings.help'] = 'Ayuda'; localizedText['settings.save'] = 'Guardar'; localizedText['settings.cancel'] = 'Cancelar'; +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'] = 'Rango del Mes'; localizedText['settings.info.monthRange'] = 'Número de meses incluidos en lista de eventos'; +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 tareas'; localizedText['settings.info.includeTodos'] = 'Desactiva para quitar "ToDos" de la lista de eventos'; localizedText['settings.name.useBackgroundImage'] = 'Usar Imagen de Fondo'; @@ -40,7 +47,7 @@ localizedText['settings.info.showNowAsText'] = 'Activar para mostrar la fecha ac localizedText['settings.name.nowText'] = 'Texto "Ahora"'; localizedText['settings.info.nowText'] = 'Texto mostrado para "Ahora"'; localizedText['settings.default.nowText'] = 'Ahora'; -localizedText['settings.name.markOverdueTodos'] = 'Marca ToDos ocurridos'; +localizedText['settings.name.markOverdueTodos'] = 'Marcar tareas vencidas'; localizedText['settings.info.markOverdueTodos'] = 'Marca ítems ToDo ya ocurridos de color diferente'; localizedText['settings.name.overdueText'] = 'Texto "Ocurridos"'; localizedText['settings.info.overdueText'] = 'Texto para mostrar "Ocurridos" ToDos'; @@ -78,6 +85,8 @@ localizedText['settings.name.excludedCalendars'] = 'Calendarios incluidos'; localizedText['settings.info.excludedCalendars'] = 'Aquí se puede especificar qué calendarios se mostrarán si se han definido varios calendarios'; 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 el fondo de aplicación del widget. Para usar una imagen de fondo personalizada, ponga useBackgroundImage = true debajo. Para el temo por defecto, negro, gris, y azul claro, los códigos son #292029, #e7dfe7, #009aef'; localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen';