diff options
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index aa73f5d45ab..57595b46556 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -114,10 +114,6 @@ OC.L10N.register( "Role" : "角色", "Unknown user" : "未知的使用者", "Additional settings" : "其他設定", - "%s enter the database username and name." : "%s 輸入資料庫名稱及使用者名稱", - "%s enter the database username." : "%s 輸入資料庫使用者名稱", - "%s enter the database name." : "%s 輸入資料庫名稱", - "%s you may not use dots in the database name" : "%s 資料庫名稱不能包含小數點", "MySQL username and/or password not valid" : "MySQL 使用者名稱或密碼不正確", "You need to enter details of an existing account." : "您必須輸入現有帳號的資訊", "Oracle connection could not be established" : "無法建立 Oracle 資料庫連線", @@ -260,6 +256,10 @@ OC.L10N.register( "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", "This can usually be fixed by giving the webserver write access to the config directory." : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題", + "%s enter the database username and name." : "%s 輸入資料庫名稱及使用者名稱", + "%s enter the database username." : "%s 輸入資料庫使用者名稱", + "%s enter the database name." : "%s 輸入資料庫名稱", + "%s you may not use dots in the database name" : "%s 資料庫名稱不能包含小數點", "Cannot read file" : "無法讀取檔案", "Cannot write into \"config\" directory" : "無法寫入 config 目錄", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題,詳見 %s", |