X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/60a59c8c448067d8271ccecd53516c3b2c65d93b..d3c853b665996c7543a61ff1de1120a7267cff4f:/comingNextB/fr.lproj/localizedTextStrings.js diff --git a/comingNextB/fr.lproj/localizedTextStrings.js b/comingNextB/fr.lproj/localizedTextStrings.js index dd0e4d7..d7eb569 100644 --- a/comingNextB/fr.lproj/localizedTextStrings.js +++ b/comingNextB/fr.lproj/localizedTextStrings.js @@ -18,6 +18,10 @@ localizedText['settings.name.includeTodos'] = 'Ajouter ToDos'; localizedText['settings.info.includeTodos'] = 'Décocher pour ne pas afficher ToDos dans la liste d\'événements'; localizedText['settings.name.useBackgroundImage'] = 'Utiliser Background Image'; localizedText['settings.info.useBackgroundImage'] = 'Utiliser background_portrait.png et background_landscape.png pour simuler la transparence. Décocher pour utiliser une couleur de fond'; +localizedText['settings.name.backgroundImageLocation'] = 'Background Image Location'; +localizedText['settings.info.backgroundImageLocation'] = 'defines where the image is located that is displayed in the background. "Internal" will use the buildin image, "external" will use the image located in C:\\Data\\. If you\'ve generated images with "ComingNext Skin Fetcher", you should set this to "external".'; +localizedText['settings.validValues.backgroundImageLocation.internal'] = 'internal'; +localizedText['settings.validValues.backgroundImageLocation.external'] = 'external'; localizedText['settings.name.showCombinedDateTime'] = 'Afficher date & heure'; localizedText['settings.info.showCombinedDateTime'] = 'Afficher seulement l\'heure pour les événements de la journée, sinon seulement date'; localizedText['settings.name.showLocation'] = 'Afficher le lieu'; @@ -40,6 +44,9 @@ localizedText['settings.info.dateSeparator'] = 'Séparateur pour les dates localizedText['settings.default.dateSeparator'] = '/'; localizedText['settings.name.dateFormat'] = 'Format des dates'; localizedText['settings.info.dateFormat'] = 'Comment les dates doivent être affichées. \'auto\' format de votre téléphone. \'MMDD\' mois en premier, \'DDMM\' jour en premier'; +localizedText['settings.validValues.dateFormat.auto'] = 'autodetect'; +localizedText['settings.validValues.dateFormat.DDMM'] = 'day/month/year'; +localizedText['settings.validValues.dateFormat.MMDD'] = 'month/day/year'; localizedText['settings.name.weekDayLength'] = 'Nombre de caractère pour le jour'; localizedText['settings.info.weekDayLength'] = 'Définit le nombre de caractères pour afficher le jour de la semaine : 2 coupera "Lundi" à "Lu"'; localizedText['settings.name.updateDataInterval'] = 'Interval de mise à jour';