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

uk.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22e05ebff1ad1a832caae20dcb7a4743ee4e7962 (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\" не є дійсним або не підтримується.",
    "File not found." : "Файл не знайдено.",
    "Checksum" : "Контрольна сума",
    "Creating a hash checksum of a 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." : "Дозволяє користувачам створювати контрольну хеш-суму файлу. \nМожливі алгоритми: md5, sha1, sha256, sha384, sha512 і crc32. П\n\nросто відкрийте перегляд подробиць файлу (бічна панель). Має бути нова вкладка під назвою «Контрольна сума». \nВиберіть алгоритм, і він спробує згенерувати хеш. \nЯкщо вам потрібен інший алгоритм, просто натисніть кнопку перезавантаження.",
    "Choose Algorithm" : "Виберіть Алгоритм"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");