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

sr.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2634a4c1dcb1e1bcc7084b489cd05e7f2789f6d3 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "checksum",
    {
    "File not found." : "Фајл није нађен.",
    "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." : "Омогућава корисницима да креирају хеш контролни збир датотеке.\nМогући алгоритми су md5, sha1, sha256, sha384, sha512 и crc32.\n\nСамо отворите приказ детаља датотеке (бочна трака). Требало би да постоји нова картица под називом „Контролни збир“.\nИзаберите алгоритам и он ће покушати да генерише хеш.\nАко желите други алгоритам, само кликните на дугме за поновно учитавање."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");