xref: /plugin/dw2pdf/lang/zh-tw/settings.php (revision 6f40cb81940e1ed0620c2040fdb32c8576899cdf)
1*6f40cb81Slioujheyu<?php
2*6f40cb81Slioujheyu
3*6f40cb81Slioujheyu/**
4*6f40cb81Slioujheyu * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5*6f40cb81Slioujheyu *
6*6f40cb81Slioujheyu * @author lioujheyu <lioujheyu@gmail.com>
7*6f40cb81Slioujheyu */
8*6f40cb81Slioujheyu$lang['output']                = 'PDF將以何種方式呈現在使用者之前?';
9*6f40cb81Slioujheyu$lang['output_o_browser']      = '以瀏覽器開啟';
10*6f40cb81Slioujheyu$lang['output_o_file']         = '下載PDF檔案';
11*6f40cb81Slioujheyu$lang['orientation']           = '頁面方向';
12*6f40cb81Slioujheyu$lang['orientation_o_portrait'] = '直式';
13*6f40cb81Slioujheyu$lang['orientation_o_landscape'] = '橫式';
14*6f40cb81Slioujheyu$lang['showexportbutton']      = '顯示輸出PDF按鈕 (只在模板支援時才顯示)';
15