diff options
| author | Arnaud de Bonald <bobthc@rockbox.org> | 2002-11-29 08:49:41 +0000 |
|---|---|---|
| committer | Arnaud de Bonald <bobthc@rockbox.org> | 2002-11-29 08:49:41 +0000 |
| commit | 19afbbb32dc9c74add74ba390e301cef42f9e54a (patch) | |
| tree | f9f68d482936202edc419ec6c4d8020fec077164 | |
| parent | 39c54749e3d789adc5d6a8f001f4ce7db1ae1eb0 (diff) | |
| download | rockbox-19afbbb32dc9c74add74ba390e301cef42f9e54a.zip rockbox-19afbbb32dc9c74add74ba390e301cef42f9e54a.tar.gz rockbox-19afbbb32dc9c74add74ba390e301cef42f9e54a.tar.bz2 rockbox-19afbbb32dc9c74add74ba390e301cef42f9e54a.tar.xz | |
added the "disk poweroff string translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2891 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/francais.lang | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang index 82af937..c4d6e50 100644 --- a/apps/lang/francais.lang +++ b/apps/lang/francais.lang @@ -1067,7 +1067,7 @@ new: "Disque : %d.%dGo" id: LANG_RECORDING desc: in the main menu eng: "Recording" -new: "Enregistrement" +new: "Enregistrement" id: LANG_RECORDING_CHANNELS desc: in the recording settings @@ -1077,12 +1077,12 @@ new: "Canaux" id: LANG_RECORDING_FREQUENCY desc: in the recording settings eng: "Frequency" -new: "Fréquence" +new: "Fréquence" id: LANG_RECORDING_GAIN desc: in the recording screen eng: "Gain" -new: "Gain" +new: "Gain" id: LANG_RECORDING_LEFT desc: in the recording screen @@ -1092,7 +1092,7 @@ new: "Gauche" id: LANG_RECORDING_QUALITY desc: in the recording settings eng: "Quality" -new: "Qualité" +new: "Qualité" id: LANG_RECORDING_RIGHT desc: in the recording screen @@ -1123,3 +1123,8 @@ id: LANG_RECORDING_SRC_MIC desc: in the recording settings eng: "Mic" new: "Micro" + +id: LANG_POWEROFF +desc: disk poweroff flag +eng: "Disk Poweroff" +new: "Mise en veille du disque" |