diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-17 01:55:43 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-17 01:55:43 -0400 |
commit | ce179dcdcb171aef4f7e84025706237b54f0340f (patch) | |
tree | 0a4ba40fd42895a82a9a977fa1dd5c3644cb7f48 /lib/l10n/zh_TW.php | |
parent | dd2dd7eaae9dd9e70942f216ebefa69fec3a1bab (diff) | |
download | nextcloud-server-ce179dcdcb171aef4f7e84025706237b54f0340f.tar.gz nextcloud-server-ce179dcdcb171aef4f7e84025706237b54f0340f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_TW.php')
-rw-r--r-- | lib/l10n/zh_TW.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/l10n/zh_TW.php b/lib/l10n/zh_TW.php index 163150c1867..b98adce3455 100644 --- a/lib/l10n/zh_TW.php +++ b/lib/l10n/zh_TW.php @@ -1,16 +1,17 @@ <?php $TRANSLATIONS = array( -"App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "無法安裝應用程式 %s 因為它和此版本的 ownCloud 不相容。", -"No app name specified" => "沒有指定應用程式名稱", "Help" => "說明", "Personal" => "個人", "Settings" => "設定", "Users" => "使用者", "Admin" => "管理", "Failed to upgrade \"%s\"." => "升級失敗:%s", +"No app name specified" => "沒有指定應用程式名稱", "Unknown filetype" => "未知的檔案類型", "Invalid image" => "無效的圖片", "web services under your control" => "由您控制的網路服務", +"App directory already exists" => "應用程式目錄已經存在", +"Can't create app folder. Please fix permissions. %s" => "無法建立應用程式目錄,請檢查權限:%s", "No source specified when installing app" => "沒有指定應用程式安裝來源", "No href specified when installing app from http" => "從 http 安裝應用程式,找不到 href 屬性", "No path specified when installing app from local file" => "從本地檔案安裝應用程式時沒有指定路徑", @@ -21,8 +22,6 @@ $TRANSLATIONS = array( "App can't be installed because it is not compatible with this version of ownCloud" => "無法安裝應用程式因為它和此版本的 ownCloud 不相容。", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "無法安裝應用程式,因為它包含了 <shipped>true</shipped> 標籤,在未發行的應用程式當中這是不允許的", "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "無法安裝應用程式,因為它在 info.xml/version 宣告的版本與 app store 當中記載的版本不同", -"App directory already exists" => "應用程式目錄已經存在", -"Can't create app folder. Please fix permissions. %s" => "無法建立應用程式目錄,請檢查權限:%s", "Application is not enabled" => "應用程式未啟用", "Authentication error" => "認證錯誤", "Token expired. Please reload page." => "Token 過期,請重新整理頁面。", |