mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Edit default values directly in table creation
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@993 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -72,7 +72,6 @@ $translations = array(
|
||||
'Unable to select the table' => '無法選擇該資料表',
|
||||
'Invalid CSRF token. Send the form again.' => '無效的 CSRF token。請重新發送表單。',
|
||||
'Comment' => '註解',
|
||||
'Default values have been set.' => '預設值已設置。',
|
||||
'Default values' => '預設值',
|
||||
'BOOL' => 'BOOL',
|
||||
'Show column comments' => '顯示列註解',
|
||||
@@ -134,7 +133,6 @@ $translations = array(
|
||||
'MySQL version: %s through PHP extension %s' => 'MySQL版本:%s 透過PHP擴充模組 %s',
|
||||
'%d row(s)' => '%d行',
|
||||
'~ %s' => '~ %s',
|
||||
'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP',
|
||||
'Remove' => '移除',
|
||||
'Are you sure?' => '你確定嗎?',
|
||||
'Privileges' => '權限',
|
||||
|
Reference in New Issue
Block a user