xref: /plugin/sqlite/lang/zh/lang.php (revision 07aff1d412935ae7c80587d8949690f74a3b013d)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author HL <tohelong@gmail.com>
7 * @author kuma <kuma000@qq.com>
8 */
9$lang['menu']                  = 'SQLite 界面';
10$lang['db']                    = '数据库';
11$lang['index']                 = '列出索引';
12$lang['table']                 = '列出表';
13$lang['rename2to3']            = '重命名 %s.sqlite 为 *.sqlite3';
14$lang['convert2to3']           = '转换 %s 从 Sqlite2 格式 到 Sqlite3 格式';
15