diff options
Diffstat (limited to 'app/src/main/res/values-fr/strings.xml')
-rw-r--r-- | app/src/main/res/values-fr/strings.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml new file mode 100644 index 0000000..3d882d1 --- /dev/null +++ b/app/src/main/res/values-fr/strings.xml @@ -0,0 +1,26 @@ +<resources> + <string name="navigation_forward">Aller en avant</string> + <string name="navigation_search">Recherche</string> + <string name="navigation_profile">Utilisateur</string> + <string name="navigation_reload">Recharger</string> + <string name="navigation_user_profile">Profil</string> + <string name="navigation_user_logout">Se déconnecter</string> + <string name="navigation_user_about">À propos</string> + <string name="about_title">À propos de %1$s</string> + <string name="about_message">Une application Android pour la plate-forme Delta.\n\nApplication : %1$s\nServeur : %2$s\nAndroid : %3$s\nMàJ : %6$s\nNoyau : %4$s\nAppareil : %5$s\nCarte : %7$s\nAmorceur : %8$s</string> + <string name="about_close">Fermer</string> + <string name="pages_dashboard">Accueil</string> + <string name="pages_search">Recherche</string> + <string name="pages_profile">Profil</string> + <string name="pages_alerts">Alertes</string> + <string name="pages_content">Contenu</string> + <string name="offline_title">Impossible de se connecter à Delta</string> + <string name="offline_message">Nous ne parvenons pas à joindre les serveurs de Delta. Vérifiez votre connexion Internet et réessayez.</string> + <string name="offline_close">Quitter</string> + <string name="offline_retry">Réessayer</string> + <string name="channel_name">Alertes Delta</string> + <string name="channel_description">Pour les utilisateurs Delta Ultra uniquement. Alertes qui apparaissent sur votre profil.</string> + <string name="about_copy">Copier</string> + <string name="about_copy_done">Informations copiées dans le presse-papiers</string> + <string name="offline_status">Ouvrir l\'état des services</string> +</resources>
\ No newline at end of file |