]> git.mxchange.org Git - friendica-addons.git/blob - rendertime/lang/pl/messages.po
PL translation rendertime THX strebski
[friendica-addons.git] / rendertime / lang / pl / messages.po
1 # ADDON rendertime
2 # Copyright (C)
3 # This file is distributed under the same license as the Friendica rendertime addon package.
4
5
6 # Translators:
7 # Joe Doe, 2021
8 # Piotr Strębski <strebski@gmail.com>, 2022
9 # Waldemar Stoczkowski, 2018
10 msgid ""
11 msgstr ""
12 "Project-Id-Version: friendica\n"
13 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2021-12-12 22:09+0000\n"
15 "PO-Revision-Date: 2014-06-23 12:36+0000\n"
16 "Last-Translator: Piotr Strębski <strebski@gmail.com>, 2022\n"
17 "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21 "Language: pl\n"
22 "Plural-Forms: 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);\n"
23
24 #: rendertime.php:30
25 msgid "Save Settings"
26 msgstr "Zapisz ustawienia"
27
28 #: rendertime.php:31
29 msgid "Show callstack"
30 msgstr "Pokaż stos wywołań"
31
32 #: rendertime.php:31
33 msgid ""
34 "Show detailed performance measures in the callstack. When deactivated, only "
35 "the summary will be displayed."
36 msgstr "Pokaż szczegółowe miary wydajności w stosie wywołań. Po dezaktywacji wyświetlane będzie tylko podsumowanie."
37
38 #: rendertime.php:32
39 msgid "Minimal time"
40 msgstr "Czas minimalny"
41
42 #: rendertime.php:32
43 msgid "Minimal time that an activity needs to be listed in the callstack."
44 msgstr "Minimalny czas, przez który czynność musi być wymieniona w stosie wywołań."
45
46 #: rendertime.php:57
47 #, php-format
48 msgid ""
49 "Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: "
50 "%s, Total: %s"
51 msgstr "Baza danych: %s/%s, Sieć: %s, Rendering: %s, Sesja: %s, Wej/Wyj: %s, Inne: %s, Łącznie: %s"
52
53 #: rendertime.php:74
54 #, php-format
55 msgid "Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s"
56 msgstr "Rozpoczęcie klasy: %s, Rozruch: %s, Rozpoczęcie: %s, Zawartość: %s, Inne: %s, Łącznie: %s"