Blame view

sources/apps/user_ldap/l10n/zh_HK.php 329 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
  <?php
  $TRANSLATIONS = array(
  "Success" => "成功",
  "Error" => "錯誤",
  "_%s group found_::_%s groups found_" => array(""),
  "_%s user found_::_%s users found_" => array(""),
  "Save" => "儲存",
  "Help" => "幫助",
  "Port" => "連接埠",
6d9380f96   Cédric Dupont   Update sources OC...
10
11
  "Password" => "密碼",
  "Advanced" => "進階"
31b7f2792   Kload   Upgrade to ownclo...
12
13
  );
  $PLURAL_FORMS = "nplurals=1; plural=0;";