2013-12-09 15:40:22 +04:00
< ? php
$TRANSLATIONS = array (
2014-08-17 09:56:22 +04:00
" Cannot write into \" config \" directory! " => " \" configurasiya \" direktoriyası nı n daxilində yazmaq mümkün deyil " ,
" This can usually be fixed by giving the webserver write access to the config directory " => " Adətən tez həll etmək üçün WEB serverdə yazma yetkisi verilir " ,
" See %s " => " Bax %s " ,
2014-08-31 09:56:20 +04:00
" This can usually be fixed by %sgiving the webserver write access to the config directory%s. " => " Bu adətən %s config qovluğuna web server üçün yazma yetkisi verdikdə, %s tərəfindən fix edilə bilir. " ,
" Sample configuration detected " => " Konfiqurasiya nüsxəsi təyin edildi " ,
2014-08-27 09:54:40 +04:00
" Help " => " Kömək " ,
2014-08-31 09:56:20 +04:00
" Personal " => " Şəxsi " ,
2014-08-17 09:56:22 +04:00
" Settings " => " Quraşdı rmalar " ,
2014-08-19 09:57:09 +04:00
" Users " => " İstifadəçilər " ,
" Admin " => " İnzibatçı " ,
2014-08-24 09:56:10 +04:00
" No app name specified " => " Proqram adı təyin edilməyib " ,
2014-08-17 09:56:22 +04:00
" Unknown filetype " => " Fayl tipi bəlli deyil. " ,
" Invalid image " => " Yalnı ş şəkil " ,
2014-08-31 09:56:20 +04:00
" App directory already exists " => " Proqram təminatı qovluğu artı q mövcuddur. " ,
" Can't create app folder. Please fix permissions. %s " => " Proqram təminatı qovluğunu yaratmaq mümkün olmadı . Xahiş edilir yetkiləri düzgün təyin edəsiniz. %s " ,
" Application is not enabled " => " Proqram təminatı aktiv edilməyib " ,
2014-08-19 09:57:09 +04:00
" Authentication error " => " Təyinat metodikası " ,
2014-08-31 09:56:20 +04:00
" Token expired. Please reload page. " => " Token vaxtı bitib. Xahiş olunur səhifəni yenidən yükləyəsiniz. " ,
" Unknown user " => " Istifadəçi tanı nmı r " ,
" %s enter the database username. " => " Verilənlər bazası istifadəçi adı nı %s daxil et. " ,
" %s enter the database name. " => " Verilənlər bazası adı nı %s daxil et. " ,
" MS SQL username and/or password not valid: %s " => " MS SQL istifadəçi adı və/ya şifrəsi düzgün deyil : %s " ,
" MySQL/MariaDB username and/or password not valid " => " MySQL/MariaDB istifadəçi adı və/ya şifrəsi düzgün deyil : " ,
" DB Error: \" %s \" " => " DB səhvi: \" %s \" " ,
" Drop this user from MySQL/MariaDB " => " Bu istifadəçini MySQL/MariaDB-dən sil " ,
" Drop this user from MySQL/MariaDB. " => " Bu istifadəçini MySQL/MariaDB-dən sil. " ,
" Oracle connection could not be established " => " Oracle qoşulması alı nmı r " ,
" Oracle username and/or password not valid " => " Oracle istifadəçi adı və/ya şifrəsi düzgün deyil " ,
" Set an admin username. " => " İnzibatçı istifadəçi adı nı təyin et. " ,
" Set an admin password. " => " İnzibatçı şifrəsini təyin et. " ,
" %s shared »%s« with you " => " %s yayı mlandı »%s« sizinlə " ,
" Sharing %s failed, because the file does not exist " => " %s yayı mlanması nda səhv baş verdi ona görə ki, fayl mövcud deyil. " ,
" You are not allowed to share %s " => " %s-in yayimlanması na sizə izin verilmir " ,
" Share type %s is not valid for %s " => " Yayı mlanma tipi %s etibarlı deyil %s üçün " ,
2014-04-09 09:56:49 +04:00
" _%n minute ago_::_%n minutes ago_ " => array ( " " , " " ),
" _%n hour ago_::_%n hours ago_ " => array ( " " , " " ),
" _%n day go_::_%n days ago_ " => array ( " " , " " ),
2014-08-31 09:56:20 +04:00
" _%n month ago_::_%n months ago_ " => array ( " " , " " ),
" A valid username must be provided " => " Düzgün istifadəçi adı daxil edilməlidir " ,
" A valid password must be provided " => " Düzgün şifrə daxil edilməlidir "
2013-12-09 15:40:22 +04:00
);
2014-04-09 09:56:49 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;