mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
18 lines
774 B
PHP
18 lines
774 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Andreas Gohr <andi@splitbrain.org>
|
|
*/
|
|
$lang['thumbnail_width'] = 'Vorschaubildbreite';
|
|
$lang['thumbnail_height'] = 'Vorschaubildhöhe';
|
|
$lang['image_width'] = 'Bildbreite';
|
|
$lang['image_height'] = 'Bildhöhe';
|
|
$lang['cols'] = 'Bilder pro Zeile';
|
|
$lang['sort'] = 'Sortierung der Galleriebilder';
|
|
$lang['sort_o_file'] = 'nach Dateiname sortieren';
|
|
$lang['sort_o_mod'] = 'nach Dateidatum sortieren';
|
|
$lang['sort_o_date'] = 'nach EXIF-Datum sortieren';
|
|
$lang['sort_o_title'] = 'nach EXIF-Titel sortieren';
|
|
$lang['options'] = 'Zusätzliche Gallerie Standard-Einstellungen';
|