source: extensions/SmartAlbums/language/cs_CZ/plugin.lang.php @ 16924

Last change on this file since 16924 was 16924, checked in by mistic100, 12 years ago

add rating_score filter

File size: 2.9 KB
Line 
1<?php
2
3$lang['%d photos associated to album %s'] = '%d fotografie přiřazené k album %s';
4$lang['No filter selected'] = 'Žádný filtr nevybrán';
5$lang['No tag selected'] = 'Žádný tag nevybrán';
6$lang['Date string is malformed'] = 'Řetězec datumu je chybný';
7$lang['Limit must be an integer'] = 'Limit musí být celé číslo';
8$lang['All these tags'] = 'Všechny tyto tagy';
9$lang['One of these tags'] = 'Některý z těchto tagů';
10$lang['None of these tags'] = 'Žádný z těchto tagů';
11$lang['Only these tags'] = 'Pouze tyto tagy';
12$lang['Added on'] = 'Vloženo';
13$lang['Added before'] = 'Vloženo před';
14$lang['Added after'] = 'Vloženo po';
15$lang['Created before'] = 'Vytvořeno před';
16$lang['Created after'] = 'Vytvořeno po';
17$lang['%d photo'] = '%d fotka';
18$lang['%d photos'] = '%d fotky';
19$lang['Add filters here'] = 'Vložte filtry zde';
20$lang['This album is a SmartAlbum'] = 'Toto album je SmartAlbum';
21$lang['Count'] = 'Počet';
22$lang['Regenerate photos list of this SmartAlbum'] = 'Regenerovat seznam fotek v tomto SmartAlbum';
23$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerovat seznam fotek všech SmartAlb';
24$lang['Update albums on file upload'] = 'Aktualizvat alba při uploadu souborů';
25$lang['All SmartAlbums'] = 'Všechny SmartAlba';
26$lang['SmartAlbum deleted'] = 'SmartAlbum odstraněno';
27$lang['SmartAlbum added'] = 'SmartAlbum přidáno';
28$lang['Only SmartAlbums are displayed on this page'] = 'Pouze SmartAlba jsou zobrazeny na této stránce';
29$lang['Don\'t show this message again'] = 'Ne/zobrazovat příště tuto zprávu';
30
31$lang['(can cause slowdowns)'] = '(může způsobovat zpomalení)';
32$lang['Above'] = 'Nad';
33$lang['Author is empty'] = 'Autor je prázdný';
34$lang['Begins with'] = 'Začíná';
35$lang['Bellow'] = 'Pod';
36$lang['Contains'] = 'Obsahuje';
37$lang['Doesn\'t begin with'] = 'Nezačíná';
38$lang['Doesn\'t contain'] = 'Neobsahuje';
39$lang['Doesn\'t end with'] = 'Nekončí';
40$lang['Ends with'] = 'Končí';
41$lang['Filters'] = 'Filtry';
42$lang['For "Is (not) in", separate each author by a comma'] = 'Pro "je v/není v" oddělte každého autora čárkou';
43$lang['Hits must be an integer'] = 'Počet návštěv musí být celé číslo';
44$lang['Is in'] = 'je v';
45$lang['Is not in'] = 'není v';
46$lang['Is not'] = 'není';
47$lang['Is'] = 'je';
48$lang['Name is empty'] = 'Jméno je prázdné';
49$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Pro setřízení alb prosím jděte na <a href="%s">ovládací stránku</a>';
50$lang['You can\'t use more than one level filter'] = 'Můžete použít pouze jednoúrovňový filtr';
51$lang['You can\'t use more than one limit filter'] = 'Můžete použít pouze jeden omezující filtr';
52$lang['author_filter'] = 'Autor';
53$lang['create a new SmartAlbum'] = 'Vytvořit nové SmartAlbum';
54$lang['Hits'] = 'Počet návštěv';
55$lang['Max. number of photos'] = 'Max. počet fotek';
56?>
Note: See TracBrowser for help on using the repository browser.