mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
i18n backend support
This commit is contained in:
parent
003036434c
commit
def0f35141
19 changed files with 347 additions and 23 deletions
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
||||
<title><?php print _('505');?></title>
|
||||
<title>505 — internal error</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<meta name="description" content="<?php print _('505');?>"/>
|
||||
<meta name="description" content="internal error"/>
|
||||
<style type="text/css">
|
||||
body {font-size:14px; color:#777777; font-family:arial; text-align:center; background: black;}
|
||||
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
||||
|
@ -17,10 +17,10 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h2><?php print _('An internal error occurred');?></h2>
|
||||
<h2>Internal vesta error</h2>
|
||||
<img src="/error/vesta.jpg">
|
||||
<div>
|
||||
<?php print _('GO_BACK_LINK');?>
|
||||
Try start again from <a href="/">home page</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue