added title of web in translations
This commit is contained in:
parent
7e6cf7c213
commit
4841387a8c
3 changed files with 5 additions and 3 deletions
|
@ -6,6 +6,7 @@ login_info = "Please enter your MySQL Username and Password to install the datab
|
||||||
login_here = "here"
|
login_here = "here"
|
||||||
|
|
||||||
[dashboard]
|
[dashboard]
|
||||||
|
ams_title="Ryzom Account Mangement System"
|
||||||
home_title = "Introduction"
|
home_title = "Introduction"
|
||||||
home_info = "Welcome to the Ryzom Core - Account Management System"
|
home_info = "Welcome to the Ryzom Core - Account Management System"
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
; Comments start with ';', as in php.ini
|
; Comments start with ';', as in php.ini
|
||||||
|
|
||||||
[dashboard]
|
[dashboard]
|
||||||
|
ams_title="Ryzom Account Mangement System"
|
||||||
home_title = "Presentation"
|
home_title = "Presentation"
|
||||||
home_info = "Bienvenue sur le Ryzom Core - Account Management System"
|
home_info = "Bienvenue sur le Ryzom Core - Account Management System"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
http://twitter.com/halalit_usman
|
http://twitter.com/halalit_usman
|
||||||
-->
|
-->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Ryzom Account Management System</title>
|
<title>{$ams_title}</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="ryzom,ams">
|
<meta name="description" content="ryzom,ams">
|
||||||
<meta name="author" content="Daan Janssens & Matthew Lagoe">
|
<meta name="author" content="Daan Janssens & Matthew Lagoe">
|
||||||
|
|
Loading…
Reference in a new issue