diff options
author | Mustapha Senhaji <moos@rockbox.org> | 2009-03-26 22:37:56 +0000 |
---|---|---|
committer | Mustapha Senhaji <moos@rockbox.org> | 2009-03-26 22:37:56 +0000 |
commit | e95d33b35eec370c8a93c825a8c366ded8a8aa41 (patch) | |
tree | 1b2f977e8cd56d776581c0142e6c37e47c590fdc /apps/lang/francais.lang | |
parent | cb16df889babc25e6af651ea693c1a3fcee6f896 (diff) |
Update the french translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20550 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/francais.lang')
-rw-r--r-- | apps/lang/francais.lang | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang index 3190ba7df0..64accd2688 100644 --- a/apps/lang/francais.lang +++ b/apps/lang/francais.lang @@ -12358,3 +12358,54 @@ speaker: "Activer le haut-parleur" </voice> </phrase> +<phrase> + id: LANG_TOUCHSCREEN_MODE + desc: in Settings -> General -> System menu + user: core + <source> + *: none + touchscreen: "Touchscreen Mode" + </source> + <dest> + *: none + touchscreen: "Mode écran tactile" + </dest> + <voice> + *: none + touchscreen: "Mode écran tactile" + </voice> +</phrase> +<phrase> + id: LANG_TOUCHSCREEN_GRID + desc: in Settings -> General -> System menu + user: core + <source> + *: none + touchscreen: "3x3 Grid" + </source> + <dest> + *: none + touchscreen: "Grille 3x3" + </dest> + <voice> + *: none + touchscreen: "Grille 3 par 3" + </voice> +</phrase> +<phrase> + id: LANG_TOUCHSCREEN_POINT + desc: in Settings -> General -> System menu + user: core + <source> + *: none + touchscreen: "Absolute Point" + </source> + <dest> + *: none + touchscreen: "Point absolu" + </dest> + <voice> + *: none + touchscreen: "Point absolu" + </voice> +</phrase> |