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

fi.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57eff66f4f76e7e750b19f34b6f505cc5a3b83e0 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "checksum",
    {
    "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Algoritmityyppi \"%s\" ei ole kelvollinen tai tuettu algoritmityyppi.",
    "File not found." : "Tiedostoa ei löytynyt.",
    "Checksum" : "Tarkistussumma",
    "Creating a hash checksum of a file." : "Luodaan tarkistussumma tiedostolle.",
    "Choose Algorithm" : "Valitse algoritmi"
},
"nplurals=2; plural=(n != 1);");