2009-01-06 21:39:04 +00:00
< ? php
// +-----------------------------------------------------------------------+
2011-01-18 00:02:52 +00:00
// | Piwigo - a PHP based photo gallery |
2009-01-06 21:39:04 +00:00
// +-----------------------------------------------------------------------+
2011-01-16 20:43:56 +00:00
// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org |
2009-01-06 21:39:04 +00:00
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
2011-03-04 10:12:50 +00:00
/*
Language Name : Italiano [ IT ]
2011-04-13 10:46:18 +00:00
Version : 2.3 . 0
2011-03-04 10:12:50 +00:00
Language URI : http :// piwigo . org / ext / extension_view . php ? eid = 424
Author : Piwigo team
Author URI : http :// piwigo . org
*/
2009-01-06 21:39:04 +00:00
2010-03-24 19:34:41 +00:00
// Langage informations
$lang_info [ 'language_name' ] = 'Italiano' ;
$lang_info [ 'country' ] = 'Italia' ;
$lang_info [ 'direction' ] = 'ltr' ;
$lang_info [ 'code' ] = 'it' ;
$lang_info [ 'zero_plural' ] = false ;
2009-01-06 21:39:04 +00:00
2010-06-30 12:53:31 +00:00
$lang [ '%d Kb' ] = '%d Ko' ;
2010-09-28 00:20:14 +00:00
$lang [ '%d album updated' ] = '%d album aggiornato' ;
$lang [ '%d albums updated' ] = '%d album aggiornati' ;
2010-03-24 19:34:41 +00:00
$lang [ '%d comment to validate' ] = '%d commento utente da approvare' ;
$lang [ '%d comments to validate' ] = '%d commenti utente da approvare' ;
$lang [ '%d new comment' ] = '%d nuovo commento utente' ;
$lang [ '%d new comments' ] = '%d nuovi commenti utente' ;
$lang [ '%d comment' ] = '%d commento' ;
$lang [ '%d comments' ] = '%d commenti' ;
$lang [ '%d hit' ] = 'vista %d volte' ;
$lang [ '%d hits' ] = 'viste %d volte' ;
2011-04-06 22:57:14 +00:00
$lang [ '%d new photo' ] = '%d nuova foto' ;
$lang [ '%d new photos' ] = '%d nuove foto' ;
2010-03-24 19:34:41 +00:00
$lang [ '%d new user' ] = '%d nuovo utente' ;
$lang [ '%d new users' ] = '%d nuovi utenti' ;
$lang [ 'About' ] = 'Informazioni su...' ;
$lang [ 'All tags' ] = 'Tutti i tags' ;
$lang [ 'Any tag' ] = 'Qualsiasi tag' ;
$lang [ 'At least one listed rule must be satisfied.' ] = 'Almeno una delle regole elencate deve essere soddisfatta.' ;
2011-09-12 19:48:27 +00:00
$lang [ 'Albums' ] = 'Album' ;
2010-09-28 00:20:14 +00:00
$lang [ 'Album' ] = 'Album' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Close this window' ] = 'Chiudi questa finestra' ;
2011-04-06 22:57:14 +00:00
$lang [ 'Complete RSS feed (photos, comments)' ] = 'Feed RSS completo (foto, commenti)' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Confirm Password' ] = 'Conferma la Password' ;
$lang [ 'Connection settings' ] = 'Parametri di connessione' ;
$lang [ 'Login' ] = 'Connessione' ;
$lang [ 'Contact webmaster' ] = 'Contattare il webmaster' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Create a new account' ] = 'Creare un nuovo account utente?' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Created on' ] = 'Creato il' ;
$lang [ 'Creation date' ] = 'Data di creazione' ;
$lang [ 'Current password is wrong' ] = 'La password non è esatta' ;
$lang [ 'Dimensions' ] = 'Dimensioni' ;
$lang [ 'Display' ] = 'Visualizzazione' ;
$lang [ 'Each listed rule must be satisfied.' ] = 'Tutti i criteri devono essere soddisfatti' ;
$lang [ 'Email address' ] = 'Indirizzo email' ;
$lang [ 'Enter your personnal informations' ] = 'Inserire le informazioni personali' ;
$lang [ 'Error sending email' ] = 'Errore durante l\'invio dell\'email' ;
$lang [ 'File name' ] = 'Nome file' ;
$lang [ 'File' ] = 'File' ;
$lang [ 'Filesize' ] = 'Dimensione' ;
$lang [ 'Filter and display' ] = 'Filtra e visualizza' ;
$lang [ 'Filter' ] = 'Filtro' ;
$lang [ 'Forgot your password?' ] = 'Password dimenticata ?' ;
$lang [ 'Go through the gallery as a visitor' ] = 'Visita la galleria come ospite' ;
$lang [ 'Help' ] = 'Aiuto' ;
$lang [ 'Identification' ] = 'Identificazione' ;
2011-04-06 22:57:14 +00:00
$lang [ 'Photos only RSS feed' ] = 'Feed RSS solo per le foto' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Keyword' ] = 'Parola chiave' ;
$lang [ 'Links' ] = 'Links' ;
2010-06-30 12:53:31 +00:00
$lang [ 'N/A' ] = 'Non disponibile' ;
2010-03-24 19:34:41 +00:00
$lang [ 'New on %s' ] = 'Nuovo il %s' ;
2010-05-24 13:03:58 +00:00
$lang [ 'Notification' ] = 'Notifiche RSS' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Number of items' ] = 'Numero di elementi' ;
$lang [ 'Original dimensions' ] = 'Dimensioni originali' ;
$lang [ 'Password forgotten' ] = 'Password dimenticata' ;
$lang [ 'Password' ] = 'Password' ;
$lang [ 'Post date' ] = 'Data d\'invio' ;
$lang [ 'Posted on' ] = 'Inviato il' ;
$lang [ 'Profile' ] = 'Profilo' ;
$lang [ 'Quick connect' ] = 'Connessione veloce' ;
2010-06-30 12:53:31 +00:00
$lang [ 'RSS feed' ] = 'Feed RSS' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Register' ] = 'Registrati' ;
$lang [ 'Registration' ] = 'Registrazione' ;
$lang [ 'Related tags' ] = 'Tags correlati' ;
$lang [ 'Reset' ] = 'Cancellare' ;
$lang [ 'Retrieve password' ] = 'Recuperare la password' ;
$lang [ 'Search rules' ] = 'Criteri di ricerca' ;
$lang [ 'Search tags' ] = 'Ricercare i tags' ;
$lang [ 'Search' ] = 'Cerca' ;
2011-01-14 21:19:15 +00:00
$lang [ 'display available tags' ] = 'Mostra i tags disponibili' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Since' ] = 'Dal' ;
$lang [ 'Sort by' ] = 'Ordina per' ;
2011-09-12 19:48:27 +00:00
$lang [ 'Sort order' ] = 'Ordinamento' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Tag' ] = 'Tag' ;
$lang [ 'Tags' ] = 'Tags' ;
2011-04-06 22:57:14 +00:00
$lang [ 'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.' ] = 'L\'RSS Feed notifica delle novità della galleria: nuove foto, nuovi album, nuovi commenti. Da usare con un lettore RSS Feed.' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Unknown feed identifier' ] = 'Identificatore di flusso sconosciuto' ;
$lang [ 'User comments' ] = 'Commenti utenti' ;
$lang [ 'Username' ] = 'Nome utente' ;
$lang [ 'Visits' ] = 'Visite' ;
$lang [ 'Webmaster' ] = 'Webmaster' ;
$lang [ 'Week %d' ] = 'Settimana %d' ;
2010-06-30 12:53:31 +00:00
$lang [ 'About Piwigo' ] = 'Informazioni su Piwigo' ;
2010-03-24 19:34:41 +00:00
$lang [ 'You are not authorized to access the requested page' ] = 'Non sei autorizzato a visualizzare la pagina richiesta' ;
2011-12-01 21:02:52 +00:00
$lang [ 'Add to caddie' ] = 'Aggiungi al cestino' ;
2011-01-14 21:19:15 +00:00
$lang [ 'add this photo to your favorites' ] = 'Aggiungi la pagina ai tuoi preferiti' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Administration' ] = 'Amministrazione' ;
$lang [ 'all' ] = 'tutto' ;
$lang [ 'ascending' ] = 'ascendente' ;
$lang [ 'author(s) : %s' ] = 'autore(i) : %s' ;
2010-09-28 00:20:14 +00:00
$lang [ 'Expand all albums' ] = 'Espandere tutti gli album' ;
2010-03-24 19:34:41 +00:00
$lang [ 'posted after %s (%s)' ] = 'disponibile dopo il %s (%s)' ;
$lang [ 'posted before %s (%s)' ] = 'disponibile prima del %s (%s)' ;
$lang [ 'posted between %s (%s) and %s (%s)' ] = 'disponibile tra %s (%s) e il %s (%s)' ;
$lang [ 'posted on %s' ] = 'disponibile il %s' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Best rated' ] = 'I più votati' ;
2011-04-06 22:57:14 +00:00
$lang [ 'display best rated photos' ] = 'Mostra le foto le più votate' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Calendar' ] = 'Calendario' ;
$lang [ 'All' ] = 'Tutto' ;
2011-01-14 21:19:15 +00:00
$lang [ 'display each day with photos, month per month' ] = 'Mostra anno per anno, mese per mese, giorno per giorno' ;
2010-03-24 19:34:41 +00:00
$lang [ 'View' ] = 'Vista' ;
$lang [ 'chronology_monthly_calendar' ] = 'Calendario mensile' ;
$lang [ 'chronology_monthly_list' ] = 'Lista mensile' ;
$lang [ 'chronology_weekly_list' ] = 'Lista settimanale' ;
$lang [ 'Click here if your browser does not automatically forward you' ] = 'Cliccare qui se non siete reindirizzati automaticamente.' ;
$lang [ 'comment date' ] = 'data del commento' ;
$lang [ 'Comment' ] = 'Commento' ;
$lang [ 'Your comment has been registered' ] = 'Il vostro commento è stato registrato' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Anti-flood system : please wait for a moment before trying to post another comment' ] = 'Sistema di sicurezza anti-flood: attendere prima di aggiungere un nuovo commento' ;
$lang [ 'Your comment has NOT been registered because it did not pass the validation rules' ] = 'Il vostro commento NON è stato registrato perchè non rispetta le regole di convalidazione' ;
2010-03-24 19:34:41 +00:00
$lang [ 'An administrator must authorize your comment before it is visible.' ] = 'Un amministratore deve autorizzare il tuo commento affinchè sia visibile.' ;
$lang [ 'This login is already used by another user' ] = 'Questo nome utente esiste già' ;
$lang [ 'Comments' ] = 'Commenti' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Add a comment' ] = 'Aggiungi un commento' ;
2010-03-24 19:34:41 +00:00
$lang [ 'created after %s (%s)' ] = 'creata dopo il %s (%s)' ;
$lang [ 'created before %s (%s)' ] = 'creata prima del %s (%s)' ;
$lang [ 'created between %s (%s) and %s (%s)' ] = 'creata tra il %s (%s) e il %s (%s)' ;
$lang [ 'created on %s' ] = 'creata il %s' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Customize' ] = 'Profilo' ;
$lang [ 'Your Gallery Customization' ] = 'Personalizzare la visualizzazione della Galleria ' ;
2010-03-24 19:34:41 +00:00
$lang [ 'day' ][ 0 ] = 'Domenica' ;
$lang [ 'day' ][ 1 ] = 'Lunedì' ;
$lang [ 'day' ][ 2 ] = 'Martedì' ;
$lang [ 'day' ][ 3 ] = 'Mercoledì' ;
$lang [ 'day' ][ 4 ] = 'Giovedì' ;
$lang [ 'day' ][ 5 ] = 'Venerdì' ;
$lang [ 'day' ][ 6 ] = 'Sabato' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Default' ] = 'Di default' ;
2011-04-06 22:57:14 +00:00
$lang [ 'delete this photo from your favorites' ] = 'Cancellare questa foto dalle vostre preferite' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Delete' ] = 'Cancellare' ;
$lang [ 'descending' ] = 'discendente' ;
2011-12-01 21:02:52 +00:00
$lang [ 'Download' ] = 'Scaricare' ;
$lang [ 'Download this file' ] = 'Scaricare questo file' ;
2010-06-30 12:53:31 +00:00
$lang [ 'edit' ] = 'Modificare' ;
2010-03-24 19:34:41 +00:00
$lang [ 'wrong date' ] = 'data errata' ;
2010-06-30 12:53:31 +00:00
$lang [ 'excluded' ] = 'Escluso' ;
2011-01-14 21:19:15 +00:00
$lang [ 'Your favorites' ] = 'Le mie preferite' ;
$lang [ 'display your favorites photos' ] = 'Mostra le mie foto preferite' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Favorites' ] = 'Preferite' ;
$lang [ 'First' ] = 'Primo' ;
2010-06-30 12:53:31 +00:00
$lang [ 'The gallery is locked for maintenance. Please, come back later.' ] = 'La galleria è chiusa per manutenzione. Torna più tardi.' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Page generated in' ] = 'Pagina generata in' ;
$lang [ 'guest' ] = 'ospite' ;
$lang [ 'Hello' ] = 'Ciao' ;
2010-06-30 12:53:31 +00:00
$lang [ 'available for administrators only' ] = 'Disponibile solo per gli amministratori' ;
2011-04-06 22:57:14 +00:00
$lang [ 'display this album' ] = 'Mostra le foto alle radici dell\'album' ;
2011-01-14 21:19:15 +00:00
$lang [ 'display last user comments' ] = 'Mostra gli ultimi commenti degli utenti' ;
2010-06-30 12:53:31 +00:00
$lang [ 'customize the appareance of the gallery' ] = 'Personalizza l\'aspetto della galleria' ;
$lang [ 'search' ] = 'Cerca nella galleria' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Home' ] = 'Home' ;
2010-09-28 00:20:14 +00:00
$lang [ 'in this album' ] = 'In questo album' ;
2011-03-27 13:01:30 +00:00
$lang [ 'in %d sub-album' ] = 'in %d sub-album' ;
$lang [ 'in %d sub-albums' ] = 'in %d sub-album' ;
2010-03-24 19:34:41 +00:00
$lang [ 'included' ] = 'incluso' ;
$lang [ 'Invalid password!' ] = 'Password non valida !' ;
$lang [ 'Language' ] = 'Lingua' ;
2010-06-30 12:53:31 +00:00
$lang [ 'last %d days' ] = 'Ultimi %d giorni' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Last' ] = 'Ultima' ;
$lang [ 'Logout' ] = 'Logout' ;
$lang [ 'obligatory' ] = 'obbligatorio' ;
2011-04-06 22:57:14 +00:00
$lang [ 'Maximum photo height' ] = 'Altezza massima delle foto' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Maximum height must be a number superior to 50' ] = 'L\'altezza massima deve essere un numero superiore a 50' ;
2011-04-06 22:57:14 +00:00
$lang [ 'Maximum photo width' ] = 'Larghezza massima delle foto' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Maximum width must be a number superior to 50' ] = 'La larghezza massima deve essere un numero superiore a 50' ;
2010-06-30 12:53:31 +00:00
$lang [ 'display a calendar by creation date' ] = 'Mostra il calendario per data di creazione' ;
2011-04-06 22:57:14 +00:00
$lang [ 'display all photos in all sub-albums' ] = 'Mostrare tutte le foto in tutti gli album e sub-album' ;
2010-06-30 12:53:31 +00:00
$lang [ 'return to normal view mode' ] = 'Ritorna alla visualizzazione normale' ;
$lang [ 'display a calendar by posted date' ] = 'Mostra il calendario per data d\'inserimento nella galleria' ;
2010-03-24 19:34:41 +00:00
$lang [ 'month' ][ 10 ] = 'Ottobre' ;
$lang [ 'month' ][ 11 ] = 'Novembre' ;
$lang [ 'month' ][ 12 ] = 'Dicembre' ;
$lang [ 'month' ][ 1 ] = 'Gennaio' ;
$lang [ 'month' ][ 2 ] = 'Febbraio' ;
$lang [ 'month' ][ 3 ] = 'Marzo' ;
$lang [ 'month' ][ 4 ] = 'Aprile' ;
$lang [ 'month' ][ 5 ] = 'Maggio' ;
$lang [ 'month' ][ 6 ] = 'Giugno' ;
$lang [ 'month' ][ 7 ] = 'Luglio' ;
$lang [ 'month' ][ 8 ] = 'Agosto' ;
$lang [ 'month' ][ 9 ] = 'Settembre' ;
$lang [ 'Most visited' ] = 'Le più viste' ;
2011-01-14 21:19:15 +00:00
$lang [ 'display most visited photos' ] = 'Mostra le foto le più viste' ;
2011-04-09 14:52:15 +00:00
$lang [ 'The number of photos per page must be a not null scalar' ] = 'Il numero di foto per pagina deve essere un intero non nullo' ;
$lang [ 'Number of photos per page' ] = 'Numero di miniature per pagina' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Unknown identifier' ] = 'Identificante sconosciuto' ;
$lang [ 'New password' ] = 'Nuova password' ;
2011-01-14 21:19:15 +00:00
$lang [ 'Rate this photo' ] = 'Vota questa foto' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Next' ] = 'Prossima' ;
$lang [ 'no rate' ] = 'nessun voto' ;
2011-04-06 22:57:14 +00:00
$lang [ 'Photos posted within the last %d day.' ] = 'Foto pubblicate nelle ultime 24 ore.' ;
$lang [ 'Photos posted within the last %d days.' ] = 'Foto pubblicate negli ultimi %d giorni.' ;
2010-03-24 19:34:41 +00:00
$lang [ 'password updated' ] = 'password aggiornata' ;
$lang [ 'Recent period must be a positive integer value' ] = 'Il periodo deve essere un valore intero positivo' ;
2011-04-06 22:57:14 +00:00
$lang [ 'photo' ] = 'foto' ;
$lang [ 'Click on the photo to see it in high definition' ] = 'Cliccare sulla foto per vederla in alta definizione' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Show file metadata' ] = 'Mostrare i metadati del file' ;
$lang [ 'Powered by' ] = 'Sito realizzato grazie a' ;
$lang [ 'Preferences' ] = 'Preferenze' ;
$lang [ 'Previous' ] = 'Precendente' ;
2011-04-06 22:57:14 +00:00
$lang [ 'Random photos' ] = 'Foto a caso' ;
$lang [ 'display a set of random photos' ] = 'Mostra un set di foto in modo casuale' ;
2010-10-31 21:49:58 +00:00
$lang [ 'Recent albums' ] = 'Album recenti' ;
$lang [ 'display recently updated albums' ] = 'Mostrare gli album caricati di recente' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Recent period' ] = 'Periodo recente' ;
2011-04-06 22:57:14 +00:00
$lang [ 'Recent photos' ] = 'Ultime foto' ;
$lang [ 'display most recent photos' ] = 'Mostra le foto più recenti' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Redirection...' ] = 'Reindirizzamento in corso...' ;
$lang [ 'Please, enter a login' ] = 'Inserire nome utente, grazie' ;
2010-06-30 12:53:31 +00:00
$lang [ 'login mustn\'t end with a space character' ] = 'Il nome utente non deve finire con uno spazio' ;
$lang [ 'login mustn\'t start with a space character' ] = 'Il nome utente non deve iniziare con uno spazio' ;
$lang [ 'this login is already used' ] = 'Nome utente già esistente' ;
$lang [ 'mail address must be like xxx@yyy.eee (example : jack@altern.org)' ] = 'l\'indirizzo email deve essere del tipo xxx@yyy.eee (ad esempio: cippalippa@libero.rio)' ;
$lang [ 'please enter your password again' ] = 'Reinserire la password, grazie.' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Auto login' ] = 'Conessione automatica' ;
2010-06-30 12:53:31 +00:00
$lang [ 'remove this tag from the list' ] = 'Eliminare questo tag dall\'elenco' ;
2010-03-24 19:34:41 +00:00
$lang [ 'representative' ] = 'rappresentative' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Search for Author' ] = 'Cercare un Autore' ;
2010-09-28 00:20:14 +00:00
$lang [ 'Search in albums' ] = 'Cercare negli album' ;
2011-12-04 19:41:54 +00:00
$lang [ 'Search by date' ] = 'Cercare per data' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Date' ] = 'data' ;
2010-03-24 19:34:41 +00:00
$lang [ 'End-Date' ] = 'Data di fine' ;
$lang [ 'Kind of date' ] = 'Tipo data' ;
$lang [ 'Search for words' ] = 'Cercare le parole' ;
$lang [ 'Search for all terms' ] = 'Cercare tutte le parole' ;
2011-12-04 19:41:54 +00:00
$lang [ 'Search for any term' ] = 'Cercare una qualsiasi delle parole' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Empty query. No criteria has been entered.' ] = 'Ricerca incompleta. Nessun criterio di ricerca inserito.' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Search results' ] = 'Risultato della ricerca' ;
2011-03-27 13:01:30 +00:00
$lang [ 'Search in sub-albums' ] = 'Cercare nei sub-album' ;
2010-03-24 19:34:41 +00:00
$lang [ 'searched words : %s' ] = 'parole cercate : %s' ;
$lang [ 'Contact' ] = 'Contattare' ;
2011-04-06 22:57:14 +00:00
$lang [ 'set as album representative' ] = 'Impostare come rappresentativa per l\'album' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Show number of comments' ] = 'Mostrare il numero dei commenti' ;
$lang [ 'Show number of hits' ] = 'Mostrare il numero di visualizzazioni' ;
2010-06-30 12:53:31 +00:00
$lang [ 'slideshow' ] = 'Avviare la proiezione di diapositive' ;
2010-05-13 22:52:13 +00:00
$lang [ 'stop the slideshow' ] = 'fermare le diapositive' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Specials' ] = 'Speciale' ;
2010-06-30 12:53:31 +00:00
$lang [ 'SQL queries in' ] = 'Queries SQL in' ;
2011-04-06 22:57:14 +00:00
$lang [ 'display only recently posted photos' ] = 'mostra solo le foto pubblicate di recente' ;
$lang [ 'return to the display of all photos' ] = 'ritornare alla visualizzazione di tutte le foto' ;
2010-06-30 12:53:31 +00:00
$lang [ 'the beginning' ] = 'L\'inizio' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Interface theme' ] = 'Tema dell\'interfaccia' ;
$lang [ 'Thumbnails' ] = 'Miniature' ;
$lang [ 'Menu' ] = 'Menu' ;
$lang [ 'A comment on your site' ] = 'Un commento sul sito' ;
2010-06-30 12:53:31 +00:00
$lang [ 'today' ] = 'Oggi' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Update your rating' ] = 'Aggiorna il tuo voto' ;
$lang [ 'the username must be given' ] = 'nome utente obbligatorio' ;
$lang [ 'useful when password forgotten' ] = 'utile se si dimentica la password' ;
$lang [ 'Quick search' ] = 'Ricerca rapida' ;
$lang [ 'Connected user: %s' ] = 'Utente(i) connesso(i): %s' ;
$lang [ 'IP: %s' ] = 'IP: %s' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Browser: %s' ] = 'Browser: %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Author: %s' ] = 'Autore: %s' ;
$lang [ 'Comment: %s' ] = 'Commento: %s' ;
$lang [ 'Comment by %s' ] = 'Commento per %s' ;
$lang [ 'User: %s' ] = 'Utente: %s' ;
$lang [ 'Email: %s' ] = 'Email: %s' ;
$lang [ 'Admin: %s' ] = 'Amministrazione: %s' ;
$lang [ 'Registration of %s' ] = 'Registrazione di %s' ;
2010-09-28 00:20:14 +00:00
$lang [ 'Album: %s' ] = 'Album: %s' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Bad status for user "guest", using default status. Please notify the webmaster.' ] = 'Lo status dell\'utente "guest" non è conforme, viene usato lo status di default. Per favore avvisa il webmaster.' ;
2011-01-12 21:03:00 +00:00
$lang [ 'this email address is already in use' ] = 'un utente usa già questo indirizzo mail' ;
2010-10-31 21:49:58 +00:00
$lang [ 'Album results for' ] = 'Risultati degli album per' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Tag results for' ] = 'Risultato dei tag per' ;
$lang [ 'from %s to %s' ] = 'da %s a %s' ;
2010-05-21 21:52:56 +00:00
$lang [ 'Play of slideshow' ] = 'Avvia proiezione' ;
$lang [ 'Pause of slideshow' ] = 'Pausa proiezione' ;
$lang [ 'Repeat the slideshow' ] = 'Ricominciare proiezione' ;
$lang [ 'Not repeat the slideshow' ] = 'Non ricominciare proiezione' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Reduce diaporama speed' ] = 'Ralentare la velocità proiezione' ;
$lang [ 'Accelerate diaporama speed' ] = 'Accelerare la velocità proiezione' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Submit' ] = 'Confermare' ;
2011-05-04 19:01:23 +00:00
$lang [ 'Yes' ] = 'Sì' ;
2010-03-24 19:34:41 +00:00
$lang [ 'No' ] = 'No' ;
2011-04-06 22:57:14 +00:00
$lang [ '%d photo' ] = '%d foto' ;
$lang [ '%d photos' ] = '%d foto' ;
$lang [ '%d photo is also linked to current tags' ] = '%d foto è anche connessa ai tag correnti' ;
$lang [ '%d photos are also linked to current tags' ] = '%d foto sono anche connesse ai tag correnti' ;
$lang [ 'display photos linked to this tag' ] = 'Mostrare le foto connesse solo a questo tag' ;
$lang [ 'photos posted during the last %d days' ] = 'foto aggiunte durante gli ultimi %d giorni' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Piwigo Help' ] = 'Help di Piwigo' ;
$lang [ 'Rank' ] = 'Rang' ;
$lang [ 'group by letters' ] = 'ragruppare per lettera' ;
$lang [ 'letters' ] = 'lettere' ;
2010-06-30 12:53:31 +00:00
$lang [ 'show tag cloud' ] = 'mostrare la nuvola di tags' ;
2010-03-24 19:34:41 +00:00
$lang [ 'cloud' ] = 'nuvola' ;
$lang [ 'Reset to default values' ] = 'Ripristinare le impostazioni predefinite' ;
2011-04-06 22:57:14 +00:00
$lang [ 'delete all photos from your favorites' ] = 'Cancellare tutte le foto dai vostri favoriti' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Sent by' ] = 'Mandato da' ;
2010-05-21 21:52:56 +00:00
$lang [ 'Cookies are blocked or not supported by your browser. You must enable cookies to connect.' ] = 'I cookies sono bloccati o non supportati dal vostro browser. Dovete attivare i cookie per connettervi.' ;
2010-03-29 20:56:14 +00:00
$lang [ 'Edit a comment' ] = 'Modificare un commento' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Are you sure?' ] = 'Sei sicuro?' ;
2010-06-30 12:53:31 +00:00
$lang [ '(!) This comment requires validation' ] = '(!) Questo commento deve essere approvato' ;
2010-03-29 20:56:14 +00:00
$lang [ 'Welcome' ] = 'Benvenuto' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Welcome to your Piwigo photo gallery!' ] = 'Benvenuto nella vostra galleria fotografica Piwigo !' ;
$lang [ '... or browse your empty gallery' ] = '... o naviga nella nostra galleria vuota' ;
$lang [ '... or please deactivate this message, I will find my way by myself' ] = '... oppure disattiva questo messaggio, voglio riuscirci da solo' ;
2010-05-21 22:19:29 +00:00
$lang [ 'Hello %s, your Piwigo photo gallery is empty!' ] = 'Salve %s, la vostra galleria fotografica Piwigo è vuota!' ;
2011-04-06 22:57:14 +00:00
$lang [ 'I want to add photos' ] = 'Voglio aggiungere delle foto' ;
2010-03-29 20:56:14 +00:00
$lang [ 'Manage this user comment: %s' ] = 'Gestire questo commento: %s' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Email address is missing. Please specify an email address.' ] = 'Manca l\'indirizzo Email. Per favore specificarne uno.' ;
$lang [ 'This author modified following comment:' ] = 'Questo autore ha modificato il commento seguente:' ;
$lang [ 'This author removed the comment with id %d' ] = 'Questo autore ha cancellato il commento con l\'ID %d' ;
2011-03-31 07:59:25 +00:00
$lang [ 'html tags are not allowed in login' ] = 'I tag HTML non sono ammessi nel login' ;
2011-09-03 17:58:30 +00:00
$lang [ 'Invalid username or email' ] = 'Nome utente o indirizzo email non valido' ;
$lang [ 'Password reset is not allowed for this user' ] = 'Il rinnovo della password non è consentito per questo utente' ;
$lang [ 'User "%s" has no email address, password reset is not possible' ] = 'L\'utente "%s" non ha nessun indirizzo email, il rinnovo della password è impossibile' ;
$lang [ 'Someone requested that the password be reset for the following user account:' ] = 'Qualcuno ha chiesto di rinnovare la propria password per l\'utente seguente :' ;
$lang [ 'Username "%s" on gallery %s' ] = 'Utente "%s" sur la galerie %s' ;
$lang [ 'To reset your password, visit the following address:' ] = 'Per rinnovare la vostra password, cliccare sul link qui sotto :' ;
$lang [ 'If this was a mistake, just ignore this email and nothing will happen.' ] = 'Se si tratta di un\'errore, ignorare questo messaggio e la richiesta non sarà presa in considerazione' ;
$lang [ 'Password Reset' ] = 'Rinnovare la vostra password' ;
$lang [ 'Check your email for the confirmation link' ] = 'Controllare la posta elettronica per trovare il link di conferma' ;
$lang [ 'Invalid key' ] = 'Chiave non valida' ;
$lang [ 'The passwords do not match' ] = 'Le password non coincidono' ;
$lang [ 'Your password has been reset' ] = 'La password è stata reimpostata' ;
$lang [ 'Return to home page' ] = 'Ritornare alla home page' ;
$lang [ 'Please enter your username or email address.' ] = 'Grazie d\'inserire il nome utente o l\'indirizzo email' ;
$lang [ 'You will receive a link to create a new password via email.' ] = 'Via email, riceverete un link da cliccare per rinnovare la vostra password' ;
$lang [ 'Username or email' ] = 'Nome utente o indirizzo email' ;
$lang [ 'Change my password' ] = 'Cambiare la mia password' ;
$lang [ 'Enter your new password below.' ] = 'Immettere la nuova password qui sotto' ;
2011-09-07 05:59:34 +00:00
$lang [ 'Author' ] = 'Autore' ;
$lang [ '%d rates' ] = '%d voti' ;
$lang [ 'Rating score' ] = 'Punteggio' ;
2011-09-12 19:48:27 +00:00
$lang [ 'EXIF Metadata' ] = 'Dati EXIF' ;
$lang [ 'IPTC Metadata' ] = 'Dati IPTC' ;
2010-12-28 16:31:46 +00:00
?>