diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-06-28 22:49:42 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-06-28 22:49:42 -0600 |
commit | 084f8ef90b06bc1daa40544ae96a6b7916526876 (patch) | |
tree | 4372eab3c714185dac28ec409dfc41092902258d /app/src/main/res/values-fr/strings.xml | |
parent | 71975e98f4b2de35af051577d5d11d935b108374 (diff) | |
download | wiimmfi-watcher-084f8ef90b06bc1daa40544ae96a6b7916526876.tar wiimmfi-watcher-084f8ef90b06bc1daa40544ae96a6b7916526876.tar.gz wiimmfi-watcher-084f8ef90b06bc1daa40544ae96a6b7916526876.tar.bz2 |
added translations for update dialog
Diffstat (limited to 'app/src/main/res/values-fr/strings.xml')
-rw-r--r-- | app/src/main/res/values-fr/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 4109ad8..9b37214 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -37,5 +37,9 @@ <string name="version_header">Version</string> <string name="version">Vous exécutez la version %1$s de Wiimmfi Watcher. Vous pouvez consulter les notes de publication de cette version <![CDATA[<a href="https://github.com/brysonsteck/wiimmfi-watcher/releases/">ici.</a>]]></string> <string name="locating_text">Localisation de %1$s…</string> + <string name="update_positive">réactualiser</string> + <string name="update_negative">Ensuite</string> + <string name="update_title">Une nouvelle mise à jour est disponible!</string> + <string name="update_message">Une nouvelle version de Wiimmfi Watcher est disponible sur le Play Store (version %1$s)! Vous pouvez le télécharger en appuyant sur \"Mettre à jour\".</string> </resources>
\ No newline at end of file |