diff options
| author | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-02-09 10:56:18 +0000 |
|---|---|---|
| committer | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-02-09 10:56:18 +0000 |
| commit | c1d7708dfa2ba5ad8417aa0513b0b052fdfece4d (patch) | |
| tree | 8dd3e002742a8c0d84758025e56beb0671999c0f | |
| parent | 5c7461b22ccf626c6a7a188605c4b230e9c5d121 (diff) | |
| download | rockbox-c1d7708dfa2ba5ad8417aa0513b0b052fdfece4d.zip rockbox-c1d7708dfa2ba5ad8417aa0513b0b052fdfece4d.tar.gz rockbox-c1d7708dfa2ba5ad8417aa0513b0b052fdfece4d.tar.bz2 rockbox-c1d7708dfa2ba5ad8417aa0513b0b052fdfece4d.tar.xz | |
fixed a couple typos
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5862 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/francais.lang | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang index 8df6aec..89e1e21 100644 --- a/apps/lang/francais.lang +++ b/apps/lang/francais.lang @@ -81,7 +81,7 @@ id: LANG_PLAYLIST_SHUFFLE desc: displayed on screen while shuffling a playlist eng: "Shuffling..." voice: "" -new: "Mélange en Cours..." +new: "Mélange en cours..." id: LANG_PLAYINDICES_PLAYLIST desc: in playlist.indices() when playlist is full *WARNING* this and next ID are only used in this function. @@ -117,7 +117,7 @@ id: LANG_SETTINGS_BATTERY_RECORDER desc: if save settings has failed eng: "No partition?" voice: "" -new: "Pas de partitions?" +new: "Pas de partition?" id: LANG_TIME_SET desc: used in set_time() @@ -2776,8 +2776,8 @@ new: "Freq. centrale MDB" id: LANG_MDB_SHAPE desc: in sound settings eng: "MDB Shape" -voice: "Modéle MDB" -new: "Modéle MDB" +voice: "Modèle MDB" +new: "Modèle MDB" id: LANG_MDB_ENABLE desc: in sound settings |