123456789101112131415161718192021222324 |
- OC.L10N.register(
- "user_ldap",
- {
- "Select groups" : "選擇群組",
- "{nthServer}. Server" : "{nthServer}. 伺服器",
- "_%s group found_::_%s groups found_" : ["找到 %s 群組"],
- "_%s user found_::_%s users found_" : ["找到 %s 用戶"],
- "Server" : "伺服器",
- "Users" : "用戶",
- "Groups" : "群組",
- "Test Configuration" : "測試配置",
- "Help" : "幫助",
- "1. Server" : "1. 伺服器",
- "%s. Server:" : "%s. 伺服器:",
- "Host" : "主機",
- "Port" : "連接埠",
- "Password" : "密碼",
- "Saving" : "儲存中",
- "Back" : "返回",
- "Continue" : "繼續",
- "LDAP" : "LDAP",
- "Advanced" : "進階"
- },
- "nplurals=1; plural=0;");
|