Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hu.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24da0d3ef3af04e12645a6ea19a26f4679a71774 (plain)
1
2
3
4
5
6
7
8
9
10
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);");