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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-05 14:30:30 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-05 14:30:30 +0300
commitf198e04d9961ce380ef13faecb87735ca84aaf17 (patch)
tree2c4af9a0431da491815d45ac7f7942594c2c699f /l10n/fr.js
parentd0782365d78b2b23d285802de458d775d246c93b (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/fr.js')
-rw-r--r--l10n/fr.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
new file mode 100644
index 0000000..8467d97
--- /dev/null
+++ b/l10n/fr.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Le type d'algorithme \"%s\" est invalide ou n'est pas un algorithme supporté.",
+ "File not found." : "Fichier non trouvé.",
+ "Checksum" : "Somme de contrôle",
+ "Creating a hash checksum of a file." : "Créer la somme de contrôle d'un fichier.",
+ "Choose Algorithm" : "Sélectionnez un algorithme"
+},
+"nplurals=2; plural=(n > 1);");