1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | $lang['lmt_config'] = 'Nastavenia'; |
---|
24 | $lang['lmt_delete'] = 'Vymazať'; |
---|
25 | $lang['lmt_display_config'] = 'Zobraziť možnosti'; |
---|
26 | $lang['lmt_do_save'] = 'Uložiť nastavenia'; |
---|
27 | $lang['lmt_error_num_items'] = 'Najmenej jedna licencia musí byť vybratá'; |
---|
28 | $lang['lmt_four_way'] = '4 princípy'; |
---|
29 | $lang['lmt_general_config'] = 'Všeobecné možnosti'; |
---|
30 | $lang['lmt_help'] = 'Nápoveda'; |
---|
31 | $lang['lmt_category'] = 'Kategória'; |
---|
32 | $lang['lmt_cc-all'] = 'Všetky licencie'; |
---|
33 | $lang['lmt_cc_url'] = 'http://creativecommons.org/international/'; |
---|
34 | $lang['lmt_cfg_licence_activated'] = 'Aktivovať správu licencií'; |
---|
35 | $lang['lmt_cfg_licence_logo'] = 'Typ loga zobrazený'; |
---|
36 | $lang['lmt_cfg_list_maxheight'] = 'Maximálna výška zoznamu'; |
---|
37 | $lang['lmt_cfg_list_maxitems'] = 'Maximálny počet položiek zobrazený'; |
---|
38 | $lang['lmt_cfg_warning_link'] = 'Povoliť presmerovanie'; |
---|
39 | $lang['lmt_cannot_modify_author'] = 'Autor nemohol byť zmenený'; |
---|
40 | $lang['lmt_author_title'] = 'Zoznam autorov'; |
---|
41 | $lang['lmt_author_txt1'] = 'Text1'; |
---|
42 | $lang['lmt_author_txt2'] = 'Text2'; |
---|
43 | $lang['lmt_authoradd_title'] = 'Pridať autora'; |
---|
44 | $lang['lmt_authormodify_title'] = 'Upraviť autora'; |
---|
45 | $lang['lmt_bydefault'] = 'Aplikuj prednastavenú licenciu'; |
---|
46 | $lang['lmt_caddie_not_updated'] = 'Košík nemohol byť ktualizovaný'; |
---|
47 | $lang['lmt_cancel'] = 'Zrušiť'; |
---|
48 | $lang['lmt_cannot_add_author'] = 'Autor nemohol byť pridaný'; |
---|
49 | $lang['lmt_cannot_delete_author'] = 'Autor nemohol byť vymazaný'; |
---|
50 | $lang['example'] = 'Zobraz ukážku'; |
---|
51 | $lang['lmt_action'] = 'Akcie'; |
---|
52 | $lang['lmt_add'] = 'Pridať'; |
---|
53 | $lang['lmt_add_author'] = 'Pridaj autora'; |
---|
54 | $lang['lmt_add_licence_ko'] = 'Licencia nemôže byť aplikovaná na vybraté položky'; |
---|
55 | $lang['lmt_add_licence_ok'] = 'Licencia bola aplikovaná na vybraté položky'; |
---|
56 | $lang['lmt_add_licence_type'] = 'Pridaj typ licencie'; |
---|
57 | $lang['lmt_apply'] = 'Použiť'; |
---|
58 | $lang['lmt_author'] = 'Autor'; |
---|
59 | $lang['lmt_author_added'] = 'Autor bol pridaný'; |
---|
60 | $lang['lmt_author_deleted'] = 'Autor bol vymazaný'; |
---|
61 | $lang['lmt_author_modified'] = 'Autor bol upravený'; |
---|
62 | $lang['lmt_author_nb_images_updated'] = 'obrázky priradené tomuto autorovi boli aktualizované'; |
---|
63 | $lang['lmt_author_one_image_updated'] = 'Obrázok priradený tomuto autorovi bol aktualizovaný'; |
---|
64 | ?> |
---|