
- For future new language packs, a clean basis has been created with the existing language packs. - Removed unnecessary line breaks, spaces and tabs to avoid unexpected views in the responsive design. - Updated links to external sources. - Missing language files created in plugins. - Gallerycaptions plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl - Mediamanager plugin: el-gr, fr-fr - PhotoSwipe plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl - Readmore plugin: el-gr, fr-fr - Seometataginfo plugin: pt-br
22 lines
667 B
PHP
22 lines
667 B
PHP
<?php
|
|
$lang['admin']['panel']['main'] = 'Pagina Principale';
|
|
|
|
$lang['admin']['main']['default'] = array(
|
|
'head' => 'Benvenuto nel pannello di controllo!',
|
|
'descr' => 'Seleziona un\'azione',
|
|
|
|
'op1' => 'Nuovo articolo',
|
|
'op1d' => 'Aggiungi un nuovo articolo',
|
|
'op2' => 'Articoli',
|
|
'op2d' => 'Visualizza e gestisci tutti gli articoli',
|
|
'op3' => 'Widget',
|
|
'op3d' => 'Gestisci i widget di barra laterale, barra inferiore e barra superiore',
|
|
'op4' => 'Plugin',
|
|
'op4d' => 'Installa, abilita e disabilita i plugin',
|
|
'op5' => 'Configurazione',
|
|
'op5d' => 'Personalizza il tuo FlatPress',
|
|
'op6' => 'Manutenzione',
|
|
'op6d' => 'Pulisci e ripristina FlatPress',
|
|
);
|
|
?>
|