summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r--apps/user_ldap/l10n/fa.js10
-rw-r--r--apps/user_ldap/l10n/fa.json10
-rw-r--r--apps/user_ldap/l10n/hr.js1
-rw-r--r--apps/user_ldap/l10n/hr.json1
-rw-r--r--apps/user_ldap/l10n/hy.js3
-rw-r--r--apps/user_ldap/l10n/hy.json3
-rw-r--r--apps/user_ldap/l10n/lt_LT.js1
-rw-r--r--apps/user_ldap/l10n/lt_LT.json1
-rw-r--r--apps/user_ldap/l10n/pt_PT.js1
-rw-r--r--apps/user_ldap/l10n/pt_PT.json1
10 files changed, 30 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/fa.js b/apps/user_ldap/l10n/fa.js
index 81f065ef7a4..7dd4e884a4d 100644
--- a/apps/user_ldap/l10n/fa.js
+++ b/apps/user_ldap/l10n/fa.js
@@ -25,18 +25,28 @@ OC.L10N.register(
"Groups" : "گروه ها",
"Test Configuration" : "امتحان پیکربندی",
"Help" : "راه‌نما",
+ "Only from these groups:" : "تنها از این گروه‌ها:",
+ "Search groups" : "جستجوی گروه‌ها",
+ "Available groups" : "گروه‌های موجود",
+ "Selected groups" : "گروه‌های انتخاب شده",
+ "LDAP Filter:" : "فیلتر LDAP:",
+ "LDAP / AD Username:" : "نام‌کاربری LDAP / AD :",
+ "LDAP / AD Email Address:" : " آدرس ایمیل LDAP / AD :",
"Other Attributes:" : "مشخصه های دیگر:",
"1. Server" : "1. سرور",
"%s. Server:" : "%s. سرور:",
"Host" : "میزبانی",
"Port" : "درگاه",
+ "Detect Port" : "شناسایی پورت",
"User DN" : "کاربر DN",
"Password" : "گذرواژه",
"For anonymous access, leave DN and Password empty." : "برای دسترسی ناشناس، DN را رها نموده و رمزعبور را خالی بگذارید.",
"One Base DN per line" : "یک پایه DN در هر خط",
"You can specify Base DN for users and groups in the Advanced tab" : "شما می توانید پایه DN را برای کاربران و گروه ها در زبانه Advanced مشخص کنید.",
+ "Saving" : "درحال ذخیره",
"Back" : "بازگشت",
"Continue" : "ادامه",
+ "LDAP" : "LDAP",
"Expert" : "حرفه ای",
"Advanced" : "پیشرفته",
"Connection Settings" : "تنظیمات اتصال",
diff --git a/apps/user_ldap/l10n/fa.json b/apps/user_ldap/l10n/fa.json
index 2716f90e10f..34a36eaf3bd 100644
--- a/apps/user_ldap/l10n/fa.json
+++ b/apps/user_ldap/l10n/fa.json
@@ -23,18 +23,28 @@
"Groups" : "گروه ها",
"Test Configuration" : "امتحان پیکربندی",
"Help" : "راه‌نما",
+ "Only from these groups:" : "تنها از این گروه‌ها:",
+ "Search groups" : "جستجوی گروه‌ها",
+ "Available groups" : "گروه‌های موجود",
+ "Selected groups" : "گروه‌های انتخاب شده",
+ "LDAP Filter:" : "فیلتر LDAP:",
+ "LDAP / AD Username:" : "نام‌کاربری LDAP / AD :",
+ "LDAP / AD Email Address:" : " آدرس ایمیل LDAP / AD :",
"Other Attributes:" : "مشخصه های دیگر:",
"1. Server" : "1. سرور",
"%s. Server:" : "%s. سرور:",
"Host" : "میزبانی",
"Port" : "درگاه",
+ "Detect Port" : "شناسایی پورت",
"User DN" : "کاربر DN",
"Password" : "گذرواژه",
"For anonymous access, leave DN and Password empty." : "برای دسترسی ناشناس، DN را رها نموده و رمزعبور را خالی بگذارید.",
"One Base DN per line" : "یک پایه DN در هر خط",
"You can specify Base DN for users and groups in the Advanced tab" : "شما می توانید پایه DN را برای کاربران و گروه ها در زبانه Advanced مشخص کنید.",
+ "Saving" : "درحال ذخیره",
"Back" : "بازگشت",
"Continue" : "ادامه",
+ "LDAP" : "LDAP",
"Expert" : "حرفه ای",
"Advanced" : "پیشرفته",
"Connection Settings" : "تنظیمات اتصال",
diff --git a/apps/user_ldap/l10n/hr.js b/apps/user_ldap/l10n/hr.js
index e9c7ce4e17b..284c9ee3207 100644
--- a/apps/user_ldap/l10n/hr.js
+++ b/apps/user_ldap/l10n/hr.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"user_ldap",
{
"Failed to delete the server configuration" : "Greška prilikom brisanja konfiguracije poslužitelja.",
+ "Select groups" : "Označi grupe",
"Users" : "Korisnici",
"Groups" : "Grupe",
"Help" : "Pomoć",
diff --git a/apps/user_ldap/l10n/hr.json b/apps/user_ldap/l10n/hr.json
index 8aad60517c7..9a116a6ce86 100644
--- a/apps/user_ldap/l10n/hr.json
+++ b/apps/user_ldap/l10n/hr.json
@@ -1,5 +1,6 @@
{ "translations": {
"Failed to delete the server configuration" : "Greška prilikom brisanja konfiguracije poslužitelja.",
+ "Select groups" : "Označi grupe",
"Users" : "Korisnici",
"Groups" : "Grupe",
"Help" : "Pomoć",
diff --git a/apps/user_ldap/l10n/hy.js b/apps/user_ldap/l10n/hy.js
index bd4f60364a3..469515bc42e 100644
--- a/apps/user_ldap/l10n/hy.js
+++ b/apps/user_ldap/l10n/hy.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"user_ldap",
{
- "Save" : "Պահպանել"
+ "Groups" : "Խմբեր",
+ "Password" : "Գաղտնաբառ"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/user_ldap/l10n/hy.json b/apps/user_ldap/l10n/hy.json
index cb94f4404a5..8b8bf5bd500 100644
--- a/apps/user_ldap/l10n/hy.json
+++ b/apps/user_ldap/l10n/hy.json
@@ -1,4 +1,5 @@
{ "translations": {
- "Save" : "Պահպանել"
+ "Groups" : "Խմբեր",
+ "Password" : "Գաղտնաբառ"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/user_ldap/l10n/lt_LT.js b/apps/user_ldap/l10n/lt_LT.js
index 84d3cb8463e..e9429c0de2a 100644
--- a/apps/user_ldap/l10n/lt_LT.js
+++ b/apps/user_ldap/l10n/lt_LT.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Select groups" : "Pasirinkti grupes",
"Do you really want to delete the current Server Configuration?" : "Ar tikrai norite ištrinti dabartinę serverio konfigūraciją?",
"Confirm Deletion" : "Patvirtinkite trynimą",
+ "Server" : "Serveris",
"Users" : "Vartotojai",
"Groups" : "Grupės",
"Test Configuration" : "Bandyti konfigūraciją",
diff --git a/apps/user_ldap/l10n/lt_LT.json b/apps/user_ldap/l10n/lt_LT.json
index fd385a1e8dc..19ca042b62f 100644
--- a/apps/user_ldap/l10n/lt_LT.json
+++ b/apps/user_ldap/l10n/lt_LT.json
@@ -5,6 +5,7 @@
"Select groups" : "Pasirinkti grupes",
"Do you really want to delete the current Server Configuration?" : "Ar tikrai norite ištrinti dabartinę serverio konfigūraciją?",
"Confirm Deletion" : "Patvirtinkite trynimą",
+ "Server" : "Serveris",
"Users" : "Vartotojai",
"Groups" : "Grupės",
"Test Configuration" : "Bandyti konfigūraciją",
diff --git a/apps/user_ldap/l10n/pt_PT.js b/apps/user_ldap/l10n/pt_PT.js
index d323732e061..38da6186e90 100644
--- a/apps/user_ldap/l10n/pt_PT.js
+++ b/apps/user_ldap/l10n/pt_PT.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Base DN could not be auto-detected, please revise credentials, host and port." : "O ND de base não pode ser detetado automaticamente, por favor verifique as credenciais, host e porta.",
"Could not detect Base DN, please enter it manually." : "Não foi possível detetar o ND de base, por favor introduza-o manualmente.",
"{nthServer}. Server" : "{nthServer}. Servidor",
+ "No object found in the given Base DN. Please revise." : "Nenhum objecto encontrado na Base DN fornecida. Por favor verifique.",
"More than 1.000 directory entries available." : "Mais de 1,000 entradas de diretório disponíveis.",
" entries available within the provided Base DN" : "entradas disponíveis no ND de base fornecido",
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Ocorreu um erro. Por favor verifique o ND de base, bem como as definições de ligação e as credenciais.",
diff --git a/apps/user_ldap/l10n/pt_PT.json b/apps/user_ldap/l10n/pt_PT.json
index 409b1873d10..594b6ac1907 100644
--- a/apps/user_ldap/l10n/pt_PT.json
+++ b/apps/user_ldap/l10n/pt_PT.json
@@ -20,6 +20,7 @@
"Base DN could not be auto-detected, please revise credentials, host and port." : "O ND de base não pode ser detetado automaticamente, por favor verifique as credenciais, host e porta.",
"Could not detect Base DN, please enter it manually." : "Não foi possível detetar o ND de base, por favor introduza-o manualmente.",
"{nthServer}. Server" : "{nthServer}. Servidor",
+ "No object found in the given Base DN. Please revise." : "Nenhum objecto encontrado na Base DN fornecida. Por favor verifique.",
"More than 1.000 directory entries available." : "Mais de 1,000 entradas de diretório disponíveis.",
" entries available within the provided Base DN" : "entradas disponíveis no ND de base fornecido",
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Ocorreu um erro. Por favor verifique o ND de base, bem como as definições de ligação e as credenciais.",