Merge pull request #64 from Lauraly-com/translation

'Status' translation
This commit is contained in:
Pep 2014-04-14 12:02:02 +02:00
commit 1546b0e8f9
11 changed files with 11 additions and 1 deletions

View File

@ -108,6 +108,7 @@ $sm_lang = array(
), ),
'servers' => array( 'servers' => array(
'server' => 'Сървър', 'server' => 'Сървър',
'status' => 'Статус',
'label' => 'Име', 'label' => 'Име',
'domain' => 'Хост', 'domain' => 'Хост',
'port' => 'Порт', 'port' => 'Порт',

View File

@ -108,6 +108,7 @@ $sm_lang = array(
), ),
'servers' => array( 'servers' => array(
'server' => 'Server', 'server' => 'Server',
'status' => 'Status',
'label' => 'Beschriftung', 'label' => 'Beschriftung',
'domain' => 'Domain/IP', 'domain' => 'Domain/IP',
'port' => 'Port', 'port' => 'Port',

View File

@ -108,6 +108,7 @@ $sm_lang = array(
), ),
'servers' => array( 'servers' => array(
'server' => 'Server', 'server' => 'Server',
'status' => 'Status',
'label' => 'Label', 'label' => 'Label',
'domain' => 'Domain/IP', 'domain' => 'Domain/IP',
'port' => 'Port', 'port' => 'Port',

View File

@ -108,6 +108,7 @@ $sm_lang = array(
), ),
'servers' => array( 'servers' => array(
'server' => 'Servidores', 'server' => 'Servidores',
'status' => 'Status',
'label' => 'Titulo', 'label' => 'Titulo',
'domain' => 'Domain/IP', 'domain' => 'Domain/IP',
'port' => 'Port', 'port' => 'Port',

View File

@ -108,6 +108,7 @@ $sm_lang = array(
), ),
'servers' => array( 'servers' => array(
'server' => 'Serveur', 'server' => 'Serveur',
'status' => 'État',
'label' => 'Description', 'label' => 'Description',
'domain' => 'Domaine/IP', 'domain' => 'Domaine/IP',
'port' => 'Port', 'port' => 'Port',

View File

@ -108,6 +108,7 @@ $sm_lang = array(
), ),
'servers' => array( 'servers' => array(
'server' => 'Server', 'server' => 'Server',
'status' => 'Status',
'label' => 'Nome', 'label' => 'Nome',
'domain' => 'Dominio/IP', 'domain' => 'Dominio/IP',
'port' => 'Porta', 'port' => 'Porta',

View File

@ -108,6 +108,7 @@ $sm_lang = array(
), ),
'servers' => array( 'servers' => array(
'server' => '서버', 'server' => '서버',
'status' => 'Status',
'label' => 'Label', 'label' => 'Label',
'domain' => 'Domain/IP', 'domain' => 'Domain/IP',
'port' => 'Port', 'port' => 'Port',

View File

@ -108,6 +108,7 @@ $sm_lang = array(
), ),
'servers' => array( 'servers' => array(
'server' => 'Server', 'server' => 'Server',
'status' => 'Status',
'label' => 'Label', 'label' => 'Label',
'domain' => 'Domein/IP', 'domain' => 'Domein/IP',
'port' => 'Poort', 'port' => 'Poort',

View File

@ -108,6 +108,7 @@ $sm_lang = array(
), ),
'servers' => array( 'servers' => array(
'server' => 'Servidor', 'server' => 'Servidor',
'status' => 'Status',
'label' => 'Etiqueta', 'label' => 'Etiqueta',
'domain' => 'Domínio/IP', 'domain' => 'Domínio/IP',
'port' => 'Porta', 'port' => 'Porta',

View File

@ -108,6 +108,7 @@ $sm_lang = array(
), ),
'servers' => array( 'servers' => array(
'server' => '服务器', 'server' => '服务器',
'status' => '状态',
'label' => '标签', 'label' => '标签',
'domain' => '域名/IP', 'domain' => '域名/IP',
'port' => '端口', 'port' => '端口',

View File

@ -311,7 +311,7 @@ class ServerController extends AbstractServerController {
array( array(
'subtitle' => psm_get_lang('menu', 'server'), 'subtitle' => psm_get_lang('menu', 'server'),
'label_label' => psm_get_lang('servers', 'label'), 'label_label' => psm_get_lang('servers', 'label'),
'label_status' => psm_get_lang('menu', 'server_status'), 'label_status' => psm_get_lang('servers', 'status'),
'label_domain' => psm_get_lang('servers', 'domain'), 'label_domain' => psm_get_lang('servers', 'domain'),
'label_port' => psm_get_lang('servers', 'port'), 'label_port' => psm_get_lang('servers', 'port'),
'label_type' => psm_get_lang('servers', 'type'), 'label_type' => psm_get_lang('servers', 'type'),