diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-30 02:13:07 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-30 02:13:07 +0200 |
commit | 4d74e8955f4eee870fd83e4eaa30b8e90a0a9f06 (patch) | |
tree | fa07a692a4d9e70d48db8fc0109954899c81c48a /lib/l10n/zh_TW.php | |
parent | b28b6da4cdb9041d612ba00b96220a3a7c17c034 (diff) | |
download | nextcloud-server-4d74e8955f4eee870fd83e4eaa30b8e90a0a9f06.tar.gz nextcloud-server-4d74e8955f4eee870fd83e4eaa30b8e90a0a9f06.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_TW.php')
-rw-r--r-- | lib/l10n/zh_TW.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/l10n/zh_TW.php b/lib/l10n/zh_TW.php index 4e0d50e7fc9..43e37ad3ad4 100644 --- a/lib/l10n/zh_TW.php +++ b/lib/l10n/zh_TW.php @@ -16,15 +16,11 @@ "Files" => "檔案", "Text" => "文字", "Images" => "圖片", -"Set an admin username." => "設定管理員帳號。", -"Set an admin password." => "設定管理員密碼。", "%s enter the database username." => "%s 輸入資料庫使用者名稱。", "%s enter the database name." => "%s 輸入資料庫名稱。", "%s you may not use dots in the database name" => "%s 資料庫名稱不能包含小數點", -"%s set the database host." => "%s 設定資料庫主機。", -"PostgreSQL username and/or password not valid" => "PostgreSQL 用戶名和/或密碼無效", +"MS SQL username and/or password not valid: %s" => "MS SQL 使用者和/或密碼無效:%s", "You need to enter either an existing account or the administrator." => "您必須輸入一個現有的帳號或管理員帳號。", -"Oracle connection could not be established" => "無法建立 Oracle 資料庫連線", "MySQL username and/or password not valid" => "MySQL 用戶名和/或密碼無效", "DB Error: \"%s\"" => "資料庫錯誤:\"%s\"", "Offending command was: \"%s\"" => "有問題的指令是:\"%s\"", @@ -32,9 +28,12 @@ "Drop this user from MySQL" => "在 MySQL 移除這個使用者", "MySQL user '%s'@'%%' already exists" => "MySQL 使用者 '%s'@'%%' 已經存在", "Drop this user from MySQL." => "在 MySQL 移除這個使用者。", +"Oracle connection could not be established" => "無法建立 Oracle 資料庫連線", "Oracle username and/or password not valid" => "Oracle 用戶名和/或密碼無效", "Offending command was: \"%s\", name: %s, password: %s" => "有問題的指令是:\"%s\" ,使用者:\"%s\",密碼:\"%s\"", -"MS SQL username and/or password not valid: %s" => "MS SQL 使用者和/或密碼無效:%s", +"PostgreSQL username and/or password not valid" => "PostgreSQL 用戶名和/或密碼無效", +"Set an admin username." => "設定管理員帳號。", +"Set an admin password." => "設定管理員密碼。", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "您的網頁伺服器尚未被正確設定來進行檔案同步,因為您的 WebDAV 界面似乎無法使用。", "Please double check the <a href='%s'>installation guides</a>." => "請參考<a href='%s'>安裝指南</a>。", "seconds ago" => "幾秒前", |