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:
Diffstat (limited to 'l10n/ca.json')
-rw-r--r--l10n/ca.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/l10n/ca.json b/l10n/ca.json
new file mode 100644
index 0000000..91689fc
--- /dev/null
+++ b/l10n/ca.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "El tipus d'algoritme \"%s\" no és un tipus vàlid o suportat.",
+ "File not found." : "No s'ha trobat el fitxer.",
+ "Checksum" : "Suma de verificació",
+ "Creating a hash checksum of a file." : "Creant una suma de verificació de un fitxer",
+ "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 als usuaris crear una suma de verificació d'un fitxer\n Els algoritmes possibles són md5, sha1, sha256, sha384, sha512 i crc32.\n\n Només cal obrir la vista de detall del fitxer (Barra lateral). Hi hauria d'haver una nova pestanya anomenada \"Suma de verificació\".\n Trieu un algoritme i en provarà de generar un resum.\n Si voleu un altre algoritme, només cliqueu en el botó de recarregar.",
+ "Choose Algorithm" : "Trieu Algoritme"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file