blob: b9266ef35fd3ae83aa4c4178f308296ed259084c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!-- 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 toolbar.searchPlaceholder "Wyszukaj">
<!ENTITY newPref.namePlaceholder "Nazwa">
<!ENTITY newPref.valueBoolean "Wartość logiczna">
<!ENTITY newPref.valueString "Łańcuch (string)">
<!ENTITY newPref.valueInteger "Liczba">
<!ENTITY newPref.stringPlaceholder "Wprowadź łańcuch (string)">
<!ENTITY newPref.numberPlaceholder "Wprowadź liczbę">
<!ENTITY newPref.toggleButton "Przełącz">
<!ENTITY newPref.cancelButton "Anuluj">
<!ENTITY contextMenu.copyPrefName "Kopiuj nazwę">
<!ENTITY contextMenu.copyPrefValue "Kopiuj wartość">
|