File: chinese-sim.php

package info (click to toggle)
phppgadmin 7.14.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,804 kB
  • sloc: php: 47,426; javascript: 2,145; sh: 37; sql: 16; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php

    /**
    * @maintainer He Wei Ping [laser@zhengmai.com.cn]
    */

    // 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'] = '储存报表失败';
?>