Update translation

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@942 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-07-29 15:08:11 +00:00
parent 5c713d5c11
commit 5ae1bed236

View file

@ -214,5 +214,20 @@ $translations = array(
'$1-$3-$5' => '$1.$3.$5',
'History' => '历史',
'Variables' => '变量',
'Source and target columns must have the same data type and there must be an index on the target columns.' => '源列和目标列必须具有相同的数据类型并且在目标列的必须是一个索引',
'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => '源列和目标列必须具有相同的数据类型,在目标列上必须有一个索引并且引用的数据必须存在。',
'Relations' => '关联信息',
'Run file' => '运行文件',
'Clear' => '清除',
'Maximum allowed file size is %sB.' => '最多允许的文件大小为 %sB',
'Numbers' => '数字',
'Date and time' => '日期时间',
'Strings' => '字符串',
'Binary' => '二进制',
'Lists' => '列表',
'Editor' => '编辑器',
'E-mail' => '电子邮件',
'From' => '来自',
'Subject' => '主题',
'Send' => '发送',
'%d e-mail(s) have been sent.' => '%d 封邮件已发送。',
);