Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-fr/strings.xml')
-rw-r--r--app/src/main/res/values-fr/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index f78bd527..1476c509 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -51,7 +51,12 @@
<!-- Error -->
<string name="error_sync">Échec de synchronisation : %1$s</string>
+ <string name="error_json">L\'application Notes est-elle activée sur le serveur ?</string>
<string name="error_no_network">Aucune connexion réseau</string>
+ <string name="error_files_app">Avez-vous installé l\'application Fichiers ?</string>
+ <string name="error_unknown">Une erreur inconnue est survenue</string>
+ <string name="error_insufficient_storage">L\'espace de stockage de votre serveur est plein.</string>
+
<!-- About -->
<string name="about_version_title">Version</string>
<string name="about_version">Vous utilisez actuellement la &lt;strong>%1$s&lt;/strong></string>