mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Issue #6 Language-file standards. Wrap definitions in double-quotes.
This commit is contained in:
@@ -50,16 +50,16 @@ define("LAN_ERROR_32", "To complete the upgrade, copy the following text into yo
|
||||
define("LAN_ERROR_33", "Processing error! Normally, I would redirect to the home page.");
|
||||
define("LAN_ERROR_34", "Unknown error! Please inform the site administrator you saw this:");
|
||||
|
||||
define('LAN_ERROR_35', 'Error 400 - Bad Request');
|
||||
define('LAN_ERROR_36', 'There is a formatting error in the web page you are trying to access.');
|
||||
define('LAN_ERROR_37', 'Error Icon');
|
||||
define('LAN_ERROR_38', 'Sorry, but the site is unavailable due to a temporary fault');
|
||||
define('LAN_ERROR_39', 'Please try again in a few minutes');
|
||||
define('LAN_ERROR_40', 'If the problem persists, please contact the site administrator');
|
||||
define('LAN_ERROR_41', 'The reported error is:');
|
||||
define('LAN_ERROR_42', 'Additional error information: ');
|
||||
define('LAN_ERROR_43', 'Site unavailable temporarily');
|
||||
define('LAN_ERROR_44', 'Site logo');
|
||||
define('LAN_ERROR_35', "Error 400 - Bad Request");
|
||||
define('LAN_ERROR_36', "There is a formatting error in the web page you are trying to access.");
|
||||
define('LAN_ERROR_37', "Error Icon");
|
||||
define('LAN_ERROR_38', "Sorry, but the site is unavailable due to a temporary fault");
|
||||
define('LAN_ERROR_39', "Please try again in a few minutes");
|
||||
define('LAN_ERROR_40', "If the problem persists, please contact the site administrator");
|
||||
define('LAN_ERROR_41', "The reported error is:");
|
||||
define('LAN_ERROR_42', "Additional error information: ");
|
||||
define('LAN_ERROR_43', "Site unavailable temporarily");
|
||||
define('LAN_ERROR_44', "Site logo");
|
||||
|
||||
define('LAN_ERROR_45', 'What can you do now?');
|
||||
define('LAN_ERROR_45', "What can you do now?");
|
||||
?>
|
Reference in New Issue
Block a user