mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Fix app_name on values en/fr (#13)
* Fix string fr * Fix string en * Fix typos Co-authored-by: Altonss <66519591+Altonss@users.noreply.github.com> * Fix typos Co-authored-by: Altonss <66519591+Altonss@users.noreply.github.com> Co-authored-by: Altonss <66519591+Altonss@users.noreply.github.com>
This commit is contained in:
parent
02bdc4fe2c
commit
962e860584
2 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@
|
|||
<string name="cancelled_scan">Scan annulé</string>
|
||||
<string name="missing_camera_permission">Autorisation appareil photo manquante</string>
|
||||
<string name="Yes">Oui, j\'ai compris</string>
|
||||
<string name="understood">Je comprends que le développeur de app_name n\'est pas responsable de la gestion de vos médicaments. CELA RELÈVE DE VOTRE SEULE RESPONSABILITË.</string>
|
||||
<string name="understood">Je comprends que le développeur de Pilldroid n\'est pas responsable de la gestion de vos médicaments. CELA RELÈVE DE VOTRE SEULE RESPONSABILITÉ.</string>
|
||||
<string name="Undo">Annuler</string>
|
||||
<string name="trash_icon">Icone de poubelle</string>
|
||||
</resources>
|
|
@ -69,7 +69,7 @@
|
|||
<string name="cancelled_scan">Scan canceled</string>
|
||||
<string name="missing_camera_permission">Missing camera permission</string>
|
||||
<string name="Yes">Yes, I understood</string>
|
||||
<string name="understood">I understood that de developer of app_name cannot be responsible ot your medication management. IT\'S YOU OWN RESPONSIBILITY.</string>
|
||||
<string name="understood">I understood that the developer of Pilldroid cannot be responsible of your medication management. IT\'S YOU OWN RESPONSIBILITY.</string>
|
||||
<string name="Undo">Undo</string>
|
||||
<string name="trash_icon">Trash icon</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue