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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-05 06:12:15 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-05 06:12:15 +0300
commitc8843909e319c5d7affabe731dadf798fdccdd97 (patch)
tree9902a5acfc7773a3abea879df66c35df0909cff8
parent7b16e7f0d03df4ced3106dd579c38275e0f6ba2d (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/fr.js3
-rw-r--r--l10n/fr.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index cc3ae7f..59b47a0 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Minimal length has to be a non negative number" : "La longueur minimale doit être un nombre positif",
"History size has to be a non negative number" : "La taille de l'historique doit être un nombre positif",
"Expiration days have to be a non negative number" : "La date d'expiration doit être un nombre positif",
- "Maximum login attempts have to be a non negative number" : "Le nombre de tentatives de connexion doit être un nombre positif"
+ "Maximum login attempts have to be a non negative number" : "Le nombre de tentatives de connexion doit être un nombre positif",
+ "Error while saving" : "Erreur lors de la sauvegarde"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index 6a5cdc2..7330db8 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -25,6 +25,7 @@
"Minimal length has to be a non negative number" : "La longueur minimale doit être un nombre positif",
"History size has to be a non negative number" : "La taille de l'historique doit être un nombre positif",
"Expiration days have to be a non negative number" : "La date d'expiration doit être un nombre positif",
- "Maximum login attempts have to be a non negative number" : "Le nombre de tentatives de connexion doit être un nombre positif"
+ "Maximum login attempts have to be a non negative number" : "Le nombre de tentatives de connexion doit être un nombre positif",
+ "Error while saving" : "Erreur lors de la sauvegarde"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file