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'] = 'Random Header allow you to show in the header a random picture from the choosen categorie, as a normal image, or as a background'; |
---|
25 | $lang['rh_submit'] = 'Save'; |
---|
26 | $lang['rh_before'] = 'before'; |
---|
27 | $lang['rh_after'] = 'after'; |
---|
28 | $lang['rh_concat'] = 'Concatenate the page banner'; |
---|
29 | $lang['rh_as_background'] = 'Use as background image'; |
---|
30 | $lang['rh_on_picture'] = 'Enable on picture page'; |
---|
31 | $lang['rh_headers_category'] = 'Images category for the header'; |
---|
32 | $lang['rh_theme'] = 'Theme'; |
---|
33 | $lang['rh_inactif'] = 'Disable for this theme'; |
---|
34 | $lang['rh_aide'] = 'Info :<br >IMAGES ARE VIEWABLE BY EVERYONE (private category or not)<br >CSS style for the image(#RandomImage) isn\'t applied in background mode<br>CSS text field need to respect CSS rules (ex: "overflow:auto;color:red;")<br >In background mode, concatenate the <a href="admin.php?page=configuration">page banner</a> is disable'; |
---|
35 | $lang['rh_additional_css'] = 'Additional CSS Style'; |
---|
36 | $lang['rh_inactif_on_bg'] = 'disable on background mode'; |
---|
37 | $lang['rh_active_conf'] = 'Themes configured for Random Header'; |
---|
38 | $lang['rh_inactive_conf'] = 'Themes not configured for Random Header'; |
---|
39 | $lang['rh_root_link'] = 'Link to home on image'; |
---|
40 | ?> |
---|