1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +02:00

Update translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@757 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-06-24 13:55:58 +00:00
parent 91156d1a1d
commit d11fc17932
7 changed files with 237 additions and 231 deletions

View File

@@ -200,7 +200,7 @@ $translations = array(
'whole result' => '所有结果',
'Tables have been dropped.' => '已丢弃表。',
'Clone' => '克隆',
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => '超过最允许的域的值。请增加 %s 和 %s 。',
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => '超过最允许的字段数量。请增加 %s 和 %s 。',
'Partition by' => '分区类型',
'Partitions' => '分区',
'Partition name' => '分区名',
@@ -212,7 +212,8 @@ $translations = array(
'Import' => '导入',
'Stop on error' => '出错时停止',
'Select table' => '选择表',
'%.3f s' => '%.3f s',
'%.3f s' => '%.3f ',
'History' => '历史',
'Variables' => '变量',
'Source and target columns must have the same data type and there must be an index on the target columns.' => '源列和目标列必须具有相同的数据类型并且在目标列的必须是一个索引',
);