1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2013 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['Stripped & Columns Theme Configuration'] = 'Strioj & Kolumnoj, Agordo-paĝo'; |
---|
24 | $lang['The parent-theme Stripped need to be enabled in order to use its parameters'] = 'La parenca temo Strioj estu aktivigita por uzi ĝiaj parametroj'; |
---|
25 | $lang['always generate big thumbnails'] = 'ĉiam generi grandajn miniaturojn'; |
---|
26 | $lang['color main'] = 'Negriza koloro:'; |
---|
27 | $lang['don\'t generate big thumbnails'] = 'ne generi grandajn miniaturojn'; |
---|
28 | $lang['use the same config as above'] = 'uzi la saman agordon kiel ĉisupre'; |
---|
29 | $lang['(it need to be inferior than the width of columns)'] = '(estu nepre strikte malpli granda ol la kolumna larĝeco)'; |
---|
30 | $lang['(set 0 to disable)'] = '(meti o por malaktivigi)'; |
---|
31 | $lang['... starting to the position number'] = '... komencante de la pozicio numero'; |
---|
32 | $lang['About big thumbnails, for the albums :'] = 'Pri grandaj miniaturoj, por la fotaroj:'; |
---|
33 | $lang['About portrait/landscape pictures :'] = 'Pri verikalaj/horizontalaj bildoj (Notu ke la kromaĵo memadministras la miniaturojn de panoramoj):'; |
---|
34 | $lang['Create a big thumbnail every'] = 'Krei granda miniaturo por ĉiuj'; |
---|
35 | $lang['Display big thumbnails for landscape pictures'] = 'Vidigi grandajn miniaturojn por horizontalaj bildoj'; |
---|
36 | $lang['Displaying options'] = 'Vidigi opcioj'; |
---|
37 | $lang['Effect to use when the mouse is over the thumbnails:'] = 'Efekto uzenda kiam muso superpasas la miniaturojn:'; |
---|
38 | $lang['For albums, the border becomes white'] = 'Por fotaroj, la bordero iĝas blanka'; |
---|
39 | $lang['No Maximum Height and the width is the one set above'] = 'Neniu maksima alteco kaj la larĝeco estas la valoro ĉisupre agordita'; |
---|
40 | $lang['No effect'] = 'Neniu efekto'; |
---|
41 | $lang['Opacity at 100%, then 75% on mouseover'] = 'Opakeco je 100%, kaj je 75% dum musumo'; |
---|
42 | $lang['Opacity at 75%, then 100% on mouseover'] = 'Opakeco je 75%, kaj je 100% dum musumo'; |
---|
43 | $lang['Page'] = 'Paĝo'; |
---|
44 | $lang['Use the width parameter above as a maximum heigth'] = 'Uzi la ĉisupran larĝeco-parametron kiel maksimuma alteco'; |
---|
45 | $lang['Width of columns'] = 'Kolumna larĝeco'; |
---|
46 | $lang['Width of thumbnails'] = 'Miniatura larĝeco'; |
---|
47 | ?> |
---|