OC.L10N.register( "checksum", { "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Typ algorytmu \"%s\" nie jest prawidłowym ani obsługiwanym typem algorytmu.", "File not found." : "Nie znaleziono pliku.", "Checksum" : "Suma kontrolna", "Creating a hash checksum of a file." : "Tworzenie sumy kontrolnej (hash) pliku.", "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żliwia użytkownikom tworzenie sumy kontrolnej (hash) pliku.\n Możliwe algorytmy to md5, sha1, sha256, sha384, sha512 i crc32.\n\n Wystarczy otworzyć widok szczegółów pliku (pasek boczny), w którym powinna pojawić się nowa zakładka o nazwie \"Suma kontrolna\".\n Wybierz algorytm i spróbuj wygenerować hash.\nJeśli chcesz inny algorytm, po prostu kliknij przycisk przeładuj.", "Choose Algorithm" : "Wybierz algorytm" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");