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-06 06:50:22 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-06 06:50:22 +0300
commit642266761472a626e2056cffda09e20d527b3aaf (patch)
tree54f7d90b825bc112d0925f4865a3139d6fd3426e /l10n
parentfc3e816ee937f9f7c5551414baf4314ee5bdc473 (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 ed4e2d8..7fe4942 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=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index b25a0a5..857340b 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=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file