source: extensions/Photos/language/sk_SK/plugin.lang.php @ 13670

Last change on this file since 13670 was 9193, checked in by ddtddt, 13 years ago

[extensions] - Photos - add sk_SK thanks to dodo

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.7 KB
Line 
1<?php
2// common
3$lang['%d new image'] = '%d nová fotografia';
4$lang['%d new images'] = '%d nových fotografií';
5$lang['add this image to your favorites'] = 'pridať túto fotografiu do obľúbených';
6$lang['display best rated items'] = 'zobraziť najviac hodnotené fotografie';
7$lang['display each day with pictures, month per month'] = 'zobraziť každá deň fotografie, mesiac po mesiaci';
8$lang['delete this image from your favorites'] = 'vymazať fotografiu z obľúbených';
9$lang['display my favorites pictures'] = 'zobraziť obľúbené fotografie';
10$lang['shows images at the root of this album'] = 'zobraziť tento album';
11$lang['display most visited pictures'] = 'zobraziť najviac zobrazené fotografie';
12$lang['Rate this picture'] = 'Ohodnotiť fotografiu';
13$lang['Random pictures'] = 'Náhodné fotografie';
14$lang['display a set of random pictures'] = 'zobraziť súbor náhodných fotografií';
15$lang['Recent pictures'] = 'Najnovšie fotografie';
16$lang['display most recent pictures'] = 'zobraziť najnovšie fotografie';
17$lang['display only recently posted images'] = 'zobraziť len najnovšie pridané fotografie';
18$lang['return to the display of all images'] = 'návrat na zobrazenie vštkých fotografií';
19$lang['%d image'] = '%d fotografia';
20$lang['%d images'] = '%d fotografií';
21$lang['%d image is also linked to current tags'] = '%d fotografia je označená kľúčovými slovami';
22$lang['%d images are also linked to current tags'] = '%d fotografií je označených kľúčovými slovami';
23$lang['See images linked to this tag only'] = 'zobraziť fotografie označené kľúčovým slovom';
24$lang['images posted during the last %d days'] = 'fotografie pridané za ostatných %d dní';
25$lang['delete all images from your favorites'] = 'vymazať všetky fotografie z obľúbených';
26$lang['Complete RSS feed (images, comments)'] = 'Kompletný RSS feed (fotografie, komentáre)';
27$lang['Image only RSS feed'] = 'RSS feed len fotografie';
28$lang['The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'] = 'RSS oznamuje novinky z tejto stránky: nové fotografie, aktualizáciu albumov, nové komentáre. Použite RSS feed čítačku.';
29$lang['Maximum height of the pictures'] = 'Maximálna výška fotografie';
30$lang['Maximum width of the pictures'] = 'Maximálna šírka fotografie';
31$lang['display all elements in all sub-albums'] = 'zobraziť všetky fotografie v podalbumoch';
32$lang['The number of images per row must be a not null scalar'] = 'Počet fotografií v riadku nesmie byť nulový';
33$lang['Number of images per row'] = 'Počet fotografií v stĺpci';
34$lang['Elements posted within the last %d day.'] = 'Fotografie poslané za ostatný %d deň.';
35$lang['Elements posted within the last %d days.'] = 'Fotografie poslané za ostatných %d dní.';
36$lang['picture'] = 'fotografia';
37$lang['Click on the picture to see it in high definition'] = 'Kliknite na fotografiu na zobrazenie vo vysokom rozlíšní';
38
39// admin
40$lang['Edit all picture informations'] = 'Upraviť informácie o fotografii';
41$lang['Include display of recent pictures group by dates'] = 'Do zobrazenia zahrnúť všetky fotografie zoskupené po dátumoch';
42$lang['Link all album elements to a new album'] = 'Prelinkovať všetky albumy fotografií do nového albumu';
43$lang['Link all album elements to some existing albums'] = 'Prelinkovať všetky albumy fotografií do existujúcich albumov';
44$lang['Manage image ranks'] = 'Spravovať hodnotenie fotografií';
45$lang['New elements added'] = 'Pridané nové fotografie';
46$lang['New elements were added'] = 'Boli pridané nové fotografie';
47$lang['No element in this album'] = 'V albume sa nenachádza žiadna fotografia';
48$lang['Select at least one picture'] = 'Označiť najmenšiu fotografiu';
49$lang['Update images informations'] = 'Aktualizovať informácie o fotografii';
50$lang['Use the default image sort order (defined in the configuration file)'] = 'Použiť predvolené zoraďovanie fotografií (definované v konfiguračnom súbore)';
51$lang['add new elements to caddie'] = 'pridať nové fotografie do krabičky';
52$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'zobraziť maximum informácií (pridané albumy a fotografie, vymazané albumy a fotografie)';
53$lang['elements added in the database'] = 'fotografie pridané do databázy';
54$lang['elements deleted in the database'] = 'fotografie vymyzané z databázy';
55$lang['elements per page'] = 'fotografie na stránku';
56$lang['elements updated in the database'] = 'fotografie aktualizované v databáze';
57$lang['even already synchronized elements'] = 'už synchronizované fotografie';
58$lang['first element added on %s'] = 'prvá fotografia pridaná na %s';
59$lang['images candidates for metadata synchronization'] = 'fotografie uchádzajúce sa o metadata synchronizáciu';
60$lang['jump to image'] = 'skoč na fotografiu';
61$lang['manage image ranks'] = 'spravovať hodnotenie fotografií';
62
63
64$lang['manage album elements'] = 'spravovať album fotografií';
65$lang['synchronize files metadata with database elements informations'] = 'synchronizácia súborov metadát s databázou informácií o fotografiách';
66$lang['elements informations synchronized with files metadata'] = 'informácie o fotografiách boli zosynchronizované s metadata súbormi';
67$lang['number of miniaturized pictures'] = 'počet miniatúr fotografií';
68$lang['Picture informations updated'] = 'Informácie o fotografii aktualizované';
69$lang['Picture unreachable or no support'] = 'Fotografia neprístupná alebo nie je podporovaná';
70$lang['pictures without thumbnail (jpeg and png only)'] = 'fotografie bez náhľadov (len jpeg a png)';
71$lang['Random picture'] = 'Náhodná fotografia';
72
73?>
Note: See TracBrowser for help on using the repository browser.