
- 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
23 lines
975 B
PHP
23 lines
975 B
PHP
<?php
|
|
$lang ['plugin'] ['lastcommentsadmin '] ['errors'] = array (
|
|
-1 => 'API key not set. Open the plugin to set your API key. Register on <a href="https://akismet.com/" target="_blank">akismet.com</a> to get one.'
|
|
);
|
|
|
|
$lang ['admin'] ['plugin'] ['submenu'] ['lastcommentsadmin'] = 'Poslední komentáře';
|
|
|
|
$lang ['admin'] ['plugin'] ['lastcommentsadmin'] = array(
|
|
'head' => 'Poslední komentáře',
|
|
'description' => 'Vymazání a obnovení mezipaměti komentářů',
|
|
'clear' => 'Vymazat mezipamět',
|
|
'cleardescription' => 'Smazat mezipamět komentářů. Nová mezipaměť bude vytvořena, když bude zveřejněn nový komentář.',
|
|
'rebuild' => 'Obnovit mezipamět',
|
|
'rebuilddescription' => 'Obnovení může trvat i delší dobu, nebo se nemusí podařit.'
|
|
);
|
|
|
|
$lang ['admin'] ['plugin'] ['lastcommentsadmin'] ['msgs'] = array(
|
|
1 => 'Mezipamět smazána!',
|
|
2 => 'Mezipamět obnovena!',
|
|
-1 => 'Chyba!',
|
|
-2 => 'Tento plugin vyžaduje LastComments plugin!'
|
|
);
|
|
?>
|