mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
ed54683612
Stage one of converting our existing customisations into an extended class. This makes it easier for us to keep up to date, see our changes and remove the bundled libraries for distros (e.g. debian).
27 lines
1.8 KiB
PHP
27 lines
1.8 KiB
PHP
<?php
|
|
/**
|
|
* PHPMailer language file: refer to English translation for definitive list
|
|
* Arabic Version, UTF-8
|
|
* by : bahjat al mostafa <bahjat983@hotmail.com>
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: لم نستطع تأكيد الهوية.';
|
|
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: لم نستطع الاتصال بمخدم SMTP.';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: لم يتم قبول المعلومات .';
|
|
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
|
|
$PHPMAILER_LANG['encoding'] = 'ترميز غير معروف: ';
|
|
$PHPMAILER_LANG['execute'] = 'لم أستطع تنفيذ : ';
|
|
$PHPMAILER_LANG['file_access'] = 'لم نستطع الوصول للملف: ';
|
|
$PHPMAILER_LANG['file_open'] = 'File Error: لم نستطع فتح الملف: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'البريد التالي لم نستطع ارسال البريد له : ';
|
|
$PHPMAILER_LANG['instantiate'] = 'لم نستطع توفير خدمة البريد.';
|
|
//$PHPMAILER_LANG['invalid_email'] = 'Not sending, email address is invalid: ';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer غير مدعوم.';
|
|
//$PHPMAILER_LANG['provide_address'] = 'You must provide at least one recipient email address.';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: الأخطاء التالية ' .
|
|
'فشل في الارسال لكل من : ';
|
|
$PHPMAILER_LANG['signing'] = 'خطأ في التوقيع: ';
|
|
//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
|
|
//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
|
|
//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
|
|
?>
|