X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/4bf0ee17df2c95a982630d6f80bf5d8e6136cf44..3043a3bc7b12ab1781ee20a0a07d3daf3ed2a6b2:/comingNextB/fr.lproj/localizedTextStrings.js diff --git a/comingNextB/fr.lproj/localizedTextStrings.js b/comingNextB/fr.lproj/localizedTextStrings.js index f8ee9ad..d7eb569 100644 --- a/comingNextB/fr.lproj/localizedTextStrings.js +++ b/comingNextB/fr.lproj/localizedTextStrings.js @@ -1,8 +1,11 @@ var localizedText = new Array(); -localizedText['menu.settings'] = "Parametres"; -localizedText['menu.openCalendarApp'] = "Ouvrir Calendrier"; -localizedText['menu.about'] = "A propos"; +localizedText['menu.settings'] = 'Parametres'; +localizedText['menu.openCalendarApp'] = 'Ouvrir Calendrier'; +localizedText['menu.about'] = 'A propos'; +localizedText['menu.update'] = 'Check for new version'; + +localizedText['softkey.back'] = 'Back'; localizedText['settings.restoreDefaults'] = 'Restore Defaults'; localizedText['settings.help'] = 'Aide'; @@ -15,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'; @@ -37,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'; @@ -51,7 +61,7 @@ localizedText['settings.name.nothingText'] = 'Texte pour "Aucun évé localizedText['settings.info.nothingText'] = 'Texte à afficher quand il n\'y a aucun événement à afficher'; localizedText['settings.default.nothingText'] = 'Pas d\'événements durant les prochains mois'; localizedText['settings.name.enableDaylightSaving'] = 'Activé Daylight Saving'; -localizedText['settings.info.enableDaylightSaving'] = 'Permet d\'activer Daylight saving si vous êtes dans une fuseau horaire où il y a daylight saving time (+1h)'; +localizedText['settings.info.enableDaylightSaving'] = 'Permet d\'activer Daylight saving si vous êtes dans une fuseau horaire où il y a daylight saving time (+1h)'; localizedText['settings.name.hideWidgetOnCalendarOpen'] = 'Hide Widget When Opening Calendar'; localizedText['settings.info.hideWidgetOnCalendarOpen'] = 'enable this if the fullscreen widget should be hidden when clicking on the widget to open the calendar app'; localizedText['settings.name.cssStyle_background'] = '.background'; @@ -75,3 +85,9 @@ localizedText['settings.info.cssStyle_description'] = 'Définit l\'apparen localizedText['settings.name.cssStyle_icon'] = '.icon'; localizedText['settings.info.cssStyle_icon'] = 'Définit la taille des icones'; +localizedText['update.current'] = 'Your version: '; +localizedText['update.checking'] = 'checking for updates...'; +localizedText['update.download'] = 'Current version: %1
download new version'; +localizedText['update.nonewversion'] = 'no new versions available'; +localizedText['update.error'] = 'connection error: '; +localizedText['update.checknow'] = 'Check now';