mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
22 lines
692 B
PHP
22 lines
692 B
PHP
<?php
|
|
/**
|
|
* English language file for gallery plugin
|
|
*
|
|
* @author Dmitry Baikov <dsbaikov@gmail.com>
|
|
* @author Andreas Gohr <andi@splitbrain.org>
|
|
*/
|
|
|
|
$lang['thumbnail_width'] = 'Thumbnail image width';
|
|
$lang['thumbnail_height'] = 'Thumbnail image height';
|
|
$lang['image_width'] = 'Image width';
|
|
$lang['image_height'] = 'Image height';
|
|
$lang['cols'] = 'Images per row';
|
|
|
|
$lang['sort'] = 'How to sort the gallery images';
|
|
$lang['sort_o_file'] = 'sort by filename';
|
|
$lang['sort_o_mod'] = 'sort by file date';
|
|
$lang['sort_o_date'] = 'sort by EXIF date';
|
|
$lang['sort_o_title'] = 'sort by EXIF title';
|
|
|
|
$lang['options'] = 'Additional gallery default options';
|
|
|