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

View File

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