diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-pl/suite/chrome/editor/prefs | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-pl/suite/chrome/editor/prefs')
-rw-r--r-- | l10n-pl/suite/chrome/editor/prefs/editorPrefsOverlay.dtd | 11 | ||||
-rw-r--r-- | l10n-pl/suite/chrome/editor/prefs/pref-composer.dtd | 31 | ||||
-rw-r--r-- | l10n-pl/suite/chrome/editor/prefs/pref-editing.dtd | 31 |
3 files changed, 73 insertions, 0 deletions
diff --git a/l10n-pl/suite/chrome/editor/prefs/editorPrefsOverlay.dtd b/l10n-pl/suite/chrome/editor/prefs/editorPrefsOverlay.dtd new file mode 100644 index 0000000000..4279ffe7be --- /dev/null +++ b/l10n-pl/suite/chrome/editor/prefs/editorPrefsOverlay.dtd @@ -0,0 +1,11 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + + +<!ENTITY editorCheck.label "Kompozytor Stron" > +<!ENTITY editorCheck.accesskey "K" > + +<!ENTITY compose.label "Kompozytor Stron" > +<!ENTITY editing.label "Nowe strony" > +<!ENTITY publish.label "Publikowanie" > diff --git a/l10n-pl/suite/chrome/editor/prefs/pref-composer.dtd b/l10n-pl/suite/chrome/editor/prefs/pref-composer.dtd new file mode 100644 index 0000000000..9025e0a6a1 --- /dev/null +++ b/l10n-pl/suite/chrome/editor/prefs/pref-composer.dtd @@ -0,0 +1,31 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from content/pref-composer.xhtml --> + +<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background --> + +<!ENTITY pref.composer.title "Kompozytor Stron"> + +<!ENTITY recentFiles.title "Ostatnio edytowane strony"> +<!ENTITY documentsInMenu.label "Ogranicz listę ostatnio edytowanych stron do:"> +<!ENTITY documentsInMenu.accesskey "n"> + +<!ENTITY savingFiles.title "Podczas zapisywania lub publikowania stron"> +<!ENTITY preserveExisting.label "Zachowaj oryginalne formatowanie źródła"> +<!ENTITY preserveExisting.accesskey "o"> +<!ENTITY preserveExisting.tooltip "Zachowuj łamanie wierszy oraz oryginalne formatowanie strony"> +<!ENTITY saveAssociatedFiles.label "Zachowaj obrazy oraz inne powiązane pliki podczas zapisywania strony"> +<!ENTITY saveAssociatedFiles.accesskey "Z"> +<!ENTITY showPublishDialog.label "Zawsze pokazuj dialog publikowania podczas publikowania stron" > +<!ENTITY showPublishDialog.accesskey "a"> + +<!ENTITY composerEditing.label "Edytowanie"> +<!ENTITY maintainStructure.label "Zachowaj układ tabeli podczas wstawiania i usuwania komórek"> +<!ENTITY maintainStructure.tooltip "Zachowuje prostokątny kształt tabeli automatycznie dostosowując układ komórek po wstawieniu lub usunięciu komórki"> +<!ENTITY maintainStructure.accesskey "m"> +<!ENTITY useCSS.label "Użyj arkuszy stylów CSS (Cascading Style Sheets) zamiast elementów i atrybutów HTML"> +<!ENTITY useCSS.accesskey "U"> +<!ENTITY crInPCreatesNewP.label "Enter w akapicie zawsze tworzy nowy akapit"> +<!ENTITY crInPCreatesNewP.accesskey "r"> diff --git a/l10n-pl/suite/chrome/editor/prefs/pref-editing.dtd b/l10n-pl/suite/chrome/editor/prefs/pref-editing.dtd new file mode 100644 index 0000000000..02d7c59c49 --- /dev/null +++ b/l10n-pl/suite/chrome/editor/prefs/pref-editing.dtd @@ -0,0 +1,31 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.editing.title "Ustawienia dla nowych stron"> + +<!ENTITY authorName.label "Autor:"> +<!ENTITY authorName.accesskey "a"> +<!ENTITY pageColorHeader "Domyślny wygląd strony"> + +<!ENTITY defaultColors.label "Nie ustawiaj kolorów strony. Zostaną użyte domyślne ustawienia przeglądarki czytelnika"> +<!ENTITY defaultColors.accesskey "d"> +<!ENTITY customColors.label "Użyj poniższych kolorów:"> +<!ENTITY customColors.accesskey "p"> + +<!ENTITY normalText.label "Zwykły tekst"> +<!ENTITY normalText.accesskey "e"> +<!ENTITY linkText.label "Odnośnik"> +<!ENTITY linkText.accesskey "n"> +<!ENTITY activeLinkText.label "Aktywny odnośnik"> +<!ENTITY activeLinkText.accesskey "A"> +<!ENTITY visitedLinkText.label "Odwiedzony odnośnik"> +<!ENTITY visitedLinkText.accesskey "i"> +<!ENTITY background.label "Tło:"> +<!ENTITY background.accesskey "T"> +<!ENTITY colon.character ":"> + +<!ENTITY backgroundImage.label "Obraz tła:"> +<!ENTITY backgroundImage.accesskey "O"> +<!ENTITY chooseFile.label "Wybierz plik…"> +<!ENTITY chooseFile.accesskey "W"> |