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

it.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1ce9bfc7a743c10278f6058e4ded68d48a5214b (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." : "Il tipo di algoritmo \"%s\" non è valido o non è supportato.",
    "File not found." : "File non trovato.",
    "Checksum" : "Checksum",
    "Creating a hash checksum of a file." : "Creazione di un checksum hash di un file.",
    "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." : "Permetti agli utenti di creare un checksum hash di un file.\n        Gli algoritmi possibili sono md5, sha1, sha256, sha384, sha512 e crc32.\n\n        Apri i dettagli del file (barra laterale). Dovrebbe esserci una nuova scheda chiamata \"Checksum\".\n        Seleziona un algoritmo e proverà a generare un hash.\n        Se vuoi un altro algoritmo, clicca il pulsante ricarica.",
    "Choose Algorithm" : "Scegli algoritmo"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");