1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/gallery/lang/it/settings.php
2014-07-20 13:52:54 +02:00

18 lines
709 B
PHP

<?php
/**
* Italian language file for gallery plugin
*
* @author Dmitry Baikov <dsbaikov@gmail.com>
* @author Diego Pierotto <ita.translations@tiscali.it>
*/
$lang['thumbnail_width'] = 'Larghezza immagine anteprima';
$lang['thumbnail_height'] = 'Altezza immagine anteprima';
$lang['image_width'] = 'Larghezza immagine';
$lang['image_height'] = 'Altezza immagine';
$lang['cols'] = 'Immagini per riga';
$lang['direct'] = 'Collegamento direct';
$lang['lightbox'] = 'Utilizza Lightbox (implica il collegamento diretto)';
$lang['showname'] = 'Mostra nome file immagine';
$lang['reverse'] = 'Inverti ordine';
$lang['js_ok'] = 'Allow javascript urls';