diff options
| author | Arnaud de Bonald <bobthc@rockbox.org> | 2002-09-20 14:25:16 +0000 |
|---|---|---|
| committer | Arnaud de Bonald <bobthc@rockbox.org> | 2002-09-20 14:25:16 +0000 |
| commit | 832b479f9d8dd0c13397b0fc8f6ad44b6c5f60df (patch) | |
| tree | 4bf322a14e9b40e69ff69a0954e0c74bb2944736 | |
| parent | f2d57eab5d171cf8a6546f6e3cd82992772234cf (diff) | |
| download | rockbox-832b479f9d8dd0c13397b0fc8f6ad44b6c5f60df.zip rockbox-832b479f9d8dd0c13397b0fc8f6ad44b6c5f60df.tar.gz rockbox-832b479f9d8dd0c13397b0fc8f6ad44b6c5f60df.tar.bz2 rockbox-832b479f9d8dd0c13397b0fc8f6ad44b6c5f60df.tar.xz | |
double quote added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2354 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/francais.lang | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang index f31258f..fc3927f 100644 --- a/apps/lang/francais.lang +++ b/apps/lang/francais.lang @@ -274,7 +274,7 @@ new: "Lecture/Stop" id: LANG_RESET_ASK_RECORDER desc: confirm to reset settings eng: "Are you sure?" -new: "Etes vous sûr ?" +new: "Etes-vous sûr ?" id: LANG_RESET_CONFIRM_RECORDER desc: confirm to reset settings @@ -494,7 +494,7 @@ new: "[Titre]" id: LANG_ID3_NO_TITLE desc: in wps when no title is avaible eng: "<no title>" -new: "<Pas de titre>" +new: "<Aucun titre>" id: LANG_ID3_ARTIST desc: in wps @@ -504,7 +504,7 @@ new: "[Artist]" id: LANG_ID3_NO_ARTIST desc: in wps when no artist is avaible eng: "<no artist>" -new: "<Pas d'artiste>" +new: "<aucun artiste>" id: LANG_ID3_ALBUM desc: in wps @@ -514,7 +514,7 @@ new: "[Album]" id: LANG_ID3_NO_ALBUM desc: in wps when no album is avaible eng: "<no album>" -new: "<Pas d'album>" +new: "<aucun album>" id: LANG_ID3_TRACKNUM desc: in wps @@ -524,7 +524,7 @@ new: "[N° de Piste]" id: LANG_ID3_NO_TRACKNUM desc: in wps if no track number is avaible eng: "<no tracknum>" -new:"<Pas de N° de piste>" +new:"<aucun N° de piste>" id: LANG_ID3_LENGHT desc: in wps |