blob: 24c84c99b5b35eccf6b89d126150f214a767b865 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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/.
# Short name of the import module
thunderbird-import-name = Thunderbird
# Description of the import module
thunderbird-import-description = 从 Thunderbird 配置文件夹目录导入邮件。
import-from-thunderbird-zip =
.label = Thunderbird(导出的配置文件备份;小于 2GB 的 ZIP 文件)
.accesskey = Z
import-from-thunderbird-dir =
.label = Thunderbird(配置文件夹)
.accesskey = T
import-select-profile-zip = 选择压缩过的配置文件目录
import-select-profile-dir = 选择配置文件目录
zip-file-too-big-title = ZIP 文件太大
zip-file-too-big-message = 所选的 ZIP 文件大于 2GB。请先解压缩,然后从解压缩的文件夹中导入。
wizardpage-failed =
.label = 导入失败
wizardpage-failed-message = 导入意外失败,错误控制台中可能提供更多信息。
|