Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
331 B
PHP
Raw Permalink Normal View History

<?php
return [
'settings_page' => 'Impostazioni plugin :plugin',
'admin_page' => 'Gestione plugin',
'admin_title' => 'Plugin',
'errors' => [
'not_exist' => 'Il plugin :plugin non esiste.',
'disabled' => 'Plugin :plugin disabilitato.',
'view_missing' => 'Mostra quelli mancanti.',
],
];