27 lines
776 B
JavaScript
27 lines
776 B
JavaScript
OC.L10N.register(
|
|
"user_ldap",
|
|
{
|
|
"Keep settings?" : "儲存設定?",
|
|
"{nthServer}. Server" : "{nthServer}. 伺服器",
|
|
"Success" : "成功",
|
|
"Error" : "錯誤",
|
|
"Select groups" : "選擇群組",
|
|
"_%s group found_::_%s groups found_" : ["找到 %s 群組"],
|
|
"_%s user found_::_%s users found_" : ["找到 %s 用戶"],
|
|
"Server" : "伺服器",
|
|
"Save" : "儲存",
|
|
"Test Configuration" : "測試配置",
|
|
"Help" : "幫助",
|
|
"1. Server" : "1. 伺服器",
|
|
"%s. Server:" : "%s. 伺服器:",
|
|
"Host" : "主機",
|
|
"Port" : "連接埠",
|
|
"Password" : "密碼",
|
|
"Saving" : "儲存中",
|
|
"Back" : "返回",
|
|
"Continue" : "繼續",
|
|
"LDAP" : "LDAP",
|
|
"Advanced" : "進階"
|
|
},
|
|
"nplurals=1; plural=0;");
|