_ERR_400_DESC = "The request contains bad syntax or cannot be fulfilled."
_ERR_400_TITLE = "Bad Request"
_ERR_401_DESC = ""
_ERR_401_TITLE = "Forbidden"
_ERR_402_DESC = ""
_ERR_402_TITLE = "Payment Required"
_ERR_403_DESC = ""
_ERR_403_TITLE = "Forbidden"
_ERR_404_DESC = "The page you are trying to access could not be found."
_ERR_404_TITLE = "Not Found"
_ERR_ADVANCED_SEARCH = "Advanced Search"
_ERR_CONTACT = "Contact the <a href='mailto:%s'>webmaster</a> to report this error."
_ERR_NO = "Error %u"
_ERR_SEARCH = "Search"
_ERR_SEARCH_OUR_SITE = "Search our site:"
_ERR_START_AGAIN = "Start again from the <a href='".XOOPS_URL."'>home page</a>."