]> code.delx.au - comingnext/blobdiff - comingNext/fr.lproj/localizedTextStrings.js
added option to anonymize debug logfiles
[comingnext] / comingNext / fr.lproj / localizedTextStrings.js
index d7eb569c9527724816b4b5e8d8a3a03110e38a0e..dd1910d0d53435e2fff2820ca2cfa0140853320b 100644 (file)
@@ -4,6 +4,7 @@ localizedText['menu.settings'] = 'Parametres';
 localizedText['menu.openCalendarApp'] = 'Ouvrir Calendrier';\r
 localizedText['menu.about'] = 'A propos';\r
 localizedText['menu.update'] = 'Check for new version';\r
+localizedText['menu.help'] = 'Aide';\r
 \r
 localizedText['softkey.back'] = 'Back';\r
 \r
@@ -12,6 +13,11 @@ localizedText['settings.help'] = 'Aide';
 localizedText['settings.save'] = 'Sauver';\r
 localizedText['settings.cancel'] = 'Annuler';\r
 \r
+localizedText['settings.name.fontsize'] = 'Font Size';\r
+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';\r
+localizedText['settings.validValues.fontsize.auto'] = 'Automatic';\r
+localizedText['settings.name.showIcons'] = 'Show Icons';\r
+localizedText['settings.info.showIcons'] = 'disable this to hide event type icons';\r
 localizedText['settings.name.monthRange'] = 'Nombre de mois';\r
 localizedText['settings.info.monthRange'] = 'Nombre de mois à inclure dans la liste d\'événements';\r
 localizedText['settings.name.includeTodos'] = 'Ajouter ToDos';\r
@@ -39,6 +45,11 @@ localizedText['settings.info.showNowAsText'] = 'Si coché, l\'heure de ren
 localizedText['settings.name.nowText'] = 'Texte pour "Maint."';\r
 localizedText['settings.info.nowText'] = 'Texte à afficher pour "Maintenant"';\r
 localizedText['settings.default.nowText'] = 'Maint.';\r
+localizedText['settings.name.markOverdueTodos'] = 'Mark Overdue ToDos';\r
+localizedText['settings.info.markOverdueTodos'] = 'mark todo items with a different color if they are overdue';\r
+localizedText['settings.name.overdueText'] = '"Overdue" Text';\r
+localizedText['settings.info.overdueText'] = 'text to display for "Overdue" todos';\r
+localizedText['settings.default.overdueText'] = 'Overdue';\r
 localizedText['settings.name.dateSeparator'] = 'Séparateur pour les dates';\r
 localizedText['settings.info.dateSeparator'] = 'Séparateur pour les dates. cad "31.12" ou "31/12"';\r
 localizedText['settings.default.dateSeparator'] = '/';\r
@@ -62,8 +73,18 @@ localizedText['settings.info.nothingText'] = 'Texte à afficher quand il n
 localizedText['settings.default.nothingText'] = 'Pas d\'événements durant les prochains mois';\r
 localizedText['settings.name.enableDaylightSaving'] = 'Activé Daylight Saving';\r
 localizedText['settings.info.enableDaylightSaving'] = 'Permet d\'activer Daylight saving si vous êtes dans une fuseau horaire où il y a daylight saving time (+1h)';\r
+localizedText['settings.name.daylightSavingOffset'] = 'Daylight Saving Offset (hours)';\r
+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.';\r
 localizedText['settings.name.hideWidgetOnCalendarOpen'] = 'Hide Widget When Opening Calendar';\r
 localizedText['settings.info.hideWidgetOnCalendarOpen'] = 'enable this if the fullscreen widget should be hidden when clicking on the widget to open the calendar app';\r
+localizedText['settings.name.showCalendarIndicator'] = 'Show Calendar Indicator';\r
+localizedText['settings.info.showCalendarIndicator'] = 'if multiple calendars are used, a small color bar will be shown to indicate to which calendar an event belongs';\r
+localizedText['settings.name.excludedCalendars'] = 'Included Calendars';\r
+localizedText['settings.info.excludedCalendars'] = 'here you can specify which calendars should be displayed if multiple calendars have been defined';\r
+localizedText['settings.name.enableLogging'] = 'Enable Logging';\r
+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.';\r
+localizedText['settings.name.anonymizeLogging'] = 'Anonymize Logging';\r
+localizedText['settings.info.anonymizeLogging'] = 'enable this to anonymize the display and logging of event summaries and locations. This allows users to create anonymized logs.';\r
 localizedText['settings.name.cssStyle_background'] = '.background';\r
 localizedText['settings.info.cssStyle_background'] = 'Definit le style CSS du fond du widget. Si vous voulez mettre une image de fond, cocher "Utiliser Background Image". Pour le thème par défaut, noir, gris, and bleu, les codes sont #292029, #e7dfe7, #009aef';\r
 localizedText['settings.name.cssStyle_backgroundFullscreen'] = '.backgroundFullscreen';\r
@@ -84,6 +105,21 @@ localizedText['settings.name.cssStyle_description'] = '.description';
 localizedText['settings.info.cssStyle_description'] = 'Définit l\'apparence de l\'affichage du texte de description des événements';\r
 localizedText['settings.name.cssStyle_icon'] = '.icon';\r
 localizedText['settings.info.cssStyle_icon'] = 'Définit la taille des icones';\r
+localizedText['settings.name.cssStyle_overdue'] = '.overdue';\r
+localizedText['settings.info.cssStyle_overdue'] = 'Defines the appearance of the "Overdue" text';\r
+localizedText['settings.name.cssStyle_calendar1'] = '.calendar1';\r
+localizedText['settings.info.cssStyle_calendar1'] = 'Defines the color indicator for events from calendar 1';\r
+localizedText['settings.name.cssStyle_calendar2'] = '.calendar2';\r
+localizedText['settings.info.cssStyle_calendar2'] = 'Defines the color indicator for events from calendar 2';\r
+localizedText['settings.name.cssStyle_calendar3'] = '.calendar3';\r
+localizedText['settings.info.cssStyle_calendar3'] = 'Defines the color indicator for events from calendar 3';\r
+localizedText['settings.name.cssStyle_calendar4'] = '.calendar4';\r
+localizedText['settings.info.cssStyle_calendar4'] = 'Defines the color indicator for events from calendar 4';\r
+localizedText['settings.name.cssStyle_calendar5'] = '.calendar5';\r
+localizedText['settings.info.cssStyle_calendar5'] = 'Defines the color indicator for events from calendar 5';\r
+localizedText['settings.name.cssStyle_calendar6'] = '.calendar6';\r
+localizedText['settings.info.cssStyle_calendar6'] = 'Defines the color indicator for events from calendar 6';\r
+localizedText['settings.cssStyle_prefix'] = 'CSS Style for ';\r
 \r
 localizedText['update.current'] = 'Your version: ';\r
 localizedText['update.checking'] = 'checking for updates...';\r