Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_HK.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 877912e9c4258c2cad4b24b1b4221fef8f383738 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Error" => "錯誤",
"Name" => "名稱",
"Delete" => "刪除"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";