~pvigo/+junk/owncloud-14.04

« back to all changes in this revision

Viewing changes to share/owncloud/apps/files_external/l10n/zh_TW.php

  • Committer: Pablo Vigo
  • Date: 2014-12-15 13:36:46 UTC
  • Revision ID: pvigo@xtec.cat-20141215133646-7d6it90e1dbsijc2
2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$TRANSLATIONS = array(
 
3
"Access granted" => "允許存取",
 
4
"Error configuring Dropbox storage" => "設定 Dropbox 儲存時發生錯誤",
 
5
"Grant access" => "允許存取",
 
6
"Please provide a valid Dropbox app key and secret." => "請提供有效的 Dropbox app key 和 app secret 。",
 
7
"Error configuring Google Drive storage" => "設定 Google Drive 儲存時發生錯誤",
 
8
"<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 分享,請洽您的系統管理員將其安裝。",
 
9
"<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 分享,請洽您的系統管理員將其安裝並啓用。",
 
10
"<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 分享,請洽您的系統管理員將其安裝並啓用。",
 
11
"External Storage" => "外部儲存",
 
12
"Folder name" => "資料夾名稱",
 
13
"External storage" => "外部儲存",
 
14
"Configuration" => "設定",
 
15
"Options" => "選項",
 
16
"Applicable" => "可用的",
 
17
"Add storage" => "增加儲存區",
 
18
"None set" => "尚未設定",
 
19
"All Users" => "所有使用者",
 
20
"Groups" => "群組",
 
21
"Users" => "使用者",
 
22
"Delete" => "刪除",
 
23
"Enable User External Storage" => "啓用使用者外部儲存",
 
24
"Allow users to mount their own external storage" => "允許使用者自行掛載他們的外部儲存",
 
25
"SSL root certificates" => "SSL 根憑證",
 
26
"Import Root Certificate" => "匯入根憑證"
 
27
);
 
28
$PLURAL_FORMS = "nplurals=1; plural=0;";