1<?php
2/*
3+ ----------------------------------------------------------------------------+
4|     e107 website system - Language File.
5|
6|     $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_error.php,v $
7|     $Revision$
8|     $Date$
9|     $Author$
10+----------------------------------------------------------------------------+
11*/
12define("PAGE_NAME", "Error");
13define("LAN_ERROR_TITLE", "Oops!");
14
15define("LAN_ERROR_1", "Error 401 - Authentication Failed");
16define("LAN_ERROR_2", "The URL you've requested requires a username and password. Either you entered one incorrectly, or your browser doesn't support this feature.");
17define("LAN_ERROR_3", "Please inform the administrator of the referring page if you think this error page has been shown by mistake.");
18
19define("LAN_ERROR_4", "Error 403 - Access forbidden");
20define("LAN_ERROR_5", "You are not permitted to retrieve the document or page you requested.");
21define("LAN_ERROR_6", "Please inform the administrator of the referring page if you think this error page has been shown by mistake.");
22
23define("LAN_ERROR_7", "Error 404 - Document Not Found");
24define("LAN_ERROR_9", "Please inform the administrator of the referring page if you think this error message has been shown by mistake.");
25define("LAN_ERROR_10", "Error 500 - Internal server error");
26define("LAN_ERROR_11", "The server encountered an internal error or misconfiguration and was unable to complete your request");
27define("LAN_ERROR_12", "Please inform the administrator of the referring page if you think this error page has been shown by mistake.");
28define("LAN_ERROR_13", "Error - Unknown");
29define("LAN_ERROR_14", "The server encountered an error");
30define("LAN_ERROR_15", "Please inform the administrator of the referring page if you think this error page has been shown by mistake.");
31define("LAN_ERROR_16", "Your unsuccessful attempt to access");
32define("LAN_ERROR_17", "has been recorded.");
33define("LAN_ERROR_18", "Apparently, you were referred here by");
34define("LAN_ERROR_19", "Unfortunately, there's an obsolete link at that address.");
35define("LAN_ERROR_20", "Please click here to go to this site's home page");
36define("LAN_ERROR_21", "The requested URL could not be found on this server. The link you followed is probably outdated.");
37define("LAN_ERROR_22", "Please click here to go to this site's search page");
38define("LAN_ERROR_23", "Your attempt to access ");
39define("LAN_ERROR_24", " was unsuccessful.");
40
41// 0.7.6
42define("LAN_ERROR_25", "[1]: Unable to read core settings from database - Core settings exist but cannot be unserialized. Attempting to restore core backup ...");
43define("LAN_ERROR_26", "[2]: Unable to read core settings from database - non-existent core settings.");
44define("LAN_ERROR_27", "[3]: Core settings saved - backup made active.");
45define("LAN_ERROR_28", "[4]: No core backup found. Check that your database has valid content. ");
46define("LAN_ERROR_29", "[5]: Field(s) have been left blank. Please resubmit the form and fill in the required fields.");
47define("LAN_ERROR_30", "[6]: Unable to form a valid connection to mySQL. Please check that your e107_config.php contains the correct information.");
48define("LAN_ERROR_31", "[7]: mySQL is running but database [x] couldn't be connected to.<br />Please check it exists and that your configuration file contains the correct information.");
49define("LAN_ERROR_32", "To complete the upgrade, copy the following text into your e107_config.php file:");
50
51define("LAN_ERROR_33", "Processing error! Normally, I would redirect to the home page.");
52define("LAN_ERROR_34", "Unknown error! Please inform the site administrator you saw this:");
53
54define("LAN_ERROR_35", "Error 400 - Bad Request");
55define("LAN_ERROR_36", "There is a formatting error in the URL you are trying to access.");
56define("LAN_ERROR_37", "Error Icon");
57define("LAN_ERROR_38", "Sorry, but the site is unavailable due to a temporary fault");
58define("LAN_ERROR_39", "Please try again in a few minutes");
59define("LAN_ERROR_40", "If the problem persists, please contact the site administrator");
60define("LAN_ERROR_41", "The reported error is:");
61define("LAN_ERROR_42", "Additional error information: ");
62define("LAN_ERROR_43", "Site unavailable temporarily");
63define("LAN_ERROR_44", "Site logo");
64
65define("LAN_ERROR_45", "What can you do now?");
66define("LAN_ERROR_46", "Check log for details.");
67define("LAN_ERROR_47", "Validation error: News title can't be empty!");
68define("LAN_ERROR_48", "Validation error: News SEF URL value is required field and can't be empty!");
69define("LAN_ERROR_49", "Validation error: News SEF URL is unique field - current value already in use! Please choose another SEF URL value.");
70define("LAN_ERROR_50", "Validation error: News category can't be empty!");
71
72