diff options
Diffstat (limited to 'apps/user_ldap/l10n/az.php')
-rw-r--r-- | apps/user_ldap/l10n/az.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/az.php b/apps/user_ldap/l10n/az.php index 3a1e002311c..e681d5925ad 100644 --- a/apps/user_ldap/l10n/az.php +++ b/apps/user_ldap/l10n/az.php @@ -1,6 +1,14 @@ <?php $TRANSLATIONS = array( +"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", +"Error" => "Səhv", "_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("","") +"_%s user found_::_%s users found_" => array("",""), +"Save" => "Saxlamaq" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |