2009-01-06 21:39:04 +00:00
< ? php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
2010-03-28 18:46:44 +00:00
// | Copyright(C) 2008-2010 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. |
// +-----------------------------------------------------------------------+
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-03-31 14:34:21 +00:00
$lang [ '%.2f (rated %d times)' ] = '%.2f (votata %d volte)' ;
2010-03-24 19:34:41 +00:00
$lang [ '%d Kb' ] = '%d Ko' ;
$lang [ '%d category updated' ] = '%d categoria aggiornata' ;
$lang [ '%d categories updated' ] = '%d categorie aggiornate' ;
$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' ;
$lang [ '%d new image' ] = '%d nuovo elemento' ;
$lang [ '%d new images' ] = '%d nuovi elementi' ;
$lang [ '%d new user' ] = '%d nuovo utente' ;
$lang [ '%d new users' ] = '%d nuovi utenti' ;
$lang [ '%d waiting element' ] = '%d elemento in attesa' ;
$lang [ '%d waiting elements' ] = '%d elementi in attesa' ;
$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.' ;
$lang [ 'At least one tag must match' ] = 'Almeno un tag deve corrispondere' ;
$lang [ 'Author' ] = 'Autore' ;
$lang [ 'Average rate' ] = 'Voto medio' ;
$lang [ 'Categories' ] = 'Categorie' ;
$lang [ 'Category' ] = 'Categoria' ;
$lang [ 'Close this window' ] = 'Chiudi questa finestra' ;
$lang [ 'Complete RSS feed (images, comments)' ] = 'Flussi RSS completo (immagini, commenti)' ;
$lang [ 'Confirm Password' ] = 'Conferma la Password' ;
$lang [ 'Connection settings' ] = 'Parametri di connessione' ;
$lang [ 'Login' ] = 'Connessione' ;
$lang [ 'Contact webmaster' ] = 'Contattare il webmaster' ;
$lang [ 'Create a new account' ] = 'Sei un nuovo utente?' ;
$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 is missing. Please specify an email address.' ] = 'Manca l\'indirizzo email' ;
$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' ;
$lang [ 'Image only RSS feed' ] = 'Flussi RSS delle immagini' ;
$lang [ 'Keyword' ] = 'Parola chiave' ;
$lang [ 'Links' ] = 'Links' ;
$lang [ 'Mail address' ] = $lang [ 'Email address' ];
$lang [ 'N/A' ] = 'N/A' ;
$lang [ 'New on %s' ] = 'Nuovo il %s' ;
$lang [ 'New password confirmation does not correspond' ] = 'La conferma della nuova password non corrisponde' ;
$lang [ 'New password sent by email' ] = 'La nuova password ti è stata inviata via email' ;
$lang [ 'No email address' ] = 'Nessun indirizzo email' ;
$lang [ 'No classic user matches this email address' ] = 'Non esiste nessun utente con questo indirizzo email' ;
$lang [ 'Notification' ] = 'Notifica' ;
$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' ;
$lang [ 'RSS feed' ] = 'flussi RSS' ;
$lang [ 'Rate' ] = 'Voto' ;
$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' ;
$lang [ 'See available tags' ] = 'Mostra i tags disponibili' ;
$lang [ 'Send new password' ] = 'Inviare una nuova password' ;
$lang [ 'Since' ] = 'Dal' ;
$lang [ 'Sort by' ] = 'Ordina per' ;
$lang [ 'Sort order' ] = 'Tipo di ordinamento' ;
$lang [ 'Tag' ] = 'Tag' ;
$lang [ 'Tags' ] = 'Tags' ;
2010-05-13 22:52:13 +00:00
$lang [ 'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.' ] = 'I flussi RSS informano sulle novità della galleria: nuove immagini, aggiornamento delle categorie, nuovi commenti. Da usarsi con un lettore di flussi RSS.' ;
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' ;
$lang [ 'About Piwigo' ] = 'Mostra le informazioni su Piwigo' ;
$lang [ 'You are not authorized to access the requested page' ] = 'Non sei autorizzato a visualizzare la pagina richiesta' ;
$lang [ 'add to caddie' ] = 'Aggiungi al cestino' ;
$lang [ 'add this image to your favorites' ] = 'Aggiungi la pagina ai tuoi preferiti' ;
$lang [ 'Administration' ] = 'Amministrazione' ;
$lang [ 'Adviser mode enabled' ] = 'Modo consigliere attivo' ;
$lang [ 'all' ] = 'tutto' ;
$lang [ 'ascending' ] = 'ascendente' ;
$lang [ 'author(s) : %s' ] = 'autore(i) : %s' ;
$lang [ 'Expand all categories' ] = 'Espandi tutte le categorie' ;
$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' ;
$lang [ 'Best rated' ] = 'Le più votate' ;
$lang [ 'display best rated items' ] = 'Mostra gli elementi i più votati' ;
$lang [ 'caddie' ] = 'Cestino' ;
$lang [ 'Calendar' ] = 'Calendario' ;
$lang [ 'All' ] = 'Tutto' ;
$lang [ 'display each day with pictures, month per month' ] = 'Mostra anno per anno, mese per mese, giorno per giorno' ;
$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' ;
$lang [ 'Anti-flood system : please wait for a moment before trying to post another comment' ] = 'Sistema di sicurezza: 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' ;
$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' ;
$lang [ 'Add a comment' ] = 'Aggiunti un commento' ;
$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' ;
$lang [ 'Customize' ] = 'Personalizza' ;
$lang [ 'Your Gallery Customization' ] = 'Personalizzare visualizzazione ' ;
$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' ;
$lang [ 'Default' ] = 'Di default' ;
$lang [ 'delete this image from your favorites' ] = 'Cancellare questa immagine dalle vostre preferite' ;
$lang [ 'Delete' ] = 'Cancellare' ;
$lang [ 'descending' ] = 'discendente' ;
$lang [ 'download' ] = 'Scaricare' ;
$lang [ 'download this file' ] = 'Scaricare questo file' ;
$lang [ 'edit' ] = 'modificare' ;
$lang [ 'wrong date' ] = 'data errata' ;
$lang [ 'excluded' ] = 'Escluso' ;
$lang [ 'My favorites' ] = 'Le mie preferite' ;
$lang [ 'display my favorites pictures' ] = 'Mostra le mie foto preferite' ;
$lang [ 'Favorites' ] = 'Preferite' ;
$lang [ 'First' ] = 'Primo' ;
$lang [ 'The gallery is locked for maintenance. Please, come back later.' ] = 'La galleria è chiusa per manutenzione. Tornare più tardi.' ;
$lang [ 'Page generated in' ] = 'Pagina generata in' ;
$lang [ 'guest' ] = 'ospite' ;
$lang [ 'Hello' ] = 'Ciao' ;
$lang [ 'available for administrators only' ] = 'Disponibile sono per gli amministratori' ;
$lang [ 'shows images at the root of this category' ] = 'Mostra le foto alla base di questa categoria' ;
$lang [ 'See last users comments' ] = 'Mostra gli ultimi commenti degli utenti' ;
$lang [ 'customize the appareance of the gallery' ] = 'Personalizza l\'aspetto della galleria' ;
$lang [ 'search' ] = 'Cerca nella galleria' ;
$lang [ 'Home' ] = 'Home' ;
$lang [ 'Identification' ] = 'Identificazione' ;
$lang [ 'in this category' ] = 'in questa categoria' ;
$lang [ 'in %d sub-category' ] = 'in %d sottocategoria' ;
$lang [ 'in %d sub-categories' ] = 'in %d sottocategorie' ;
$lang [ 'included' ] = 'incluso' ;
$lang [ 'Invalid password!' ] = 'Password non valida !' ;
$lang [ 'Language' ] = 'Lingua' ;
$lang [ 'last %d days' ] = 'Ultimi %d giorni' ;
$lang [ 'Last' ] = 'Ultima' ;
$lang [ 'Logout' ] = 'Logout' ;
$lang [ 'E-mail address' ] = $lang [ 'Email address' ];
$lang [ 'obligatory' ] = 'obbligatorio' ;
$lang [ 'Maximum height of the pictures' ] = 'Altezza massima delle immagini' ;
$lang [ 'Maximum height must be a number superior to 50' ] = 'L\'altezza massima deve essere un numero superiore a 50' ;
$lang [ 'Maximum width of the pictures' ] = 'Larghezza massima delle immagini' ;
$lang [ 'Maximum width must be a number superior to 50' ] = 'La larghezza massima deve essere un numero superiore a 50' ;
$lang [ 'display a calendar by creation date' ] = 'Mostra il calendario per data di creazione' ;
2010-05-13 22:52:13 +00:00
$lang [ 'display all elements in all sub-categories' ] = 'Mostra tutti gli elementi in tutte le sottocategorie' ;
2010-03-24 19:34:41 +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' ;
$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' ;
$lang [ 'display most visited pictures' ] = 'Mostra le foto le più viste' ;
$lang [ 'The number of images per row must be a not null scalar' ] = 'Il numero d\'immagini per riga deve essere un intero non nullo' ;
$lang [ 'Number of images per row' ] = 'Numero d\'immagini per riga' ;
$lang [ 'The number of rows per page must be a not null scalar' ] = 'Il numero di righe per pagina deve essere un intero non nullo' ;
$lang [ 'Number of rows per page' ] = 'Numero di righe per pagina' ;
$lang [ 'Unknown identifier' ] = 'Identificante sconosciuto' ;
$lang [ 'New password' ] = 'Nuova password' ;
$lang [ 'Rate this picture' ] = 'Vota questa foto' ;
$lang [ 'Next' ] = 'Prossima' ;
$lang [ 'Home' ] = 'Home' ;
$lang [ 'no rate' ] = 'nessun voto' ;
$lang [ 'Elements posted within the last %d day.' ] = 'L\'insieme degli elementi sono filtrati per visualizzare solo gli elementi recenti di meno di %d giorno.' ;
$lang [ 'Elements posted within the last %d days.' ] = 'L\'insieme degli elementi sono filtrati per visualizzare solo gli elementi recenti di meno di %d giorni.' ;
$lang [ 'password updated' ] = 'password aggiornata' ;
$lang [ 'Recent period must be a positive integer value' ] = 'Il periodo deve essere un valore intero positivo' ;
$lang [ 'picture' ] = 'immagini' ;
$lang [ 'Click on the picture to see it in high definition' ] = 'Cliccare sull\'immagine per vederla in alta definizione' ;
$lang [ 'Show file metadata' ] = 'Mostrare i metadati del file' ;
$lang [ 'Powered by' ] = 'Sito realizzato grazie a' ;
$lang [ 'Preferences' ] = 'Preferenze' ;
$lang [ 'Previous' ] = 'Precendente' ;
$lang [ 'Random pictures' ] = 'Immagini a caso' ;
$lang [ 'display a set of random pictures' ] = 'Mostra un insieme d\'immagini in modo casuale' ;
$lang [ 'Recent categories' ] = 'Ultime categorie' ;
$lang [ 'display recently updated categories' ] = 'Mostra le categorie recentemente create o aggiornate' ;
$lang [ 'Recent period' ] = 'Periodo recente' ;
$lang [ 'Recent pictures' ] = 'Ultime immagini' ;
$lang [ 'display most recent pictures' ] = 'Mostra le immagini le più recenti' ;
$lang [ 'Redirection...' ] = 'Reindirizzamento in corso...' ;
$lang [ 'Please, enter a login' ] = 'Inserire nome utente, grazie' ;
$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.' ;
$lang [ 'Auto login' ] = 'Conessione automatica' ;
2010-04-07 00:10:21 +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' ;
$lang [ 'return to homepage' ] = 'Torna alla homepage' ;
$lang [ 'Search for Author' ] = 'Cercare un Autore' ;
$lang [ 'Search in Categories' ] = 'Cercare nelle categorie' ;
$lang [ 'Search by Date' ] = 'Cercare per data' ;
$lang [ 'Date' ] = 'data' ;
$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' ;
$lang [ 'Search for any terms' ] = 'Cercare una delle parole' ;
$lang [ 'Empty query. No criteria has been entered.' ] = 'Selezione vuota. Nessun criterio di ricerca inserito.' ;
$lang [ 'Search Options' ] = 'Opzioni di ricerca' ;
$lang [ 'Search results' ] = 'Risultato della ricerca' ;
$lang [ 'Search in subcategories' ] = 'Cercare nelle sottocategorie' ;
$lang [ 'Search' ] = 'Cercare' ;
$lang [ 'searched words : %s' ] = 'parole cercate : %s' ;
$lang [ 'Contact' ] = 'Contattare' ;
$lang [ 'set as category representative' ] = 'Usare immagine come rappresentativa della categoria' ;
$lang [ 'Show number of comments' ] = 'Mostrare il numero dei commenti' ;
$lang [ 'Show number of hits' ] = 'Mostrare il numero di visualizzazioni' ;
2010-05-13 22:52:13 +00:00
$lang [ 'slideshow' ] = 'proiezione di diapositive' ;
$lang [ 'stop the slideshow' ] = 'fermare le diapositive' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Specials' ] = 'Speciale' ;
$lang [ 'SQL queries in' ] = 'selezioni SQL in' ;
$lang [ 'display only recently posted images' ] = 'Mostra solo gli elementi recenti' ;
$lang [ 'return to the display of all images' ] = 'ritornare alla visualizzazione di tutti gli elementi' ;
$lang [ 'the beginning' ] = 'L\'inizio' ;
$lang [ 'Interface theme' ] = 'Tema dell\'interfaccia' ;
$lang [ 'Thumbnails' ] = 'Miniature' ;
$lang [ 'Menu' ] = 'Menu' ;
$lang [ 'A comment on your site' ] = 'Un commento sul sito' ;
$lang [ 'today' ] = 'Oggi' ;
$lang [ 'Update your rating' ] = 'Aggiorna il tuo voto' ;
$lang [ 'wrong filename' ] = 'nome della directory errata' ;
$lang [ 'the filesize of the picture must not exceed :' ] = 'La dimensione del file immagine non deve eccedere: ' ;
$lang [ 'the picture must be to the fileformat jpg, gif or png' ] = 'L\'immagine deve essere in formato jpg, png o gif' ;
$lang [ 'the height of the picture must not exceed :' ] = 'L\'altezza dell\'immagine non deve eccedere: ' ;
$lang [ 'Optional, but recommended : choose a thumbnail to associate to' ] = 'Opzionale ma raccomandato: scegliere una miniatura da associare a ' ;
$lang [ 'the width of the picture must not exceed :' ] = 'La larghezza dell\'immagine non deve eccedere: ' ;
$lang [ 'Author' ] = 'Autore' ;
$lang [ 'can\'t upload the picture on the server' ] = 'non è stato possibile caricare il file sul server' ;
$lang [ 'the username must be given' ] = 'nome utente obbligatorio' ;
$lang [ 'A picture\'s name already used' ] = 'file già esistente' ;
$lang [ 'You must choose a picture fileformat for the image' ] = 'il formato del file non è un formato immagine' ;
$lang [ 'Name of the picture' ] = 'Nome dell\'immagine' ;
$lang [ 'Upload a picture' ] = 'Caricare un\'immagine' ;
$lang [ 'Picture uploaded with success, an administrator will validate it as soon as possible' ] = 'Immagine caricata con successo. Un amministratore convaliderà l\'operazione il più presto possibile' ;
$lang [ 'Upload a picture' ] = 'Caricare un\'immagine' ;
$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' ;
$lang [ 'Browser: %s' ] = 'Navigatore: %s' ;
$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' ;
$lang [ 'Category: %s' ] = 'Categoria: %s' ;
$lang [ 'Picture name: %s' ] = 'Nome dell\'immagine: %s' ;
$lang [ 'Creation date: %s' ] = 'Data di creazione: %d' ;
$lang [ 'Waiting page: %s' ] = 'Pagina in attesa: %s' ;
$lang [ 'Picture uploaded by %s' ] = 'Immagine caricata da %s' ;
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang [ 'Bad status for user "guest", using default status. Please notify the webmaster.' ] = 'Lo status del\'utente "guest" non è conforme, viene usato lo status di default. Vogliate avvertire il webmaster.' ;
2010-03-29 20:56:14 +00:00
// --------- Starting below: New or revised $lang ---- from Butterfly (2.0)
2010-03-24 19:34:41 +00:00
$lang [ 'Administrator, webmaster and special user cannot use this method' ] = 'Amministratore, webmaster et utente speciale non possono utilizzare questo metodo' ;
$lang [ 'a user use already this mail address' ] = 'un utente usa già questo indirizzo mail' ;
$lang [ 'Category results for' ] = 'Risultato delle categorie per' ;
$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' ;
$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' ;
$lang [ 'Yes' ] = 'Si' ;
$lang [ 'No' ] = 'No' ;
$lang [ '%d image' ] = '%d immagine' ;
$lang [ '%d images' ] = '%d immagini' ;
$lang [ '%d image is also linked to current tags' ] = '%d immagine è anche connessa ai tag correnti' ;
$lang [ '%d images are also linked to current tags' ] = '%d immagini sono anche connesse ai tag correnti' ;
$lang [ 'See images linked to this tag only' ] = 'Mostrare le immagini connesse solo a questo tag' ;
$lang [ 'images posted during the last %d days' ] = 'immagini aggiunte durante gli ultimi %d giorni' ;
$lang [ 'Choose an image' ] = 'Scegliere un immagine da aggiungere' ;
$lang [ 'Piwigo Help' ] = 'Help di Piwigo' ;
$lang [ 'Rank' ] = 'Rang' ;
$lang [ 'group by letters' ] = 'ragruppare per lettera' ;
$lang [ 'letters' ] = 'lettere' ;
$lang [ 'show tag cloud' ] = 'fare salire la nuvola di tags' ;
$lang [ 'cloud' ] = 'nuvola' ;
$lang [ 'Reset to default values' ] = 'Ripristinare le impostazioni predefinite' ;
$lang [ 'delete all images from your favorites' ] = 'cancellare tutte le immagini dai vostri favoriti' ;
$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
2010-05-21 21:52:56 +00:00
$lang [ 'Some info about this picture' ] = 'Alcune info su questa foto' ;
$lang [ 'Some more (technical) info about this picture' ] = 'Alcune informazioni (tecniche) su questa foto' ;
2010-03-29 20:56:14 +00:00
$lang [ 'edit this comment' ] = 'modificare questo commento' ;
$lang [ 'Edit a comment' ] = 'Modificare un commento' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Are you sure?' ] = 'Sei sicuro?' ;
2010-03-29 20:56:14 +00:00
$lang [ '(!) This comment requires validation' ] = '(!) Questo commento deve essere convalidato' ;
$lang [ 'Welcome' ] = 'Benvenuto' ;
$lang [ 'Welcome to your Piwigo photo gallery!' ] = 'Benvenuto sulla vostra galleria Piwigo !' ;
$lang [ '... or browse your empty gallery' ] = '... o navigate nella nostra galleria vuota' ;
2010-05-21 21:52:56 +00:00
$lang [ '... or please deactivate this message, I will find my way by myself' ] = '... oppure disattivare 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!' ;
2010-03-29 20:56:14 +00:00
$lang [ 'I want to add photos' ] = 'Voglio aggiungere delle immagini' ;
$lang [ 'Manage this user comment: %s' ] = 'Gestire questo commento: %s' ;
$lang [ 'Email address is missing. Please specify an email address.' ] = 'Manca l\'indirizzo Email. Vogliate specificarne uno.' ;
$lang [ 'This author modified following comment:' ] = 'Questo autore a modificato il commento seguente:' ;
$lang [ 'This author removed the comment with id %d' ] = 'Questo autore a cancellato il commento con l\'ID %d' ;
$lang [ 'delete this comment' ] = 'cancellare questo commento' ;
2010-03-24 19:34:41 +00:00
$lang [ 'validate this comment' ] = 'convalidare questo commento' ;
2010-03-31 14:34:21 +00:00
?>