server/apps/files_external/l10n/zh_HK.php

8 lines
137 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-03-13 23:06:29 +00:00
"Groups" => "群組",
"Users" => "用戶",
"Delete" => "刪除"
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";