Fraenkiman f46df8aafe Code-Formatierung in Sprachdateien
- 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
2023-12-10 01:30:26 +01:00

25 lines
1.0 KiB
PHP

<?php
$lang ['admin'] ['widgets'] ['submenu'] ['blockparser'] = 'Widget BlockParser';
$lang ['admin'] ['widgets'] ['blockparser'] = array(
'head' => 'Widget BlockParser',
'description' => 'Il plugin BlockParser ti consente di creare un widget da una pagina statica. </p>' .
'<p>Seleziona una o più pagine statiche dall\'elenco per rendere disponibile un corrispondente widget.</p>' .
'<p>Ogni <a href="?p=static&amp;action=write">nuova pagina statica</a> che hai creato verrà elencata qui.',
'id' => 'Pagina statica',
'title' => 'Titolo',
'action' => 'Azione',
'enable' => 'Abilita',
'disable' => 'Disabilita',
'edit' => 'Modifica'
);
$lang ['admin'] ['widgets'] ['blockparser'] ['msgs'] = array(
1 => 'Il tuo nuovo widget è disponibile. Aggiungilo al tuo blog dal <a href="?p=widgets">pannello principale!</a>',
-1 => 'Impossibile creare il widget richiesto',
2 => 'Hai disabilitato un widget: non dimenticare di rimuovere ogni riferimento dal <a href="?p=widgets">pannello principale</a>!',
-2 => 'Impossibile disabilitare il widget'
);
?>