diff options
Diffstat (limited to 'l10n-zh-TW/toolkit/chrome/global/printdialog.properties')
-rw-r--r-- | l10n-zh-TW/toolkit/chrome/global/printdialog.properties | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/l10n-zh-TW/toolkit/chrome/global/printdialog.properties b/l10n-zh-TW/toolkit/chrome/global/printdialog.properties new file mode 100644 index 0000000000..f95a85f88b --- /dev/null +++ b/l10n-zh-TW/toolkit/chrome/global/printdialog.properties @@ -0,0 +1,52 @@ +# 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/. + +# These strings are used in the native GTK, Mac and Windows print dialogs. + +# GTK titles: +printTitleGTK=列印 +optionsTabLabelGTK=選項 + +# Mac titles: +optionsTitleMac=選項: +appearanceTitleMac=外觀: +pageHeadersTitleMac=頁面頁首: +pageFootersTitleMac=頁面頁尾: + +# Windows titles: +optionsTitleWindows=選項 + +# TRANSLATOR NOTE: For radio button labels and check button labels, an underscore _ +# before a character will turn that character into an accesskey in the GTK dialog. +# e.g. "_As laid out" will make A the accesskey. +# In the Windows labels, use an ampersand (&). +# On Mac, underscores will be stripped. + +shrinkToFit=縮放以配合頁面寬度(_H) +selectionOnly=只印選取範圍(_O) +printBGOptions=列印背景 +printBGColors=列印背景色彩(_C) +printBGImages=列印背景圖片(_M) +headerFooter=頁首/頁尾 +left=左邊 +center=中間 +right=右邊 +headerFooterBlank=--空白-- +headerFooterTitle=標題 +headerFooterURL=網址 +headerFooterDate=日期/時間 +headerFooterPage=頁碼 # +headerFooterPageTotal=頁碼 #/# +headerFooterCustom=自訂… +customHeaderFooterPrompt=輸入您自訂的頁首/頁尾文字 + +summarySelectionOnlyTitle=僅列印選取區域 +summaryShrinkToFitTitle=縮放至適合大小 +summaryPrintBGColorsTitle=列印背景色彩 +summaryPrintBGImagesTitle=列印背景圖片 +summaryHeaderTitle=頁面頁首 +summaryFooterTitle=頁面頁尾 +summaryNAValue=不適用 +summaryOnValue=開啟 +summaryOffValue=關閉 |