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