13 lines
558 B
PHP
13 lines
558 B
PHP
<?php
|
|
// Phrases for the frontend
|
|
$lang ['plugin'] ['photoswipe'] = array(
|
|
'tooltip_closebutton' => 'Chiudi (Tasto Esc)',
|
|
'tooltip_sharebutton' => 'Condividi',
|
|
'tooltip_fullscreenbutton' => 'Schermo intero',
|
|
'tooltip_zoombutton' => 'Zoom',
|
|
'tooltip_autoplaybutton' => 'Avvia la presentazione',
|
|
'tooltip_prevbutton' => 'Immagine precedente (tasto freccia sinistra)',
|
|
'tooltip_nextbutton' => 'Immagine successiva (tasto freccia destra)',
|
|
'label_gallerydoesntexist' => 'La galleria non esiste:',
|
|
'label_imagedoesntexist' => 'L\'immagine non esiste:'
|
|
); |