Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2018-02-10 14:19:18 +0300
committerGitHub <noreply@github.com>2018-02-10 14:19:18 +0300
commit0e8e8be82cfddbcae08a2607e7eeaf96523f1f8a (patch)
tree4c7ec4d7ab3c65333adb5e07ead94e9de2805031
parentf828b89cbd0975bbabdbcebc0aaf3f1ff6833861 (diff)
parent4e373d82dc5a4967a46c8fa92d87c7512bee51e4 (diff)
Merge pull request #2780 from linkmauve/patch-1
Fix the French translation for the add_back string
-rw-r--r--src/main/res/values-fr/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values-fr/strings.xml b/src/main/res/values-fr/strings.xml
index f7f1e848a..09b92b8c3 100644
--- a/src/main/res/values-fr/strings.xml
+++ b/src/main/res/values-fr/strings.xml
@@ -244,7 +244,7 @@
<string name="joining_conference">Rejoindre la conversation de groupe</string>
<string name="leave">Partir</string>
<string name="contact_added_you">Votre correspondant vous a ajouté dans sa liste de contacts</string>
- <string name="add_back">Ré-ajouter</string>
+ <string name="add_back">Ajouter en retour</string>
<string name="contact_has_read_up_to_this_point">%s a tout lu jusqu\'ici</string>
<string name="contacts_have_read_up_to_this_point">%s a tout lu jusqu\'ici</string>
<string name="contacts_and_n_more_have_read_up_to_this_point">%1$s+%2$d et plus ont tout lu jusqu\'ici</string>