
- 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
33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
<?php
|
|
$lang ['admin'] ['plugin'] ['submenu'] = array (
|
|
'default' => 'Správa Pluginů'
|
|
);
|
|
|
|
/* main plugin panel */
|
|
$lang ['admin'] ['plugin'] ['default'] = array(
|
|
'head' => 'Správa Pluginů',
|
|
'enable' => 'Zapnout',
|
|
'disable' => 'Vypnout',
|
|
'descr' => '<a class="hint" ' .
|
|
'href="https://wiki.flatpress.org/doc:techfaq#plugins" target="_blank" title="Co je Plugin?">Plugin</a> je součást, která umožňuje rozšířit možnosti FlatPressu.</p>' .
|
|
'<p>Pluginy je možno instalovat nahráním do složky <code>fp-plugins/</code></p><p>Tento panel umožňuje zapnout a vypnout pluginy.',
|
|
'name' => 'Název',
|
|
'description' => 'Popis',
|
|
'author' => 'Autor',
|
|
'version' => 'Verze',
|
|
'action' => 'Akce'
|
|
);
|
|
|
|
$lang ['admin'] ['plugin'] ['default'] ['msgs'] = array(
|
|
1 => 'Nastavení uložené',
|
|
-1 => 'Při pokuse uložit nastala chyba. Může být pro to několik důvodů: pravděpodobně váš soubor obsahuje chyby v syntaxi.'
|
|
);
|
|
|
|
/* system errors */
|
|
$lang ['admin'] ['plugin'] ['errors'] = array(
|
|
'head' => 'Při nahrávání pluginů se vyskytli nasledující chyby:',
|
|
'notfound' => 'Plugin se nenašel. Přeskočit.',
|
|
'generic' => 'Chyba číslo %d'
|
|
);
|
|
?>
|