pagetop 0.5.0

Un entorno de desarrollo para crear soluciones web modulares, extensibles y configurables.
Documentation
# Regions.
region_header = Header
region_content = Content
region_footer = Footer

# Logo.
pagetop_logo = PageTop Logo

# Error Messages.
error_code = Error { $code }

error400_title = Error BAD REQUEST
error400_alert = The request could not be processed.
error400_help = The server could not understand your request. The address may be incorrect or some required data may be missing.

error403_title = Error FORBIDDEN
error403_alert = You do not have permission to access this resource.
error403_help = Your account does not have the necessary privileges to view this page. If you believe this is an error, please contact the system administrator.

error404_title = Error RESOURCE NOT FOUND
error404_alert = The requested page could not be found.
error404_help = The address may be incorrect, or the document may have been moved or deleted. Check the URL or use the navigation links to return to a known place.

error500_title = Error INTERNAL ERROR
error500_alert = An unexpected error occurred on the server.
error500_help = We could not complete your request due to an internal problem. Please try again in a few minutes. If the error persists, contact the system administrator.

error503_title = Error SERVICE UNAVAILABLE
error503_alert = The service is temporarily unavailable.
error503_help = The server is currently unable to handle your request due to maintenance or high load. Please try again in a few minutes. If the problem persists, contact the system administrator.

error504_title = Error GATEWAY TIMEOUT
error504_alert = The server took too long to respond.
error504_help = The service is temporarily unavailable or overloaded. Please try again in a few minutes. If the problem continues, notify the system administrator.