You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_HK.js 710B

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "user_ldap",
  3. {
  4. "Select groups" : "選擇群組",
  5. "{nthServer}. Server" : "{nthServer}. 伺服器",
  6. "_%s group found_::_%s groups found_" : ["找到 %s 群組"],
  7. "_%s user found_::_%s users found_" : ["找到 %s 用戶"],
  8. "Server" : "伺服器",
  9. "Users" : "用戶",
  10. "Groups" : "群組",
  11. "Test Configuration" : "測試配置",
  12. "Help" : "幫助",
  13. "1. Server" : "1. 伺服器",
  14. "%s. Server:" : "%s. 伺服器:",
  15. "Host" : "主機",
  16. "Port" : "連接埠",
  17. "Password" : "密碼",
  18. "Saving" : "儲存中",
  19. "Back" : "返回",
  20. "Continue" : "繼續",
  21. "LDAP" : "LDAP",
  22. "Advanced" : "進階"
  23. },
  24. "nplurals=1; plural=0;");