server/apps/files_sharing/l10n/zh_HK.php
2014-06-06 01:57:10 -04:00

8 lines
160 B
PHP

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