[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['error_no_connection'] = 'There was an error establishing a connection through the server: '; 9 $l['error_no_message'] = 'There was no message specified.'; 10 $l['error_no_subject'] = 'There was no subject specified.'; 11 $l['error_no_recipient'] = 'There was no recipient specified.'; 12 $l['error_not_sent'] = 'There was a error while trying to send the mail through php mail function.'; 13 $l['error_status_missmatch'] = 'The status from server mismatches expected result, returning: '; 14 $l['error_data_not_sent'] = 'This data could not be sent to server: '; 15 16 $l['error_occurred'] = 'One or more errors have occurred. Please correct the following errors before continuing.<br />';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |