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

cs.json « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e47238c86efe888ad1eac970c7ba938badca4174 (plain)
1
2
3
4
5
6
7
8
9
{ "translations": {
    "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Algoritmus typu „%s“ není platným nebo podporovaným typem algoritmu.",
    "File not found." : "Soubor nenalezen.",
    "Checksum" : "Kontrolní součet",
    "Creating a hash checksum of a file." : "Vytváří se otisk kontrolního součtu souboru.",
    "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." : "Umožňuje uživatelům vytvářet otisky kontrolních součtů a vytvářet tak kontrolní součty souborů.\n        Možné algoritmy jsou md5, sha1, sha256, sha384, sha512 a crc32.\n\n        Stačí pouze otevřít zobrazení podrobností o souboru (postranní panel). Měla by se zde nacházet nová karta nazvaná „Kontrolní součet“\n        Vyberte algoritmus a pokusí se vytvořit otisk.\n        Pokud chcete použít jiný algoritmus, stačí kliknout na tlačítko „Načíst znovu“.",
    "Choose Algorithm" : "Zvolte algoritmus"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}