X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/4bf0ee17df2c95a982630d6f80bf5d8e6136cf44..6602d5f34313cda36366fc544f39f1f05593c534:/comingNext/fr.lproj/localizedTextStrings.js diff --git a/comingNext/fr.lproj/localizedTextStrings.js b/comingNext/fr.lproj/localizedTextStrings.js index f8ee9ad..dd0e4d7 100644 --- a/comingNext/fr.lproj/localizedTextStrings.js +++ b/comingNext/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'; @@ -51,7 +54,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 +78,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';