mirror of
https://github.com/splitbrain/dokuwiki-plugin-gallery.git
synced 2025-07-22 12:08:27 +00:00
translation update
This commit is contained in:

committed by
Translator of Dokuwiki

parent
b391b89f82
commit
221fcedc7b
9
lang/hu/lang.php
Normal file
9
lang/hu/lang.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author DelDadam <deldadam@gmail.com>
|
||||
*/
|
||||
$lang['pages'] = 'Képgaléria oldalai:';
|
||||
$lang['js']['addgal'] = 'Névtér hozzáadása képgalériaként';
|
18
lang/hu/settings.php
Normal file
18
lang/hu/settings.php
Normal file
@ -0,0 +1,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';
|
Reference in New Issue
Block a user