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