1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 01:54:00 +02:00

Update translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1333 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2010-02-26 14:58:58 +00:00
parent 5c8d9483b3
commit ac88b7f5a2
4 changed files with 8 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ $translations = array(
'Alter database' => '更改数据库',
'Create database' => '创建数据库',
'SQL command' => 'SQL命令',
'Dump' => '导入/导出',
'Dump' => '导出',
'Logout' => '注销',
'database' => '数据库',
'Use' => '使用',
@@ -226,4 +226,6 @@ $translations = array(
'%d e-mail(s) have been sent.' => '%d 封邮件已发送。',
'Webserver file %s' => 'Web服务器文件 %s',
'File does not exist.' => '文件不存在',
'%d in total' => '共计 %d',
'Permanent login' => '保持登录',
);