xref: /plugin/dw2pdf/lang/zh/settings.php (revision 05cccb323ff7a19a20226db04bfcfcdcc7260b2d)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Mofe <mofe@me.com>
7 */
8$lang['output']                = '怎样显示PDF文件?';
9$lang['output_o_browser']      = '在浏览器中显示';
10$lang['output_o_file']         = '下载PDF到本地';
11$lang['template']              = '使用哪个模板的格式来排版PDF的内容?';
12