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/hu.js')
-rw-r--r--l10n/hu.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10n/hu.js b/l10n/hu.js
new file mode 100644
index 0000000..24da0d3
--- /dev/null
+++ b/l10n/hu.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "A(z) „%s” algoritmustípus nem érvényes vagy nem támogatott.",
+ "File not found." : "A fájl nem található.",
+ "Checksum" : "Ellenőrzőösszeg",
+ "Creating a hash checksum of a file." : "Fájlok ellenőrzőösszegének előállítása.",
+ "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." : "Lehetővé teszi, hogy előállítsa egy fájl ellenőrzőösszegét.\n A lehetséges algoritmusok: md5, sha1, sha256, sha384, sha512 és crc32.\n\n Csak nyissa meg a fájl részleteit (oldalsáv). Ott kell lennie egy új „Ellenőrzőösszeg” lapnak.\n Válasszon egy algoritmust, és megpróbálja előállítani az ellenőrzőösszeget.\n Ha másik algoritmust szeretne, csak kattintson az újratöltés gombra.",
+ "Choose Algorithm" : "Válasszon algoritmust"
+},
+"nplurals=2; plural=(n != 1);");