blob: b77f052bff00e6bea3834f374bdadeee23f9fac8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
<!-- 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/viewSource.xul -->
<!-- extracted from content/viewSource.xhtml -->
<!-- LOCALIZATION NOTE (mainWindow.title) : DONT_TRANSLATE -->
<!ENTITY mainWindow.title "&brandFullName;">
<!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE -->
<!ENTITY mainWindow.titlemodifier "&brandFullName;">
<!-- LOCALIZATION NOTE (mainWindow.titlemodifierseparator) : DONT_TRANSLATE -->
<!ENTITY mainWindow.titlemodifierseparator " - ">
<!ENTITY mainWindow.preface "Źródło: ">
<!ENTITY editMenu.label "Edycja">
<!ENTITY editMenu.accesskey "E">
<!ENTITY fileMenu.label "Plik">
<!ENTITY fileMenu.accesskey "P">
<!ENTITY savePageCmd.label "Zapisz stronę jako…">
<!ENTITY savePageCmd.accesskey "a">
<!ENTITY savePageCmd.commandkey "S">
<!ENTITY pageSetupCmd.label "Ustawienia strony…">
<!ENTITY pageSetupCmd.accesskey "U">
<!ENTITY printPreviewCmd.label "Podgląd wydruku">
<!ENTITY printPreviewCmd.accesskey "P">
<!ENTITY printCmd.label "Drukuj…">
<!ENTITY printCmd.accesskey "D">
<!ENTITY printCmd.commandkey "P">
<!ENTITY closeCmd.label "Zamknij">
<!ENTITY closeCmd.accesskey "k">
<!ENTITY closeCmd.commandkey "W">
<!-- LOCALIZATION NOTE :
textEnlarge.commandkey3, textReduce.commandkey2 and
textReset.commandkey2 are alternative acceleration keys for zoom.
If shift key is needed with your locale popular keyboard for them,
you can use these alternative items. Otherwise, their values should be empty. -->
<!ENTITY textEnlarge.commandkey "+">
<!ENTITY textEnlarge.commandkey2 "=">
<!ENTITY textEnlarge.commandkey3 "">
<!ENTITY textReduce.commandkey "-">
<!ENTITY textReduce.commandkey2 "">
<!ENTITY textReset.commandkey "0">
<!ENTITY textReset.commandkey2 "">
<!ENTITY goToLineCmd.label "Przejdź do wiersza…">
<!ENTITY goToLineCmd.accesskey "P">
<!ENTITY goToLineCmd.commandkey "l">
<!ENTITY viewMenu.label "Widok">
<!ENTITY viewMenu.accesskey "W">
<!ENTITY reloadCmd.label "Odśwież">
<!ENTITY reloadCmd.accesskey "O">
<!ENTITY reloadCmd.commandkey "r">
<!ENTITY menu_wrapLongLines.title "Zawijanie długich wierszy">
<!ENTITY menu_wrapLongLines.accesskey "w">
<!ENTITY menu_highlightSyntax.label "Wyróżnianie elementów składni">
<!ENTITY menu_highlightSyntax.accesskey "e">
<!ENTITY menu_textSize.label "Rozmiar tekstu">
<!ENTITY menu_textSize.accesskey "s">
<!ENTITY menu_textEnlarge.label "Zwiększ">
<!ENTITY menu_textEnlarge.accesskey "w">
<!ENTITY menu_textReduce.label "Zmniejsz">
<!ENTITY menu_textReduce.accesskey "m">
<!ENTITY menu_textReset.label "Zwykły">
<!ENTITY menu_textReset.accesskey "Z">
<!ENTITY findOnCmd.label "Znajdź na tej stronie…">
<!ENTITY findOnCmd.accesskey "Z">
<!ENTITY findOnCmd.commandkey "f">
<!ENTITY findAgainCmd.label "Znajdź ponownie">
<!ENTITY findAgainCmd.accesskey "o">
<!ENTITY findAgainCmd.commandkey "g">
<!ENTITY findAgainCmd.commandkey2 "VK_F3">
<!ENTITY findSelectionCmd.commandkey "e">
<!ENTITY backCmd.label "Wstecz">
<!ENTITY backCmd.accesskey "W">
<!ENTITY forwardCmd.label "Do przodu">
<!ENTITY forwardCmd.accesskey "D">
<!ENTITY goBackCmd.commandKey "[">
<!ENTITY goForwardCmd.commandKey "]">
<!ENTITY copyLinkCmd.label "Kopiuj adres odnośnika">
<!ENTITY copyLinkCmd.accesskey "o">
<!ENTITY copyEmailCmd.label "Kopiuj adres e-mail">
<!ENTITY copyEmailCmd.accesskey "e">
|