blob: 94dd0e72a88106cd9688a64fa354f4eec5879fb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!-- 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/. -->
<!--LOCALIZATION NOTE msgViewPickerOverlay.dtd UI for showing various views on a folder -->
<!ENTITY viewPicker.label "Vis:">
<!ENTITY viewPicker.accesskey "i">
<!ENTITY viewAll.label "Alle">
<!ENTITY viewAll.accesskey "A">
<!ENTITY viewUnread.label "Ulesne">
<!ENTITY viewUnread.accesskey "U">
<!ENTITY viewNotDeleted.label "Ikkje sletta">
<!ENTITY viewNotDeleted.accesskey "I">
<!ENTITY viewTags.label "Etikettar">
<!ENTITY viewTags.accesskey "t">
<!ENTITY viewCustomViews.label "Tilpassa visingar">
<!ENTITY viewCustomViews.accesskey "T">
<!ENTITY viewVirtualFolder.label "Lagre vising som mappe…">
<!ENTITY viewVirtualFolder.accesskey "L">
<!ENTITY viewCustomizeView.label "Tilpass…">
<!ENTITY viewCustomizeView.accesskey "T">
|