
- 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
38 lines
1.3 KiB
PHP
38 lines
1.3 KiB
PHP
<?php
|
|
$lang ['admin'] ['panel'] ['maintain'] = 'Údržba';
|
|
|
|
$lang ['admin'] ['maintain'] ['default'] = array(
|
|
'head' => 'Údržba',
|
|
'descr' => 'Vstupte pokud si myslíte, že se něco pokazilo, a možná najdete řešení. Nemusí to ale pomoci.',
|
|
'opt0' => '« Návrat do hlavního menu',
|
|
'opt1' => 'Opravit index',
|
|
'opt2' => 'Vyčistit cache motivů a šablon',
|
|
'opt3' => 'Obnovit oprávnění souborů',
|
|
'opt4' => 'Ukázat informace o PHP',
|
|
'opt5' => 'Zjistit aktualizace',
|
|
|
|
'chmod_info' => 'Následující oprávnění <strong>nemůžou být</strong> resetované na 0775; pravděpodobně vlastník souborů není stejná osoba jako vlastník webu. ' .
|
|
'Případně můžete ignorovat toto oznámení.'
|
|
);
|
|
|
|
$lang ['admin'] ['maintain'] ['default'] ['msgs'] = array(
|
|
1 => 'Operace kompletní'
|
|
);
|
|
|
|
$lang ['admin'] ['maintain'] ['updates'] = array(
|
|
'head' => 'Aktualizace',
|
|
'list' => '<ul>
|
|
<li>Verze FlatPressu <big>%s</big></li>
|
|
<li>Poslední stabilní verze FlatPressu je <big><a href="%s">%s</a></big></li>
|
|
<li>Poslední nestabilní verze FlatPressu je <big><a href="%s">%s</a></big></li>
|
|
</ul>',
|
|
'notice' => 'Oznámení:'
|
|
);
|
|
|
|
$lang ['admin'] ['maintain'] ['updates'] ['msgs'] = array(
|
|
1 => 'Aktualizace jsou dostupné!',
|
|
2 => 'Verze Flatpressu je aktuální',
|
|
-1 => 'Nepodařilo sa získat aktualizace'
|
|
);
|
|
?>
|