Blame view
sources/apps/user_ldap/l10n/zh_HK.php
305 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<?php
$TRANSLATIONS = array(
"Success" => "成功",
"Error" => "錯誤",
"_%s group found_::_%s groups found_" => array(""),
"_%s user found_::_%s users found_" => array(""),
"Save" => "儲存",
"Help" => "幫助",
"Port" => "連接埠",
"Password" => "密碼"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
|