From 9328d61cf85afcdeb6af93374576eff9e17127fc Mon Sep 17 00:00:00 2001 From: riopwg Date: Sat, 1 Jan 2011 15:55:53 +0000 Subject: Update language IT git-svn-id: http://piwigo.org/svn/trunk@8424 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/it_IT/admin.lang.php | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index 44262e0c4..3cd7b6df4 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -169,7 +169,6 @@ $lang['Sum of rates'] = 'Somma dei voti'; $lang['Tag "%s" already exists'] = 'Il tag "%s" esiste già '; $lang['Tag "%s" was added'] = 'Il tag "%s" è stato aggiunto'; $lang['Tag selection'] = 'Selezione dei tags'; -$lang['Take selected elements out of caddie'] = 'Estrarre gli elementi selezionati dal cestino'; $lang['The %d following tags were deleted'] = 'I %d tags seguenti sono stati cancellati'; $lang['Unable to check for upgrade.'] = 'Non è stato possibile controllare eventuali aggiornamenti.'; $lang['Uninstall'] = 'Disinstallare'; @@ -234,6 +233,7 @@ $lang['group "%s" updated'] = 'Gruppo "%s" aggiornato'; $lang['group'] = 'gruppo'; $lang['The name of a group must not contain " or \' or be empty.'] = 'Il nome del gruppo non deve contenere " o \' e non deve essere vuoto.'; $lang['This name is already used by another group.'] = 'Questo nome è già  usato per un altro gruppo.'; +$lang[''] = ""; $lang['High definition'] = 'Alta definizione'; $lang['jump to album'] = 'Andare all\'album'; $lang['jump to image'] = 'Andare al\'immagine'; @@ -441,9 +441,7 @@ $lang['Waiting'] = 'In attesa'; $lang['default'] = 'di default'; $lang['Toggle \'default group\' property'] = 'Invertire la proprietà  "gruppo di default"'; $lang['Advanced features'] = 'Funzioni avanzate'; -$lang['Not linked elements'] = 'Elementi non collegati'; $lang['Specials'] = 'Speciale'; -$lang['Files with same name in more than one physical album'] = 'File con stesso nome in più di un album fisico'; $lang['Overall'] = 'Vista globale'; $lang['Year'] = 'Anno'; $lang['Month'] = 'Mese'; @@ -558,7 +556,6 @@ $lang['An error occured during extraction (%s).'] = 'Si è verificato un\'errore $lang['Please check "plugins" folder and sub-folders permissions (CHMOD).'] = 'Verificate i permessi della cartella "plugins" e delle sue sotto cartelle (CHMOD).'; $lang['Can\'t connect to server.'] = 'Non è possibile connettersi al server.'; $lang['Purge compiled templates'] = 'Ripulire i templates compilati'; -$lang['Caddie is currently empty'] = 'Il cestino è attualmente vuoto.'; $lang['Show upload link every time'] = 'Mostra sempre il link per caricare le immagini'; $lang['User access level to upload'] = 'Livello d\'accesso utente per il caricamento delle foto'; $lang['ACCESS_0'] = 'Accesso libero'; @@ -773,4 +770,37 @@ $lang['Keep high definition'] = 'Mantenere l\'alta definizione'; $lang['The high definition maximum width must be a number between %d and %d'] = 'La larghezza massima per l\'HD deve essere un numero compreso tra %d e %d'; $lang['The high definition maximum height must be a number between %d and %d'] = 'L\'altezza massima per l\'HD deve essere un numero compreso tra %d e %d'; $lang['The high definition image quality must be a number between %d and %d'] = 'La qualità dell\'immagine per l\'alta definizione deve essere un numero compreso tra %d e %d'; + +$lang['Batch Manager'] = 'Gestione dei lotti'; +$lang['include child albums'] = 'includere gli album dipendenti'; +$lang['Selection'] = 'Selezione'; +$lang['Action'] = 'Azione'; +$lang['Set author'] = 'Definire l\'autore'; +$lang['Set title'] = 'Impostare il titolo'; +$lang['Set creation date'] = 'Impostare la data di creazione'; +$lang['Apply action'] = 'Applicare l\'azione'; +$lang['on the %d selected photos'] = 'sulle % foto selezionate'; +$lang['%d of %d photos selected'] = '%d foto su %d sono selezionate'; +$lang['No photo selected, %d photos in current set'] = 'Nessuna foto selezionata tra le %d foto del lotto'; +$lang['All %d photos are selected'] = 'Tutte le %d foto del lotto sono selezionate'; +$lang['remove this filter'] = 'cancellare questo filtro'; +$lang['predefined filter'] = 'filtro predefinito'; +$lang['last import'] = 'Ultima importazione'; +$lang['with no virtual album'] = 'senza album virtuale'; +$lang['duplicates'] = 'duplicati'; +$lang['Add a filter'] = 'Aggiungere un filtro'; +$lang['Remove all filters'] = 'Cancellare tutti i filtri'; +$lang['Refresh photo set'] = 'Aggiornare il lotto di foto'; +$lang['The whole page'] = 'Tutta la pagina'; +$lang['The whole set'] = 'L\'intero lotto'; +$lang['thumbnails per page'] = 'miniature per pagina'; +$lang['No photo in the current set.'] = 'Nessuna immagine nel lotto.'; +$lang['No photo selected, no action possible.'] = 'Nessuna foto selezionata, nessuna azione possibile.'; +$lang['Choose an action'] = 'Selezionare un ricorso'; +$lang['remove author'] = 'cancellare l\'autore'; +$lang['Type here the author name'] = 'Inserire qui il nome dell\'autore'; +$lang['remove title'] = 'cancellare il titolo'; +$lang['Type here the title'] = 'Inserire qui il titolo'; +$lang['remove creation date'] = 'cancellare la data di creazione'; +$lang['with no album'] = 'senza album'; ?> -- cgit v1.2.3