diff options
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/bs.js | 8 | ||||
-rw-r--r-- | apps/user_ldap/l10n/bs.json | 8 | ||||
-rw-r--r-- | apps/user_ldap/l10n/zh_HK.js | 16 | ||||
-rw-r--r-- | apps/user_ldap/l10n/zh_HK.json | 16 |
4 files changed, 42 insertions, 6 deletions
diff --git a/apps/user_ldap/l10n/bs.js b/apps/user_ldap/l10n/bs.js index feccd314874..dbcdcc6d386 100644 --- a/apps/user_ldap/l10n/bs.js +++ b/apps/user_ldap/l10n/bs.js @@ -1,8 +1,14 @@ OC.L10N.register( "user_ldap", { + "Deletion failed" : "Brisanje nije uspjelo", + "Error" : "Greška", "_%s group found_::_%s groups found_" : ["","",""], "_%s user found_::_%s users found_" : ["","",""], - "Save" : "Spasi" + "Save" : "Spasi", + "Help" : "Pomoć", + "Password" : "Lozinka", + "Continue" : "Nastavi", + "Advanced" : "Napredno" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/user_ldap/l10n/bs.json b/apps/user_ldap/l10n/bs.json index 42f5ec1bffc..69701220561 100644 --- a/apps/user_ldap/l10n/bs.json +++ b/apps/user_ldap/l10n/bs.json @@ -1,6 +1,12 @@ { "translations": { + "Deletion failed" : "Brisanje nije uspjelo", + "Error" : "Greška", "_%s group found_::_%s groups found_" : ["","",""], "_%s user found_::_%s users found_" : ["","",""], - "Save" : "Spasi" + "Save" : "Spasi", + "Help" : "Pomoć", + "Password" : "Lozinka", + "Continue" : "Nastavi", + "Advanced" : "Napredno" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/user_ldap/l10n/zh_HK.js b/apps/user_ldap/l10n/zh_HK.js index 27ecbc63e53..2bd0061ab7a 100644 --- a/apps/user_ldap/l10n/zh_HK.js +++ b/apps/user_ldap/l10n/zh_HK.js @@ -1,14 +1,26 @@ OC.L10N.register( "user_ldap", { + "Keep settings?" : "儲存設定?", + "{nthServer}. Server" : "{nthServer}. 伺服器", "Success" : "成功", "Error" : "錯誤", - "_%s group found_::_%s groups found_" : [""], - "_%s user found_::_%s users found_" : [""], + "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;"); diff --git a/apps/user_ldap/l10n/zh_HK.json b/apps/user_ldap/l10n/zh_HK.json index d75229ec90e..5e350517a36 100644 --- a/apps/user_ldap/l10n/zh_HK.json +++ b/apps/user_ldap/l10n/zh_HK.json @@ -1,12 +1,24 @@ { "translations": { + "Keep settings?" : "儲存設定?", + "{nthServer}. Server" : "{nthServer}. 伺服器", "Success" : "成功", "Error" : "錯誤", - "_%s group found_::_%s groups found_" : [""], - "_%s user found_::_%s users found_" : [""], + "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" : "進階" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |