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
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-05 06:51:35 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 06:51:35 +0300
commitfc3e816ee937f9f7c5551414baf4314ee5bdc473 (patch)
tree4a9a58531d59a214c79f9000f6c0193d10327a84 /l10n
parentaa7c02aa2e68984a3797e1b35102fb8fafeeb276 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 7fe4942..ed4e2d8 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -8,4 +8,4 @@ OC.L10N.register(
"Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permet aux utilisateurs de créer une somme de contrôle par hachage d'un fichier.\nLes algorithmes possibles sont md5, sha1, sha256, sha384, sha512 and crc32.\n\nOuvrez simplement la vue détaillée du fichier (Barre latérale). Un nouvel onglet \"Somme de contrôle\" devrait être présent.\nSélectionnez un algorithme qui tentera de générer un hachage.\nSi vous voulez utiliser un autre algorithme, sélectionnez simplement le bouton recharger",
"Choose Algorithm" : "Sélectionnez un algorithme"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/fr.json b/l10n/fr.json
index 857340b..b25a0a5 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -5,5 +5,5 @@
"Creating a hash checksum of a file." : "Créer la somme de contrôle d'un fichier.",
"Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permet aux utilisateurs de créer une somme de contrôle par hachage d'un fichier.\nLes algorithmes possibles sont md5, sha1, sha256, sha384, sha512 and crc32.\n\nOuvrez simplement la vue détaillée du fichier (Barre latérale). Un nouvel onglet \"Somme de contrôle\" devrait être présent.\nSélectionnez un algorithme qui tentera de générer un hachage.\nSi vous voulez utiliser un autre algorithme, sélectionnez simplement le bouton recharger",
"Choose Algorithm" : "Sélectionnez un algorithme"
-},"pluralForm" :"nplurals=2; plural=(n > 1);"
+},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file