Index: trunk/phase3/languages/messages/MessagesZh_hans.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/** Simplified Chinese (中文(简体)) |
| 3 | +/** Simplified Chinese (中文(简化字)) |
4 | 4 | * |
5 | 5 | * See MessagesQqq.php for message documentation incl. usage of parameters |
6 | 6 | * To improve a translation please visit http://translatewiki.net |
— | — | @@ -1555,6 +1555,24 @@ |
1556 | 1556 | 'upload-unknown-size' => '未知的大小', |
1557 | 1557 | 'upload-http-error' => '已发生一个HTTP错误:$1', |
1558 | 1558 | |
| 1559 | +# img_auth script messages |
| 1560 | +'img-auth-accessdenied' => '拒绝访问', |
| 1561 | +'img-auth-nopathinfo' => 'PATH_INFO遗失。 |
| 1562 | +您的服务器还没有设置这个资料。 |
| 1563 | +它可能是以CGI为本,不支持img_auth。 |
| 1564 | +参阅http://www.mediawiki.org/wiki/Manual:Image_Authorization。', |
| 1565 | +'img-auth-notindir' => '所请求的路径不在已经设置的上载目录。', |
| 1566 | +'img-auth-badtitle' => '不能够由"$1"建立一个有效标题。', |
| 1567 | +'img-auth-nologinnWL' => '您而家并未登入,"$1"不在白名单上。', |
| 1568 | +'img-auth-nofile' => '文件"$1"不存在。', |
| 1569 | +'img-auth-isdir' => '您尝试过访问一个目录"$1"。 |
| 1570 | +只是可以访问文件。', |
| 1571 | +'img-auth-streaming' => '串流中"$1"。', |
| 1572 | +'img-auth-public' => 'img_auth.php的功能是由一个公共wiki中输出文件。 |
| 1573 | +这个wiki是已经设置做一个公共wiki。 |
| 1574 | +基于保安最佳化,img_auth.php已经停用。', |
| 1575 | +'img-auth-noread' => '用户无访问权去读"$1"。', |
| 1576 | + |
1559 | 1577 | # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html> |
1560 | 1578 | 'upload-curl-error6' => '无法访问 URL', |
1561 | 1579 | 'upload-curl-error6-text' => '无法访问所提供的 URL。请再次检查该 URL 是否正确,并且网站的访问是否正常。', |
Index: trunk/phase3/languages/messages/MessagesYue.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/** Yue (粵語) |
| 3 | +/** Cantonese (粵語/廣東話) |
4 | 4 | * |
5 | 5 | * See MessagesQqq.php for message documentation incl. usage of parameters |
6 | 6 | * To improve a translation please visit http://translatewiki.net |
— | — | @@ -1521,6 +1521,24 @@ |
1522 | 1522 | 'upload-unknown-size' => '未知嘅大細', |
1523 | 1523 | 'upload-http-error' => '一個HTTP錯誤發生咗: $1', |
1524 | 1524 | |
| 1525 | +# img_auth script messages |
| 1526 | +'img-auth-accessdenied' => '拒絕通行', |
| 1527 | +'img-auth-nopathinfo' => 'PATH_INFO唔見咗。 |
| 1528 | +你嘅伺服器重未設定呢個資料。 |
| 1529 | +佢可能係CGI為本,唔支援img_auth。 |
| 1530 | +睇吓 http://www.mediawiki.org/wiki/Manual:Image_Authorization。', |
| 1531 | +'img-auth-notindir' => '所請求嘅路徑唔響個已經設定咗嘅上載目錄。', |
| 1532 | +'img-auth-badtitle' => '唔能夠由"$1"整一個有效標題。', |
| 1533 | +'img-auth-nologinnWL' => '你而家無登入,"$1"唔響個白名單度。', |
| 1534 | +'img-auth-nofile' => '檔案"$1"唔存在。', |
| 1535 | +'img-auth-isdir' => '你試過通行一個目錄"$1"。 |
| 1536 | +只係可以通行檔案。', |
| 1537 | +'img-auth-streaming' => '串流緊"$1"。', |
| 1538 | +'img-auth-public' => 'img_auth.php 嘅功能係由一個公共 wiki 度輸出檔案。 |
| 1539 | +呢個 wiki 係設定咗做一個公共 wiki。 |
| 1540 | +基於保安最佳化,img_auth.php已經停用咗。', |
| 1541 | +'img-auth-noread' => '用戶無通行去讀"$1"。', |
| 1542 | + |
1525 | 1543 | # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html> |
1526 | 1544 | 'upload-curl-error6' => '唔可以到嗰個URL', |
1527 | 1545 | 'upload-curl-error6-text' => '輸入嘅URL唔能夠去到。請重新檢查個URL係正確嘅同埋個網站係已經上綫。', |
Index: trunk/phase3/languages/messages/MessagesZh_hant.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/** Traditional Chinese (中文(繁體)) |
| 3 | +/** Traditional Chinese (中文(傳統字)) |
4 | 4 | * |
5 | 5 | * See MessagesQqq.php for message documentation incl. usage of parameters |
6 | 6 | * To improve a translation please visit http://translatewiki.net |
— | — | @@ -1540,6 +1540,24 @@ |
1541 | 1541 | 'upload-unknown-size' => '未知的大小', |
1542 | 1542 | 'upload-http-error' => '已發生一個HTTP錯誤:$1', |
1543 | 1543 | |
| 1544 | +# img_auth script messages |
| 1545 | +'img-auth-accessdenied' => '拒絕存取', |
| 1546 | +'img-auth-nopathinfo' => 'PATH_INFO遺失。 |
| 1547 | +您的伺服器還沒有設定這個資料。 |
| 1548 | +它可能是以CGI為本,不支援img_auth。 |
| 1549 | +參閱http://www.mediawiki.org/wiki/Manual:Image_Authorization。', |
| 1550 | +'img-auth-notindir' => '所請求的路徑不在已經設定的上載目錄。', |
| 1551 | +'img-auth-badtitle' => '不能夠由"$1"建立一個有效標題。', |
| 1552 | +'img-auth-nologinnWL' => '您而家並未登入,"$1"不在白名單上。', |
| 1553 | +'img-auth-nofile' => '檔案"$1"不存在。', |
| 1554 | +'img-auth-isdir' => '您嘗試過存取一個目錄"$1"。 |
| 1555 | +只是可以存取檔案。', |
| 1556 | +'img-auth-streaming' => '串流中"$1"。', |
| 1557 | +'img-auth-public' => 'img_auth.php的功能是由一個公共wiki中輸出檔案。 |
| 1558 | +這個wiki是已經設定做一個公共wiki。 |
| 1559 | +基於保安最佳化,img_auth.php已經停用。', |
| 1560 | +'img-auth-noread' => '用戶無存取權去讀"$1"。', |
| 1561 | + |
1544 | 1562 | # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html> |
1545 | 1563 | 'upload-curl-error6' => '無法訪問 URL', |
1546 | 1564 | 'upload-curl-error6-text' => '無法訪問所提供的 URL。請再次檢查該 URL 是否正確,並且網站的訪問是否正常。', |
Index: trunk/phase3/languages/messages/MessagesLzh.php |
— | — | @@ -1326,6 +1326,24 @@ |
1327 | 1327 | 'upload-unknown-size' => '未知之積', |
1328 | 1328 | 'upload-http-error' => '發一HTTP之錯:$1', |
1329 | 1329 | |
| 1330 | +# img_auth script messages |
| 1331 | +'img-auth-accessdenied' => '無通', |
| 1332 | +'img-auth-nopathinfo' => 'PATH_INFO失之。 |
| 1333 | +爾之伺服器無此資料也。 |
| 1334 | +以CGI之本耳,無img_auth矣。 |
| 1335 | +閱http://www.mediawiki.org/wiki/Manual:Image_Authorization。', |
| 1336 | +'img-auth-notindir' => '求之徑無存貢錄中。', |
| 1337 | +'img-auth-badtitle' => '於「$1」無建效題也。', |
| 1338 | +'img-auth-nologinnWL' => '爾未登簿,「$1」無在白名中。', |
| 1339 | +'img-auth-nofile' => '檔「$1」無存也。', |
| 1340 | +'img-auth-isdir' => '爾試問錄「$1」。 |
| 1341 | +只問檔也。', |
| 1342 | +'img-auth-streaming' => '流「$1」中。', |
| 1343 | +'img-auth-public' => 'img_auth.php之功能乃由共wiki出貢。 |
| 1344 | +此wiki為公共wiki是也。 |
| 1345 | +保強,img_auth.php已停矣。', |
| 1346 | +'img-auth-noread' => '簿無權讀「$1」也。', |
| 1347 | + |
1330 | 1348 | 'license' => '權:', |
1331 | 1349 | 'license-header' => '權', |
1332 | 1350 | 'license-nopreview' => '(謝草覽)', |