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

pt_BR.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fc61a4682252f4958a72394a2b32c6c6d764ac2 (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." : "O tipo de algoritmo \"1%s\" não é um tipo de algoritmo válido ou compatível.",
    "File not found." : "Arquivo não encontrado.",
    "Checksum" : "Checksum",
    "Creating a hash checksum of a file." : "Criando uma soma de verificação hash de um arquivo.",
    "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." : "Permite que os usuários criem uma soma de verificação hash de um arquivo.\nOs algoritmos possíveis são md5, sha1, sha256, sha384, sha512 e crc32.\n\nBasta abrir a visualização de detalhes do arquivo (barra lateral). Deve haver uma nova guia chamada \"Checksum\".\nSelecione um algoritmo e ele tentará gerar um hash.\nSe você quiser um outro algoritmo, basta clicar no botão recarregar.",
    "Choose Algorithm" : "Escolha o Algoritmo"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");