123456789101112131415161718192021222324252627282930313233343536373839 |
- OC.L10N.register(
- "files_external",
- {
- "External storage" : "外部儲存",
- "Username" : "使用者名稱",
- "Host" : "主機",
- "Share" : "分享",
- "Personal" : "個人",
- "System" : "系統",
- "Grant access" : "允許存取",
- "Access granted" : "允許存取",
- "Saved" : "已儲存",
- "None" : "無",
- "Password" : "密碼",
- "Amazon S3" : "Amazon S3",
- "Port" : "連接埠",
- "Region" : "地區",
- "Enable SSL" : "啟用 SSL",
- "WebDAV" : "WebDAV",
- "URL" : "URL",
- "Local" : "本地",
- "Location" : "地點",
- "ownCloud" : "ownCloud",
- "<b>Note:</b> " : "<b>警告:</b> ",
- "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>警告:</b> PHP 並未啓用 Curl 的支援,因此無法掛載 %s 。請洽您的系統管理員將其安裝並啓用。",
- "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>警告</b>:PHP 並未啓用 FTP 的支援,因此無法掛載 %s,請洽您的系統管理員將其安裝並啓用。",
- "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>警告</b>並未安裝 \"%s\",因此無法掛載 %s。請洽您的系統管理員將其安裝並啓用。",
- "Name" : "名稱",
- "External Storage" : "外部儲存",
- "Folder name" : "資料夾名稱",
- "Configuration" : "設定",
- "Available for" : "可用的",
- "Delete" : "刪除",
- "Add storage" : "增加儲存區",
- "Enable User External Storage" : "啓用使用者外部儲存",
- "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存"
- },
- "nplurals=1; plural=0;");
|