Commit 4bfd2dac authored by Davy Defaud's avatar Davy Defaud Committed by John Wu

Fix gender of ”install” as an adjective in French

In French, install as an adjective depends on the gender of its related noun. For instance, “Magisk installed” is translated “Magisk installé” (masculine form), whereas “Application installed” is translated “Application installée” (feminine form).
By using “Version installée”, “installed” is related to “version” which is feminine. For consistency of the GUI, I’m also changing "home_latest_version" string to ”Dernière version” instead of “Dernière”.
parent 857c1237
......@@ -25,8 +25,8 @@
<string name="home_follow_title">Suivez-nous</string>
<string name="home_item_source">Sources</string>
<string name="home_support_content">Magisk est, et sera toujours, libre et open source. Vous pouvez cependant nous témoigner de votre soutien en envoyant un petit don.</string>
<string name="home_installed_version">Installé</string>
<string name="home_latest_version">Dernière</string>
<string name="home_installed_version">Version installée</string>
<string name="home_latest_version">Dernière version</string>
<string name="invalid_update_channel">Canal de mise à jour invalide</string>
<string name="uninstall_magisk_title">Désinstaller Magisk</string>
<string name="uninstall_magisk_msg">Tous les modules seront désactivés ou supprimés !\nL’accès super‑utiliateur sera perdu !\nVos données seront potentiellement chiffrées si elles ne le sont pas déjà.</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment