diff options
Diffstat (limited to 'l10n-ca/suite/chrome/mailnews/msgViewPickerOverlay.dtd')
-rw-r--r-- | l10n-ca/suite/chrome/mailnews/msgViewPickerOverlay.dtd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/l10n-ca/suite/chrome/mailnews/msgViewPickerOverlay.dtd b/l10n-ca/suite/chrome/mailnews/msgViewPickerOverlay.dtd new file mode 100644 index 0000000000..182b6b7560 --- /dev/null +++ b/l10n-ca/suite/chrome/mailnews/msgViewPickerOverlay.dtd @@ -0,0 +1,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 "Visualitza:"> +<!ENTITY viewPicker.accesskey "i"> +<!ENTITY viewAll.label "Tot"> +<!ENTITY viewAll.accesskey "o"> +<!ENTITY viewUnread.label "Per llegir"> +<!ENTITY viewUnread.accesskey "g"> +<!ENTITY viewNotDeleted.label "No suprimit"> +<!ENTITY viewNotDeleted.accesskey "s"> +<!ENTITY viewTags.label "Etiquetes"> +<!ENTITY viewTags.accesskey "t"> +<!ENTITY viewCustomViews.label "Visualitzacions personalitzades"> +<!ENTITY viewCustomViews.accesskey "V"> +<!ENTITY viewVirtualFolder.label "Desa la visualització com una carpeta..."> +<!ENTITY viewVirtualFolder.accesskey "s"> +<!ENTITY viewCustomizeView.label "Personalitza..."> +<!ENTITY viewCustomizeView.accesskey "P"> |