diff options
author | Alex Parker <rockbox@aeparker.com> | 2012-09-15 14:14:33 +0100 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2012-09-15 14:14:33 +0100 |
commit | 3a13995a4cae040ccae5438c78ce6f4e6d541764 (patch) | |
tree | 82722025b4db6259cd8ad8a25ea00ebda48e293a /apps/lang | |
parent | 4ebc7df590c18a7a2cbdb4c2d8854851b318d5d3 (diff) |
FS#12662 by Manuel Flury - update French translation
Change-Id: Ibdce5646887329f4cf51e4104ea30ea8a1f85ddc
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/francais.lang | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang index 8b03d2085e..2ccd741f93 100644 --- a/apps/lang/francais.lang +++ b/apps/lang/francais.lang @@ -12893,3 +12893,93 @@ *: "Raccourcis" </voice> </phrase> +<phrase> + id: LANG_GLYPHS + desc: in settings_menu + user: core + <source> + *: "Glyphs To Cache" + </source> + <dest> + *: "Mise en cache des caractères" + </dest> + <voice> + *: "Mise en cache des caractères" + </voice> +</phrase> +<phrase> + id: LANG_KEYCLICK_HARDWARE + desc: in keyclick settings menu + user: core + <source> + *: none + hardware_click: "Speaker Keyclick" + </source> + <dest> + *: none + hardware_click: "Clic de la touche haut-parleur" + </dest> + <voice> + *: none + hardware_click: "Clic de la touche haut-parleur" + </voice> +</phrase> +<phrase> + id: LANG_KEYCLICK_SOFTWARE + desc: in keyclick settings menu + user: core + <source> + *: none + hardware_click: "Headphone Keyclick" + </source> + <dest> + *: none + hardware_click: "Clic de la touche écouteur" + </dest> + <voice> + *: none + hardware_click: "Clic de la touche écouteur" + </voice> +</phrase> +<phrase> + id: LANG_SHORTCUTS + desc: Title in the shortcuts menu + user: core + <source> + *: "Shortcuts" + </source> + <dest> + *: "Raccourcis" + </dest> + <voice> + *: "Raccourcis" + </voice> +</phrase> +<phrase> + id: LANG_STARTUP_SHUTDOWN + desc: in the general settings menu + user: core + <source> + *: "Startup/Shutdown" + </source> + <dest> + *: "Démarrage/Arrêt" + </dest> + <voice> + *: "Démarrage/Arrêt" + </voice> +</phrase> +<phrase> + id: LANG_KEYPRESS_RESTARTS_SLEEP_TIMER + desc: whether to restart running sleep timer on keypress + user: core + <source> + *: "Restart Sleep Timer On Keypress" + </source> + <dest> + *: "Redémarrer la mise en veille programmable sur pression d'une touche" + </dest> + <voice> + *: "Redémarrer la mise en veille programmable sur pression d'une touche" + </voice> +</phrase> |