1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 06:02:57 +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:
jakubvrana
2009-08-25 15:42:43 +00:00
parent e600a44bbb
commit b349612063
15 changed files with 7 additions and 50 deletions

View File

@@ -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 token。請重新發送表單。',
'Comment' => '註解',
'Default values' => '預設值',
'BOOL' => 'BOOL',
'Show column comments' => '顯示列註解',
'%d byte(s)' => '%d byte(s)',
'No commands to execute.' => '沒有命令可執行。',
@@ -111,7 +108,6 @@ $translations = array(
'Process list' => '進程列表',
'%d process(es) have been killed.' => '%d 個 Process(es) 被終止',
'Kill' => '終止',
'IN-OUT' => 'IN-OUT',
'Parameter name' => '參數名稱',
'Database schema' => '資料庫架構',
'Create procedure' => '建立預存程序',