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-03-25 08:17:13 +0300
committerNextcloud bot <bot@nextcloud.com>2022-03-25 08:17:13 +0300
commit19481cc9ce38aec0234596a7d5b308a611206f27 (patch)
tree2c7c44e3a0918fcf339e11d107cdef9bbcb99a1a /l10n
parent7a474c1789e697549c70e6d781a6a5c9132176aa (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/fi.js9
-rw-r--r--l10n/fi.json7
-rw-r--r--l10n/fr.js1
-rw-r--r--l10n/fr.json1
4 files changed, 18 insertions, 0 deletions
diff --git a/l10n/fi.js b/l10n/fi.js
new file mode 100644
index 0000000..e41c9c2
--- /dev/null
+++ b/l10n/fi.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "File not found." : "Tiedostoa ei löytynyt.",
+ "Checksum" : "Tarkistussumma",
+ "Creating a hash checksum of a file." : "Luodaan tarkistussumma tiedostolle.",
+ "Choose Algorithm" : "Valitse algoritmi"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/fi.json b/l10n/fi.json
new file mode 100644
index 0000000..037bb9c
--- /dev/null
+++ b/l10n/fi.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "File not found." : "Tiedostoa ei löytynyt.",
+ "Checksum" : "Tarkistussumma",
+ "Creating a hash checksum of a file." : "Luodaan tarkistussumma tiedostolle.",
+ "Choose Algorithm" : "Valitse algoritmi"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
index 8467d97..7fe4942 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"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.",
+ "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);");
diff --git a/l10n/fr.json b/l10n/fr.json
index f2a1c95..857340b 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -3,6 +3,7 @@
"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.",
+ "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);"
} \ No newline at end of file