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
// +-----------------------------------------------------------------------+
2014-01-05 00:19:25 +00:00
// | Copyright(C) 2008-2014 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 ]
2014-09-21 20:05:12 +00:00
Version : 2.7 . 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-09-28 00:20:14 +00:00
$lang [ '%d album updated' ] = '%d album aggiornato' ;
$lang [ '%d albums updated' ] = '%d album aggiornati' ;
2013-09-12 18:59:18 +00:00
$lang [ '%d comment to validate' ] = '%d commento da approvare' ;
2010-03-24 19:34:41 +00:00
$lang [ '%d comment' ] = '%d commento' ;
2013-09-12 18:59:18 +00:00
$lang [ '%d comments to validate' ] = '%d commenti da approvare' ;
2010-03-24 19:34:41 +00:00
$lang [ '%d comments' ] = '%d commenti' ;
2013-09-12 18:59:18 +00:00
$lang [ '%d hit' ] = 'vista %d' ;
$lang [ '%d hits' ] = 'viste %d' ;
$lang [ '%d Kb' ] = '%d KB' ;
$lang [ '%d new comment' ] = '%d nuovo commento' ;
$lang [ '%d new comments' ] = '%d nuovi commenti' ;
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' ;
2013-09-12 18:59:18 +00:00
$lang [ '%d photo is also linked to current tags' ] = '%d foto è anche collegata ai tag correnti' ;
2012-01-23 09:55:57 +00:00
$lang [ '%d photo' ] = '%d foto' ;
2013-09-12 18:59:18 +00:00
$lang [ '%d photos are also linked to current tags' ] = '%d foto sono anche collegate ai tag correnti' ;
2012-01-23 09:55:57 +00:00
$lang [ '%d photos' ] = '%d foto' ;
$lang [ '%d rates' ] = '%d voti' ;
$lang [ '(!) This comment requires validation' ] = '(!) Questo commento deve essere approvato' ;
2013-02-21 19:49:37 +00:00
$lang [ '... or browse your empty gallery' ] = '... o navigare nella vostra galleria vuota' ;
$lang [ '... or please deactivate this message, I will find my way by myself' ] = '... oppure disattivare questo messaggio, voglio riuscirci da solo' ;
$lang [ 'A comment on your site' ] = 'Un commento sul tuo sito' ;
2010-06-30 12:53:31 +00:00
$lang [ 'About Piwigo' ] = 'Informazioni su Piwigo' ;
2013-02-21 19:49:37 +00:00
$lang [ 'About' ] = 'Informazioni su' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Accelerate diaporama speed' ] = 'Accelerare la velocità proiezione' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Add a comment' ] = 'Aggiungi un commento' ;
2011-01-14 21:19:15 +00:00
$lang [ 'add this photo to your favorites' ] = 'Aggiungi la pagina ai tuoi preferiti' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Admin: %s' ] = 'Amministratore: %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Administration' ] = 'Amministrazione' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Album results for' ] = 'Risultati degli album per' ;
$lang [ 'Album' ] = 'Album' ;
$lang [ 'Album: %s' ] = 'Album: %s' ;
$lang [ 'Albums' ] = 'Album' ;
$lang [ 'All tags' ] = 'Tutti i tags' ;
$lang [ 'All' ] = 'Tutto' ;
2010-03-24 19:34:41 +00:00
$lang [ 'all' ] = 'tutto' ;
2012-01-23 09:55:57 +00:00
$lang [ 'An administrator must authorize your comment before it is visible.' ] = 'Un amministratore deve autorizzare il tuo commento affinchè sia visibile.' ;
$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 [ 'Any tag' ] = 'Qualsiasi tag' ;
$lang [ 'Are you sure?' ] = 'Sei sicuro?' ;
2010-03-24 19:34:41 +00:00
$lang [ 'ascending' ] = 'ascendente' ;
2012-01-23 09:55:57 +00:00
$lang [ 'At least one listed rule must be satisfied.' ] = 'Almeno una delle regole elencate deve essere soddisfatta.' ;
$lang [ 'Author' ] = 'Autore' ;
2013-02-22 07:27:25 +00:00
$lang [ 'author(s) : %s' ] = 'autore(i): %s' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Author: %s' ] = 'Autore: %s' ;
$lang [ 'Auto login' ] = 'Conessione automatica' ;
2013-02-22 07:27:25 +00:00
$lang [ 'available for administrators only' ] = 'disponibile solo per gli amministratori' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Bad status for user "guest", using default status. Please notify the webmaster.' ] = 'Lo stato dell\'utente "guest" non è conforme, viene usato lo stato predefinito. Per favore avvisa il webmaster.' ;
2010-06-30 12:53:31 +00:00
$lang [ 'Best rated' ] = 'I più votati' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Browser: %s' ] = 'Browser: %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Calendar' ] = 'Calendario' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Change my password' ] = 'Cambiare la mia password' ;
$lang [ 'Check your email for the confirmation link' ] = 'Controllare la posta elettronica per trovare il link di conferma' ;
2010-03-24 19:34:41 +00:00
$lang [ 'chronology_monthly_calendar' ] = 'Calendario mensile' ;
$lang [ 'chronology_monthly_list' ] = 'Lista mensile' ;
$lang [ 'chronology_weekly_list' ] = 'Lista settimanale' ;
2013-02-21 19:53:02 +00:00
$lang [ 'Click here if your browser does not automatically forward you' ] = 'Cliccare qui se non siete reindirizzati automaticamente' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Click on the photo to see it in high definition' ] = 'Cliccare sulla foto per vederla in alta definizione' ;
$lang [ 'Close this window' ] = 'Chiudi questa finestra' ;
$lang [ 'cloud' ] = 'nuvola' ;
$lang [ 'Comment by %s' ] = 'Commento per %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'comment date' ] = 'data del commento' ;
$lang [ 'Comment' ] = 'Commento' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Comment: %s' ] = 'Commento: %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Comments' ] = 'Commenti' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Complete RSS feed (photos, comments)' ] = 'Feed RSS completo (foto, commenti)' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Confirm Password' ] = 'Conferma Password' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Connected user: %s' ] = 'Utente connesso : %s' ;
$lang [ 'Connection settings' ] = 'Parametri di connessione' ;
$lang [ 'Contact webmaster' ] = 'Contattare il webmaster' ;
$lang [ 'Contact' ] = 'Contattare' ;
$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.' ;
2013-02-21 19:53:02 +00:00
$lang [ 'Create a new account' ] = 'Crea un nuovo account' ;
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' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Created on' ] = 'Creato il' ;
$lang [ 'Creation date' ] = 'Data di creazione' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Current password is wrong' ] = 'La password non è corretta' ;
2012-01-23 09:55:57 +00:00
$lang [ 'customize the appareance of the gallery' ] = 'personalizzare l\'aspetto della galleria' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Customize' ] = 'Personalizza' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Date' ] = 'Data' ;
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' ;
2013-02-21 19:53:02 +00:00
$lang [ 'Default' ] = 'Predefinito' ;
2013-02-22 07:27:25 +00:00
$lang [ 'delete all photos from your favorites' ] = 'cancellare tutte le foto dai vostri favoriti' ;
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' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Dimensions' ] = 'Dimensioni' ;
2013-02-22 07:27:25 +00:00
$lang [ 'display a calendar by creation date' ] = 'mostra il calendario per data di creazione' ;
$lang [ 'display a calendar by posted date' ] = 'mostra il calendario per data d\'inserimento nella galleria' ;
$lang [ 'display a set of random photos' ] = 'mostra un set di foto in modo casuale' ;
$lang [ 'display all photos in all sub-albums' ] = 'mostrare tutte le foto in tutti gli album e sub-album' ;
$lang [ 'display available tags' ] = 'mostra i tags disponibili' ;
$lang [ 'display best rated photos' ] = 'mostra le foto le più votate' ;
$lang [ 'display each day with photos, month per month' ] = 'visualizzare ogni giorno con foto, mese per mese' ;
$lang [ 'display last user comments' ] = 'mostra gli ultimi commenti degli utenti' ;
$lang [ 'display most recent photos' ] = 'mostra le foto più recenti' ;
$lang [ 'display most visited photos' ] = 'mostra le foto le più viste' ;
2012-01-23 09:55:57 +00:00
$lang [ 'display only recently posted photos' ] = 'mostra solo le foto pubblicate di recente' ;
2013-02-22 07:27:25 +00:00
$lang [ 'display photos linked to this tag' ] = 'mostrare le foto connesse solo a questo tag' ;
$lang [ 'display recently updated albums' ] = 'mostrare gli album caricati di recente' ;
2012-01-23 09:55:57 +00:00
$lang [ 'display this album' ] = 'Mostra le foto alle radici dell\'album' ;
2013-02-22 07:27:25 +00:00
$lang [ 'display your favorites photos' ] = 'mostra le mie foto preferite' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Display' ] = 'Visualizzazione' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Download this file' ] = 'Scarica questo file' ;
$lang [ 'Download' ] = 'Scarica' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Each listed rule must be satisfied.' ] = 'Tutti i criteri devono essere soddisfatti' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Edit a comment' ] = 'Modifica un commento' ;
2012-01-23 09:55:57 +00:00
$lang [ 'edit' ] = 'modificare' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Edit' ] = 'Modifica' ;
$lang [ 'Email address is missing. Please specify an email address.' ] = 'Manca l\'indirizzo Email. Per favore specificane uno.' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Email address' ] = 'Indirizzo email' ;
$lang [ 'Email: %s' ] = 'Email: %s' ;
$lang [ 'Empty query. No criteria has been entered.' ] = 'Ricerca incompleta. Nessun criterio di ricerca inserito.' ;
$lang [ 'End-Date' ] = 'Data di fine' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Enter your new password below.' ] = 'Immettere la nuova password qui sotto.' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Enter your personnal informations' ] = 'Inserire le informazioni personali' ;
$lang [ 'Error sending email' ] = 'Errore durante l\'invio dell\'email' ;
2013-02-22 07:27:25 +00:00
$lang [ 'excluded' ] = 'escluso' ;
2013-09-12 18:59:18 +00:00
$lang [ 'EXIF Metadata' ] = 'Metadata EXIF' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Expand all albums' ] = 'Espandere tutti gli album' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Favorites' ] = 'Preferite' ;
2012-01-23 09:55:57 +00:00
$lang [ 'File name' ] = 'Nome file' ;
$lang [ 'File' ] = 'File' ;
$lang [ 'Filesize' ] = 'Dimensione' ;
$lang [ 'Filter and display' ] = 'Filtra e visualizza' ;
$lang [ 'Filter' ] = 'Filtro' ;
2010-03-24 19:34:41 +00:00
$lang [ 'First' ] = 'Primo' ;
2014-09-15 20:25:57 +00:00
$lang [ 'First Page' ] = 'Prima pagina' ;
2013-02-21 19:53:02 +00:00
$lang [ 'Forgot your password?' ] = 'Password dimenticata?' ;
2012-01-23 09:55:57 +00:00
$lang [ 'from %s to %s' ] = 'da %s a %s' ;
2014-09-15 20:25:57 +00:00
$lang [ 'Go back to the album' ] = 'Ritorna all\'album' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Go through the gallery as a visitor' ] = 'Visita la galleria come ospite' ;
$lang [ 'group by letters' ] = 'ragruppare per lettera' ;
2010-03-24 19:34:41 +00:00
$lang [ 'guest' ] = 'ospite' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Hello %s, your Piwigo photo gallery is empty!' ] = 'Ciao %s, la tua galleria fotografica Piwigo è vuota!' ;
$lang [ 'Hello' ] = 'Ciao' ;
$lang [ 'Hello %s,' ] = 'Ciao %s,' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Help' ] = 'Aiuto' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Home' ] = 'Home' ;
2013-02-22 07:27:25 +00:00
$lang [ 'html tags are not allowed in login' ] = 'i tag HTML non sono ammessi nel login' ;
2012-01-23 09:55:57 +00:00
$lang [ 'I want to add photos' ] = 'Voglio aggiungere delle foto' ;
$lang [ 'Identification' ] = 'Identificazione' ;
2013-09-12 18:59:18 +00:00
$lang [ 'If this was a mistake, just ignore this email and nothing will happen.' ] = 'Se si tratta di un\'errore, ignorare questa email e la richiesta non sarà presa in considerazione.' ;
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' ;
2012-01-23 09:55:57 +00:00
$lang [ 'in this album' ] = 'In questo album' ;
2010-03-24 19:34:41 +00:00
$lang [ 'included' ] = 'incluso' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Invalid key' ] = 'Chiave non valida' ;
2013-02-22 07:27:25 +00:00
$lang [ 'Invalid password!' ] = 'Password non valida!' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Invalid username or email' ] = 'Nome utente o indirizzo email non valido' ;
$lang [ 'IP: %s' ] = 'IP: %s' ;
2013-09-12 18:59:18 +00:00
$lang [ 'IPTC Metadata' ] = 'Metadata IPTC' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Keyword' ] = 'Parola chiave' ;
2013-02-22 07:27:25 +00:00
$lang [ 'Kind of date' ] = 'Tipo di data' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Language' ] = 'Lingua' ;
2013-02-22 07:27:25 +00:00
$lang [ 'last %d days' ] = 'ultimi %d giorni' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Last' ] = 'Ultima' ;
2014-09-15 20:25:57 +00:00
$lang [ 'Last Page' ] = 'Ultima pagina' ;
2012-01-23 09:55:57 +00:00
$lang [ 'letters' ] = 'lettere' ;
$lang [ 'Links' ] = 'Links' ;
2013-02-22 07:27:25 +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' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Login' ] = 'Connessione' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Logout' ] = 'Logout' ;
2012-01-23 09:55:57 +00:00
$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 [ 'Manage this user comment: %s' ] = 'Gestire questo commento: %s' ;
$lang [ 'Menu' ] = 'Menu' ;
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' ;
2012-01-23 09:55:57 +00:00
$lang [ 'N/A' ] = 'Non disponibile' ;
$lang [ 'New on %s' ] = 'Nuovo il %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'New password' ] = 'Nuova password' ;
$lang [ 'Next' ] = 'Prossima' ;
$lang [ 'no rate' ] = 'nessun voto' ;
2012-01-23 09:55:57 +00:00
$lang [ 'No' ] = 'No' ;
$lang [ 'Not repeat the slideshow' ] = 'Non ricominciare proiezione' ;
$lang [ 'Notification' ] = 'Notifiche RSS' ;
$lang [ 'Number of items' ] = 'Numero di elementi' ;
$lang [ 'Number of photos per page' ] = 'Numero di miniature per pagina' ;
$lang [ 'obligatory' ] = 'obbligatorio' ;
$lang [ 'Original dimensions' ] = 'Dimensioni originali' ;
$lang [ 'Page generated in' ] = 'Pagina generata in' ;
$lang [ 'Password forgotten' ] = 'Password dimenticata' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Password reset is not allowed for this user' ] = 'La reimpostazione della password non è consentita per questo utente' ;
$lang [ 'Password Reset' ] = 'Reimposta Password' ;
2010-03-24 19:34:41 +00:00
$lang [ 'password updated' ] = 'password aggiornata' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Password' ] = 'Password' ;
$lang [ 'Pause of slideshow' ] = 'Pausa proiezione' ;
2011-04-06 22:57:14 +00:00
$lang [ 'photo' ] = 'foto' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Photos only RSS feed' ] = 'Feed RSS solo per le foto' ;
$lang [ 'photos posted during the last %d days' ] = 'foto aggiunte durante gli ultimi %d giorni' ;
$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.' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Piwigo Help' ] = 'Aiuto di Piwigo' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Play of slideshow' ] = 'Avvia proiezione' ;
2013-02-22 07:27:25 +00:00
$lang [ 'Please enter your username or email address.' ] = 'Inserisci il tuo nome utente o indirizzo e-mail.' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Please, enter a login' ] = 'Per favore, inserire nome utente' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Post date' ] = 'Data d\'invio' ;
$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 [ 'Posted on' ] = 'Inviato il' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Powered by' ] = 'Realizzato grazie a' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Preferences' ] = 'Preferenze' ;
$lang [ 'Previous' ] = 'Precendente' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Profile' ] = 'Profilo' ;
$lang [ 'Quick connect' ] = 'Connessione veloce' ;
$lang [ 'Quick search' ] = 'Ricerca rapida' ;
2011-04-06 22:57:14 +00:00
$lang [ 'Random photos' ] = 'Foto a caso' ;
2013-02-22 07:27:25 +00:00
$lang [ 'Rank' ] = 'Posizione' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Rate this photo' ] = 'Vota questa foto' ;
$lang [ 'Rating score' ] = 'Punteggio' ;
2010-10-31 21:49:58 +00:00
$lang [ 'Recent albums' ] = 'Album recenti' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Recent period must be a positive integer value' ] = 'Il periodo deve essere un valore intero positivo' ;
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' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Redirection...' ] = 'Reindirizzamento...' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Reduce diaporama speed' ] = 'Ralentare la velocità proiezione' ;
$lang [ 'Register' ] = 'Registrati' ;
$lang [ 'Registration of %s' ] = 'Registrazione di %s' ;
$lang [ 'Registration' ] = 'Registrazione' ;
$lang [ 'Related tags' ] = 'Tags correlati' ;
2013-02-22 07:27:25 +00:00
$lang [ 'remove this tag from the list' ] = 'eliminare questo tag dall\'elenco' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Repeat the slideshow' ] = 'Ricomincia proiezione' ;
2013-02-22 07:27:25 +00:00
$lang [ 'representative' ] = 'miniatura dell\'album' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Reset to default values' ] = 'Ripristina le impostazioni predefinite' ;
$lang [ 'Reset' ] = 'Cancella' ;
$lang [ 'Retrieve password' ] = 'Recupera la password' ;
$lang [ 'Return to home page' ] = 'Ritorna alla home page' ;
2013-02-22 07:27:25 +00:00
$lang [ 'return to normal view mode' ] = 'ritorna alla visualizzazione normale' ;
2012-01-23 09:55:57 +00:00
$lang [ 'return to the display of all photos' ] = 'ritornare alla visualizzazione di tutte le foto' ;
$lang [ 'RSS feed' ] = 'Feed RSS' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Search by date' ] = 'Cerca per data' ;
$lang [ 'Search for all terms' ] = 'Cerca tutte le parole' ;
$lang [ 'Search for any term' ] = 'Cerca una qualsiasi delle parole' ;
$lang [ 'Search for Author' ] = 'Cerca un Autore' ;
$lang [ 'Search for words' ] = 'Cerca le parole' ;
$lang [ 'Search in albums' ] = 'Cerca negli album' ;
$lang [ 'Search in sub-albums' ] = 'Cerca nei sub-album' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Search results' ] = 'Risultato della ricerca' ;
$lang [ 'Search rules' ] = 'Criteri di ricerca' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Search tags' ] = 'Cerca i tags' ;
2013-02-22 07:27:25 +00:00
$lang [ 'search' ] = 'cercare' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Search' ] = 'Cerca' ;
2013-02-22 07:27:25 +00:00
$lang [ 'searched words : %s' ] = 'parole ricercate: %s' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Sent by' ] = 'Inviato da' ;
2013-02-22 07:27:25 +00:00
$lang [ 'Send my connection settings by email' ] = 'Inviare le mie impostazioni di connessione tramite e-mail' ;
$lang [ 'set as album representative' ] = 'impostare come miniatura dell\'album' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Show file metadata' ] = 'Mostra i metadati del file' ;
$lang [ 'Show number of comments' ] = 'Mostra il numero dei commenti' ;
$lang [ 'Show number of hits' ] = 'Mostra il numero di visualizzazioni' ;
2012-01-23 09:55:57 +00:00
$lang [ 'show tag cloud' ] = 'mostrare la nuvola di tags' ;
$lang [ 'Since' ] = 'Dal' ;
2013-02-22 07:27:25 +00:00
$lang [ 'slideshow' ] = 'avviare proiezione di diapositive' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Someone requested that the password be reset for the following user account:' ] = 'Qualcuno ha chiesto di reimpostare la password per il seguente utente:' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Sort by' ] = 'Ordina per' ;
$lang [ 'Sort order' ] = 'Ordinamento' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Successfully registered, you will soon receive an email with your connection settings. Welcome!' ] = 'Registrazione riuscita, riceverai presto una email con le tue impostazioni di connessione.. Benvenuto!' ;
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' ;
2012-01-23 09:55:57 +00:00
$lang [ 'stop the slideshow' ] = 'fermare le diapositive' ;
$lang [ 'Submit' ] = 'Confermare' ;
$lang [ 'Tag results for' ] = 'Risultato dei tag per' ;
$lang [ 'Tag' ] = 'Tag' ;
$lang [ 'Tags' ] = 'Tags' ;
2013-02-22 07:27:25 +00:00
$lang [ 'the beginning' ] = 'l\'inizio' ;
2012-01-23 09:55:57 +00:00
$lang [ 'The gallery is locked for maintenance. Please, come back later.' ] = 'La galleria è chiusa per manutenzione. Torna più tardi.' ;
$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 [ 'The passwords do not match' ] = 'Le password non coincidono' ;
$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.' ;
$lang [ 'the username must be given' ] = 'nome utente obbligatorio' ;
$lang [ 'This author modified following comment:' ] = 'Questo autore ha modificato il commento seguente:' ;
2013-02-22 07:27:25 +00:00
$lang [ 'This author removed the comment with id %d' ] = 'Questo autore ha cancellato il commento con l\'ID %d' ;
2012-01-23 09:55:57 +00:00
$lang [ 'this email address is already in use' ] = 'un utente usa già questo indirizzo mail' ;
$lang [ 'This login is already used by another user' ] = 'Questo nome utente esiste già' ;
2013-02-22 07:27:25 +00:00
$lang [ 'this login is already used' ] = 'nome utente già esistente' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Thumbnails' ] = 'Miniature' ;
2013-02-22 07:27:25 +00:00
$lang [ 'To reset your password, visit the following address:' ] = 'Per rinnovare la vostra password, cliccare sul link qui sotto:' ;
$lang [ 'today' ] = 'oggi' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Unknown feed identifier' ] = 'Identificatore di flusso sconosciuto' ;
$lang [ 'Unknown identifier' ] = 'Identificante sconosciuto' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Update your rating' ] = 'Aggiorna il tuo voto' ;
$lang [ 'useful when password forgotten' ] = 'utile se si dimentica la password' ;
2011-09-03 17:58:30 +00:00
$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' ;
2012-01-23 09:55:57 +00:00
$lang [ 'User comments' ] = 'Commenti utenti' ;
$lang [ 'User: %s' ] = 'Utente: %s' ;
2011-09-03 17:58:30 +00:00
$lang [ 'Username "%s" on gallery %s' ] = 'Utente "%s" sur la galerie %s' ;
$lang [ 'Username or email' ] = 'Nome utente o indirizzo email' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Username' ] = 'Nome utente' ;
$lang [ 'Username modification' ] = 'Modificare il nome utente' ;
$lang [ 'View' ] = 'Vista' ;
$lang [ 'Visits' ] = 'Visite' ;
$lang [ 'Webmaster' ] = 'Webmaster' ;
$lang [ 'Week %d' ] = 'Settimana %d' ;
2013-02-22 07:27:25 +00:00
$lang [ 'Welcome to your Piwigo photo gallery!' ] = 'Benvenuto nella tua galleria fotografica Piwigo!' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Welcome' ] = 'Benvenuto' ;
$lang [ 'wrong date' ] = 'data errata' ;
$lang [ 'Yes' ] = 'Sì' ;
$lang [ 'You are not authorized to access the requested page' ] = 'Non sei autorizzato a visualizzare la pagina richiesta' ;
$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 [ 'Your comment has been registered' ] = 'Il vostro commento è stato registrato' ;
$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 [ 'Your favorites' ] = 'Le mie preferite' ;
$lang [ 'Your Gallery Customization' ] = 'Personalizzare la visualizzazione della Galleria ' ;
2013-02-22 07:27:25 +00:00
$lang [ 'Your username has been successfully changed to : %s' ] = 'Il vostro nome d\'utente è stato cambiato con: %s' ;
2012-01-23 09:55:57 +00:00
$lang [ 'Your password has been reset' ] = 'La password è stata reimpostata' ;
2012-02-09 20:43:41 +00:00
$lang [ 'Original' ] = 'Originale' ;
2013-02-22 07:27:25 +00:00
$lang [ 'Thank you for registering at %s!' ] = 'Grazie per esserti registrato su %s!' ;
$lang [ 'Here are your connection settings' ] = 'Qui ci sono le impostazioni di connessione' ;
$lang [ 'Password: %s' ] = 'Password: %s' ;
$lang [ 'Username: %s' ] = 'Nome utente: %s' ;
2013-09-12 18:59:18 +00:00
$lang [ 'If you think you\'ve received this email in error, please contact us at %s' ] = 'Se pensi di avere ricevuto questa email per sbaglio, contattateci %s' ;
2013-02-22 07:27:25 +00:00
$lang [ 'Photo sizes' ] = 'Dimensioni delle foto' ;
2012-01-29 20:04:26 +00:00
$lang [ 'square' ] = 'Quadrata' ;
$lang [ 'thumb' ] = 'Miniatura' ;
2013-02-21 19:49:37 +00:00
$lang [ '2small' ] = 'XXS - minuscola' ;
2013-02-22 07:27:25 +00:00
$lang [ 'xsmall' ] = 'XS - piccolissima' ;
$lang [ 'small' ] = 'S - piccola' ;
2012-03-25 13:24:57 +00:00
$lang [ 'medium' ] = 'M - Media' ;
$lang [ 'large' ] = 'L - Grande' ;
2013-02-22 07:27:25 +00:00
$lang [ 'xlarge' ] = 'XL - grandissima' ;
$lang [ 'xxlarge' ] = 'XXL - enorme' ;
2013-09-12 18:59:18 +00:00
$lang [ 'Show latest comments first' ] = 'Visualizza i commenti più recenti prima' ;
$lang [ 'Show oldest comments first' ] = 'Visualizza i commenti meno recenti prima' ;
2012-02-21 23:24:15 +00:00
$lang [ 'View in' ] = 'Visualizzazione' ;
2012-02-28 07:42:30 +00:00
$lang [ 'Mobile' ] = 'Mobile' ;
2013-02-21 19:53:02 +00:00
$lang [ 'Desktop' ] = 'Desktop' ;
2012-04-04 20:56:43 +00:00
$lang [ 'Date created, new → old' ] = 'Data di creazione, recente → vecchia' ;
$lang [ 'Date created, old → new' ] = 'Data di creazione, vecchia → recente' ;
$lang [ 'Date posted, new → old' ] = 'Data di inserimento, recente → vecchia' ;
$lang [ 'Date posted, old → new' ] = 'Data di inserimento, vecchia → recente' ;
2012-04-23 09:40:55 +00:00
$lang [ 'File name, A → Z' ] = 'Nome file, A → Z' ;
$lang [ 'File name, Z → A' ] = 'Nome file, Z → A' ;
$lang [ 'Manual sort order' ] = 'Ordine manuale' ;
2012-04-04 20:56:43 +00:00
$lang [ 'Numeric identifier, 1 → 9' ] = 'Numero identificativo, 1 → 9' ;
$lang [ 'Numeric identifier, 9 → 1' ] = 'Numero identificativo, 9 → 1' ;
2012-09-23 17:07:40 +00:00
$lang [ 'Photo title, A → Z' ] = 'Titolo foto, A → Z' ;
$lang [ 'Photo title, Z → A' ] = 'Titolo foto, Z → A' ;
2012-04-04 20:56:43 +00:00
$lang [ 'Rating score, high → low' ] = 'Valutazione, alto → basso' ;
$lang [ 'Rating score, low → high' ] = 'Valutazione, basso → alto' ;
2012-04-26 11:41:17 +00:00
$lang [ 'Visits, high → low' ] = 'Visite, alto → basso' ;
2012-04-04 20:56:43 +00:00
$lang [ 'Visits, low → high' ] = 'Visite, basso → alto' ;
2012-05-16 23:00:28 +00:00
$lang [ '%d rate' ] = '%d media' ;
2012-05-30 22:03:54 +00:00
$lang [ 'Page not found' ] = 'Pagina non trovata' ;
2012-05-28 19:15:01 +00:00
$lang [ 'Bad request' ] = 'Richiesta errata' ;
$lang [ 'Forbidden' ] = 'Vietato' ;
$lang [ 'Piwigo encountered a non recoverable error' ] = 'Piwigo ha riscontrato un errore irrecuperabile' ;
$lang [ 'Requested album does not exist' ] = 'L\'album richiesto non esiste' ;
2012-05-30 22:03:54 +00:00
$lang [ 'Permalink for album not found' ] = 'Permalink per l\'album non trovato' ;
2012-05-28 19:15:01 +00:00
$lang [ 'Requested tag does not exist' ] = 'Il tag richiesto non esiste' ;
2012-09-23 17:07:40 +00:00
$lang [ 'Username is mandatory' ] = 'Nome utente obbligatorio' ;
2013-02-21 19:53:02 +00:00
$lang [ 'Email address is mandatory' ] = 'L\'indirizzo email è obbligatorio' ;
2012-09-23 17:07:40 +00:00
$lang [ 'mandatory' ] = 'obbligatorio' ;
2012-11-12 12:19:16 +00:00
$lang [ 'Website' ] = 'Sito web' ;
$lang [ 'Your website URL is invalid' ] = 'L\'indirizzo del vostro sito web non è valido' ;
2013-06-25 20:09:19 +00:00
$lang [ 'Email' ] = 'Email' ;
2013-10-24 17:55:00 +00:00
$lang [ 'Password is missing. Please enter the password.' ] = 'Campo password vuoto. Prego inserire la password.' ;
$lang [ 'Password confirmation is missing. Please confirm the chosen password.' ] = 'Campo conferma della password vuoto. Si prega di confermare la password scelta.' ;
2013-11-17 19:50:15 +00:00
$lang [ '%d photos per page' ] = '%d foto per pagina' ;
2013-11-25 05:14:46 +00:00
$lang [ 'Theme' ] = 'Tema' ;
2014-06-21 12:44:01 +00:00
$lang [ 'No results for' ] = 'Nessun risultato per' ;
$lang [ 'Apply on properties' ] = 'Applica alle proprietà' ;
$lang [ 'Photo description' ] = 'Descrizione foto' ;
2014-07-05 19:03:33 +00:00
$lang [ 'Photo title' ] = 'Titolo foto' ;
$lang [ 'Album name, A → Z' ] = 'Nome album, A → Z' ;
2014-08-27 04:30:02 +00:00
$lang [ 'Album name, Z → A' ] = 'Nome album, Z → A' ;
$lang [ 'Link: %s' ] = 'Link: %s' ;