summaryrefslogtreecommitdiff
path: root/lib/phpmailer/language/phpmailer.lang-he.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-22 14:45:14 +0300
committerAndrew Dolgov <[email protected]>2018-11-22 14:45:14 +0300
commit57932e183745bada9c6183056597cb5276f68d10 (patch)
tree7d64a815dd4bbf40dec51ee95be16c4ef7f7a212 /lib/phpmailer/language/phpmailer.lang-he.php
parent643d1919cc27a80aff424970b337e83be72720d1 (diff)
remove PHPMailer and related directives from config.php-dist; add pluggable Mailer class
Diffstat (limited to 'lib/phpmailer/language/phpmailer.lang-he.php')
-rw-r--r--lib/phpmailer/language/phpmailer.lang-he.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/phpmailer/language/phpmailer.lang-he.php b/lib/phpmailer/language/phpmailer.lang-he.php
deleted file mode 100644
index 70eb71757..000000000
--- a/lib/phpmailer/language/phpmailer.lang-he.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-/**
- * Hebrew PHPMailer language file: refer to English translation for definitive list
- * @package PHPMailer
- * @author Ronny Sherer <[email protected]>
- */
-
-$PHPMAILER_LANG['authenticate'] = 'שגיאת SMTP: פעולת האימות נכשלה.';
-$PHPMAILER_LANG['connect_host'] = 'שגיאת SMTP: לא הצלחתי להתחבר לשרת SMTP.';
-$PHPMAILER_LANG['data_not_accepted'] = 'שגיאת SMTP: מידע לא התקבל.';
-$PHPMAILER_LANG['empty_message'] = 'גוף ההודעה ריק';
-$PHPMAILER_LANG['invalid_address'] = 'כתובת שגויה: ';
-$PHPMAILER_LANG['encoding'] = 'קידוד לא מוכר: ';
-$PHPMAILER_LANG['execute'] = 'לא הצלחתי להפעיל את: ';
-$PHPMAILER_LANG['file_access'] = 'לא ניתן לגשת לקובץ: ';
-$PHPMAILER_LANG['file_open'] = 'שגיאת קובץ: לא ניתן לגשת לקובץ: ';
-$PHPMAILER_LANG['from_failed'] = 'כתובות הנמענים הבאות נכשלו: ';
-$PHPMAILER_LANG['instantiate'] = 'לא הצלחתי להפעיל את פונקציית המייל.';
-$PHPMAILER_LANG['mailer_not_supported'] = ' אינה נתמכת.';
-$PHPMAILER_LANG['provide_address'] = 'חובה לספק לפחות כתובת אחת של מקבל המייל.';
-$PHPMAILER_LANG['recipients_failed'] = 'שגיאת SMTP: הנמענים הבאים נכשלו: ';
-$PHPMAILER_LANG['signing'] = 'שגיאת חתימה: ';
-$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
-$PHPMAILER_LANG['smtp_error'] = 'שגיאת שרת SMTP: ';
-$PHPMAILER_LANG['variable_set'] = 'לא ניתן לקבוע או לשנות את המשתנה: ';
-//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';