server/apps/files_sharing/l10n/zh_HK.php

9 lines
160 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-05-04 05:56:15 +00:00
"Password" => "密碼",
2014-06-01 05:55:19 +00:00
"Name" => "名稱",
2014-06-06 05:57:10 +00:00
"Download" => "下載",
"Save" => "儲存"
2013-03-13 23:06:29 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";