1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 23:57:29 +02:00

English corrections (thanks to crazy1729)

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@959 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-08-04 08:37:00 +00:00
parent 00f9a7d270
commit 73504b9ecb
17 changed files with 68 additions and 68 deletions

View File

@@ -47,7 +47,7 @@ $translations = array(
'Delete' => '删除',
'Database' => '数据库',
'Routines' => '子程序',
'Indexes has been altered.' => '已更改索引。',
'Indexes have been altered.' => '已更改索引。',
'Indexes' => '索引',
'Alter indexes' => '更改索引',
'Add next' => '添加下一个',
@@ -72,7 +72,7 @@ $translations = array(
'Unable to select the table' => '不能选择该表',
'Invalid CSRF token. Send the form again.' => '无效 CSRF 令牌。重新发送表单。',
'Comment' => '注释',
'Default values has been set.' => '默认值已设置。',
'Default values have been set.' => '默认值已设置。',
'Default values' => '默认值',
'BOOL' => 'BOOL',
'Show column comments' => '显示列注释',
@@ -84,7 +84,7 @@ $translations = array(
'Routine has been called, %d row(s) affected.' => '子程序被调用,%d 行被影响',
'Call' => '调用',
'No MySQL extension' => '没有MySQL扩展',
'None of supported PHP extensions (%s) are available.' => '没有支持的 PHP 扩展可用(%s。',
'None of the supported PHP extensions (%s) are available.' => '没有支持的 PHP 扩展可用(%s。',
'Sessions must be enabled.' => '会话必须被启用。',
'Session expired, please login again.' => '会话已过期,请重新登录。',
'Text length' => '文本长度',
@@ -110,7 +110,7 @@ $translations = array(
'Create view' => '创建视图',
'Name' => '名称',
'Process list' => '进程列表',
'%d process(es) has been killed.' => '%d 个进程被终止',
'%d process(es) have been killed.' => '%d 个进程被终止',
'Kill' => '终止',
'IN-OUT' => 'IN-OUT',
'Parameter name' => '参数名',
@@ -203,7 +203,7 @@ $translations = array(
'Partitions' => '分区',
'Partition name' => '分区名',
'Values' => '值',
'%d row(s) has been imported.' => '%d 行已导入。',
'%d row(s) have been imported.' => '%d 行已导入。',
'Table structure' => '表结构',
'(anywhere)' => '(任意位置)',
'CSV Import' => 'CSV 导入',
@@ -214,7 +214,7 @@ $translations = array(
'$1-$3-$5' => '$1.$3.$5',
'History' => '历史',
'Variables' => '变量',
'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => '源列和目标列必须具有相同的数据类型,在目标列上必须有一个索引并且引用的数据必须存在。',
'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => '源列和目标列必须具有相同的数据类型,在目标列上必须有一个索引并且引用的数据必须存在。',
'Relations' => '关联信息',
'Run file' => '运行文件',
'Clear' => '清除',