| Server IP : 172.67.216.113 / Your IP : 172.71.28.146 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388321/cwd/3rdparty/phpPgAdmin/plugins/Report/lang/ |
Upload File : |
<?php
/**
* @maintainer He Wei Ping [[email protected]]
*/
// Basic strings
$plugin_lang['strplugindescription'] = 'Report plugin';
//Reports
$plugin_lang['strreport'] = '报表';
$plugin_lang['strreports'] = '报表';
$plugin_lang['strshowallreports'] = '显示所有报表';
$plugin_lang['strnoreports'] = '查无此报表';
$plugin_lang['strcreatereport'] = '创建报表';
$plugin_lang['strreportdropped'] = '创建报表完成.';
$plugin_lang['strreportdroppedbad'] = '删除报表失败';
$plugin_lang['strconfdropreport'] = '您确定要删除报表"%s"么?';
$plugin_lang['strreportneedsname'] = '你必须给您的报表命名';
$plugin_lang['strreportcreated'] = '储存报表完成';
$plugin_lang['strreportcreatedbad'] = '储存报表失败';
?>