nextcloud/apps/files_sharing/l10n/zh_HK.php

9 lines
160 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "密碼",
"Name" => "名稱",
"Download" => "下載",
"Save" => "儲存"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";