You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
767 B
PHP
20 lines
767 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'main_navigation' => 'MENU PRINCIPAL',
|
|
'blog' => 'Blog',
|
|
'pages' => 'Páginas',
|
|
'account_settings' => 'AJUSTES DE LA CUENTA',
|
|
'profile' => 'Perfil',
|
|
'change_password' => 'Cambiar Contraseña',
|
|
'multilevel' => 'Multi Nivel',
|
|
'level_one' => 'Nivel 1',
|
|
'level_two' => 'Nivel 2',
|
|
'level_three' => 'Nivel 3',
|
|
'labels' => 'ETIQUETAS',
|
|
'important' => 'Importante',
|
|
'warning' => 'Advertencia',
|
|
'information' => 'Información',
|
|
];
|