diff options
| author | Arnaud de Bonald <bobthc@rockbox.org> | 2002-12-19 10:10:46 +0000 |
|---|---|---|
| committer | Arnaud de Bonald <bobthc@rockbox.org> | 2002-12-19 10:10:46 +0000 |
| commit | 2e072e86493a27810a53b2c8ef9f96e68e7ab155 (patch) | |
| tree | 8dff16c740ddde604f2344ab07cfebec74dab3ae /apps | |
| parent | d3d1b98d58e15116b7c383eeae076831b07f4442 (diff) | |
| download | rockbox-2e072e86493a27810a53b2c8ef9f96e68e7ab155.zip rockbox-2e072e86493a27810a53b2c8ef9f96e68e7ab155.tar.gz rockbox-2e072e86493a27810a53b2c8ef9f96e68e7ab155.tar.bz2 rockbox-2e072e86493a27810a53b2c8ef9f96e68e7ab155.tar.xz | |
new strings added.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3025 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/lang/francais.lang | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang index 4b33807..dfac0a5 100644 --- a/apps/lang/francais.lang +++ b/apps/lang/francais.lang @@ -301,7 +301,9 @@ new: "Mode de tri" id: LANG_SCROLL_MENU desc: in display_settings_menu() -eng: "Scroll Speed" +### English phrase was changed! Previous translation was made on: +### "Scroll Speed" +eng: "Scroll" new: "Vitesse de défilement" id: LANG_RESET @@ -1143,3 +1145,53 @@ id: LANG_SLEEP_TIMER desc: sleep timer setting eng: "Sleep timer" new: "minuterie d'arrêt auto" + +id: LANG_BATTERY_CAPACITY +desc: in settings_menu +eng: "Battery Capacity" +new: "Capacité Batterie" + +id: LANG_BATTERY_TOPOFF_CHARGE +desc: in info display, shows that top off charge is running +eng: "Battery: Top-Off Chg" +new: "niveau max de charge" + +id: LANG_BATTERY_TRICKLE_CHARGE +desc: in info display, shows that trickle charge is running +eng: "Battery: Trickle Chg" +new: "Batterie: Chrg persistante" + +id: LANG_BIDIR_SCROLL +desc: Bidirectional scroll limit +eng: "Bidirectional Scroll Limit" +new: "limite de défilement bidirectionnel" + +id: LANG_MP3BUFFER_MARGIN +desc: MP3 buffer margin time +eng: "Anti-skip buffer" +new: "Mémoire Anti-choc" + +id: LANG_SCROLL_DELAY +desc: Delay before scrolling +eng: "Scroll Start Delay" +new: "delai de debut de défilement" + +id: LANG_SCROLL_SPEED +desc: in display_settings_menu() +eng: "Scroll Speed" +new: "Vitesse de défilement" + +id: LANG_SCROLL_STEP +desc: Pixels to advance per scroll +eng: "Scroll Step Size" +new: "taille du pas de défilement" + +id: LANG_SCROLL_STEP_EXAMPLE +desc: Pixels to advance per scroll +eng: "Scroll Step Size Setting Example Text" +new: "Exemple de defilement pour tester le pas" + +id: LANG_TRICKLE_CHARGE +desc: in settings_menu +eng: "Trickle Charge" +new: "Charge Max Persistante" |