Blame view
sources/apps/files/l10n/zh_HK.php
410 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Files" => "文件", "Share" => "分享", |
|
31b7f2792
|
5 6 7 |
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"_Uploading %n file_::_Uploading %n files_" => array(""),
|
|
03e52840d
|
8 9 |
"Error" => "錯誤", "Name" => "名稱", |
|
03e52840d
|
10 11 12 |
"Upload" => "上傳", "Save" => "儲存", "Download" => "下載", |
|
0f30ed153
|
13 |
"Unshare" => "取消分享", |
|
31b7f2792
|
14 |
"Delete" => "刪除" |
|
03e52840d
|
15 |
); |
|
31b7f2792
|
16 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |