source: extensions/Random_Header/language/hu_HU/plugin.lang.php @ 7357

Last change on this file since 7357 was 7357, checked in by repie38, 13 years ago

removed "/" in "<br>" for w3c compliance in language files

File size: 2.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008      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
24$lang['rh_description']                 = 'A bővítmény lehetővé teszi, hogy a fejlécben megjelenítsen egy véletlenszerűen kiválasztott képet egy kiválasztott kategóriából akár normál képként, akár háttérként.';
25$lang['rh_submit']                              = 'Mentés';
26$lang['rh_before']                              = 'előtt';
27$lang['rh_after']                               = 'után';
28$lang['rh_concat']                              = 'Megjelenítés az oldal banner';
29$lang['rh_as_background']               = 'Eredeti háttérkép tiltása';
30$lang['rh_on_picture']                  = 'Bakapcsolva a kép oldalon';
31$lang['rh_headers_category']    = 'Kategória fejléc képek';
32$lang['rh_theme']                               = 'Téma';
33$lang['rh_inactif']                     = 'Tiltva a témánál';
34$lang['rh_aide']                                = 'Info :<br >A KÉP MINDENKI ÁLTAL LÁTHATÓ (nem privát kategória)<br >CSS stílus a képre (#RandomImage) háttér üzemmódban nem használható<br>CSS szövegmezőnél a CSS-re tekintettel kell lenni (pl.: "overflow:auto;color:red;")<br >Háttér mód esetén figyelni kell az <a href="admin.php?page=configuration">oldal fejléc</a> tiltására';
35$lang['rh_additional_css']              = 'További Stílus CSS';
36$lang['rh_inactif_on_bg']               = 'háttér üzemmódot kikapcsolni';
37$lang['rh_active_conf']                 = 'Random Header beállítva a témáknál';
38$lang['rh_inactive_conf']               = 'Random Header nincs beállítva a témáknál';
39?>
Note: See TracBrowser for help on using the repository browser.