1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | $lang['stop the slideshow'] = 'Stop a slideshow'; |
---|
24 | $lang['What transition to use'] = 'Quale transizione utilizzare'; |
---|
25 | $lang['Navigation style'] = 'Stile di navigazione'; |
---|
26 | $lang['How to fit an image'] = 'Come inserire un\'immagine'; |
---|
27 | $lang['Enables shadows'] = 'Consenti ombre'; |
---|
28 | $lang['Enables loop'] = 'Consenti ciclo'; |
---|
29 | $lang['Enables autoplay'] = 'Abilita autoplay'; |
---|
30 | $lang['Allows fullscreen'] = 'Consenti a schermo intero'; |
---|
31 | $lang['Stops slideshow at any user action with the fotorama'] = 'Ferma slideshow con qualsiasi azione dell\'utente con fotorama'; |
---|
32 | $lang['Only fullscreen mode'] = 'Solo modo schermo intero'; |
---|
33 | $lang['Fullscreen navigation style'] = 'Stile di navigazione a schermo intero'; |
---|
34 | $lang['except an administrator'] = 'ad eccezione dell\'amministratore'; |
---|
35 | $lang['Use crossfade transition on click'] = 'Utilizza la transizione di dissolvenza incrociata su clicca'; |
---|
36 | $lang['Thumbnail height (when present)'] = 'Altezza miniatura (quando presente)'; |
---|
37 | $lang['Show caption with image title'] = 'Mostra la didascalia con il titolo dell\'immagine'; |
---|
38 | $lang['Replace picture page'] = 'Sostituisci pagina foto'; |
---|
39 | $lang['Waiting time before loading a new image'] = 'Tempo di attesa prima di caricare una nuova foto'; |
---|
40 | $lang['milliseconds'] = 'millisecondi'; |
---|
41 | $lang['Thumbnail is a square (when present)'] = 'Miniatura è un quadrato (quando presente)'; |
---|
42 | $lang['Add image info button'] = 'Aggiungi pulsante info immagine'; |
---|
43 | $lang['Resize to fit window'] = 'Ridimensiona per adattare la finestra'; |
---|
44 | $lang['Add close button'] = 'Aggiungi pulsante chiusura'; |
---|