more corrections of files in italian language

Many thanks to eagleman
This commit is contained in:
Fraenkiman 2023-04-04 23:36:38 +02:00
parent f12ac4cc3a
commit 0a0d4df693
2 changed files with 6 additions and 6 deletions

View File

@ -4,17 +4,17 @@ $lang ['admin'] ['head'] = 'Pannello di controllo';
$lang ['admin'] ['panels'] = array( $lang ['admin'] ['panels'] = array(
'main' => 'Principale', 'main' => 'Principale',
'config' => 'Opzioni', 'config' => 'Opzioni',
// 'users' => 'Users', // 'users' => 'Utenti',
'entry' => 'Articoli', 'entry' => 'Articoli',
'static' => 'Pagine statiche', 'static' => 'Pagine statiche',
'uploader' => 'Caricatore', 'uploader' => 'Caricatore',
'widgets' => 'Widget', 'widgets' => 'Widget',
// 'add' => 'Add', // 'add' => 'Aggiungi',
// 'edit' => 'Edit/Delete', // 'edit' => 'Modifica/Elimina',
'maintain' => 'Manutenzione', 'maintain' => 'Manutenzione',
'plugin' => 'Plugin', 'plugin' => 'Plugin',
'themes' => 'Temi' 'themes' => 'Temi'
// 'updates' => 'Updates', // 'updates' => 'Aggiornamenti',
); );
$lang ['admin'] ['general'] = array( $lang ['admin'] ['general'] = array(
@ -23,7 +23,7 @@ $lang ['admin'] ['general'] = array(
'title' => 'Titolo', # for entry/posts/static titles 'title' => 'Titolo', # for entry/posts/static titles
'comments' => '#Commenti', 'comments' => '#Commenti',
'author' => 'Autore', 'author' => 'Autore',
'actdel' => 'Eliimina', 'actdel' => 'Elimina',
'actedit' => 'Modifica', 'actedit' => 'Modifica',
'actenable' => 'Abilita', 'actenable' => 'Abilita',
'actdisable' => 'Disabilita', 'actdisable' => 'Disabilita',

View File

@ -61,7 +61,7 @@ $lang ['staticauthor'] = array(
$lang ['entryauthor'] = array( $lang ['entryauthor'] = array(
// "Posted by" in entry pages // "Posted by" in entry pages
'posted_by' => 'Postato da', 'posted_by' => 'Pubblicato da',
'at' => 'a' 'at' => 'a'
); );