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['create a new SmartAlbum'] = 'Vytvořit nové SmartAlbum'; |
---|
53 | $lang['Hits'] = 'Počet návštěv'; |
---|
54 | $lang['Max. number of photos'] = 'Max. počet fotek'; |
---|
55 | $lang['Exclude SmartAlbums from permissions management'] = 'Vyřaď SmartAlbum ze správy práv'; |
---|
56 | $lang['Rating score must be an integer'] = 'Skóre hodnocení musí být celočíselné číslo'; |
---|
57 | $lang['limit_filter'] = 'Maximální množství fotografií'; |
---|
58 | $lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'SmartAlba jsou považována za soukromá (private) pro všechny uživatele a uživatel může vidět jejich obsah pouze, pokud má přístup do alba odkud je obsah brán.'; |
---|
59 | $lang['All these albums'] = 'Všechna tato alba'; |
---|
60 | $lang['No album selected'] = 'Žádné album nebylo vybráno'; |
---|
61 | $lang['None of these albums'] = 'Žádné z těchto alb'; |
---|
62 | $lang['One of these albums'] = 'Jedno z těchto alb'; |
---|
63 | $lang['Only these albums'] = 'Pouze tato alba'; |
---|
64 | $lang['Regex is malformed'] = 'Regulární výraz je ve špatném tvaru'; |
---|
65 | $lang['Regular expression'] = 'Regulární výraz'; |
---|
66 | $lang['Update albums every %s days'] = 'Aktualizovat alba každé %s dny'; |
---|
67 | ?> |
---|