mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
i18n backend support
This commit is contained in:
parent
003036434c
commit
def0f35141
19 changed files with 347 additions and 23 deletions
|
@ -219,7 +219,7 @@ $LANG = array(
|
|||
'First Name' => 'First Name',
|
||||
'Last Name' => 'Last Name',
|
||||
'SEND_CREDENTIALS_NOTICE' => 'Send login credentials to',
|
||||
'SEND_FTP_CREDENTIALS' => 'Send FTP credentials to'
|
||||
'SEND_FTP_CREDENTIALS' => 'Send FTP credentials to',
|
||||
'Adding Web Domain' => 'Adding Web Domain',
|
||||
'Apache template' => 'Apache template',
|
||||
'Nginx Support' => 'Nginx Support',
|
||||
|
|
|
@ -361,7 +361,9 @@ $LANG = array(
|
|||
'shared' => 'общий',
|
||||
'dedicated' => 'выделенный',
|
||||
'Domains' => 'Домены',
|
||||
'IP address' => 'IP адрес'
|
||||
'IP address' => 'IP адрес',
|
||||
'Welcome' => 'Добро пожаловать',
|
||||
'Language' => 'Язык'
|
||||
);
|
||||
|
||||
/*error_reporting(E_ALL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue