From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- .../pl/mozilla/tech/xul/styl/alert-icon/index.html | 15 ++++++++++ .../pl/mozilla/tech/xul/styl/error-icon/index.html | 15 ++++++++++ .../mozilla/tech/xul/styl/groove-thin/index.html | 15 ++++++++++ files/pl/mozilla/tech/xul/styl/groove/index.html | 15 ++++++++++ files/pl/mozilla/tech/xul/styl/header/index.html | 15 ++++++++++ files/pl/mozilla/tech/xul/styl/indent/index.html | 15 ++++++++++ files/pl/mozilla/tech/xul/styl/index.html | 32 ++++++++++++++++++++++ .../tech/xul/styl/listcell-iconic/index.html | 15 ++++++++++ .../tech/xul/styl/listitem-iconic/index.html | 15 ++++++++++ .../tech/xul/styl/menuitem-iconic/index.html | 15 ++++++++++ .../tech/xul/styl/menuitem-non-iconic/index.html | 15 ++++++++++ .../mozilla/tech/xul/styl/message-icon/index.html | 15 ++++++++++ .../pl/mozilla/tech/xul/styl/monospace/index.html | 15 ++++++++++ files/pl/mozilla/tech/xul/styl/plain/index.html | 15 ++++++++++ .../mozilla/tech/xul/styl/question-icon/index.html | 15 ++++++++++ .../mozilla/tech/xul/styl/small-margin/index.html | 15 ++++++++++ .../tech/xul/styl/statusbarpanel-iconic/index.html | 15 ++++++++++ .../xul/styl/statusbarpanel-menu-iconic/index.html | 15 ++++++++++ .../pl/mozilla/tech/xul/styl/text-link/index.html | 15 ++++++++++ files/pl/mozilla/tech/xul/styl/thin/index.html | 11 ++++++++ .../mozilla/tech/xul/styl/tree-splitter/index.html | 15 ++++++++++ .../mozilla/tech/xul/styl/treecol-image/index.html | 16 +++++++++++ 22 files changed, 344 insertions(+) create mode 100644 files/pl/mozilla/tech/xul/styl/alert-icon/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/error-icon/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/groove-thin/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/groove/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/header/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/indent/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/listcell-iconic/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/listitem-iconic/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/menuitem-iconic/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/menuitem-non-iconic/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/message-icon/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/monospace/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/plain/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/question-icon/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/small-margin/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/statusbarpanel-iconic/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/statusbarpanel-menu-iconic/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/text-link/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/thin/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/tree-splitter/index.html create mode 100644 files/pl/mozilla/tech/xul/styl/treecol-image/index.html (limited to 'files/pl/mozilla/tech/xul/styl') diff --git a/files/pl/mozilla/tech/xul/styl/alert-icon/index.html b/files/pl/mozilla/tech/xul/styl/alert-icon/index.html new file mode 100644 index 0000000000..02476b5948 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/alert-icon/index.html @@ -0,0 +1,15 @@ +--- +title: alert-icon +slug: Mozilla/Tech/XUL/Styl/alert-icon +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/alert-icon +--- +
+ « Dokumentacja XUL
+
+
+ alert-icon
+
+ Klasa, która dodaje ikonę ostrzeżenia. Zazwyczaj wygląda jak znak wykrzyknika. Ta i inne klasy ikon może być zastosowana dla elementów image lub innych mogących zawierać obrazek.
+
diff --git a/files/pl/mozilla/tech/xul/styl/error-icon/index.html b/files/pl/mozilla/tech/xul/styl/error-icon/index.html new file mode 100644 index 0000000000..d5c9e19ad2 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/error-icon/index.html @@ -0,0 +1,15 @@ +--- +title: error-icon +slug: Mozilla/Tech/XUL/Styl/error-icon +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/error-icon +--- +
+ « Dokumentacja XUL
+
+
+ error-icon
+
+ Klasa, która dodaje ikonę błedu. Zazwyczaj będzie to czerwona ikona z "X".
+
diff --git a/files/pl/mozilla/tech/xul/styl/groove-thin/index.html b/files/pl/mozilla/tech/xul/styl/groove-thin/index.html new file mode 100644 index 0000000000..90d84475a6 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/groove-thin/index.html @@ -0,0 +1,15 @@ +--- +title: groove-thin +slug: Mozilla/Tech/XUL/Styl/groove-thin +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/groove-thin +--- +
+ « Dokumentacja XUL
+
+
+ groove-thin
+
+ Cienki separator grooved.
+
diff --git a/files/pl/mozilla/tech/xul/styl/groove/index.html b/files/pl/mozilla/tech/xul/styl/groove/index.html new file mode 100644 index 0000000000..4cef11eb98 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/groove/index.html @@ -0,0 +1,15 @@ +--- +title: groove +slug: Mozilla/Tech/XUL/Styl/groove +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/groove +--- +
« Dokumentacja XUL
+
groove +
Separator grooved. +
+


+

+
+
diff --git a/files/pl/mozilla/tech/xul/styl/header/index.html b/files/pl/mozilla/tech/xul/styl/header/index.html new file mode 100644 index 0000000000..acbb35084d --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/header/index.html @@ -0,0 +1,15 @@ +--- +title: header +slug: Mozilla/Tech/XUL/Styl/header +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/header +--- +
+ « Dokumentacja XUL
+
+
+ header
+
+ Klasę stosujemy do nagłówków. Zazwyczaj będzie powodować, że tekst ukaże się pogrubiony.
+
diff --git a/files/pl/mozilla/tech/xul/styl/indent/index.html b/files/pl/mozilla/tech/xul/styl/indent/index.html new file mode 100644 index 0000000000..f0569b6395 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/indent/index.html @@ -0,0 +1,15 @@ +--- +title: indent +slug: Mozilla/Tech/XUL/Styl/indent +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/indent +--- +
+ « Dokumentacja XUL
+
+
+ indent
+
+ Klasa ta powoduje wcięcie z lewej strony tekstu.
+
diff --git a/files/pl/mozilla/tech/xul/styl/index.html b/files/pl/mozilla/tech/xul/styl/index.html new file mode 100644 index 0000000000..f30d4d661a --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/index.html @@ -0,0 +1,32 @@ +--- +title: Klasy stylów +slug: Mozilla/Tech/XUL/Styl +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style +--- +

« Dokumentacja XUL

+ +
+
diff --git a/files/pl/mozilla/tech/xul/styl/listcell-iconic/index.html b/files/pl/mozilla/tech/xul/styl/listcell-iconic/index.html new file mode 100644 index 0000000000..c8224ddba3 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/listcell-iconic/index.html @@ -0,0 +1,15 @@ +--- +title: listcell-iconic +slug: Mozilla/Tech/XUL/Styl/listcell-iconic +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/listcell-iconic +--- +
+ « Dokumentacja XUL
+
+
+ listcell-iconic
+
+ Klasa ta pozwala na wyświetlenie obrazka w komórce listy. Obrazek należy określić przy pomocy atrybutu image.
+
diff --git a/files/pl/mozilla/tech/xul/styl/listitem-iconic/index.html b/files/pl/mozilla/tech/xul/styl/listitem-iconic/index.html new file mode 100644 index 0000000000..2ccc5087e1 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/listitem-iconic/index.html @@ -0,0 +1,15 @@ +--- +title: listitem-iconic +slug: Mozilla/Tech/XUL/Styl/listitem-iconic +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/listitem-iconic +--- +
+ « Dokumentacja XUL
+
+
+ listitem-iconic
+
+ Zastosuj tą klasę, aby mieć wyświetlony obrazek na listitem. Określa obrazek za pomocą arybutu image.
+
diff --git a/files/pl/mozilla/tech/xul/styl/menuitem-iconic/index.html b/files/pl/mozilla/tech/xul/styl/menuitem-iconic/index.html new file mode 100644 index 0000000000..dae1cc537c --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/menuitem-iconic/index.html @@ -0,0 +1,15 @@ +--- +title: menuitem-iconic +slug: Mozilla/Tech/XUL/Styl/menuitem-iconic +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/menuitem-iconic +--- +
+ « Dokumentacja XUL
+
+
+ menuitem-iconic
+
+ Zastosuj tą klasę, aby mieć wyświetlony obrazek na menuitem. Określa obrazek za pomocą arybutu image.
+
diff --git a/files/pl/mozilla/tech/xul/styl/menuitem-non-iconic/index.html b/files/pl/mozilla/tech/xul/styl/menuitem-non-iconic/index.html new file mode 100644 index 0000000000..eee15855ea --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/menuitem-non-iconic/index.html @@ -0,0 +1,15 @@ +--- +title: menuitem-non-iconic +slug: Mozilla/Tech/XUL/Styl/menuitem-non-iconic +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/menuitem-non-iconic +--- +
+ « Dokumentacja XUL
+
+
+ menuitem-non-iconic
+
+ Normalnie, menuitem posiada margines z lewej strony na obrazek lub znak zaznaczenia. Ta klasa może zostać użyta do usunięcia tego marginesu, więc ta pozycja menu pojawi się z lewej strony brzegu menupopup.
+
diff --git a/files/pl/mozilla/tech/xul/styl/message-icon/index.html b/files/pl/mozilla/tech/xul/styl/message-icon/index.html new file mode 100644 index 0000000000..8bb6ed554b --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/message-icon/index.html @@ -0,0 +1,15 @@ +--- +title: message-icon +slug: Mozilla/Tech/XUL/Styl/message-icon +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/message-icon +--- +
+ « Dokumentacja XUL
+
+
+ message-icon
+
+ Klasa, która dodaje ikonę pudełka wiadomości.
+
diff --git a/files/pl/mozilla/tech/xul/styl/monospace/index.html b/files/pl/mozilla/tech/xul/styl/monospace/index.html new file mode 100644 index 0000000000..82bd0839fd --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/monospace/index.html @@ -0,0 +1,15 @@ +--- +title: monospace +slug: Mozilla/Tech/XUL/Styl/monospace +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/monospace +--- +
+ « Dokumentacja XUL
+
+
+ monospace
+
+ Klasa powoduje, że tekst będzie wyświetlany w czcionce o stałej szerokości znaków.
+
diff --git a/files/pl/mozilla/tech/xul/styl/plain/index.html b/files/pl/mozilla/tech/xul/styl/plain/index.html new file mode 100644 index 0000000000..e13aa66aa7 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/plain/index.html @@ -0,0 +1,15 @@ +--- +title: plain +slug: Mozilla/Tech/XUL/Styl/plain +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/plain +--- +
+ « Dokumentacja XUL
+
+
+ plain
+
+ Ta klasa sprawia, że element będzie wyświetlony bez obramowania lub marginesu.
+
diff --git a/files/pl/mozilla/tech/xul/styl/question-icon/index.html b/files/pl/mozilla/tech/xul/styl/question-icon/index.html new file mode 100644 index 0000000000..1b172d877a --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/question-icon/index.html @@ -0,0 +1,15 @@ +--- +title: question-icon +slug: Mozilla/Tech/XUL/Styl/question-icon +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/question-icon +--- +
+ « Dokumentacja XUL
+
+
+ question-icon
+
+ Klasa dodaje ikonę pytania, która zazwyczaj wygląda jak znak zapytania.
+
diff --git a/files/pl/mozilla/tech/xul/styl/small-margin/index.html b/files/pl/mozilla/tech/xul/styl/small-margin/index.html new file mode 100644 index 0000000000..66f1063714 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/small-margin/index.html @@ -0,0 +1,15 @@ +--- +title: small-margin +slug: Mozilla/Tech/XUL/Styl/small-margin +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/small-margin +--- +
« Dokumentacja XUL
+
small-margin +
Ta klasa powoduje wyświetlenie tekstu z małym marginesem. +
+


+

+
+
diff --git a/files/pl/mozilla/tech/xul/styl/statusbarpanel-iconic/index.html b/files/pl/mozilla/tech/xul/styl/statusbarpanel-iconic/index.html new file mode 100644 index 0000000000..77590994c8 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/statusbarpanel-iconic/index.html @@ -0,0 +1,15 @@ +--- +title: statusbarpanel-iconic +slug: Mozilla/Tech/XUL/Styl/statusbarpanel-iconic +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/statusbarpanel-iconic +--- +
« Dokumentacja XUL
+
statusbarpanel-iconic +
Zastosuj ta klasę do pojawienia się obrazka na elemencie statusbarpanel. Obrazek określ stosując atrybut src. Obrazek pojawi się zamiast etykiety. +
+


+

+
+
diff --git a/files/pl/mozilla/tech/xul/styl/statusbarpanel-menu-iconic/index.html b/files/pl/mozilla/tech/xul/styl/statusbarpanel-menu-iconic/index.html new file mode 100644 index 0000000000..562011bddf --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/statusbarpanel-menu-iconic/index.html @@ -0,0 +1,15 @@ +--- +title: statusbarpanel-menu-iconic +slug: Mozilla/Tech/XUL/Styl/statusbarpanel-menu-iconic +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/statusbarpanel-menu-iconic +--- +
+ « Dokumentacja XUL
+
+
+ statusbarpanel-menu-iconic
+
+ Zastosuj tą klasę do pojawienia się obrazka na elemencie statusbarpanel i także pozwól na menu wyskakujące. Określ obrazek stosując atrybut src i umieść element menupopup wewnątrz statusbarpanel. Obrazek pojawi się zamiast etykiety.
+
diff --git a/files/pl/mozilla/tech/xul/styl/text-link/index.html b/files/pl/mozilla/tech/xul/styl/text-link/index.html new file mode 100644 index 0000000000..cee23e92ca --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/text-link/index.html @@ -0,0 +1,15 @@ +--- +title: text-link +slug: Mozilla/Tech/XUL/Styl/text-link +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/text-link +--- +
« Dokumentacja XUL
+
text-link +
Etykiety o tej klasie mogą być aktywne (focus), a funkcja obsługi zdarzenia kliknięcia zostanie wywołana zarówno dla kliknięcia myszą, jak i wciśnięcia klawisza Enter. +
+


+

+
+
diff --git a/files/pl/mozilla/tech/xul/styl/thin/index.html b/files/pl/mozilla/tech/xul/styl/thin/index.html new file mode 100644 index 0000000000..5bfc80c94d --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/thin/index.html @@ -0,0 +1,11 @@ +--- +title: thin +slug: Mozilla/Tech/XUL/Styl/thin +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/thin +--- +
« Dokumentacja XUL
+
thin +
Najcieńszy separator, który zazwyczaj ma 0.5 em. +
diff --git a/files/pl/mozilla/tech/xul/styl/tree-splitter/index.html b/files/pl/mozilla/tech/xul/styl/tree-splitter/index.html new file mode 100644 index 0000000000..ce9e148ff5 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/tree-splitter/index.html @@ -0,0 +1,15 @@ +--- +title: tree-splitter +slug: Mozilla/Tech/XUL/Styl/tree-splitter +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/tree-splitter +--- +
+ « Dokumentacja XUL
+
+
+ tree-splitter
+
+ Zastosowanie tego rozdzielacza jest zamierzone w kolumnach drzewa (pomiędzy elementami treecol). Rozdzielacz rysowany będzie bez szerokości, więc nie będzie on widoczny, jednakże, kolumny mogą wciąż zmieniać swoją szerokość.
+
diff --git a/files/pl/mozilla/tech/xul/styl/treecol-image/index.html b/files/pl/mozilla/tech/xul/styl/treecol-image/index.html new file mode 100644 index 0000000000..0c24259641 --- /dev/null +++ b/files/pl/mozilla/tech/xul/styl/treecol-image/index.html @@ -0,0 +1,16 @@ +--- +title: treecol-image +slug: Mozilla/Tech/XUL/Styl/treecol-image +tags: + - Klasy_stylów_XUL +translation_of: Archive/Mozilla/XUL/Style/treecol-image +--- +
« Dokumentacja XUL
+
treecol-image +
Zastosuj tą klasę do posiadania obrazka, który pojawi się w nagłówku kolumny drzewa. Określ obrazek stosując atrybut src. +
+


+


+

+
+
-- cgit v1.2.3-54-g00ecf