1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

issue quotation marks

https://github.com/e107inc/e107/issues/2129
This commit is contained in:
leo
2016-12-09 18:08:17 +01:00
committed by GitHub
parent 57f703c379
commit 4e6c4a4166

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.");
?>