source: extensions/rv_autocomplete/language/cs_CZ/plugin.lang.php @ 27770

Last change on this file since 27770 was 27770, checked in by rvelices, 10 years ago

autcocomplete language cleanup

File size: 1.9 KB
Line 
1<?php
2$lang['Configuration'] = 'Konfigurace';
3$lang['Exclude'] = 'Kromě';
4$lang['Custom'] = 'Vlastní';
5
6//Configuration
7$lang['If you change album/tag names or permalink you might want to'] = 'Když upravíte název album/štítku nebo odkaz budete chtít';
8$lang['Invalidate auto completion index cache'] = 'Zneplatnění autodoplnění indexu v cache';
9$lang['(Auto completions are automatically invalidated on uploads, permission changes ...).'] = '(Autodoplnění je automaticky zneplatněno u uploadu, změny práva přístupu,atd. ...).';
10$lang['Ideal number of suggestions'] = 'Idealní počet návrhů';
11$lang['Maximum number of suggestions'] = 'Max. počet návrhů';
12$lang['Look for matches in other languages if the number of matches in main language is less than'] = 'Zahrnout výsledky v dalších překladech pokud je počet výsledků hledání v hlavním jazyce nižší než';
13$lang['Stop accumulating matches after'] = 'Zastavit akumulování výsledků po dosažení ';
14$lang['positive matches'] = 'odpovídajících výsledků';
15
16//custom
17$lang['Query:'] = 'Dotaz:';
18$lang['Use <b>\</b> to break search (e.g. Central Park\, NY will not match NY but it will display it)'] = 'Použijte <b>\</b> pro zalomení hledání (např. Central Park\, NY nezahrnuje NY, ale zobrazí to také)';
19$lang['Weight:'] = 'Váha:';
20$lang['Url'] = 'Url';
21$lang['Leave empty for automatic gallery search <br>OR enter an url ($r/ at the start of url means this gallery)<br>OR enter q=Term to search for a specific term'] = 'Ponechte pole prázdné pro automatické vyhledávání <br>NEBO zadejte url ($r/ na začátku url míněna tato galerie)<br>NEBO zadejte q=Výraz pro hledání určitého výrazu';
22$lang['Create a new suggestion'] = 'Vložit nový výraz';
23$lang['Name'] = 'Název';
24$lang['Weight'] = 'Váha';
25$lang['URL'] = 'URL';
26$lang['Actions'] = 'Akce';
27$lang['No data available in table'] = 'V tabulce nejsou zadána žádná data';
28
29?>
Note: See TracBrowser for help on using the repository browser.