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
774 B
PHTML
20 lines
774 B
PHTML
2 years ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'main_navigation' => 'MENU PRINCIPALE',
|
||
|
'blog' => 'Blog',
|
||
|
'pages' => 'Pagine',
|
||
|
'account_settings' => 'IMPOSTAZIONI ACCOUNT',
|
||
|
'profile' => 'Profilo',
|
||
|
'change_password' => 'Modifica Password',
|
||
|
'multilevel' => 'Multi Livello',
|
||
|
'level_one' => 'Livello 1',
|
||
|
'level_two' => 'Livello 2',
|
||
|
'level_three' => 'Livello 3',
|
||
|
'labels' => 'ETICHETTE',
|
||
|
'important' => 'Importante',
|
||
|
'warning' => 'Avvertimento',
|
||
|
'information' => 'Informazione',
|
||
|
];
|