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'] = 'Banner hozzáadása'; |
---|
24 | $lang['Banner added'] = 'Banner hozzáadva'; |
---|
25 | $lang['Banner deleted'] = 'Banner törölve'; |
---|
26 | $lang['Banner'] = 'Banner'; |
---|
27 | $lang['Choose an image from your computer'] = 'Kép kiválasztása a számítógépről'; |
---|
28 | $lang['Choose the part of the image you want to use as your header.'] = 'Válassza ki a kép azon részét, amelyet a fejlécben kíván használni.'; |
---|
29 | $lang['Crop banner image'] = 'Banner kép kivágás'; |
---|
30 | $lang['For MontBlancXL and BlancMontXL, advised size is 900×190.'] = 'A MontBlancXL és BlancMontXL esetén ajánlott méret 900×190.'; |
---|
31 | $lang['Image only'] = 'Csak kép'; |
---|
32 | $lang['Incorrect file type,'] = 'Helytelen fájltípus.'; |
---|
33 | $lang['No banner added yet'] = 'Nincs még hozzáadott banner'; |
---|
34 | $lang['Picture id.'] = 'Kép ID'; |
---|
35 | $lang['Select an image'] = 'Kép kiválasztása'; |
---|
36 | $lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Az ID megtalálható a kép szerkesztése oldalon, a bélyegkép mellett.'; |
---|
37 | $lang['Use'] = 'Alkalmaz'; |
---|
38 | $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.'] = 'Töltsön fel egy fejléc képet, vagy válasszon egyet a galériából. A következő oldalon kivághatja a megfelelő méretet a képből.'; |
---|
39 | $lang['or choose a picture from the gallery'] = 'vagy válasszon egy képet a galériából'; |
---|
40 | $lang['Gallery title above image'] = 'Galéria címe a képben'; |
---|
41 | $lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Tegye a <b>%header_manager%</b> kifejezést oda, ahol a képet meg kívánja jeleníteni.'; |
---|
42 | $lang['Random'] = 'Véletlen'; |
---|
43 | $lang['Unknown picture id'] = 'Ismeretlen kép ID'; |
---|
44 | $lang['With text'] = 'Csak szöveg'; |
---|
45 | $lang['You can customize the display by adding CSS rules to'] = 'A megjelenítés testreszabható a CSS szabályok megadásával'; |
---|
46 | $lang['Default banner'] = 'Alapértelmezett banner'; |
---|
47 | $lang['Display banner on photo page'] = 'Banner megjelenítése a kép oldalon'; |
---|
48 | $lang['Recursive'] = 'Rekurzív'; |
---|
49 | $lang['Restore default banner'] = 'Alapértelmezett banner'; |
---|
50 | $lang['Album specific banners'] = 'Egyedi album bannerek'; |
---|
51 | $lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'Egyedi banner hozzáadásához menjen az admin oldalon a kívánt albumra'; |
---|
52 | $lang['Non recursive'] = 'Nem rekurzív'; |
---|
53 | $lang['Banner size'] = 'Banner mérete'; |
---|
54 | $lang['Respect %s aspect ratio'] = '%s képarány tartása'; |
---|
55 | ?> |
---|