server/apps/files_external/l10n/zh_HK.php

13 lines
267 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-04-30 05:57:53 +00:00
"URL" => "網址",
"Username" => "用戶名稱",
"Password" => "密碼",
"Share" => "分享",
2014-04-26 05:55:32 +00:00
"Folder name" => "資料夾名稱",
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;";