diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-zh-TW/suite/chrome/common/printPreview.dtd | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/l10n-zh-TW/suite/chrome/common/printPreview.dtd b/l10n-zh-TW/suite/chrome/common/printPreview.dtd new file mode 100644 index 0000000000..6375405064 --- /dev/null +++ b/l10n-zh-TW/suite/chrome/common/printPreview.dtd @@ -0,0 +1,40 @@ +<!-- 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 print.label "列印…"> +<!ENTITY print.accesskey "P"> +<!ENTITY pageSetup.label "頁面設定…"> +<!ENTITY pageSetup.accesskey "u"> +<!ENTITY page.label "頁:"> +<!ENTITY page.accesskey "a"> +<!ENTITY of.label "/"> +<!ENTITY scale.label "縮放:"> +<!ENTITY scale.accesskey "S"> +<!ENTITY portrait.label "直式"> +<!ENTITY portrait.accesskey "o"> +<!ENTITY landscape.label "橫式"> +<!ENTITY landscape.accesskey "L"> +<!ENTITY close.label "關閉"> +<!ENTITY close.accesskey "C"> +<!ENTITY p30.label "30%"> +<!ENTITY p40.label "40%"> +<!ENTITY p50.label "50%"> +<!ENTITY p60.label "60%"> +<!ENTITY p70.label "70%"> +<!ENTITY p80.label "80%"> +<!ENTITY p90.label "90%"> +<!ENTITY p100.label "100%"> +<!ENTITY p125.label "125%"> +<!ENTITY p150.label "150%"> +<!ENTITY p175.label "175%"> +<!ENTITY p200.label "200%"> +<!ENTITY Custom.label "自訂…"> +<!ENTITY ShrinkToFit.label "縮放至適合大小"> +<!ENTITY customPrompt.title "自訂縮放…"> + +<!ENTITY homearrow.tooltip "第一頁"> +<!ENTITY endarrow.tooltip "最後一頁"> +<!ENTITY rightarrow.tooltip "下一頁"> +<!ENTITY leftarrow.tooltip "上一頁"> + |