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:
authorNextcloud bot <bot@nextcloud.com>2021-05-16 07:09:37 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-05-16 22:52:48 +0300
commit6b3473ec7ddeab6267c9e9ed4f11d2eb6c40186d (patch)
treedef4803b51c686d72234afc1f9450a124b97c52b /app/src/main/res
parent5e8bcb00079a589a1d57a27d541495a302358449 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values-fr/strings.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 6dec8b43..86e1372e 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -42,10 +42,14 @@
<string name="settings_font_title">Texte monospace</string>
<string name="settings_font_size">Taille des caractères</string>
<string name="settings_wifi_only">Synchroniser uniquement en Wifi</string>
+ <string name="settings_lock_summary">Informations d\'identiication du terminal</string>
<string name="settings_background_sync">Synchronisation en tâche de fond</string>
+ <string name="settings_prevent_screen_capture">Empêcher la capture d\'écran</string>
+
<string name="error_sync">Échec de synchronisation : %1$s</string>
<string name="error_synchronization">Échec de synchronisation</string>
<string name="error_no_network">Aucune connexion réseau</string>
+ <string name="error_maintenance_mode">Le serveur est en mode maintenance</string>
<string name="error_unknown">Une erreur inconnue est survenue</string>
<string name="about_version_title">Version</string>
@@ -132,7 +136,9 @@
<string name="change_note_title">Modifier le titre de la note</string>
<string name="menu_edit_title">Modifier le titre</string>
<string name="settings_branding">marque</string>
+ <string name="settings_gridview">Affichage grille</string>
<string name="simple_security">Sécurité</string>
+ <string name="appearance_and_behavior">Apparence et comportement</string>
<string name="simple_synchronization">Synchronisation</string>
<string name="simple_behavior">Comportement</string>
<string name="manage_accounts">Gérer les comptes</string>
@@ -239,5 +245,7 @@
<string name="error_action_open_network">Paramètres réseau</string>
<string name="no_account_configured_yet">Aucun compte n\'est encore configuré</string>
<string name="no_other_accounts">Vous n\'avez pas encore configuré d\'autres comptes.</string>
+ <string name="choose_account">Sélectionnez un compte</string>
<string name="context_based_formatting">Suggestions de mise en forme contextuelle</string>
- </resources>
+ <string name="you_have_to_be_connected_to_the_internet_in_order_to_add_an_account">Vous devez être connecté à internet pour ajouter un compte.</string>
+</resources>