xref: /plugin/searchindex/lang/cs/lang.php (revision 4773e14500fce3dfff8e66d291ab9dd93ca4eeb4)
18ef7b564SRobert Surý<?php
28ef7b564SRobert Surý
38ef7b564SRobert Surý/**
48ef7b564SRobert Surý * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
58ef7b564SRobert Surý *
68ef7b564SRobert Surý * @author Robert Surý <rsurycz@seznam.cz>
78ef7b564SRobert Surý */
8ee9d3e39SRobert Surý$lang['menu']                  = 'Search Index Manager';
98ef7b564SRobert Surý$lang['update']                = 'Aktualizovat index';
108ef7b564SRobert Surý$lang['update_tip']            = 'Jen aktualizovat vyhledávací index (obvykle rychlejší)';
118ef7b564SRobert Surý$lang['rebuild']               = 'Znovu vytvořit index';
128ef7b564SRobert Surý$lang['rebuild_tip']           = 'Vymazat a poté znovu vytvořit vyhledávací index';
13*4773e145SAndreas Gohr$lang['indexing']        = 'Indexováno:';
14*4773e145SAndreas Gohr$lang['done']            = 'Dokončeno indexování.';
15*4773e145SAndreas Gohr$lang['pages']           = '%d stránek nalezeno.';
16*4773e145SAndreas Gohr$lang['clearing']        = 'Vymazávání indexu...';
17*4773e145SAndreas Gohr$lang['finding']         = 'Hledání stránek...';
18*4773e145SAndreas Gohr$lang['notindexed']      = 'Přeskočeno: aktuální';
19*4773e145SAndreas Gohr$lang['indexed']         = 'Aktualizováno';
20