Skip to content

Commit

Permalink
Escaped single quotes in french strings
Browse files Browse the repository at this point in the history
  • Loading branch information
manto89 committed Jul 8, 2021
1 parent 0823187 commit 0ad7358
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<resources>
<string name="app_name">AquaDroid</string>
<string name="pref_notification_message_value">Hey… et si on buvait un peu d'eau…</string>
<string name="pref_notification_message_value">Hey… et si on buvait un peu d\'eau…</string>
<string name="add_info_text">Veuillez fournir quelques informations sur votre profil afin de personnaliser votre expérience</string>
<string name="str_continue">Continuer</string>
<string name="enter_your_name_hint">Votre nom</string>
<string name="age_hint">Votre age</string>
<string name="weight_hint">Votre poids en kg</string>
<string name="custom_intake_hint">Votre objectif de consommation par jour en ml</string>
<string name="workout_hint">Votre durée d'exercice physique par jour en minutes</string>
<string name="workout_hint">Votre durée d\'exercice physique par jour en minutes</string>
<string name="wakeup_hint">Heure de réveil</string>
<string name="sleeping_hint">Heure de coucher</string>
<string name="tagline_text">Faisons en sorte maintenir votre hydratation…</string>
Expand All @@ -17,11 +17,11 @@
<string name="notif_setting_header">Paramètres de notification</string>
<string name="notif_messsage_hint">Message de notification</string>
<string name="notif_tone_hint">Sonnerie de notification</string>
<string name="notif_freq_hint">Fréquence de notification/string>
<string name="walkthrough_text_one">L'eau représente 60 pour cent de votre poids total. Votre corps a besoin d'eau pour survivre.
<string name="notif_freq_hint">Fréquence de notification</string>
<string name="walkthrough_text_one">L\'eau représente 60 pour cent de votre poids total. Votre corps a besoin d\'eau pour survivre.
</string>
<string name="walkthough_text_two">Le manque d'eau peut amener à la déshydratation. Même une forme légère peut impacter votre énergie et accentuer votre fatigue.
<string name="walkthough_text_two">Le manque d\'eau peut amener à la déshydratation. Même une forme légère peut impacter votre énergie et accentuer votre fatigue.
</string>
<string name="walkthrough_text_three">Chaque cellule, tissu et organe de votre corps a besoin d'eau pour fonctionnement correctement.
<string name="walkthrough_text_three">Chaque cellule, tissu et organe de votre corps a besoin d\'eau pour fonctionnement correctement.
</string>
</resources>

0 comments on commit 0ad7358

Please sign in to comment.