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

mk.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 241aaf2b186670215897f8fbf42bc4b61258b9e2 (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." : "Видот на алгоритмот \"%s\" не е валиден или поддржан вид.",
    "File not found." : "Датотеката не е пронајдена.",
    "Checksum" : "Контролна сума",
    "Creating a hash checksum of a file." : "Креирај контролна сума од датотека.",
    "Choose Algorithm" : "Избери алгоритам"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");