diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/mail/locales/en-US/chrome/messenger/migration | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/mail/locales/en-US/chrome/messenger/migration')
-rw-r--r-- | comm/mail/locales/en-US/chrome/messenger/migration/migration.dtd | 30 | ||||
-rw-r--r-- | comm/mail/locales/en-US/chrome/messenger/migration/migration.properties | 30 |
2 files changed, 60 insertions, 0 deletions
diff --git a/comm/mail/locales/en-US/chrome/messenger/migration/migration.dtd b/comm/mail/locales/en-US/chrome/messenger/migration/migration.dtd new file mode 100644 index 0000000000..bd126dfd1a --- /dev/null +++ b/comm/mail/locales/en-US/chrome/messenger/migration/migration.dtd @@ -0,0 +1,30 @@ +<!-- 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 migrationWizard.title "Import Wizard"> + +<!ENTITY importFromWin.label "Import Options, Account Settings, Address Book, Filters and other data from:"> +<!ENTITY importFromNonWin.label "Import Preferences, Account Settings, Address Book, Filters, and other data from:"> +<!ENTITY importSourceNotFound.label "No application to import data from found."> + +<!ENTITY importFromNothing.label "Don't import anything"> +<!ENTITY importFromNothing.accesskey "D"> +<!ENTITY importFromSeamonkey3.label "SeaMonkey 2 or later"> +<!ENTITY importFromSeamonkey3.accesskey "S"> +<!ENTITY importFromOutlook.label "Outlook"> +<!ENTITY importFromOutlook.accesskey "O"> + +<!ENTITY importSource.title "Import Settings and Mail Folders"> +<!ENTITY importItems.title "Items to Import"> +<!ENTITY importItems.label "Select which items to import:"> + +<!ENTITY migrating.title "Importing…"> +<!ENTITY migrating.label "The following items are currently being imported…"> + +<!ENTITY selectProfile.title "Select Profile"> +<!ENTITY selectProfile.label "The following profiles are available to import from:"> + +<!ENTITY done.title "Import Complete"> +<!ENTITY done.label "The following items were successfully imported:"> diff --git a/comm/mail/locales/en-US/chrome/messenger/migration/migration.properties b/comm/mail/locales/en-US/chrome/messenger/migration/migration.properties new file mode 100644 index 0000000000..d679963c8c --- /dev/null +++ b/comm/mail/locales/en-US/chrome/messenger/migration/migration.properties @@ -0,0 +1,30 @@ +# 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/. + +profileName_format=%S %S + +# Import Sources +1_seamonkey=Preferences +1_thunderbird=Preferences + +2_seamonkey=Account Settings +2_thunderbird=Account Settings +2_outlook=Account Settings + +4_seamonkey=Address Books +4_thunderbird=Address Books +4_outlook=Address Book + +8_seamonkey=Junk Mail Training + +16_seamonkey=Saved Passwords + +32_seamonkey=Other Data + +64_seamonkey=Newsgroup Folders +64_thunderbird=Newsgroup Folders + +128_seamonkey=Mail Folders +128_thunderbird=Mail Folders +128_outlook=Mail Folders |