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

nl.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d3f8194ccf220a5347ad48f0c0341b3dcb75668 (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." : "Het algoritmetype \"%s\" is geen geldig of ondersteund algoritmetype.",
    "File not found." : "Bestand niet gevonden.",
    "Checksum" : "Controlesom",
    "Creating a hash checksum of a file." : "Een hash-controlesom van het bestand maken.",
    "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." : "Hiermee kunnen gebruikers een hash-controlesom van een bestand maken.\nMogelijke algoritmes zijn md5, sha1, sha256, sha384, sha512 en crc32.\n\nOpen simpelweg de teailweergave van het bestand (Zijbalk). Er zou een nieuw tabblad moeten zijn met de naam \"Controlesome\".\nSelecteer een algoritme en het zal proberen een hash te genereren.\nAls u een ander algoritme wilt, klikt u simpelweg op de herlaadknop.",
    "Choose Algorithm" : "Kies Algoritme"
},
"nplurals=2; plural=(n != 1);");