Blame view
sources/apps/files_external/l10n/zh_TW.php
1.93 KB
|
31b7f2792
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "Access granted" => "允許存取", "Error configuring Dropbox storage" => "設定 Dropbox 儲存時發生錯誤", "Grant access" => "允許存取", "Please provide a valid Dropbox app key and secret." => "請提供有效的 Dropbox app key 和 app secret 。", "Error configuring Google Drive storage" => "設定 Google Drive 儲存時發生錯誤", "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>警告</b>:未安裝 \"smbclient\" ,因此無法掛載 CIFS/SMB 分享,請洽您的系統管理員將其安裝。", "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>警告</b>:PHP 並未啓用 FTP 的支援,因此無法掛載 FTP 分享,請洽您的系統管理員將其安裝並啓用。", "<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>警告</b>:PHP 並未啓用 Curl 的支援,因此無法掛載 ownCloud/WebDAV 或 Google Drive 分享,請洽您的系統管理員將其安裝並啓用。", "External Storage" => "外部儲存", |
|
03e52840d
|
12 |
"Folder name" => "資料夾名稱", |
|
31b7f2792
|
13 14 15 16 17 |
"External storage" => "外部儲存", "Configuration" => "設定", "Options" => "選項", "Applicable" => "可用的", "Add storage" => "增加儲存區", |
|
03e52840d
|
18 19 20 21 22 |
"None set" => "尚未設定", "All Users" => "所有使用者", "Groups" => "群組", "Users" => "使用者", "Delete" => "刪除", |
|
31b7f2792
|
23 24 25 |
"Enable User External Storage" => "啓用使用者外部儲存", "Allow users to mount their own external storage" => "允許使用者自行掛載他們的外部儲存", "SSL root certificates" => "SSL 根憑證", |
|
03e52840d
|
26 27 |
"Import Root Certificate" => "匯入根憑證" ); |
|
31b7f2792
|
28 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |