
- The ID of the respective entry is now displayed in "Manage entries" so that the admin can use the ID for comment management in Akismet/ CommentCenter. - Creating or managing the Akismet Api Key now leads directly to akismet.com instead of wordpress.com - The external link to the Akismet API Key Help has been updated - The comment center now contains a link to the wiki (dealing with spam comments) - Typo "flatpress" fixed in several places. FlatPress should always be spelled with a capital F and a capital P.
24 lines
690 B
PHP
24 lines
690 B
PHP
<?php
|
|
|
|
$lang['admin']['panel']['main'] = 'Hlavní';
|
|
|
|
$lang['admin']['main']['default'] = array(
|
|
'head' => 'Vítejte v ovládacím panelu!',
|
|
'descr' => 'Výběr akce',
|
|
|
|
'op1' => 'Nový příspěvek',
|
|
'op1d' => 'Pridat příspěvek',
|
|
'op2' => 'Příspěvky',
|
|
'op2d' => 'Zobrazení a správa příspěvků',
|
|
'op3' => 'Správa Widgetů',
|
|
'op3d' => 'Správa Widgetů umožňuje různé vylepšení',
|
|
'op4' => 'Správa pluginů',
|
|
'op4d' => 'Instalace, zapnutí, vypnutí pluginů',
|
|
'op5' => 'Nastavení',
|
|
'op5d' => 'Základní nastavení Vašeho FlatPressu',
|
|
'op6' => 'Údržba',
|
|
'op6d' => 'Vyčištění, obnova, aktualizace FlatPressu',
|
|
|
|
);
|
|
?>
|