
- 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
25 lines
1.0 KiB
PHP
25 lines
1.0 KiB
PHP
<?php
|
|
$lang ['admin'] ['widgets'] ['submenu'] ['blockparser'] = 'BlockParser Widgets';
|
|
|
|
$lang ['admin'] ['widgets'] ['blockparser'] = array(
|
|
'head' => 'BlockParser Widgets',
|
|
'description' => 'BlockParser je plugin, který umožňuje vytvořit widget ze statické stránky. </p>' .
|
|
'<p>Zvolte jednu nebo více statických stránek ze seznamu v souladu s odpovídajícím widgetem.</p>' .
|
|
'<p>Každá <a href="?p=static&action=write">nová statická stránka</a>, kterou vytvoříte bude uvedena zde.',
|
|
|
|
'id' => 'Statická stránka',
|
|
'title' => 'Nadpis',
|
|
'action' => 'Akce',
|
|
'enable' => 'Zapnout',
|
|
'disable' => 'Vypnout',
|
|
'edit' => 'Editovat'
|
|
);
|
|
|
|
$lang ['admin'] ['widgets'] ['blockparser'] ['msgs'] = array(
|
|
1 => 'Nový widget je dostupný. Přidejte ho na svůj blog z <a href="?p=widgets">hlavního panelu!</a>',
|
|
-1 => 'Požadovaný widget nelze vytvořit',
|
|
2 => 'Widget je vypnutý: nezapoměňte odstranit všechny odkazy z <a href="?p=widgets">hlavního panelu</a>!',
|
|
-2 => 'Widget nelze vypnout'
|
|
);
|
|
?>
|