mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
record order change functionality
This commit is contained in:
parent
11eef69dda
commit
57c9816135
9 changed files with 107 additions and 0 deletions
|
@ -239,6 +239,7 @@ $LANG['en'] = array(
|
|||
'SSL Key' => 'SSL Key',
|
||||
'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediate',
|
||||
'optional' => 'optional',
|
||||
'internal' => 'internal',
|
||||
'Statistics Authorization' => 'Statistics Authorization',
|
||||
'Statistics Auth' => 'Statistics Auth',
|
||||
'Account' => 'Account',
|
||||
|
@ -250,6 +251,7 @@ $LANG['en'] = array(
|
|||
'Record' => 'Record',
|
||||
'IP or Value' => 'IP or Value',
|
||||
'Priority' => 'Priority',
|
||||
'Record Number' => 'Record Number',
|
||||
'in megabytes' => 'in megabytes',
|
||||
'Message' => 'Message',
|
||||
'use local-part' => 'use local-part',
|
||||
|
|
|
@ -238,6 +238,7 @@ $LANG['es'] = array(
|
|||
'SSL Key' => 'Llave SSL',
|
||||
'SSL Certificate Authority / Intermediate' => 'Certificado SSL Autoridad / Intermedio',
|
||||
'optional' => 'opcional',
|
||||
'internal' => 'interno',
|
||||
'Statistics Authorization' => 'Autorización de Estadísticas',
|
||||
'Statistics Auth' => 'Estadística Auth',
|
||||
'Account' => 'Cuenta',
|
||||
|
@ -249,6 +250,7 @@ $LANG['es'] = array(
|
|||
'Record' => 'Registro',
|
||||
'IP or Value' => 'IP o Valor',
|
||||
'Priority' => 'Prioridad',
|
||||
'Record Number' => 'Número de registro',
|
||||
'in megabytes' => 'en megabytes',
|
||||
'Message' => 'Mensaje',
|
||||
'use local-part' => 'usar parte-local',
|
||||
|
|
|
@ -240,6 +240,7 @@ $LANG['ro'] = array(
|
|||
'SSL Key' => 'Cheia SSL',
|
||||
'SSL Certificate Authority / Intermediate' => 'SSL Intermediar / Certificate Authority',
|
||||
'optional' => 'opțional',
|
||||
'internal' => 'intern',
|
||||
'Statistics Authorization' => 'Autorizarea statistici',
|
||||
'Statistics Auth' => 'Autorizarea statistici',
|
||||
'Account' => 'Cont',
|
||||
|
@ -251,6 +252,7 @@ $LANG['ro'] = array(
|
|||
'Record' => 'Înregistrare / Subdomeniu',
|
||||
'IP or Value' => 'IP adresa sau valoare',
|
||||
'Priority' => 'Prioritate',
|
||||
'Record Number' => 'Numărul de înregistrare',
|
||||
'in megabytes' => 'în mb.',
|
||||
'Message' => 'Mesaj',
|
||||
'use local-part' => 'doar nume de cont înainte de @',
|
||||
|
|
|
@ -240,6 +240,7 @@ $LANG['ru'] = array(
|
|||
'SSL Key' => 'Ключ SSL сертификата',
|
||||
'SSL Certificate Authority / Intermediate' => 'Центр сертификации SSL / Intermediate',
|
||||
'optional' => 'опционально',
|
||||
'internal' => 'внутренний',
|
||||
'Statistics Authorization' => 'Ограниченный доступ к статистике',
|
||||
'Statistics Auth' => 'Авторизация Статистики',
|
||||
'Account' => 'Аккаунт',
|
||||
|
@ -251,6 +252,7 @@ $LANG['ru'] = array(
|
|||
'Record' => 'Запись / Поддомен',
|
||||
'IP or Value' => 'IP адрес или значение',
|
||||
'Priority' => 'Приоритет',
|
||||
'Record Number' => 'Порядковый номер',
|
||||
'in megabytes' => 'в мегабайтах',
|
||||
'Message' => 'Сообщение',
|
||||
'use local-part' => 'используйте только имена аккаунтов',
|
||||
|
|
|
@ -240,6 +240,7 @@ $LANG['ua'] = array(
|
|||
'SSL Key' => 'Ключ SSL сертифікату',
|
||||
'SSL Certificate Authority / Intermediate' => 'Центр сертифікації SSL / Intermediate',
|
||||
'optional' => 'опційно',
|
||||
'internal' => 'внутрішній',
|
||||
'Statistics Authorization' => 'Обмежений доступ до статистики',
|
||||
'Statistics Auth' => 'Авторизація Статистики',
|
||||
'Account' => 'Акаунт',
|
||||
|
@ -251,6 +252,7 @@ $LANG['ua'] = array(
|
|||
'Record' => 'запис / Піддомен',
|
||||
'IP or Value' => 'IP адреса або Значення',
|
||||
'Priority' => 'Пріоритет',
|
||||
'Record Number' => 'Порядковий номер',
|
||||
'in megabytes' => 'в мегабайтах',
|
||||
'Message' => 'Повідомлення',
|
||||
'use local-part' => 'використовуйте тільки імена акаунтів',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue