server/apps/files_sharing/l10n/zh_HK.php

6 lines
96 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-03-11 05:59:39 +00:00
"Password" => "密碼"
2013-03-13 23:06:29 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";