diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-zh-CN/mail/chrome/messenger/migration | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | l10n-zh-CN/mail/chrome/messenger/migration/migration.dtd | 30 | ||||
-rwxr-xr-x | l10n-zh-CN/mail/chrome/messenger/migration/migration.properties | 25 |
2 files changed, 55 insertions, 0 deletions
diff --git a/l10n-zh-CN/mail/chrome/messenger/migration/migration.dtd b/l10n-zh-CN/mail/chrome/messenger/migration/migration.dtd new file mode 100755 index 0000000000..d83eca9b43 --- /dev/null +++ b/l10n-zh-CN/mail/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 "导入向导"> + +<!ENTITY importFromWin.label "导入选项、账户设置、通讯录、过滤器以及其他数据,来自:"> +<!ENTITY importFromNonWin.label "导入首选项、账户设置、通讯录、过滤器以及其他数据,来自:"> +<!ENTITY importSourceNotFound.label "没有找到可导入数据的应用程序。"> + +<!ENTITY importFromNothing.label "不导入任何数据"> +<!ENTITY importFromNothing.accesskey "D"> +<!ENTITY importFromSeamonkey3.label "SeaMonkey 2 或更高"> +<!ENTITY importFromSeamonkey3.accesskey "S"> +<!ENTITY importFromOutlook.label "Outlook"> +<!ENTITY importFromOutlook.accesskey "O"> + +<!ENTITY importSource.title "导入设置以及邮件夹"> +<!ENTITY importItems.title "导入项"> +<!ENTITY importItems.label "选择要导入的项:"> + +<!ENTITY migrating.title "正在导入…"> +<!ENTITY migrating.label "下列项正在被导入…"> + +<!ENTITY selectProfile.title "选择配置文件"> +<!ENTITY selectProfile.label "下列配置文件可供导入,从:"> + +<!ENTITY done.title "导入完成"> +<!ENTITY done.label "下列项已成功导入..."> diff --git a/l10n-zh-CN/mail/chrome/messenger/migration/migration.properties b/l10n-zh-CN/mail/chrome/messenger/migration/migration.properties new file mode 100755 index 0000000000..339af4e1a6 --- /dev/null +++ b/l10n-zh-CN/mail/chrome/messenger/migration/migration.properties @@ -0,0 +1,25 @@ +# 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=首选项 + +2_seamonkey=账户设置 +2_outlook=账户设置 + +4_seamonkey=通讯录 +4_outlook=通讯录 + +8_seamonkey=垃圾邮件训练 + +16_seamonkey=已保存密码 + +32_seamonkey=其他数据 + +64_seamonkey=新闻组文件夹 + +128_seamonkey=邮件夹 +128_outlook=邮件夹 |