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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/pl.json')
-rw-r--r--l10n/pl.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/l10n/pl.json b/l10n/pl.json
new file mode 100644
index 0000000..5b1dce3
--- /dev/null
+++ b/l10n/pl.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "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"
+},"pluralForm" :"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);"
+} \ No newline at end of file