mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 13:28:29 +00:00
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”.
This commit is contained in:
parent
857c12372a
commit
4bfd2dac54
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user