diff options
| author | Mustapha Senhaji <moos@rockbox.org> | 2009-08-24 12:39:45 +0000 |
|---|---|---|
| committer | Mustapha Senhaji <moos@rockbox.org> | 2009-08-24 12:39:45 +0000 |
| commit | b4c028c2a7aaeaafb1a26b13351637679eb31544 (patch) | |
| tree | f5d5172ccc4c2c01f487544ef32f9481ff0fb8d3 | |
| parent | a482e6b01756a67e213b01d59dee1dbad3a59562 (diff) | |
| download | rockbox-b4c028c2a7aaeaafb1a26b13351637679eb31544.zip rockbox-b4c028c2a7aaeaafb1a26b13351637679eb31544.tar.gz rockbox-b4c028c2a7aaeaafb1a26b13351637679eb31544.tar.bz2 rockbox-b4c028c2a7aaeaafb1a26b13351637679eb31544.tar.xz | |
Update the french translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22496 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/francais.lang | 83 |
1 files changed, 82 insertions, 1 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang index 595ffb2..83e196a 100644 --- a/apps/lang/francais.lang +++ b/apps/lang/francais.lang @@ -291,12 +291,14 @@ user: core <source> *: "PLAY = Yes" + cowond2*: "MENU = Yes" h100,h120,h300: "NAVI = Yes" yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,clip*,fuze*: "SELECT = Yes" player: "(PLAY/STOP)" </source> <dest> *: "PLAY = Oui" + cowond2*: "MENU = Oui" h100,h120,h300: "NAVI = Oui" yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,clip*,fuze*: "SELECT = Oui" mrobe500: "PLAY ou POWER = Oui" @@ -4216,7 +4218,7 @@ rtc: "OFF = Annuler" mrobe500: "POWER = Annuler" h100,h120,h300: "STOP = Annuler" - ipod*,c200*,sa9200: "MENU = Annuler" + ipod*,c200*: "MENU = Annuler" x5,m5: "RECORD = Annuler" h10,h10_5gb,e200*,fuze*: "PREV = Annuler" gigabeatf: "POWER = Annuler" @@ -12077,6 +12079,34 @@ </voice> </phrase> <phrase> + id: LANG_LEFT + desc: Generic use of 'left' + user: core + <source> + *: "Left" + </source> + <dest> + *: "Gauche" + </dest> + <voice> + *: "Gauche" + </voice> +</phrase> +<phrase> + id: LANG_RIGHT + desc: Generic use of 'right + user: core + <source> + *: "Right" + </source> + <dest> + *: "Droite" + </dest> + <voice> + *: "Droite" + </voice> +</phrase> +<phrase> id: LANG_BOTTOM desc: DEPRECATED user: core @@ -12593,3 +12623,54 @@ *: "Tampon des écrans de lecture" </voice> </phrase> +<phrase> + id: LANG_SCROLLBAR_WIDTH + desc: in Settings -> General -> Display -> Status-/Scrollbar + user: core + <source> + *: none + lcd_bitmap: "Scroll Bar Width" + </source> + <dest> + *: none + lcd_bitmap: "Largeur barre de défilement" + </dest> + <voice> + *: none + lcd_bitmap: "Largeur de la barre de défilement" + </voice> +</phrase> +<phrase> + id: LANG_SCROLLBAR_POSITION + desc: in Settings -> General -> Display -> Status-/Scrollbar + user: core + <source> + *: none + lcd_bitmap: "Scroll Bar Position" + </source> + <dest> + *: none + lcd_bitmap: "Position barre de défilement" + </dest> + <voice> + *: none + lcd_bitmap: "Position de la barre de défilement" + </voice> +</phrase> +<phrase> + id: LANG_LIMITER + desc: in sound settings + user: core + <source> + *: none + swcodec: "Limiter Preamp" + </source> + <dest> + *: none + swcodec: "Limiteur préampli." + </dest> + <voice> + *: none + swcodec: "Limiteur préampli" + </voice> +</phrase> |