[3055] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
| 3 | // | Piwigo - a PHP based picture gallery | |
---|
| 4 | // +-----------------------------------------------------------------------+ |
---|
[5430] | 5 | // | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | |
---|
[3055] | 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 | |
---|
[5316] | 24 | // Langage informations |
---|
| 25 | $lang_info['language_name'] = 'Italiano'; |
---|
| 26 | $lang_info['country'] = 'Italia'; |
---|
| 27 | $lang_info['direction'] = 'ltr'; |
---|
| 28 | $lang_info['code'] = 'it'; |
---|
| 29 | $lang_info['zero_plural'] = false; |
---|
[3055] | 30 | |
---|
[5500] | 31 | $lang['%.2f (rated %d times)'] = '%.2f (votata %d volte)'; |
---|
[5316] | 32 | $lang['%d Kb'] = '%d Ko'; |
---|
| 33 | $lang['%d category updated'] = '%d categoria aggiornata'; |
---|
| 34 | $lang['%d categories updated'] = '%d categorie aggiornate'; |
---|
| 35 | $lang['%d comment to validate'] = '%d commento utente da approvare'; |
---|
| 36 | $lang['%d comments to validate'] = '%d commenti utente da approvare'; |
---|
| 37 | $lang['%d new comment'] = '%d nuovo commento utente'; |
---|
| 38 | $lang['%d new comments'] = '%d nuovi commenti utente'; |
---|
| 39 | $lang['%d comment'] = '%d commento'; |
---|
| 40 | $lang['%d comments'] = '%d commenti'; |
---|
| 41 | $lang['%d hit'] = 'vista %d volte'; |
---|
| 42 | $lang['%d hits'] = 'viste %d volte'; |
---|
| 43 | $lang['%d new image'] = '%d nuovo elemento'; |
---|
| 44 | $lang['%d new images'] = '%d nuovi elementi'; |
---|
| 45 | $lang['%d new user'] = '%d nuovo utente'; |
---|
| 46 | $lang['%d new users'] = '%d nuovi utenti'; |
---|
| 47 | $lang['%d waiting element'] = '%d elemento in attesa'; |
---|
| 48 | $lang['%d waiting elements'] = '%d elementi in attesa'; |
---|
| 49 | $lang['About'] = 'Informazioni su...'; |
---|
| 50 | $lang['All tags must match'] = 'Tutti i tags devono corrispondere'; |
---|
| 51 | $lang['All tags'] = 'Tutti i tags'; |
---|
| 52 | $lang['Any tag'] = 'Qualsiasi tag'; |
---|
| 53 | $lang['At least one listed rule must be satisfied.'] = 'Almeno una delle regole elencate deve essere soddisfatta.'; |
---|
| 54 | $lang['At least one tag must match'] = 'Almeno un tag deve corrispondere'; |
---|
| 55 | $lang['Author'] = 'Autore'; |
---|
| 56 | $lang['Average rate'] = 'Voto medio'; |
---|
| 57 | $lang['Categories'] = 'Categorie'; |
---|
| 58 | $lang['Category'] = 'Categoria'; |
---|
| 59 | $lang['Close this window'] = 'Chiudi questa finestra'; |
---|
| 60 | $lang['Complete RSS feed (images, comments)'] = 'Flussi RSS completo (immagini, commenti)'; |
---|
| 61 | $lang['Confirm Password'] = 'Conferma la Password'; |
---|
| 62 | $lang['Connection settings'] = 'Parametri di connessione'; |
---|
| 63 | $lang['Login'] = 'Connessione'; |
---|
| 64 | $lang['Contact webmaster'] = 'Contattare il webmaster'; |
---|
| 65 | $lang['Create a new account'] = 'Sei un nuovo utente?'; |
---|
| 66 | $lang['Created on'] = 'Creato il'; |
---|
| 67 | $lang['Creation date'] = 'Data di creazione'; |
---|
| 68 | $lang['Current password is wrong'] = 'La password non è esatta'; |
---|
| 69 | $lang['Dimensions'] = 'Dimensioni'; |
---|
| 70 | $lang['Display'] = 'Visualizzazione'; |
---|
| 71 | $lang['Each listed rule must be satisfied.'] = 'Tutti i criteri devono essere soddisfatti'; |
---|
| 72 | $lang['Email address is missing. Please specify an email address.'] = 'Manca l\'indirizzo email'; |
---|
| 73 | $lang['Email address'] = 'Indirizzo email'; |
---|
| 74 | $lang['Enter your personnal informations'] = 'Inserire le informazioni personali'; |
---|
| 75 | $lang['Error sending email'] = 'Errore durante l\'invio dell\'email'; |
---|
| 76 | $lang['File name'] = 'Nome file'; |
---|
| 77 | $lang['File'] = 'File'; |
---|
| 78 | $lang['Filesize'] = 'Dimensione'; |
---|
| 79 | $lang['Filter and display'] = 'Filtra e visualizza'; |
---|
| 80 | $lang['Filter'] = 'Filtro'; |
---|
| 81 | $lang['Forgot your password?'] = 'Password dimenticata ?'; |
---|
| 82 | $lang['Go through the gallery as a visitor'] = 'Visita la galleria come ospite'; |
---|
| 83 | $lang['Help'] = 'Aiuto'; |
---|
| 84 | $lang['Identification'] = 'Identificazione'; |
---|
| 85 | $lang['Image only RSS feed'] = 'Flussi RSS delle immagini'; |
---|
| 86 | $lang['Keyword'] = 'Parola chiave'; |
---|
| 87 | $lang['Links'] = 'Links'; |
---|
| 88 | $lang['Mail address'] = $lang['Email address']; |
---|
| 89 | $lang['N/A'] = 'N/A'; |
---|
| 90 | $lang['New on %s'] = 'Nuovo il %s'; |
---|
| 91 | $lang['New password confirmation does not correspond'] = 'La conferma della nuova password non corrisponde'; |
---|
| 92 | $lang['New password sent by email'] = 'La nuova password ti è stata inviata via email'; |
---|
| 93 | $lang['No email address'] = 'Nessun indirizzo email'; |
---|
| 94 | $lang['No classic user matches this email address'] = 'Non esiste nessun utente con questo indirizzo email'; |
---|
| 95 | $lang['Notification'] = 'Notifica'; |
---|
| 96 | $lang['Number of items'] = 'Numero di elementi'; |
---|
| 97 | $lang['Original dimensions'] = 'Dimensioni originali'; |
---|
| 98 | $lang['Password forgotten'] = 'Password dimenticata'; |
---|
| 99 | $lang['Password'] = 'Password'; |
---|
| 100 | $lang['Post date'] = 'Data d\'invio'; |
---|
| 101 | $lang['Posted on'] = 'Inviato il'; |
---|
| 102 | $lang['Profile'] = 'Profilo'; |
---|
| 103 | $lang['Quick connect'] = 'Connessione veloce'; |
---|
| 104 | $lang['RSS feed'] = 'flussi RSS'; |
---|
| 105 | $lang['Rate'] = 'Voto'; |
---|
| 106 | $lang['Register'] = 'Registrati'; |
---|
| 107 | $lang['Registration'] = 'Registrazione'; |
---|
| 108 | $lang['Related tags'] = 'Tags correlati'; |
---|
| 109 | $lang['Reset'] = 'Cancellare'; |
---|
| 110 | $lang['Retrieve password'] = 'Recuperare la password'; |
---|
| 111 | $lang['Search rules'] = 'Criteri di ricerca'; |
---|
| 112 | $lang['Search tags'] = 'Ricercare i tags'; |
---|
| 113 | $lang['Search'] = 'Cerca'; |
---|
| 114 | $lang['See available tags'] = 'Mostra i tags disponibili'; |
---|
| 115 | $lang['Send new password'] = 'Inviare una nuova password'; |
---|
| 116 | $lang['Since'] = 'Dal'; |
---|
| 117 | $lang['Sort by'] = 'Ordina per'; |
---|
| 118 | $lang['Sort order'] = 'Tipo di ordinamento'; |
---|
| 119 | $lang['Tag'] = 'Tag'; |
---|
| 120 | $lang['Tags'] = 'Tags'; |
---|
| 121 | $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 informno sulle novità della galleria: nuove immagini, aggiornamento delle categorie, nuovi commenti. Da usarsi con un lettore di flussi RSS.'; |
---|
| 122 | $lang['Unknown feed identifier'] = 'Identificatore di flusso sconosciuto'; |
---|
| 123 | $lang['User comments'] = 'Commenti utenti'; |
---|
| 124 | $lang['Username'] = 'Nome utente'; |
---|
| 125 | $lang['Visits'] = 'Visite'; |
---|
| 126 | $lang['Webmaster'] = 'Webmaster'; |
---|
| 127 | $lang['Week %d'] = 'Settimana %d'; |
---|
| 128 | $lang['About Piwigo'] = 'Mostra le informazioni su Piwigo'; |
---|
| 129 | $lang['You are not authorized to access the requested page'] = 'Non sei autorizzato a visualizzare la pagina richiesta'; |
---|
| 130 | $lang['add to caddie'] = 'Aggiungi al cestino'; |
---|
| 131 | $lang['add this image to your favorites'] = 'Aggiungi la pagina ai tuoi preferiti'; |
---|
| 132 | $lang['Administration'] = 'Amministrazione'; |
---|
| 133 | $lang['Adviser mode enabled'] = 'Modo consigliere attivo'; |
---|
| 134 | $lang['all'] = 'tutto'; |
---|
| 135 | $lang['ascending'] = 'ascendente'; |
---|
| 136 | $lang['author(s) : %s'] = 'autore(i) : %s'; |
---|
| 137 | $lang['Expand all categories'] = 'Espandi tutte le categorie'; |
---|
| 138 | $lang['posted after %s (%s)'] = 'disponibile dopo il %s (%s)'; |
---|
| 139 | $lang['posted before %s (%s)'] = 'disponibile prima del %s (%s)'; |
---|
| 140 | $lang['posted between %s (%s) and %s (%s)'] = 'disponibile tra %s (%s) e il %s (%s)'; |
---|
| 141 | $lang['posted on %s'] = 'disponibile il %s'; |
---|
| 142 | $lang['Best rated'] = 'Le più votate'; |
---|
| 143 | $lang['display best rated items'] = 'Mostra gli elementi i più votati'; |
---|
| 144 | $lang['caddie'] = 'Cestino'; |
---|
| 145 | $lang['Calendar'] = 'Calendario'; |
---|
| 146 | $lang['All'] = 'Tutto'; |
---|
| 147 | $lang['display each day with pictures, month per month'] = 'Mostra anno per anno, mese per mese, giorno per giorno'; |
---|
| 148 | $lang['display pictures added on'] = 'Mostra le immagini del '; |
---|
| 149 | $lang['View'] = 'Vista'; |
---|
| 150 | $lang['chronology_monthly_calendar'] = 'Calendario mensile'; |
---|
| 151 | $lang['chronology_monthly_list'] = 'Lista mensile'; |
---|
| 152 | $lang['chronology_weekly_list'] = 'Lista settimanale'; |
---|
| 153 | $lang['Click here if your browser does not automatically forward you'] = 'Cliccare qui se non siete reindirizzati automaticamente.'; |
---|
| 154 | $lang['comment date'] = 'data del commento'; |
---|
| 155 | $lang['Comment'] = 'Commento'; |
---|
| 156 | $lang['Your comment has been registered'] = 'Il vostro commento è stato registrato'; |
---|
| 157 | $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'; |
---|
| 158 | $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'; |
---|
| 159 | $lang['An administrator must authorize your comment before it is visible.'] = 'Un amministratore deve autorizzare il tuo commento affinchè sia visibile.'; |
---|
| 160 | $lang['This login is already used by another user'] = 'Questo nome utente esiste già'; |
---|
| 161 | $lang['Comments'] = 'Commenti'; |
---|
| 162 | $lang['Add a comment'] = 'Aggiunti un commento'; |
---|
| 163 | $lang['created after %s (%s)'] = 'creata dopo il %s (%s)'; |
---|
| 164 | $lang['created before %s (%s)'] = 'creata prima del %s (%s)'; |
---|
| 165 | $lang['created between %s (%s) and %s (%s)'] = 'creata tra il %s (%s) e il %s (%s)'; |
---|
| 166 | $lang['created on %s'] = 'creata il %s'; |
---|
| 167 | $lang['Customize'] = 'Personalizza'; |
---|
| 168 | $lang['Your Gallery Customization'] = 'Personalizzare visualizzazione '; |
---|
| 169 | $lang['day'][0] = 'Domenica'; |
---|
| 170 | $lang['day'][1] = 'Lunedì'; |
---|
| 171 | $lang['day'][2] = 'Martedì'; |
---|
| 172 | $lang['day'][3] = 'Mercoledì'; |
---|
| 173 | $lang['day'][4] = 'Giovedì'; |
---|
| 174 | $lang['day'][5] = 'Venerdì'; |
---|
| 175 | $lang['day'][6] = 'Sabato'; |
---|
| 176 | $lang['Default'] = 'Di default'; |
---|
| 177 | $lang['delete this image from your favorites'] = 'Cancellare questa immagine dalle vostre preferite'; |
---|
| 178 | $lang['Delete'] = 'Cancellare'; |
---|
| 179 | $lang['descending'] = 'discendente'; |
---|
| 180 | $lang['download'] = 'Scaricare'; |
---|
| 181 | $lang['download this file'] = 'Scaricare questo file'; |
---|
| 182 | $lang['edit'] = 'modificare'; |
---|
| 183 | $lang['wrong date'] = 'data errata'; |
---|
| 184 | $lang['excluded'] = 'Escluso'; |
---|
| 185 | $lang['My favorites'] = 'Le mie preferite'; |
---|
| 186 | $lang['display my favorites pictures'] = 'Mostra le mie foto preferite'; |
---|
| 187 | $lang['Favorites'] = 'Preferite'; |
---|
| 188 | $lang['First'] = 'Primo'; |
---|
| 189 | $lang['The gallery is locked for maintenance. Please, come back later.'] = 'La galleria è chiusa per manutenzione. Tornare più tardi.'; |
---|
| 190 | $lang['Page generated in'] = 'Pagina generata in'; |
---|
| 191 | $lang['guest'] = 'ospite'; |
---|
| 192 | $lang['Hello'] = 'Ciao'; |
---|
| 193 | $lang['available for administrators only'] = 'Disponibile sono per gli amministratori'; |
---|
| 194 | $lang['shows images at the root of this category'] = 'Mostra le foto alla base di questa categoria'; |
---|
| 195 | $lang['See last users comments'] = 'Mostra gli ultimi commenti degli utenti'; |
---|
| 196 | $lang['customize the appareance of the gallery'] = 'Personalizza l\'aspetto della galleria'; |
---|
| 197 | $lang['search'] = 'Cerca nella galleria'; |
---|
| 198 | $lang['Home'] = 'Home'; |
---|
| 199 | $lang['Identification'] = 'Identificazione'; |
---|
| 200 | $lang['in this category'] = 'in questa categoria'; |
---|
| 201 | $lang['in %d sub-category'] = 'in %d sottocategoria'; |
---|
| 202 | $lang['in %d sub-categories'] = 'in %d sottocategorie'; |
---|
| 203 | $lang['included'] = 'incluso'; |
---|
| 204 | $lang['Invalid password!'] = 'Password non valida !'; |
---|
| 205 | $lang['Language'] = 'Lingua'; |
---|
| 206 | $lang['last %d days'] = 'Ultimi %d giorni'; |
---|
| 207 | $lang['Last'] = 'Ultima'; |
---|
| 208 | $lang['Logout'] = 'Logout'; |
---|
| 209 | $lang['E-mail address'] = $lang['Email address']; |
---|
| 210 | $lang['obligatory'] = 'obbligatorio'; |
---|
| 211 | $lang['Maximum height of the pictures'] = 'Altezza massima delle immagini'; |
---|
| 212 | $lang['Maximum height must be a number superior to 50'] = 'L\'altezza massima deve essere un numero superiore a 50'; |
---|
| 213 | $lang['Maximum width of the pictures'] = 'Larghezza massima delle immagini'; |
---|
| 214 | $lang['Maximum width must be a number superior to 50'] = 'La larghezza massima deve essere un numero superiore a 50'; |
---|
| 215 | $lang['display a calendar by creation date'] = 'Mostra il calendario per data di creazione'; |
---|
| 216 | $lang['display all elements in all sub-categories'] = 'Mostra gli elementi delle categorie e sottocategorie in modalità flat'; |
---|
| 217 | $lang['return to normal view mode'] = 'Ritorna alla visualizzazione normale'; |
---|
| 218 | $lang['display a calendar by posted date'] = 'Mostra il calendario per data d\'inserimento nella galleria'; |
---|
| 219 | $lang['month'][10] = 'Ottobre'; |
---|
| 220 | $lang['month'][11] = 'Novembre'; |
---|
| 221 | $lang['month'][12] = 'Dicembre'; |
---|
| 222 | $lang['month'][1] = 'Gennaio'; |
---|
| 223 | $lang['month'][2] = 'Febbraio'; |
---|
| 224 | $lang['month'][3] = 'Marzo'; |
---|
| 225 | $lang['month'][4] = 'Aprile'; |
---|
| 226 | $lang['month'][5] = 'Maggio'; |
---|
| 227 | $lang['month'][6] = 'Giugno'; |
---|
| 228 | $lang['month'][7] = 'Luglio'; |
---|
| 229 | $lang['month'][8] = 'Agosto'; |
---|
| 230 | $lang['month'][9] = 'Settembre'; |
---|
| 231 | $lang['Most visited'] = 'Le più viste'; |
---|
| 232 | $lang['display most visited pictures'] = 'Mostra le foto le più viste'; |
---|
| 233 | $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'; |
---|
| 234 | $lang['Number of images per row'] = 'Numero d\'immagini per riga'; |
---|
| 235 | $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'; |
---|
| 236 | $lang['Number of rows per page'] = 'Numero di righe per pagina'; |
---|
| 237 | $lang['Unknown identifier'] = 'Identificante sconosciuto'; |
---|
| 238 | $lang['New password'] = 'Nuova password'; |
---|
| 239 | $lang['Rate this picture'] = 'Vota questa foto'; |
---|
| 240 | $lang['Next'] = 'Prossima'; |
---|
| 241 | $lang['Home'] = 'Home'; |
---|
| 242 | $lang['no rate'] = 'nessun voto'; |
---|
| 243 | $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.'; |
---|
| 244 | $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.'; |
---|
| 245 | $lang['password updated'] = 'password aggiornata'; |
---|
| 246 | $lang['Recent period must be a positive integer value'] = 'Il periodo deve essere un valore intero positivo'; |
---|
| 247 | $lang['picture'] = 'immagini'; |
---|
| 248 | $lang['Click on the picture to see it in high definition'] = 'Cliccare sull\'immagine per vederla in alta definizione'; |
---|
| 249 | $lang['Show file metadata'] = 'Mostrare i metadati del file'; |
---|
| 250 | $lang['Powered by'] = 'Sito realizzato grazie a'; |
---|
| 251 | $lang['Preferences'] = 'Preferenze'; |
---|
| 252 | $lang['Previous'] = 'Precendente'; |
---|
| 253 | $lang['Random pictures'] = 'Immagini a caso'; |
---|
| 254 | $lang['display a set of random pictures'] = 'Mostra un insieme d\'immagini in modo casuale'; |
---|
| 255 | $lang['Recent categories'] = 'Ultime categorie'; |
---|
| 256 | $lang['display recently updated categories'] = 'Mostra le categorie recentemente create o aggiornate'; |
---|
| 257 | $lang['Recent period'] = 'Periodo recente'; |
---|
| 258 | $lang['Recent pictures'] = 'Ultime immagini'; |
---|
| 259 | $lang['display most recent pictures'] = 'Mostra le immagini le più recenti'; |
---|
| 260 | $lang['Redirection...'] = 'Reindirizzamento in corso...'; |
---|
| 261 | $lang['Please, enter a login'] = 'Inserire nome utente, grazie'; |
---|
| 262 | $lang['login mustn\'t end with a space character'] = 'Il nome utente non deve finire con uno spazio'; |
---|
| 263 | $lang['login mustn\'t start with a space character'] = 'Il nome utente non deve iniziare con uno spazio'; |
---|
| 264 | $lang['this login is already used'] = 'Nome utente già esistente'; |
---|
| 265 | $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)'; |
---|
| 266 | $lang['please enter your password again'] = 'Reinserire la password, grazie.'; |
---|
| 267 | $lang['Auto login'] = 'Conessione automatica'; |
---|
| 268 | $lang['remove this tag from the list'] = 'Eliminare tag dalla lista'; |
---|
| 269 | $lang['representative'] = 'rappresentative'; |
---|
| 270 | $lang['return to homepage'] = 'Torna alla homepage'; |
---|
| 271 | $lang['Search for Author'] = 'Cercare un Autore'; |
---|
| 272 | $lang['Search in Categories'] = 'Cercare nelle categorie'; |
---|
| 273 | $lang['Search by Date'] = 'Cercare per data'; |
---|
| 274 | $lang['Date'] = 'data'; |
---|
| 275 | $lang['End-Date'] = 'Data di fine'; |
---|
| 276 | $lang['Kind of date'] = 'Tipo data'; |
---|
| 277 | $lang['Search for words'] = 'Cercare le parole'; |
---|
| 278 | $lang['Search for all terms'] = 'Cercare tutte le parole'; |
---|
| 279 | $lang['Search for any terms'] = 'Cercare una delle parole'; |
---|
| 280 | $lang['Empty query. No criteria has been entered.'] = 'Selezione vuota. Nessun criterio di ricerca inserito.'; |
---|
| 281 | $lang['Search Options'] = 'Opzioni di ricerca'; |
---|
| 282 | $lang['Search results'] = 'Risultato della ricerca'; |
---|
| 283 | $lang['Search in subcategories'] = 'Cercare nelle sottocategorie'; |
---|
| 284 | $lang['Search'] = 'Cercare'; |
---|
| 285 | $lang['searched words : %s'] = 'parole cercate : %s'; |
---|
| 286 | $lang['Contact'] = 'Contattare'; |
---|
| 287 | $lang['set as category representative'] = 'Usare immagine come rappresentativa della categoria'; |
---|
| 288 | $lang['Show number of comments'] = 'Mostrare il numero dei commenti'; |
---|
| 289 | $lang['Show number of hits'] = 'Mostrare il numero di visualizzazioni'; |
---|
| 290 | $lang['slideshow'] = 'diaporama'; |
---|
| 291 | $lang['stop the slideshow'] = 'fermare il diaporama'; |
---|
| 292 | $lang['Specials'] = 'Speciale'; |
---|
| 293 | $lang['SQL queries in'] = 'selezioni SQL in'; |
---|
| 294 | $lang['display only recently posted images'] = 'Mostra solo gli elementi recenti'; |
---|
| 295 | $lang['return to the display of all images'] = 'ritornare alla visualizzazione di tutti gli elementi'; |
---|
| 296 | $lang['the beginning'] = 'L\'inizio'; |
---|
| 297 | $lang['Interface theme'] = 'Tema dell\'interfaccia'; |
---|
| 298 | $lang['Thumbnails'] = 'Miniature'; |
---|
| 299 | $lang['Menu'] = 'Menu'; |
---|
| 300 | $lang['A comment on your site'] = 'Un commento sul sito'; |
---|
| 301 | $lang['today'] = 'Oggi'; |
---|
| 302 | $lang['Update your rating'] = 'Aggiorna il tuo voto'; |
---|
| 303 | $lang['wrong filename'] = 'nome della directory errata'; |
---|
| 304 | $lang['the filesize of the picture must not exceed :'] = 'La dimensione del file immagine non deve eccedere: '; |
---|
| 305 | $lang['the picture must be to the fileformat jpg, gif or png'] = 'L\'immagine deve essere in formato jpg, png o gif'; |
---|
| 306 | $lang['the height of the picture must not exceed :'] = 'L\'altezza dell\'immagine non deve eccedere: '; |
---|
| 307 | $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opzionale ma raccomandato: scegliere una miniatura da associare a '; |
---|
| 308 | $lang['the width of the picture must not exceed :'] = 'La larghezza dell\'immagine non deve eccedere: '; |
---|
| 309 | $lang['Author'] = 'Autore'; |
---|
| 310 | $lang['can\'t upload the picture on the server'] = 'non è stato possibile caricare il file sul server'; |
---|
| 311 | $lang['the username must be given'] = 'nome utente obbligatorio'; |
---|
| 312 | $lang['A picture\'s name already used'] = 'file già esistente'; |
---|
| 313 | $lang['You must choose a picture fileformat for the image'] = 'il formato del file non è un formato immagine'; |
---|
| 314 | $lang['You can\'t upload pictures in this category'] = 'Non è possibile caricare una foto in questa categoria'; |
---|
| 315 | $lang['Name of the picture'] = 'Nome dell\'immagine'; |
---|
| 316 | $lang['Upload a picture'] = 'Caricare un\'immagine'; |
---|
| 317 | $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'; |
---|
| 318 | $lang['Upload a picture'] = 'Caricare un\'immagine'; |
---|
| 319 | $lang['useful when password forgotten'] = 'utile se si dimentica la password'; |
---|
| 320 | $lang['Quick search'] = 'Ricerca rapida'; |
---|
| 321 | $lang['Connected user: %s'] = 'Utente(i) connesso(i): %s'; |
---|
| 322 | $lang['IP: %s'] = 'IP: %s'; |
---|
| 323 | $lang['Browser: %s'] = 'Navigatore: %s'; |
---|
| 324 | $lang['Author: %s'] = 'Autore: %s'; |
---|
| 325 | $lang['Comment: %s'] = 'Commento: %s'; |
---|
| 326 | $lang['Delete: %s'] = 'Sopressione: %s'; |
---|
| 327 | $lang['Validate: %s'] = 'Convalida: %s'; |
---|
| 328 | $lang['Comment by %s'] = 'Commento per %s'; |
---|
| 329 | $lang['User: %s'] = 'Utente: %s'; |
---|
| 330 | $lang['Email: %s'] = 'Email: %s'; |
---|
| 331 | $lang['Admin: %s'] = 'Amministrazione: %s'; |
---|
| 332 | $lang['Registration of %s'] = 'Registrazione di %s'; |
---|
| 333 | $lang['Category: %s'] = 'Categoria: %s'; |
---|
| 334 | $lang['Picture name: %s'] = 'Nome dell\'immagine: %s'; |
---|
| 335 | $lang['Creation date: %s'] = 'Data di creazione: %d'; |
---|
| 336 | $lang['Waiting page: %s'] = 'Pagina in attesa: %s'; |
---|
| 337 | $lang['Picture uploaded by %s'] = 'Immagine caricata da %s'; |
---|
| 338 | // --------- Starting below: New or revised $lang ---- from version 1.7.1 |
---|
| 339 | $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.'; |
---|
[5459] | 340 | // --------- Starting below: New or revised $lang ---- from Butterfly (2.0) |
---|
[5316] | 341 | $lang['Administrator, webmaster and special user cannot use this method'] = 'Amministratore, webmaster et utente speciale non possono utilizzare questo metodo'; |
---|
| 342 | $lang['a user use already this mail address'] = 'un utente usa già questo indirizzo mail'; |
---|
| 343 | $lang['Category results for'] = 'Risultato delle categorie per'; |
---|
| 344 | $lang['Tag results for'] = 'Risultato dei tag per'; |
---|
| 345 | $lang['from %s to %s'] = 'da %s a %s'; |
---|
| 346 | $lang['Play of slideshow'] = 'Lettura del diaporama'; |
---|
| 347 | $lang['Pause of slideshow'] = 'Pausa del diaporama'; |
---|
| 348 | $lang['Repeat the slideshow'] = 'Ricominciare il diaporama'; |
---|
| 349 | $lang['Not repeat the slideshow'] = 'Non ricominciare il diaporama'; |
---|
| 350 | $lang['Reduce diaporama speed'] = 'Ralentare la velocità del diaporama'; |
---|
| 351 | $lang['Accelerate diaporama speed'] = 'Accelerare la velocità del diaporama'; |
---|
| 352 | $lang['Submit'] = 'Confermare'; |
---|
| 353 | $lang['Yes'] = 'Si'; |
---|
| 354 | $lang['No'] = 'No'; |
---|
| 355 | $lang['%d image']='%d immagine'; |
---|
| 356 | $lang['%d images']='%d immagini'; |
---|
| 357 | $lang['%d image is also linked to current tags'] = '%d immagine è anche connessa ai tag correnti'; |
---|
| 358 | $lang['%d images are also linked to current tags'] = '%d immagini sono anche connesse ai tag correnti'; |
---|
| 359 | $lang['See images linked to this tag only'] = 'Mostrare le immagini connesse solo a questo tag'; |
---|
| 360 | $lang['images posted during the last %d days'] = 'immagini aggiunte durante gli ultimi %d giorni'; |
---|
| 361 | $lang['Choose an image'] = 'Scegliere un immagine da aggiungere'; |
---|
| 362 | $lang['Piwigo Help'] = 'Help di Piwigo'; |
---|
| 363 | $lang['Rank'] = 'Rang'; |
---|
| 364 | $lang['group by letters'] = 'ragruppare per lettera'; |
---|
| 365 | $lang['letters'] = 'lettere'; |
---|
| 366 | $lang['show tag cloud'] = 'fare salire la nuvola di tags'; |
---|
| 367 | $lang['cloud'] = 'nuvola'; |
---|
| 368 | $lang['Reset to default values'] = 'Ripristinare le impostazioni predefinite'; |
---|
| 369 | $lang['delete all images from your favorites'] = 'cancellare tutte le immagini dai vostri favoriti'; |
---|
| 370 | $lang['Sent by'] = 'Mandato da'; |
---|
| 371 | $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'I cookies sono bloccati o non sopportati dal vostro browser. Dovete attivare i cookie per connettervi.'; |
---|
[5459] | 372 | |
---|
| 373 | $lang['Some info about this picture'] = 'Informazioni su quest\'immagine'; |
---|
| 374 | $lang['Some more (technical) info about this picture'] = 'Informazioni (tecniche) su quest\'immagine'; |
---|
| 375 | $lang['edit this comment'] = 'modificare questo commento'; |
---|
| 376 | $lang['Edit a comment'] = 'Modificare un commento'; |
---|
[5316] | 377 | $lang['Are you sure?'] = 'Sei sicuro?'; |
---|
[5459] | 378 | $lang['(!) This comment requires validation'] = '(!) Questo commento deve essere convalidato'; |
---|
| 379 | $lang['Welcome'] = 'Benvenuto'; |
---|
| 380 | $lang['Welcome to your Piwigo photo gallery!'] = 'Benvenuto sulla vostra galleria Piwigo !'; |
---|
| 381 | $lang['... or browse your empty gallery'] = '... o navigate nella nostra galleria vuota'; |
---|
| 382 | $lang['... or please deactivate this message, I will find my way by myself'] = '... o disattivare questo messaggio, cè la farò dasolo'; |
---|
| 383 | $lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Salve %s, la vostra galleria Piwigo è vuota!'; |
---|
| 384 | $lang['I want to add photos'] = 'Voglio aggiungere delle immagini'; |
---|
| 385 | $lang['Manage this user comment: %s'] = 'Gestire questo commento: %s'; |
---|
| 386 | $lang['Email address is missing. Please specify an email address.'] = 'Manca l\'indirizzo Email. Vogliate specificarne uno.'; |
---|
| 387 | $lang['This author modified following comment:'] = 'Questo autore a modificato il commento seguente:'; |
---|
| 388 | $lang['This author removed the comment with id %d'] = 'Questo autore a cancellato il commento con l\'ID %d'; |
---|
| 389 | $lang['delete this comment'] = 'cancellare questo commento'; |
---|
[5316] | 390 | $lang['validate this comment'] = 'convalidare questo commento'; |
---|
[5500] | 391 | ?> |
---|