commit
f1e939e1a3
@ -1 +1 @@ |
||||
Subproject commit 217626723957161191572ea50172a3943c30696d |
||||
Subproject commit 25e8568d41a9b9a6d1662ccf33058822a890e7f5 |
||||
@ -1,20 +0,0 @@ |
||||
ownCloud gives you freedom and control over your own data. |
||||
A personal cloud which runs on your own server. |
||||
|
||||
http://ownCloud.org |
||||
|
||||
Installation instructions: http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html |
||||
Contribution Guidelines: http://owncloud.org/dev/contribute/ |
||||
|
||||
Source code: https://github.com/owncloud |
||||
Mailing list: https://mail.kde.org/mailman/listinfo/owncloud |
||||
IRC channel: https://webchat.freenode.net/?channels=owncloud |
||||
Diaspora: https://joindiaspora.com/u/owncloud |
||||
Identi.ca: https://identi.ca/owncloud |
||||
|
||||
Important notice on translations: |
||||
Please submit translations via Transifex: |
||||
https://www.transifex.com/projects/p/owncloud/ |
||||
|
||||
For more detailed information about translations: |
||||
http://owncloud.org/dev/translation/ |
||||
@ -0,0 +1,26 @@ |
||||
# ownCloud |
||||
|
||||
[ownCloud](http://ownCloud.org) gives you freedom and control over your own data. |
||||
A personal cloud which runs on your own server. |
||||
|
||||
### Build Status on [Jenkins CI](https://ci.owncloud.org/) |
||||
Git master: [](https://ci.owncloud.org/job/ownCloud-Server%28master%29/) |
||||
|
||||
### Installation instructions |
||||
http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html |
||||
|
||||
### Contribution Guidelines |
||||
http://owncloud.org/dev/contribute/ |
||||
|
||||
### Get in touch |
||||
* [Forum](http://forum.owncloud.org) |
||||
* [Mailing list](https://mail.kde.org/mailman/listinfo/owncloud) |
||||
* [IRC channel](https://webchat.freenode.net/?channels=owncloud) |
||||
* [Twitter](https://twitter.com/ownClouders) |
||||
|
||||
### Important notice on translations |
||||
Please submit translations via Transifex: |
||||
https://www.transifex.com/projects/p/owncloud/ |
||||
|
||||
For more detailed information about translations: |
||||
http://owncloud.org/dev/translation/ |
||||
@ -1,10 +1,24 @@ |
||||
td.status>span { display:inline-block; height:16px; width:16px; } |
||||
span.success { background-image: url('../img/success.png'); background-repeat:no-repeat; } |
||||
span.error { background-image: url('../img/error.png'); background-repeat:no-repeat; } |
||||
span.waiting { background-image: url('../img/waiting.png'); background-repeat:no-repeat; } |
||||
td.status > span { |
||||
display: inline-block; |
||||
height: 16px; |
||||
width: 16px; |
||||
vertical-align: text-bottom; |
||||
} |
||||
|
||||
span.success { |
||||
background: #37ce02; |
||||
border-radius: 8px; |
||||
} |
||||
span.error { |
||||
background: #ce3702; |
||||
} |
||||
span.waiting { |
||||
background: none; |
||||
} |
||||
|
||||
td.mountPoint, td.backend { width:10em; } |
||||
td.remove>img { visibility:hidden; padding-top:0.8em; } |
||||
tr:hover>td.remove>img { visibility:visible; cursor:pointer; } |
||||
#addMountPoint>td { border:none; } |
||||
#addMountPoint>td.applicable { visibility:hidden; } |
||||
#selectBackend { margin-left:-10px; } |
||||
#selectBackend { margin-left:-10px; } |
||||
|
||||
|
Before Width: | Height: | Size: 533 B |
|
Before Width: | Height: | Size: 545 B |
|
Before Width: | Height: | Size: 512 B |
@ -1,4 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV 認證", |
||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud 會將把用戶的登入資訊發送到這個網址以嘗試登入,並檢查回應, HTTP 狀態碼401和403視為登入失敗,所有其他回應視為登入成功。" |
||||
"URL: " => "URL: ", |
||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud 將會把用戶的帳密傳送至這個網址以嘗試登入,並檢查回應,HTTP 狀態碼401和403視為登入失敗,所有其他回應視為登入成功。" |
||||
); |
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue