52 lines
3.4 KiB
JavaScript
52 lines
3.4 KiB
JavaScript
OC.L10N.register(
|
||
"user_ldap",
|
||
{
|
||
"Failed to clear the mappings." : "Xəritələnməni silmək mümkün olmadı",
|
||
"Failed to delete the server configuration" : "Server configini silmək mümkün olmadı",
|
||
"The configuration is valid and the connection could be established!" : "Configurasiya doğrudur və qoşulmaq mümkündür!",
|
||
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Configurasiya doğrudur yalnız, birləşmədə səhv oldu. Xahiş olunur server quraşdırmalarını və daxil etdiyiniz verilənlərin düzgünlüyünü yoxlayasınız.",
|
||
"The configuration is invalid. Please have a look at the logs for further details." : "Configurasiya dügün deyil. Əlavə detallar üçün xahiş edirik jurnal faylına baxasınız.",
|
||
"No action specified" : "Heç bir iş təyin edilməyib",
|
||
"No configuration specified" : "Təyin edilmiş konfiqurasiya yoxdur",
|
||
"No data specified" : "Təyin edilmiş data yoxdur",
|
||
" Could not set configuration %s" : "%s configi təyin etmək mümkün olmadı",
|
||
"Deletion failed" : "Silinmədə səhv baş verdi",
|
||
"Take over settings from recent server configuration?" : "Biraz onceki konfiqlərən server konfiqini alaq?",
|
||
"Keep settings?" : "Ayarlar qalsın?",
|
||
"{nthServer}. Server" : "{nthServer}. Server",
|
||
"Cannot add server configuration" : "Server quraşdırmalarını əlavə etmək mümkün olmadı",
|
||
"mappings cleared" : "xəritələnmələr təmizləndi",
|
||
"Success" : "Uğur",
|
||
"Error" : "Səhv",
|
||
"Please specify a Base DN" : "Xahiş olunur Base DN təyin edəsiniz",
|
||
"Could not determine Base DN" : "Base DN-i təyin etmək olmur",
|
||
"Please specify the port" : "Xahiş olunur portu təyin edəsiniz",
|
||
"Configuration OK" : "Konfiqurasiya OK-dir",
|
||
"Configuration incorrect" : "Konfiqurasiya düzgün deyil",
|
||
"Configuration incomplete" : "Konfiqruasiya bitmiş deyil",
|
||
"Select groups" : "Qrupları seç",
|
||
"Select object classes" : "object class-larını seç",
|
||
"Select attributes" : "Atributları seç",
|
||
"Connection test succeeded" : "Qoşulma testi uğurlu oldu",
|
||
"Connection test failed" : "Qoşulma testi uğursuz oldu",
|
||
"Do you really want to delete the current Server Configuration?" : "Siz hal-hazırki server konfiqini silmək istədiyinizdən həqiqətən əminsinizmi?",
|
||
"Confirm Deletion" : "Silinmənin təsdiqi",
|
||
"_%s group found_::_%s groups found_" : ["%s qruplar tapıldı","%s qruplar tapıldı"],
|
||
"_%s user found_::_%s users found_" : ["%s istifadəçilər tapıldı","%s istifadəçilər tapıldı"],
|
||
"Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "İstifadəçinin ekran atributu adını təyin etmək mümkün deyil. Xahiş olunur sizin özünüz onu əllə ldap konfiqində təyin edəsiniz.",
|
||
"Could not find the desired feature" : "Arzulanılan imkanı tapmaq mümkün deyil",
|
||
"Invalid Host" : "Yalnış Host",
|
||
"Server" : "Server",
|
||
"User Filter" : "İstifadəçi süzgəci",
|
||
"Login Filter" : "Giriş süzgəci",
|
||
"Group Filter" : "Qrup süzgəci",
|
||
"Save" : "Saxlamaq",
|
||
"Test Configuration" : "Konfiqurasiya testi",
|
||
"Help" : "Kömək",
|
||
"Host" : "Şəbəkədə ünvan",
|
||
"Port" : "Port",
|
||
"Password" : "Şifrə",
|
||
"Advanced" : "İrəliləmiş"
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|