diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-30 19:27:15 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-30 19:27:15 +0000 |
| commit | 211bc74b882a2d3511a61d1fdcb11ff2dc7497ba (patch) | |
| tree | 68f2b52cd55948c78df112ef7d0158ba134a07a9 | |
| parent | 2d4aba57504b44e7b063870343a2b02801954782 (diff) | |
| download | rockbox-211bc74b882a2d3511a61d1fdcb11ff2dc7497ba.zip rockbox-211bc74b882a2d3511a61d1fdcb11ff2dc7497ba.tar.gz rockbox-211bc74b882a2d3511a61d1fdcb11ff2dc7497ba.tar.bz2 rockbox-211bc74b882a2d3511a61d1fdcb11ff2dc7497ba.tar.xz | |
french translation update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26416 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/francais.lang | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang index e2f761c..637aa85 100644 --- a/apps/lang/francais.lang +++ b/apps/lang/francais.lang @@ -13393,3 +13393,68 @@ radio: "" </voice> </phrase> +<phrase> + id: LANG_HW_EQ_WIDTH_WIDE + desc: in sound_menu, hardware equalizer tone controls wide bandwidth setting + user: core + <source> + *: none + gigabeats: "Wide" + </source> + <dest> + *: none + gigabeats: "Large" + </dest> + <voice> + *: none + gigabeats: "Large" + </voice> +</phrase> +<phrase> + id: LANG_HW_EQ_WIDTH_NARROW + desc: in sound_menu, hardware equalizer tone controls narrow bandwith setting + user: core + <source> + *: none + gigabeats: "Narrow" + </source> + <dest> + *: none + gigabeats: "Réduit" + </dest> + <voice> + *: none + gigabeats: "Réduit" + </voice> +</phrase> +<phrase> + id: LANG_DEPTH_3D + desc: in sound_menu, amount of 3D enhancement effect + user: core + <source> + *: none + gigabeats: "3-D Enhancement" + </source> + <dest> + *: none + gigabeats: "Amélioration 3-D" + </dest> + <voice> + *: none + gigabeats: "Amélioration 3-D" + </voice> +</phrase> +<phrase> + id: LANG_ID3_COMPOSER + desc: in tag viewer + user: core + <source> + *: "Composer" + </source> + <dest> + *: "Compositeur" + </dest> + <voice> + *: "" + </voice> +</phrase> |