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

eu.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ee91e373deb7e1e97f662692bf1fab69d4cadc2 (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." : " \"%s\" algoritmo mota ez da baliozko edo onartzen den algoritmo mota bat.",
    "File not found." : "Ez da fitxategirik aurkitu.",
    "Checksum" : "Egiaztapeneko batura",
    "Creating a hash checksum of a file." : "Fitxategiaren egiaztapeneko batura sortzen.",
    "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." : "Erabiltzaileei fitxategi baten egiaztapeneko batura sortzeko aukera ematen die.\nAlgoritmo posibleak md5, sha1, sha256, sha384, sha512 eta crc32 dira.\n\nIreki fitxategiaren xehetasunen ikuspegia (alboko barran). \"Egiaztapeneko batura\" izeneko fitxa berri bat egon beharko litzateke.\nHautatu algoritmo bat eta hash bat sortzen saiatuko da.\nBeste algoritmo bat nahi baduzu, egin klik berriro kargatu botoian.",
    "Choose Algorithm" : "Aukeratu algoritmoa"
},
"nplurals=2; plural=(n != 1);");