| | |
| | | <?php |
| | | |
| | | /* Azerbaijani translate for password plugin */ |
| | | /* Translated by Nadir Aliyev, nadir at ultel dot net */ |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | plugins/password/localization/<lang>.inc | |
| | | | | |
| | | | Localization file of the Roundcube Webmail Password plugin | |
| | | | Copyright (C) 2012-2013, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | | | See the README file for a full license statement. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $labels = array(); |
| | | $labels['changepasswd'] = 'Şifrəni dəyiş'; |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ |
| | | */ |
| | | $labels['curpasswd'] = 'Hal-hazırki şifrə:'; |
| | | $labels['newpasswd'] = 'Yeni şifrə:'; |
| | | $labels['confpasswd'] = 'Yeni şifrə: (təkrar)'; |
| | | |
| | | $messages = array(); |
| | | $messages['nopassword'] = 'Yeni şifrəni daxil edin.'; |
| | | $messages['nocurpassword'] = 'Hal-hazırda istifadə etdiyiniz şifrəni daxil edin.'; |
| | | $messages['passwordincorrect'] = 'Yalnış şifrə daxil etdiniz.'; |
| | |
| | | $messages['passwordshort'] = 'Yeni şifrə $length simvoldan uzun olmalıdır.'; |
| | | $messages['passwordweak'] = 'Şifrədə heç olmasa minimum bir rəqəm və simvol olmalıdır.'; |
| | | $messages['passwordforbidden'] = 'Şifrədə icazə verilməyən simvollar vardır.'; |
| | | |
| | | ?> |