Update IT_it/translations.php

This commit is contained in:
angystardust
2016-02-29 02:40:12 +01:00
parent a22476ffdf
commit 1404bb5507

View File

@@ -55,7 +55,7 @@ return array(
'No project' => 'Nessun progetto', 'No project' => 'Nessun progetto',
'Project' => 'Progetto', 'Project' => 'Progetto',
'Status' => 'Stato', 'Status' => 'Stato',
'Tasks' => 'Tasks', 'Tasks' => 'Task',
'Board' => 'Bacheca', 'Board' => 'Bacheca',
'Actions' => 'Azioni', 'Actions' => 'Azioni',
'Inactive' => 'Inattivo', 'Inactive' => 'Inattivo',
@@ -68,7 +68,7 @@ return array(
'Disable' => 'Disattiva', 'Disable' => 'Disattiva',
'Enable' => 'Attiva', 'Enable' => 'Attiva',
'New project' => 'Nuovo progetto', 'New project' => 'Nuovo progetto',
'Do you really want to remove this project: "%s"?' => 'Veramente vuoi eliminare il seguente progetto: "%s" ?', 'Do you really want to remove this project: "%s"?' => 'Vuoi davvero eliminare il seguente progetto: "%s" ?',
'Remove project' => 'Cancella il progetto', 'Remove project' => 'Cancella il progetto',
'Edit the board for "%s"' => 'Modifica la bacheca per "%s"', 'Edit the board for "%s"' => 'Modifica la bacheca per "%s"',
'All projects' => 'Tutti i progetti', 'All projects' => 'Tutti i progetti',
@@ -79,7 +79,7 @@ return array(
'Remove a column' => 'Cancella questa colonna', 'Remove a column' => 'Cancella questa colonna',
'Remove a column from a board' => 'Cancella una colonna da una bacheca', 'Remove a column from a board' => 'Cancella una colonna da una bacheca',
'Unable to remove this column.' => 'Impossibile cancellare questa colonna.', 'Unable to remove this column.' => 'Impossibile cancellare questa colonna.',
'Do you really want to remove this column: "%s"?' => 'Veramente desideri cancellare questa colonna: "%s" ?', 'Do you really want to remove this column: "%s"?' => 'Desideri davvero cancellare questa colonna: "%s" ?',
'This action will REMOVE ALL TASKS associated to this column!' => 'Questa azione cancellerà TUTTI I TASK legati a questa colonna!', 'This action will REMOVE ALL TASKS associated to this column!' => 'Questa azione cancellerà TUTTI I TASK legati a questa colonna!',
'Settings' => 'Impostazioni', 'Settings' => 'Impostazioni',
'Application settings' => 'Impostazioni dell\'applicazione', 'Application settings' => 'Impostazioni dell\'applicazione',
@@ -99,7 +99,7 @@ return array(
'Create another task' => 'Crea un nuovo task', 'Create another task' => 'Crea un nuovo task',
'New task' => 'Nuovo task', 'New task' => 'Nuovo task',
'Open a task' => 'Apri un task', 'Open a task' => 'Apri un task',
'Do you really want to open this task: "%s"?' => 'Veramente desideri aprire questo task: "%s" ?', 'Do you really want to open this task: "%s"?' => 'Desideri davvero aprire questo task: "%s" ?',
'Back to the board' => 'Torna alla bacheca', 'Back to the board' => 'Torna alla bacheca',
'There is nobody assigned' => 'Nessuno è assegnato a questo task', 'There is nobody assigned' => 'Nessuno è assegnato a questo task',
'Column on the board:' => 'Colonna sulla bacheca: ', 'Column on the board:' => 'Colonna sulla bacheca: ',
@@ -121,34 +121,34 @@ return array(
'The project id is required' => 'Si richiede l\'identificatore del progetto', 'The project id is required' => 'Si richiede l\'identificatore del progetto',
'The project name is required' => 'Si richiede il nome del progetto', 'The project name is required' => 'Si richiede il nome del progetto',
'The title is required' => 'Si richiede un titolo', 'The title is required' => 'Si richiede un titolo',
'Settings saved successfully.' => 'Impostazioni salvate correttamente.', 'Settings saved successfully.' => 'Impostazioni salvate con successo.',
'Unable to save your settings.' => 'Impossibile salvare le impostazioni.', 'Unable to save your settings.' => 'Impossibile salvare le impostazioni.',
'Database optimization done.' => 'Ottimizzazione della base dati conclusa.', 'Database optimization done.' => 'Ottimizzazione della base dati conclusa.',
'Your project have been created successfully.' => 'Il tuo progetto è stato creato correttamente.', 'Your project have been created successfully.' => 'Il tuo progetto è stato creato con successo.',
'Unable to create your project.' => 'Impossibile creare il progetto.', 'Unable to create your project.' => 'Impossibile creare il progetto.',
'Project updated successfully.' => 'Progetto aggiornato correttamente.', 'Project updated successfully.' => 'Progetto aggiornato con successo.',
'Unable to update this project.' => 'Impossibile aggiornare il progetto.', 'Unable to update this project.' => 'Impossibile aggiornare il progetto.',
'Unable to remove this project.' => 'Impossibile cancellare questo progetto.', 'Unable to remove this project.' => 'Impossibile cancellare questo progetto.',
'Project removed successfully.' => 'Progetto cancellato correttamente.', 'Project removed successfully.' => 'Progetto cancellato con successo.',
'Project activated successfully.' => 'Progetto attivato correttamente.', 'Project activated successfully.' => 'Progetto attivato con successo.',
'Unable to activate this project.' => 'Impossibile attivare il progetto.', 'Unable to activate this project.' => 'Impossibile attivare il progetto.',
'Project disabled successfully.' => 'Progetto disattivato correttamente.', 'Project disabled successfully.' => 'Progetto disattivato con successo.',
'Unable to disable this project.' => 'Impossibile disattivare il progetto.', 'Unable to disable this project.' => 'Impossibile disattivare il progetto.',
'Unable to open this task.' => 'Impossibile aprire questo task.', 'Unable to open this task.' => 'Impossibile aprire questo task.',
'Task opened successfully.' => 'Il task è stato aperto correttamente.', 'Task opened successfully.' => 'Il task è stato aperto con successo.',
'Unable to close this task.' => 'Impossibile chiudere questo task.', 'Unable to close this task.' => 'Impossibile chiudere questo task.',
'Task closed successfully.' => 'Task chiuso correttamente.', 'Task closed successfully.' => 'Task chiuso con successo.',
'Unable to update your task.' => 'Impossibile modificare questo task.', 'Unable to update your task.' => 'Impossibile modificare questo task.',
'Task updated successfully.' => 'Task modificato correttamente.', 'Task updated successfully.' => 'Task modificato con successo.',
'Unable to create your task.' => 'Impossibile creare questo task.', 'Unable to create your task.' => 'Impossibile creare questo task.',
'Task created successfully.' => 'Task creato correttamente.', 'Task created successfully.' => 'Task creato con successo.',
'User created successfully.' => 'Utente creato correttamente.', 'User created successfully.' => 'Utente creato con successo.',
'Unable to create your user.' => 'Impossibile creare l\'utente.', 'Unable to create your user.' => 'Impossibile creare l\'utente.',
'User updated successfully.' => 'Utente aggiornato correttamente.', 'User updated successfully.' => 'Utente aggiornato con successo.',
'Unable to update your user.' => 'Impossibile aggiornare questo utente.', 'Unable to update your user.' => 'Impossibile aggiornare questo utente.',
'User removed successfully.' => 'Utente cancellato correttamente.', 'User removed successfully.' => 'Utente cancellato con successo.',
'Unable to remove this user.' => 'Impossibile cancellare questo utente.', 'Unable to remove this user.' => 'Impossibile cancellare questo utente.',
'Board updated successfully.' => 'Bacheca aggiornata correttamente.', 'Board updated successfully.' => 'Bacheca aggiornata con successo.',
'Ready' => 'Pronto', 'Ready' => 'Pronto',
'Backlog' => 'In attesa', 'Backlog' => 'In attesa',
'Work in progress' => 'In corso', 'Work in progress' => 'In corso',
@@ -172,17 +172,17 @@ return array(
'Leave a comment' => 'Lascia un commento', 'Leave a comment' => 'Lascia un commento',
'Comment is required' => 'Si richiede un commento', 'Comment is required' => 'Si richiede un commento',
'Leave a description' => 'Lascia una descrizione', 'Leave a description' => 'Lascia una descrizione',
'Comment added successfully.' => 'Commenti aggiunti correttamente.', 'Comment added successfully.' => 'Commenti aggiunti con successo.',
'Unable to create your comment.' => 'Impossibile creare questo commento.', 'Unable to create your comment.' => 'Impossibile creare questo commento.',
'Edit this task' => 'Modifica questo task', 'Edit this task' => 'Modifica questo task',
'Due Date' => 'Data di scadenza', 'Due Date' => 'Data di scadenza',
'Invalid date' => 'Data non valida', 'Invalid date' => 'Data non valida',
'Automatic actions' => 'Azioni automatiche', 'Automatic actions' => 'Azioni automatiche',
'Your automatic action have been created successfully.' => 'l\'azione automatica è stata creata correttamente.', 'Your automatic action have been created successfully.' => 'l\'azione automatica è stata creata con successo.',
'Unable to create your automatic action.' => 'Impossibile creare quest\'azione automatica.', 'Unable to create your automatic action.' => 'Impossibile creare quest\'azione automatica.',
'Remove an action' => 'Cancellare un\'azione', 'Remove an action' => 'Cancellare un\'azione',
'Unable to remove this action.' => 'Impossibile cancellare questa azione.', 'Unable to remove this action.' => 'Impossibile cancellare questa azione.',
'Action removed successfully.' => 'Azione cancellata correttamente.', 'Action removed successfully.' => 'Azione cancellata con successo.',
'Automatic actions for the project "%s"' => 'Azioni automatiche per il progetto "%s"', 'Automatic actions for the project "%s"' => 'Azioni automatiche per il progetto "%s"',
'Defined actions' => 'Azioni definite', 'Defined actions' => 'Azioni definite',
'Add an action' => 'Aggiungi un\'azione', 'Add an action' => 'Aggiungi un\'azione',
@@ -195,7 +195,7 @@ return array(
'Next step' => 'Passo successivo', 'Next step' => 'Passo successivo',
'Define action parameters' => 'Definire i parametri dell\'azione', 'Define action parameters' => 'Definire i parametri dell\'azione',
'Save this action' => 'Salva questa azione', 'Save this action' => 'Salva questa azione',
'Do you really want to remove this action: "%s"?' => 'Vuoi veramente cancellare la seguente azione: "%s"?', 'Do you really want to remove this action: "%s"?' => 'Vuoi davvero cancellare la seguente azione: "%s"?',
'Remove an automatic action' => 'Cancella un\'azione automatica', 'Remove an automatic action' => 'Cancella un\'azione automatica',
'Assign the task to a specific user' => 'Assegna il task ad un utente specifico', 'Assign the task to a specific user' => 'Assegna il task ad un utente specifico',
'Assign the task to the person who does the action' => 'Assegna il task all\'utente che compie l\'azione', 'Assign the task to the person who does the action' => 'Assegna il task all\'utente che compie l\'azione',
@@ -210,10 +210,10 @@ return array(
'Duplicate to another project' => 'Duplica in un altro progetto', 'Duplicate to another project' => 'Duplica in un altro progetto',
'Duplicate' => 'Duplica', 'Duplicate' => 'Duplica',
'link' => 'relazione', 'link' => 'relazione',
'Comment updated successfully.' => 'Commento aggiornato correttamente.', 'Comment updated successfully.' => 'Commento aggiornato con successo.',
'Unable to update your comment.' => 'Impossibile aggiornare questo commento.', 'Unable to update your comment.' => 'Impossibile aggiornare questo commento.',
'Remove a comment' => 'Cancella un commento', 'Remove a comment' => 'Cancella un commento',
'Comment removed successfully.' => 'Commento cancellato correttamente.', 'Comment removed successfully.' => 'Commento cancellato con successo.',
'Unable to remove this comment.' => 'Impossibile cancellare questo commento.', 'Unable to remove this comment.' => 'Impossibile cancellare questo commento.',
'Do you really want to remove this comment?' => 'Vuoi davvero cancellare questo commento?', 'Do you really want to remove this comment?' => 'Vuoi davvero cancellare questo commento?',
'Current password for the user "%s"' => 'Password attuale per l\'utente "%s"', 'Current password for the user "%s"' => 'Password attuale per l\'utente "%s"',
@@ -246,7 +246,7 @@ return array(
'External authentication failed' => 'Autenticazione esterna fallita', 'External authentication failed' => 'Autenticazione esterna fallita',
'Your external account is linked to your profile successfully.' => 'Il tuo account esterno è stato collegato al tuo profilo con successo.', 'Your external account is linked to your profile successfully.' => 'Il tuo account esterno è stato collegato al tuo profilo con successo.',
'Email' => 'E-mail', 'Email' => 'E-mail',
'Task removed successfully.' => 'Task cancellato correttamente.', 'Task removed successfully.' => 'Task cancellato con successo.',
'Unable to remove this task.' => 'Impossibile cancellare questo task.', 'Unable to remove this task.' => 'Impossibile cancellare questo task.',
'Remove a task' => 'Cancella un task', 'Remove a task' => 'Cancella un task',
'Do you really want to remove this task: "%s"?' => 'Vuoi davvero cancellare questo task: "%s"?', 'Do you really want to remove this task: "%s"?' => 'Vuoi davvero cancellare questo task: "%s"?',
@@ -257,25 +257,25 @@ return array(
'Category:' => 'Categoria:', 'Category:' => 'Categoria:',
'Categories' => 'Categorie', 'Categories' => 'Categorie',
'Category not found.' => 'Categoria non trovata.', 'Category not found.' => 'Categoria non trovata.',
'Your category have been created successfully.' => 'La tua categoria è stata creata correttamente.', 'Your category have been created successfully.' => 'La tua categoria è stata creata con successo.',
'Unable to create your category.' => 'Impossibile creare la tua categoria.', 'Unable to create your category.' => 'Impossibile creare la tua categoria.',
'Your category have been updated successfully.' => 'La tua categoria è stata aggiornata correttamente.', 'Your category have been updated successfully.' => 'La tua categoria è stata aggiornata con successo.',
'Unable to update your category.' => 'Impossibile aggiornare la tua categoria.', 'Unable to update your category.' => 'Impossibile aggiornare la tua categoria.',
'Remove a category' => 'Cancella una categoria', 'Remove a category' => 'Cancella una categoria',
'Category removed successfully.' => 'Categoria cancellata correttamente.', 'Category removed successfully.' => 'Categoria cancellata con successo.',
'Unable to remove this category.' => 'Impossibile cancellare questa categoria.', 'Unable to remove this category.' => 'Impossibile cancellare questa categoria.',
'Category modification for the project "%s"' => 'Modifica della categoria per il progetto "%s"', 'Category modification for the project "%s"' => 'Modifica della categoria per il progetto "%s"',
'Category Name' => 'Nome della categoria', 'Category Name' => 'Nome della categoria',
'Add a new category' => 'Aggiungere una nuova categoria', 'Add a new category' => 'Aggiungere una nuova categoria',
'Do you really want to remove this category: "%s"?' => 'Vuoi veramente cancellare la seguente categoria: "%s"?', 'Do you really want to remove this category: "%s"?' => 'Vuoi davvero cancellare la seguente categoria: "%s"?',
'All categories' => 'Tutte le categorie', 'All categories' => 'Tutte le categorie',
'No category' => 'Senza categoria', 'No category' => 'Senza categoria',
'The name is required' => 'Si richiede un nome', 'The name is required' => 'Si richiede un nome',
'Remove a file' => 'Cancella un file', 'Remove a file' => 'Cancella un file',
'Unable to remove this file.' => 'Impossibile cancellare questo file.', 'Unable to remove this file.' => 'Impossibile cancellare questo file.',
'File removed successfully.' => 'File cancellato correttamente.', 'File removed successfully.' => 'File cancellato con successo.',
'Attach a document' => 'Allega un documento', 'Attach a document' => 'Allega un documento',
'Do you really want to remove this file: "%s"?' => 'Vuoi veramente cancellare questo file: "%s"?', 'Do you really want to remove this file: "%s"?' => 'Vuoi davvero cancellare questo file: "%s"?',
'Attachments' => 'Allegati', 'Attachments' => 'Allegati',
'Edit the task' => 'Modifica il task', 'Edit the task' => 'Modifica il task',
'Edit the description' => 'Modifica la descrizione', 'Edit the description' => 'Modifica la descrizione',
@@ -285,12 +285,12 @@ return array(
// 'Time tracking' => '', // 'Time tracking' => '',
'Estimate:' => 'Stimato:', 'Estimate:' => 'Stimato:',
'Spent:' => 'Trascorso:', 'Spent:' => 'Trascorso:',
'Do you really want to remove this sub-task?' => 'Vuoi veramente cancellare questo sotto-task?', 'Do you really want to remove this sub-task?' => 'Vuoi davvero cancellare questo sotto-task?',
'Remaining:' => 'Rimangono', 'Remaining:' => 'Rimangono',
'hours' => 'ore', 'hours' => 'ore',
'spent' => 'trascorse', 'spent' => 'trascorse',
'estimated' => 'stimate', 'estimated' => 'stimate',
'Sub-Tasks' => 'Sotto-tasks', 'Sub-Tasks' => 'Sotto-task',
'Add a sub-task' => 'Aggiungi un sotto-task', 'Add a sub-task' => 'Aggiungi un sotto-task',
'Original estimate' => 'Stima originale', 'Original estimate' => 'Stima originale',
'Create another sub-task' => 'Crea un altro sotto-task', 'Create another sub-task' => 'Crea un altro sotto-task',
@@ -300,12 +300,12 @@ return array(
'The time must be a numeric value' => 'Il tempo deve essere un valore numerico', 'The time must be a numeric value' => 'Il tempo deve essere un valore numerico',
'Todo' => 'Da fare', 'Todo' => 'Da fare',
'In progress' => 'In corso', 'In progress' => 'In corso',
'Sub-task removed successfully.' => 'Sotto-task cancellato correttamente.', 'Sub-task removed successfully.' => 'Sotto-task cancellato con successo.',
'Unable to remove this sub-task.' => 'Impossibile cancellare questo sotto-task.', 'Unable to remove this sub-task.' => 'Impossibile cancellare questo sotto-task.',
'Sub-task updated successfully.' => 'Sotto-task aggiornato correttamente.', 'Sub-task updated successfully.' => 'Sotto-task aggiornato con successo.',
'Unable to update your sub-task.' => 'Impossibile aggiornare il tuo sotto-task.', 'Unable to update your sub-task.' => 'Impossibile aggiornare il tuo sotto-task.',
'Unable to create your sub-task.' => 'Impossibile creare il tuo sotto-task.', 'Unable to create your sub-task.' => 'Impossibile creare il tuo sotto-task.',
'Sub-task added successfully.' => 'Sotto-task aggiunto correttamente.', 'Sub-task added successfully.' => 'Sotto-task aggiunto con successo.',
'Maximum size: ' => 'Dimensioni massime: ', 'Maximum size: ' => 'Dimensioni massime: ',
'Unable to upload the file.' => 'Impossibile caricare il file.', 'Unable to upload the file.' => 'Impossibile caricare il file.',
'Display another project' => 'Mostra un altro progetto', 'Display another project' => 'Mostra un altro progetto',
@@ -343,7 +343,7 @@ return array(
'Task closed' => 'Task chiuso', 'Task closed' => 'Task chiuso',
'Task opened' => 'Task aperto', 'Task opened' => 'Task aperto',
'I want to receive notifications only for those projects:' => 'Vorrei ricevere le notifiche solo da questi progetti:', 'I want to receive notifications only for those projects:' => 'Vorrei ricevere le notifiche solo da questi progetti:',
'view the task on Kanboard' => 'vedi il task su Kanboard', 'view the task on Kanboard' => 'visualizza il task su Kanboard',
'Public access' => 'Accesso pubblico', 'Public access' => 'Accesso pubblico',
'Active tasks' => 'Task attivi', 'Active tasks' => 'Task attivi',
'Disable public access' => 'Disabilita l\'accesso pubblico', 'Disable public access' => 'Disabilita l\'accesso pubblico',
@@ -421,7 +421,7 @@ return array(
'Board settings' => 'Impostazioni bacheca', 'Board settings' => 'Impostazioni bacheca',
'URL and token' => 'URL e token', 'URL and token' => 'URL e token',
'Webhook settings' => 'Impostazione Webhook', 'Webhook settings' => 'Impostazione Webhook',
'URL for task creation:' => 'URL per la creazione dei tasks:', 'URL for task creation:' => 'URL per la creazione dei task:',
'Reset token' => 'Rigenera il token', 'Reset token' => 'Rigenera il token',
'API endpoint:' => 'Endpoint dell\'API:', 'API endpoint:' => 'Endpoint dell\'API:',
'Refresh interval for private board' => 'Intervallo di refresh per le bacheche private', 'Refresh interval for private board' => 'Intervallo di refresh per le bacheche private',
@@ -542,7 +542,7 @@ return array(
'End' => 'Fine', 'End' => 'Fine',
'Task age in days' => 'Anzianità del task in giorni', 'Task age in days' => 'Anzianità del task in giorni',
'Days in this column' => 'Giorni in questa colonna', 'Days in this column' => 'Giorni in questa colonna',
// '%dd' => '', '%dd' => '%dg',
'Add a link' => 'Aggiungi una relazione', 'Add a link' => 'Aggiungi una relazione',
'Add a new link' => 'Aggiungi una nuova relazione', 'Add a new link' => 'Aggiungi una nuova relazione',
'Do you really want to remove this link: "%s"?' => 'Vuoi davvero rimuovere la seguente relazione: "%s"?', 'Do you really want to remove this link: "%s"?' => 'Vuoi davvero rimuovere la seguente relazione: "%s"?',
@@ -550,7 +550,7 @@ return array(
'Field required' => 'Campo necessario', 'Field required' => 'Campo necessario',
'Link added successfully.' => 'Relazione aggiunta con successo.', 'Link added successfully.' => 'Relazione aggiunta con successo.',
'Link updated successfully.' => 'Relazione aggiornata con successo.', 'Link updated successfully.' => 'Relazione aggiornata con successo.',
'Link removed successfully.' => 'Relazione rimosso con successo.', 'Link removed successfully.' => 'Relazione rimossa con successo.',
'Link labels' => 'Etichette delle relazioni', 'Link labels' => 'Etichette delle relazioni',
'Link modification' => 'Modifica relazione', 'Link modification' => 'Modifica relazione',
'Links' => 'Relazioni', 'Links' => 'Relazioni',
@@ -643,7 +643,7 @@ return array(
'Screenshot taken %s' => 'Schermata catturata %s', 'Screenshot taken %s' => 'Schermata catturata %s',
'Add a screenshot' => 'Aggiungi una schermata', 'Add a screenshot' => 'Aggiungi una schermata',
'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Cattura una schermata e premi CTRL+V o ⌘+V per incollarla qui.', 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Cattura una schermata e premi CTRL+V o ⌘+V per incollarla qui.',
'Screenshot uploaded successfully.' => 'Schermata caricata correttamente.', 'Screenshot uploaded successfully.' => 'Schermata caricata con successo.',
'SEK - Swedish Krona' => 'SEK - Corona svedese', 'SEK - Swedish Krona' => 'SEK - Corona svedese',
'Identifier' => 'Identificatore', 'Identifier' => 'Identificatore',
'Disable two factor authentication' => 'Disabilita l\'autenticazione "two-factor"', 'Disable two factor authentication' => 'Disabilita l\'autenticazione "two-factor"',
@@ -765,7 +765,7 @@ return array(
'Not assigned' => 'Non assegnato', 'Not assigned' => 'Non assegnato',
'View advanced search syntax' => 'Visualizza la sintassi di ricerca avanzata', 'View advanced search syntax' => 'Visualizza la sintassi di ricerca avanzata',
'Overview' => 'Panoramica', 'Overview' => 'Panoramica',
// 'Board/Calendar/List view' => '', 'Board/Calendar/List view' => 'Vista Bacheca/Calendario/Lista',
'Switch to the board view' => 'Passa alla vista "bacheca"', 'Switch to the board view' => 'Passa alla vista "bacheca"',
'Switch to the calendar view' => 'Passa alla vista "calendario"', 'Switch to the calendar view' => 'Passa alla vista "calendario"',
'Switch to the list view' => 'Passa alla vista "elenco"', 'Switch to the list view' => 'Passa alla vista "elenco"',
@@ -910,7 +910,7 @@ return array(
'Notification methods:' => 'Metodi di notifica', 'Notification methods:' => 'Metodi di notifica',
'Import tasks from CSV file' => 'Importa task da file CSV', 'Import tasks from CSV file' => 'Importa task da file CSV',
'Unable to read your file' => 'Impossibile leggere il file', 'Unable to read your file' => 'Impossibile leggere il file',
'%d task(s) have been imported successfully.' => '%d task sono stati importati con sucesso.', '%d task(s) have been imported successfully.' => '%d task sono stati importati con successo.',
'Nothing have been imported!' => 'Non è stato importato nulla!', 'Nothing have been imported!' => 'Non è stato importato nulla!',
'Import users from CSV file' => 'Importa utenti da file CSV', 'Import users from CSV file' => 'Importa utenti da file CSV',
'%d user(s) have been imported successfully.' => '%d utenti importati con successo.', '%d user(s) have been imported successfully.' => '%d utenti importati con successo.',
@@ -945,7 +945,7 @@ return array(
'Passwords will be encrypted if present' => 'Se presenti, le password verranno criptate', 'Passwords will be encrypted if present' => 'Se presenti, le password verranno criptate',
'%s attached a new file to the task %s' => '%s ha allegato un nuovo file al task %s', '%s attached a new file to the task %s' => '%s ha allegato un nuovo file al task %s',
'Assign automatically a category based on a link' => 'Assegna automaticamente una categoria sulla base di una relazione', 'Assign automatically a category based on a link' => 'Assegna automaticamente una categoria sulla base di una relazione',
// 'BAM - Konvertible Mark' => '', 'BAM - Konvertible Mark' => 'BAM - Marco bosniaco',
'Assignee Username' => 'Nome utente dell\'assegnatario', 'Assignee Username' => 'Nome utente dell\'assegnatario',
'Assignee Name' => 'Nome dell\'assegnatario', 'Assignee Name' => 'Nome dell\'assegnatario',
'Groups' => 'Gruppi', 'Groups' => 'Gruppi',
@@ -954,7 +954,7 @@ return array(
'Group created successfully.' => 'Gruppo creato con successo', 'Group created successfully.' => 'Gruppo creato con successo',
'Unable to create your group.' => 'Impossibile creare il gruppo', 'Unable to create your group.' => 'Impossibile creare il gruppo',
'Edit group' => 'Modifica gruppo', 'Edit group' => 'Modifica gruppo',
'Group updated successfully.' => 'Gruppo aggiornato con sucesso.', 'Group updated successfully.' => 'Gruppo aggiornato con successo.',
'Unable to update your group.' => 'Impossibile aggiornare il gruppo', 'Unable to update your group.' => 'Impossibile aggiornare il gruppo',
'Add group member to "%s"' => 'Aggiungi un membro al gruppo "%s"', 'Add group member to "%s"' => 'Aggiungi un membro al gruppo "%s"',
'Group member added successfully.' => 'Membro del gruppo aggiunto con successo.', 'Group member added successfully.' => 'Membro del gruppo aggiunto con successo.',
@@ -963,7 +963,7 @@ return array(
'User removed successfully from this group.' => 'Utente rimosso dal gruppo con successo.', 'User removed successfully from this group.' => 'Utente rimosso dal gruppo con successo.',
'Unable to remove this user from the group.' => 'Impossibile rimuovere l\'utentei dal gruppo.', 'Unable to remove this user from the group.' => 'Impossibile rimuovere l\'utentei dal gruppo.',
'Remove group' => 'Rimuovi gruppo', 'Remove group' => 'Rimuovi gruppo',
'Group removed successfully.' => 'Gruppo rimosso con sucesso.', 'Group removed successfully.' => 'Gruppo rimosso con successo.',
'Unable to remove this group.' => 'Impossibile rimuovere questo gruppo.', 'Unable to remove this group.' => 'Impossibile rimuovere questo gruppo.',
'Project Permissions' => 'Permessi del progetto', 'Project Permissions' => 'Permessi del progetto',
// 'Manager' => '', // 'Manager' => '',
@@ -1030,7 +1030,7 @@ return array(
'Expiration' => 'Scadenza', 'Expiration' => 'Scadenza',
'Password reset history' => 'Storico cambio password', 'Password reset history' => 'Storico cambio password',
'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => 'Tutti i task della colonna "%s" e della corsia "%s" sono stati chiusi con successo.', 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => 'Tutti i task della colonna "%s" e della corsia "%s" sono stati chiusi con successo.',
'Do you really want to close all tasks of this column?' => 'Vuoi veramente chiudere tutti i task di questa colonna?', 'Do you really want to close all tasks of this column?' => 'Vuoi davvero chiudere tutti i task di questa colonna?',
'%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d task della colonna "%s" e della corsia "%s" saranno chiusi.', '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d task della colonna "%s" e della corsia "%s" saranno chiusi.',
'Close all tasks of this column' => 'Chiudi tutti i task di questa colonna', 'Close all tasks of this column' => 'Chiudi tutti i task di questa colonna',
'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => 'Nessun plugin ha caricato un metodo di notifica di progetto. Puoi tuttavia configurare le notifiche personali dal tuo profilo utente.', 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => 'Nessun plugin ha caricato un metodo di notifica di progetto. Puoi tuttavia configurare le notifiche personali dal tuo profilo utente.',
@@ -1050,102 +1050,102 @@ return array(
'Lowest priority' => 'Priorità minima', 'Lowest priority' => 'Priorità minima',
'Highest priority' => 'Priorità massima', 'Highest priority' => 'Priorità massima',
'If you put zero to the low and high priority, this feature will be disabled.' => 'Se imposti a zero la priorità massima e minima, questa funzionalità sarà disabilitata.', 'If you put zero to the low and high priority, this feature will be disabled.' => 'Se imposti a zero la priorità massima e minima, questa funzionalità sarà disabilitata.',
// 'Close a task when there is no activity' => '', 'Close a task when there is no activity' => 'Chiudi un task quando non c\'è nessuna attività',
// 'Duration in days' => '', 'Duration in days' => 'Durata in giorni',
// 'Send email when there is no activity on a task' => '', 'Send email when there is no activity on a task' => 'Invia un\'email quando non c\'è attività sul task',
// 'List of external links' => '', 'List of external links' => 'Elenco dei link esterni',
// 'Unable to fetch link information.' => '', 'Unable to fetch link information.' => 'Impossibile recuperare informazioni sul link.',
// 'Daily background job for tasks' => '', 'Daily background job for tasks' => 'Job giornaliero in background per i task',
// 'Auto' => '', // 'Auto' => '',
// 'Related' => '', 'Related' => 'Correlato',
// 'Attachment' => '', 'Attachment' => 'Allegato',
// 'Title not found' => '', 'Title not found' => 'Titolo non trovato',
// 'Web Link' => '', 'Web Link' => 'Link Web',
// 'External links' => '', 'External links' => 'Link esterni',
// 'Add external link' => '', 'Add external link' => 'Aggiungi link esterno',
// 'Type' => '', 'Type' => 'Tipo',
// 'Dependency' => '', 'Dependency' => 'Dipendenza',
// 'Add internal link' => '', 'Add internal link' => 'Aggiungi link interno',
// 'Add a new external link' => '', 'Add a new external link' => 'Aggiungi un nuovo link esterno',
// 'Edit external link' => '', 'Edit external link' => 'Modifica link esterno',
// 'External link' => '', 'External link' => 'Link esterno',
// 'Copy and paste your link here...' => '', 'Copy and paste your link here...' => 'Copia e incolla il tuo link qui...',
// 'URL' => '', // 'URL' => '',
// 'There is no external link for the moment.' => '', 'There is no external link for the moment.' => 'Nessun link esterno presente al momento.',
// 'Internal links' => '', 'Internal links' => 'Link interni',
// 'There is no internal link for the moment.' => '', 'There is no internal link for the moment.' => 'Nessun link interno presente al momento.',
// 'Assign to me' => '', 'Assign to me' => 'Assegna a me',
// 'Me' => '', // 'Me' => '',
// 'Do not duplicate anything' => '', 'Do not duplicate anything' => 'Non duplicare nulla',
// 'Projects management' => '', 'Projects management' => 'Gestione progetti',
// 'Users management' => '', 'Users management' => 'Gestione utenti',
// 'Groups management' => '', 'Groups management' => 'Gestione gruppi',
// 'Create from another project' => '', 'Create from another project' => 'Crea da un\'altro progetto',
// 'There is no subtask at the moment.' => '', 'There is no subtask at the moment.' => 'Nessun sotto-task presente al momento.',
// 'open' => '', 'open' => 'aperto',
// 'closed' => '', 'closed' => 'chiuso',
// 'Priority:' => '', 'Priority:' => 'Priorità:',
// 'Reference:' => '', 'Reference:' => 'Riferimento:',
// 'Complexity:' => '', 'Complexity:' => 'Complessità:',
// 'Swimlane:' => '', 'Swimlane:' => 'Corsia:',
// 'Column:' => '', 'Column:' => 'Colonna:',
// 'Position:' => '', 'Position:' => 'Posizione:',
// 'Creator:' => '', 'Creator:' => 'Creatore:',
// 'Time estimated:' => '', 'Time estimated:' => 'Tempo stimato:',
// '%s hours' => '', '%s hours' => '%s ore',
// 'Time spent:' => '', 'Time spent:' => 'Tempo trascorso:',
// 'Created:' => '', 'Created:' => 'Creato:',
// 'Modified:' => '', 'Modified:' => 'Modificato:',
// 'Completed:' => '', 'Completed:' => 'Completato:',
// 'Started:' => '', 'Started:' => 'Iniziato:',
// 'Moved:' => '', 'Moved:' => 'Spostato:',
// 'Task #%d' => '', // 'Task #%d' => '',
// 'Sub-tasks' => '', 'Sub-tasks' => 'Sotto-task',
// 'Date and time format' => '', 'Date and time format' => 'Formato data e ora',
// 'Time format' => '', 'Time format' => 'Formato ora',
// 'Start date: ' => '', 'Start date: ' => 'Data di inizio: ',
// 'End date: ' => '', 'End date: ' => 'Data di fine: ',
// 'New due date: ' => '', 'New due date: ' => 'Nuova data di scadenza: ',
// 'Start date changed: ' => '', 'Start date changed: ' => 'Data di inizio cambiata: ',
// 'Disable private projects' => '', 'Disable private projects' => 'Disabilita progetti privati',
// 'Do you really want to remove this custom filter: "%s"?' => '', 'Do you really want to remove this custom filter: "%s"?' => 'Vuoi davvero rimuovere questo filtro personalizato: "%s"?',
// 'Remove a custom filter' => '', 'Remove a custom filter' => 'Rimuovi un filtro personalizzato',
// 'User activated successfully.' => '', 'User activated successfully.' => 'Utente attivato con successo.',
// 'Unable to enable this user.' => '', 'Unable to enable this user.' => 'Impossibile abilitare questo utente.',
// 'User disabled successfully.' => '', 'User disabled successfully.' => 'Utente disabilitato con successo.',
// 'Unable to disable this user.' => '', 'Unable to disable this user.' => 'Impossibile disabilitare questo utente.',
// 'All files have been uploaded successfully.' => '', 'All files have been uploaded successfully.' => 'Tutti i file sono stati caricati con successo.',
// 'View uploaded files' => '', 'View uploaded files' => 'Visualizza i file caricati',
// 'The maximum allowed file size is %sB.' => '', 'The maximum allowed file size is %sB.' => 'La dimensione massima consentita del file è %sB.',
// 'Choose files again' => '', 'Choose files again' => 'Seleziona nuovamente i file',
// 'Drag and drop your files here' => '', 'Drag and drop your files here' => 'Trascina i tuoi file qui',
// 'choose files' => '', 'choose files' => 'seleziona i file',
// 'View profile' => '', 'View profile' => 'Guarda il profilo',
// 'Two Factor' => '', // 'Two Factor' => '',
// 'Disable user' => '', 'Disable user' => 'Disabilita utente',
// 'Do you really want to disable this user: "%s"?' => '', 'Do you really want to disable this user: "%s"?' => 'Vuoi davvero disabilitare questo utente: "%s"?',
// 'Enable user' => '', 'Enable user' => 'Abilita utente',
// 'Do you really want to enable this user: "%s"?' => '', 'Do you really want to enable this user: "%s"?' => 'Vuoi davvero abilitare questo utente: "%s"?',
// 'Download' => '', 'Download' => 'Scarica',
// 'Uploaded: %s' => '', 'Uploaded: %s' => 'Caricato: %s',
// 'Size: %s' => '', 'Size: %s' => 'Dimensione: %s',
// 'Uploaded by %s' => '', 'Uploaded by %s' => 'Caricato da %s',
// 'Filename' => '', 'Filename' => 'Nome del file',
// 'Size' => '', 'Size' => 'Dimensione',
// 'Column created successfully.' => '', 'Column created successfully.' => 'Colonna creata con successo.',
// 'Another column with the same name exists in the project' => '', 'Another column with the same name exists in the project' => 'Un\'altra colonna con lo stesso nome è già esistente in questo progetto',
// 'Default filters' => '', 'Default filters' => 'Filtri predefiniti',
// 'Your board doesn\'t have any column!' => '', 'Your board doesn\'t have any column!' => 'La tua bacheca non ha nessuna colonna!',
// 'Change column position' => '', 'Change column position' => 'Modifica la posizione della colonna',
// 'Switch to the project overview' => '', 'Switch to the project overview' => 'Passa alla panoramica di progetto',
// 'User filters' => '', 'User filters' => 'Filtri utente',
// 'Category filters' => '', 'Category filters' => 'Filtri di categorie',
// 'Upload a file' => '', 'Upload a file' => 'Carica un file',
// 'There is no attachment at the moment.' => '', 'There is no attachment at the moment.' => 'Nessun allegato presente.',
// 'View file' => '', 'View file' => 'Visualizza file',
// 'Last activity' => '', 'Last activity' => 'Attività recente',
// 'Change subtask position' => '', 'Change subtask position' => 'Cambia la posizione del sotto-task',
// 'This value must be greater than %d' => '', 'This value must be greater than %d' => 'Questo valore deve essere magiore di %d',
// 'Another swimlane with the same name exists in the project' => '', 'Another swimlane with the same name exists in the project' => 'Un\'altra corsia con lo stesso nome è già esistente in questo progetto',
// 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '', 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => 'Esempio: http://example.kanboard.net/ (usato per generare URL assolute)',
); );