diff options
author | Mustapha Senhaji <moos@rockbox.org> | 2009-03-02 19:53:32 +0000 |
---|---|---|
committer | Mustapha Senhaji <moos@rockbox.org> | 2009-03-02 19:53:32 +0000 |
commit | 1c64486f341cd451135e3578568cc271525d56d8 (patch) | |
tree | 3739c7cec9d9e0038792fd4d6a0dcdfff8c6c259 /apps/lang | |
parent | fd14cac7c2feb471f8bf546d10e15f1336657064 (diff) |
Update the french translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20178 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/francais.lang | 63 |
1 files changed, 61 insertions, 2 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang index e90ff3fed9..a0bdd18590 100644 --- a/apps/lang/francais.lang +++ b/apps/lang/francais.lang @@ -12308,9 +12308,68 @@ *: "Credits" </source> <dest> - *: "Credits" + *: "Crédits" </dest> <voice> - *: "Credits" + *: "Crédits" + </voice> +</phrase> +<phrase> + id: LANG_SORT_INTERPRET_NUMBERS + desc: in Settings -> File view + user: + <source> + *: "Interpret numbers when sorting" + </source> + <dest> + *: "Interprétation des nombres lors du tri" + </dest> + <voice> + *: "Interprétation des nombres lors du tri" + </voice> +</phrase> +<phrase> + id: LANG_SORT_INTERPRET_AS_DIGIT + desc: in Settings -> File view + user: + <source> + *: "As digits" + </source> + <dest> + *: "Comme chiffres" + </dest> + <voice> + *: "Comme des chiffres" + </voice> +</phrase> +<phrase> + id: LANG_SORT_INTERPRET_AS_NUMBERS + desc: in Settings -> File view + user: + <source> + *: "As whole numbers" + </source> + <dest> + *: "Comme nombres entiers" + </dest> + <voice> + *: "Comme des nombres entiers" + </voice> +</phrase> +<phrase> + id: LANG_ENABLE_SPEAKER + desc: in Settings -> Sound Settings + user: + <source> + *: none + speaker: "Enable Speaker" + </source> + <dest> + *: none + speaker: "Activer le haut-parleur" + </dest> + <voice> + *: none + speaker: "Activer le haut-parleur" </voice> </phrase> |