blob: c7f17afbdfa139db51d7499e3e8a18aaf6db9e5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!-- 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 am-archiveoptions.xul -->
<!ENTITY dialogTitle.label "Ustawienia archiwizacji">
<!ENTITY archiveGranularityPrefix.label "Archiwum wiadomości przechowuj w:">
<!ENTITY archiveFlat.label "Pojedynczym folderze">
<!ENTITY archiveFlat.accesskey "P">
<!ENTITY archiveYearly.label "Rocznych folderach">
<!ENTITY archiveYearly.accesskey "R">
<!ENTITY archiveMonthly.label "Miesięcznych folderach">
<!ENTITY archiveMonthly.accesskey "M">
<!ENTITY keepFolderStructure.label "Utrzymuj istniejącą strukturę folderów w archiwum">
<!ENTITY keepFolderStructure.accesskey "U">
<!ENTITY archiveExample.label "Przykład">
<!-- LOCALIZATION NOTE (archiveFolderName.label): this should match the default
name for the "Archives" folder -->
<!ENTITY archiveFolderName.label "Archiwum">
<!-- LOCALIZATION NOTE (inboxFolderName.label): this should match the default
name for the "Inbox" folder -->
<!ENTITY inboxFolderName.label "Odebrane">
|