about summary refs log tree commit diff stats
path: root/central/trunk/language/phpmailer.lang-en.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-28 21:53:20 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-28 21:53:20 +0000
commit433efccd36add54061868af33d1ebf1d61dae554 (patch)
tree4201d99cd159251520cd319d85a62e4e3faca363 /central/trunk/language/phpmailer.lang-en.php
parentfb1b67b6922a20fdc3538dd6ae4659dfc1d8d7d2 (diff)
downloadinstadisc-433efccd36add54061868af33d1ebf1d61dae554.tar.gz
instadisc-433efccd36add54061868af33d1ebf1d61dae554.tar.bz2
instadisc-433efccd36add54061868af33d1ebf1d61dae554.zip
Central: Continued to remove UI
Also removed unnecessary things. Refs #63
Diffstat (limited to 'central/trunk/language/phpmailer.lang-en.php')
-rw-r--r--central/trunk/language/phpmailer.lang-en.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/central/trunk/language/phpmailer.lang-en.php b/central/trunk/language/phpmailer.lang-en.php deleted file mode 100644 index f7d4286..0000000 --- a/central/trunk/language/phpmailer.lang-en.php +++ /dev/null
@@ -1,25 +0,0 @@
1<?php
2/**
3 * PHPMailer language file.
4 * English Version
5 */
6
7$PHPMAILER_LANG = array();
8
9$PHPMAILER_LANG["provide_address"] = 'You must provide at least one ' .
10 'recipient email address.';
11$PHPMAILER_LANG["mailer_not_supported"] = ' mailer is not supported.';
12$PHPMAILER_LANG["execute"] = 'Could not execute: ';
13$PHPMAILER_LANG["instantiate"] = 'Could not instantiate mail function.';
14$PHPMAILER_LANG["authenticate"] = 'SMTP Error: Could not authenticate.';
15$PHPMAILER_LANG["from_failed"] = 'The following From address failed: ';
16$PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: The following ' .
17 'recipients failed: ';
18$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data not accepted.';
19$PHPMAILER_LANG["connect_host"] = 'SMTP Error: Could not connect to SMTP host.';
20$PHPMAILER_LANG["file_access"] = 'Could not access file: ';
21$PHPMAILER_LANG["file_open"] = 'File Error: Could not open file: ';
22$PHPMAILER_LANG["encoding"] = 'Unknown encoding: ';
23$PHPMAILER_LANG["signing"] = 'Signing Error: ';
24
25?>