mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 04:11:27 +02:00
Remove useless translations
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1014 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
$translations = array(
|
||||
'Login' => '登录',
|
||||
'Adminer' => 'Adminer',
|
||||
'Logout successful.' => '注销成功。',
|
||||
'Invalid credentials.' => '无效凭据。',
|
||||
'Server' => '服务器',
|
||||
@@ -20,7 +19,6 @@ $translations = array(
|
||||
'Column name' => '列名',
|
||||
'Type' => '类型',
|
||||
'Length' => '长度',
|
||||
'NULL' => 'NULL',
|
||||
'Auto Increment' => '自动增量',
|
||||
'Options' => '选项',
|
||||
'Save' => '保存',
|
||||
@@ -73,7 +71,6 @@ $translations = array(
|
||||
'Invalid CSRF token. Send the form again.' => '无效 CSRF 令牌。重新发送表单。',
|
||||
'Comment' => '注释',
|
||||
'Default values' => '默认值',
|
||||
'BOOL' => 'BOOL',
|
||||
'Show column comments' => '显示列注释',
|
||||
'%d byte(s)' => '%d 字节',
|
||||
'No commands to execute.' => '没有命令执行。',
|
||||
@@ -111,7 +108,6 @@ $translations = array(
|
||||
'Process list' => '进程列表',
|
||||
'%d process(es) have been killed.' => '%d 个进程被终止',
|
||||
'Kill' => '终止',
|
||||
'IN-OUT' => 'IN-OUT',
|
||||
'Parameter name' => '参数名',
|
||||
'Database schema' => '数据库概要',
|
||||
'Create procedure' => '创建过程',
|
||||
|
Reference in New Issue
Block a user