aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
author3615pipou <pipou@rocsaliere.org>2017-01-17 17:41:57 +0100
committerGitHub <noreply@github.com>2017-01-17 17:41:57 +0100
commit4b04682c4bbc3dd1d28547e8360dc54e8bda81be (patch)
tree4b30e6f243114ab807ebafc91c6628348f8c8b46 /app/src/main/res
parent15cac9a4dcb9c79c8a714d169bdd808e6ea8e8a4 (diff)
downloaddsub-4b04682c4bbc3dd1d28547e8360dc54e8bda81be.tar.gz
dsub-4b04682c4bbc3dd1d28547e8360dc54e8bda81be.tar.bz2
dsub-4b04682c4bbc3dd1d28547e8360dc54e8bda81be.zip
Little improvement of the french translation
"Play next" was translate "Suivant" which mean "next" so I propose "Jouer juste après". And "Play last" was translate "Précédent" which mean "previous" so I propose "Jouer en fin de liste"
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values-fr/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index a20c0fd8..094b782d 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -7,8 +7,8 @@
<string name="common.cancel">Annuler</string>
<string name="common.play_now">Jouer</string>
<string name="common.play_shuffled">Jouer au hasard</string>
- <string name="common.play_next">Suivant</string>
- <string name="common.play_last">Précédent</string>
+ <string name="common.play_next">Jouer juste après</string>
+ <string name="common.play_last">Jouer en fin de liste</string>
<string name="common.download">Mettre en cache</string>
<string name="common.pin">Mettre en cache permanent</string>
<string name="common.delete">Supprimer</string>