Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_HK.js « l10n « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27ecbc63e536fd68a8ff12d44397e0b43a8b6826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "user_ldap",
    {
    "Success" : "成功",
    "Error" : "錯誤",
    "_%s group found_::_%s groups found_" : [""],
    "_%s user found_::_%s users found_" : [""],
    "Save" : "儲存",
    "Help" : "幫助",
    "Port" : "連接埠",
    "Password" : "密碼",
    "Advanced" : "進階"
},
"nplurals=1; plural=0;");