From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../zh-CN/toolkit/printing/printDialogs.ftl | 112 +++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 thunderbird-l10n/zh-CN/localization/zh-CN/toolkit/printing/printDialogs.ftl (limited to 'thunderbird-l10n/zh-CN/localization/zh-CN/toolkit/printing/printDialogs.ftl') diff --git a/thunderbird-l10n/zh-CN/localization/zh-CN/toolkit/printing/printDialogs.ftl b/thunderbird-l10n/zh-CN/localization/zh-CN/toolkit/printing/printDialogs.ftl new file mode 100644 index 0000000000..fbc2c33d40 --- /dev/null +++ b/thunderbird-l10n/zh-CN/localization/zh-CN/toolkit/printing/printDialogs.ftl @@ -0,0 +1,112 @@ +# 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/. + +print-setup = + .title = 页面设置 +custom-prompt-title = 自定义… +custom-prompt-prompt = 请输入自定义的页眉/页脚文字 +basic-tab = + .label = 格式和选项 +advanced-tab = + .label = 页边距和页眉/页脚 +format-group-label = + .value = 格式 +orientation-label = + .value = 方向: +portrait = + .label = 纵向 + .accesskey = P +landscape = + .label = 横向 + .accesskey = L +scale = + .label = 比例: + .accesskey = S +scale-percent = + .value = % +shrink-to-fit = + .label = 缩放以适应页面宽度 + .accesskey = W +options-group-label = + .value = 选项 +print-bg = + .label = 打印背景(颜色和图片) + .accesskey = B +margin-group-label-inches = + .value = 页边距 (英寸) +margin-group-label-metric = + .value = 页边距 (毫米) +margin-top = + .value = 顶: + .accesskey = T +margin-top-invisible = + .value = 顶: +margin-bottom = + .value = 底: + .accesskey = B +margin-bottom-invisible = + .value = 底: +margin-left = + .value = 左: + .accesskey = L +margin-left-invisible = + .value = 左: +margin-right = + .value = 右: + .accesskey = R +margin-right-invisible = + .value = 右: +header-footer-label = + .value = 页眉和页脚 +hf-left-label = + .value = 左: +hf-center-label = + .value = 中: +hf-right-label = + .value = 右: +header-left-tip = + .tooltiptext = 左页眉 +header-center-tip = + .tooltiptext = 中心页眉 +header-right-tip = + .tooltiptext = 右页眉 +footer-left-tip = + .tooltiptext = 左页脚 +footer-center-tip = + .tooltiptext = 中心页脚 +footer-right-tip = + .tooltiptext = 右页脚 +hf-blank = + .label = --空白-- +hf-title = + .label = 标题 +hf-url = + .label = URL +hf-date-and-time = + .label = 日期/时间 +hf-page = + .label = 第 # 页 +hf-page-and-total = + .label = 第 # 页,共 # 页 +hf-custom = + .label = 自定义… +print-preview-window = + .title = 打印预览 +print-title = + .value = 标题: +print-preparing = + .value = 准备… +print-progress = + .value = 进度: +print-window = + .title = 正在打印 +print-complete = + .value = 打印完成。 + +# Variables +# $percent (integer) - Number of printed percentage +print-percent = + .value = { $percent }% +dialog-cancel-label = 取消 +dialog-close-label = 关闭 -- cgit v1.2.3