1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-12 18:46:20 +02:00

Merge pull request #2131 from tgtje/patch-1

issue quotation marks
This commit is contained in:
Cameron
2016-12-10 16:11:53 -08:00
committed by GitHub

View File

@ -50,17 +50,17 @@ 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_46', "Check log for details.");
define("LAN_ERROR_45", "What can you do now?");
define("LAN_ERROR_46", "Check log for details.");
?>