-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathsettings.php
More file actions
18 lines (17 loc) · 769 Bytes
/
Copy pathsettings.php
File metadata and controls
18 lines (17 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author DelDadam <deldadam@gmail.com>
*/
$lang['thumbnail_width'] = 'Bélyegkép szélessége';
$lang['thumbnail_height'] = 'Bélyegkép magassága';
$lang['image_width'] = 'Képszélesség';
$lang['image_height'] = 'Képmagasság';
$lang['cols'] = 'Képek száma soronként';
$lang['sort'] = 'Galériaképek rendezése';
$lang['sort_o_file'] = 'Fájlok neve szerint';
$lang['sort_o_mod'] = 'Fájlok dátuma szerint';
$lang['sort_o_date'] = 'EXIF-dátum szerint';
$lang['sort_o_title'] = 'EXIF-cím szerint';
$lang['options'] = 'További alapértelmezett beállítások';