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['Add a banner'] = 'Pridať baner'; |
---|
24 | $lang['Banner added'] = 'Baner pridaný'; |
---|
25 | $lang['Banner deleted'] = 'Baner vymazaný'; |
---|
26 | $lang['Banner'] = 'Baner'; |
---|
27 | $lang['Choose an image from your computer'] = 'Vyberte fotku z Vášho počítača'; |
---|
28 | $lang['Choose the part of the image you want to use as your header.'] = 'Vyberte časť Vašej fotky, ktorú chcete použiť ako hlavičku.'; |
---|
29 | $lang['Crop banner image'] = 'Vyrežte fotku banera'; |
---|
30 | $lang['Default banner size'] = 'Prednastavená veľkosť banera'; |
---|
31 | $lang['For MontBlancXL and BlancMontXL, advised size is 900×190.'] = 'Pre MontBlancXL a BlancMontXL odporúčame veľkosť 900×190.'; |
---|
32 | $lang['Gallery title above image'] = 'Názov galérie navrchu fotky'; |
---|
33 | $lang['Image only'] = 'Len fotka'; |
---|
34 | $lang['Incorrect file type,'] = 'Nekorektný typ súboru,'; |
---|
35 | $lang['No banner added yet'] = 'Žiaden baner nebol teraz pridaný'; |
---|
36 | $lang['Picture id.'] = 'ID fotky.'; |
---|
37 | $lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Dajte <b>%header_manager%</b> kde chcete zobraziť fotku.'; |
---|
38 | $lang['Random'] = 'Náhodne'; |
---|
39 | $lang['Select an image'] = 'Vyberte fotku'; |
---|
40 | $lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Číselný identifikátor môže byť na redakčnej stránke, nižšie náhľadu.'; |
---|
41 | $lang['Unknown picture id'] = 'Neznáme ID fotky'; |
---|
42 | $lang['Use'] = 'Použiť'; |
---|
43 | $lang['With text'] = 'S textom'; |
---|
44 | $lang['You can customize the display by adding CSS rules to'] = 'Môžete prispôsobiť zobrazenie pridaním CSS pravidiel pre'; |
---|
45 | $lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Môžete nahrať čiastočnú hlavičku fotky, alebo označiť jednu vo Vašej galérii. Na ďalšej obrazovke budete môcť urobiť výrez z fotky.'; |
---|
46 | $lang['or choose a picture from the gallery'] = 'alebo vybrať fotku z galérie'; |
---|
47 | ?> |
---|