summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud de Bonald <bobthc@rockbox.org>2002-11-29 08:49:41 +0000
committerArnaud de Bonald <bobthc@rockbox.org>2002-11-29 08:49:41 +0000
commit19afbbb32dc9c74add74ba390e301cef42f9e54a (patch)
treef9f68d482936202edc419ec6c4d8020fec077164
parent39c54749e3d789adc5d6a8f001f4ce7db1ae1eb0 (diff)
downloadrockbox-19afbbb32dc9c74add74ba390e301cef42f9e54a.tar.gz
rockbox-19afbbb32dc9c74add74ba390e301cef42f9e54a.zip
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.lang13
1 files changed, 9 insertions, 4 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang
index 82af937b60..c4d6e50df9 100644
--- a/apps/lang/francais.lang
+++ b/apps/lang/francais.lang
@@ -1067,7 +1067,7 @@ new: "Disque : %d.%dGo"
1067id: LANG_RECORDING 1067id: LANG_RECORDING
1068desc: in the main menu 1068desc: in the main menu
1069eng: "Recording" 1069eng: "Recording"
1070new: "Enregistrement" 1070new: "Enregistrement"
1071 1071
1072id: LANG_RECORDING_CHANNELS 1072id: LANG_RECORDING_CHANNELS
1073desc: in the recording settings 1073desc: in the recording settings
@@ -1077,12 +1077,12 @@ new: "Canaux"
1077id: LANG_RECORDING_FREQUENCY 1077id: LANG_RECORDING_FREQUENCY
1078desc: in the recording settings 1078desc: in the recording settings
1079eng: "Frequency" 1079eng: "Frequency"
1080new: "Fréquence" 1080new: "Fréquence"
1081 1081
1082id: LANG_RECORDING_GAIN 1082id: LANG_RECORDING_GAIN
1083desc: in the recording screen 1083desc: in the recording screen
1084eng: "Gain" 1084eng: "Gain"
1085new: "Gain" 1085new: "Gain"
1086 1086
1087id: LANG_RECORDING_LEFT 1087id: LANG_RECORDING_LEFT
1088desc: in the recording screen 1088desc: in the recording screen
@@ -1092,7 +1092,7 @@ new: "Gauche"
1092id: LANG_RECORDING_QUALITY 1092id: LANG_RECORDING_QUALITY
1093desc: in the recording settings 1093desc: in the recording settings
1094eng: "Quality" 1094eng: "Quality"
1095new: "Qualité" 1095new: "Qualité"
1096 1096
1097id: LANG_RECORDING_RIGHT 1097id: LANG_RECORDING_RIGHT
1098desc: in the recording screen 1098desc: in the recording screen
@@ -1123,3 +1123,8 @@ id: LANG_RECORDING_SRC_MIC
1123desc: in the recording settings 1123desc: in the recording settings
1124eng: "Mic" 1124eng: "Mic"
1125new: "Micro" 1125new: "Micro"
1126
1127id: LANG_POWEROFF
1128desc: disk poweroff flag
1129eng: "Disk Poweroff"
1130new: "Mise en veille du disque"