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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-04-14 07:31:36 +0300
committerNextcloud bot <bot@nextcloud.com>2023-04-14 07:31:36 +0300
commit64aceae524036ba947802cc63ee5e245873ef528 (patch)
treeb80ea68d20726d4affa1eb80eba9a2a647ecabfa
parentcb1b666308f0ace60996a91690b69e736b0d67aa (diff)
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--app/src/main/res/values-fr/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 049c3d82c..924f53613 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -225,6 +225,7 @@
<string name="error_dialog_tip_sync_only_on_wifi">Si vous avez activé \"Sync seulement par Wi-Fi\", vous ne pourrez donc synchroniser qu\'en étant connecté à un réseau Wi-Fi.</string>
<string name="error_dialog_tip_files_force_stop">Quelque chose semble ne pas fonctionner avec votre application Nextcloud. Essayer de forcer l\'arrĂȘt des applications Nextcloud et Nextcloud Notes.</string>
<string name="error_dialog_tip_files_delete_storage">Si l’arrĂȘt forcĂ© ne fonctionne pas, vous pouvez essayer d\'effacer les donnĂ©es des deux applications.</string>
+ <string name="error_dialog_timeout_instance">Le serveur n’a pas rĂ©pondu dans le temps imparti. Assurez-vous que votre instance fonctionne correctement.</string>
<string name="error_dialog_timeout_toggle">Vérifiez votre connexion réseau. L\'activation et la désactivation des données mobiles ou du Wi-Fi peuvent aider.</string>
<string name="error_dialog_check_server">Votre serveur a renvoyé une réponse incorrecte. Vérifiez si vous pouvez accéder à l\'application Deck via l\'interface Web.</string>
<string name="error_dialog_check_server_logs">Il y a un problĂšme avec votre configuration Nextcloud. Veuillez consulter les fichiers journaux du serveur.</string>
@@ -339,4 +340,5 @@
<string name="enter_search_term_title">Entrez votre recherche</string>
<string name="enter_search_term_description">Entrez le mot recherché pour trouver des cartes dans ce tableau</string>
<string name="no_search_results_title">Aucun résultat de recherche</string>
- </resources>
+ <string name="no_search_results_description">Aucun résultat trouvé pour le mot recherché</string>
+</resources>