summaryrefslogtreecommitdiff
path: root/app/Locale/it_IT/translations.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Locale/it_IT/translations.php')
-rw-r--r--app/Locale/it_IT/translations.php49
1 files changed, 36 insertions, 13 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php
index 67aef582..16970d30 100644
--- a/app/Locale/it_IT/translations.php
+++ b/app/Locale/it_IT/translations.php
@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Si richiede il nome del progetto',
'This project must be unique' => 'Il nome del progetto deve essere unico',
'The title is required' => 'Si richiede un titolo',
- 'There is no active project, the first step is to create a new project.' => 'Non ci sono progetti attivi, il primo passo consiste in creare un nuovo progetto.',
'Settings saved successfully.' => 'Impostazioni salvate correttamente.',
'Unable to save your settings.' => 'Non si possono salvare le impostazioni.',
'Database optimization done.' => 'Ottimizzazione della base dati conclusa.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d commenti',
'%d comment' => '%d commento',
'Email address invalid' => 'Indirizzo e-mail sbagliato',
- 'Your Google Account is not linked anymore to your profile.' => 'Il suo account Google non è più collegato al suo profilo',
- 'Unable to unlink your Google Account.' => 'Non si può svincolare l\'account di Google.',
- 'Google authentication failed' => 'Autenticazione con Google non riuscita',
- 'Unable to link your Google Account.' => 'Non si può collegare il tuo account di Google.',
- 'Your Google Account is linked to your profile successfully.' => 'Il tuo account di Google è stato collegato correttamente al tuo profilo.',
+ // 'Your external account is not linked anymore to your profile.' => '',
+ // 'Unable to unlink your external account.' => '',
+ // 'External authentication failed' => '',
+ // 'Your external account is linked to your profile successfully.' => '',
'Email' => 'E-mail',
'Link my Google Account' => 'Collegare il mio Account di Google',
'Unlink my Google Account' => 'Scollegare il mio account di Google',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Dimensioni massime',
'Unable to upload the file.' => 'Non si può caricare il file.',
'Display another project' => 'Mostrare un altro progetto',
- 'Your Github account was successfully linked to your profile.' => 'Il suo account di Github è stato collegato correttamente col tuo profilo.',
- 'Unable to link your Github Account.' => 'Non si può collegarre il tuo account di Github.',
- 'Github authentication failed' => 'Autenticazione con Github non riuscita',
- 'Your Github account is no longer linked to your profile.' => 'Il tuo account di Github non è più collegato al tuo profilo.',
- 'Unable to unlink your Github Account.' => 'Non si può collegare il tuo account di Github.',
'Login with my Github Account' => 'Entrare col tuo account di Github',
'Link my Github Account' => 'Collegare il mio account Github',
'Unlink my Github Account' => 'Scollegare il mio account di Github',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Gestione del tempo',
'You already have one subtask in progress' => 'Hai già un sotto-compito in progresso',
'Which parts of the project do you want to duplicate?' => 'Quali parti del progetto vuoi duplicare?',
- 'Disable login form' => 'Disabilita form di login',
- 'Show/hide calendar' => 'Mostra/nascondi calendario',
+ // 'Disallow login form' => '',
'Bitbucket commit received' => 'Commit ricevuto da Bitbucket',
'Bitbucket webhooks' => 'Webhooks di Bitbucket',
'Help on Bitbucket webhooks' => 'Guida ai Webhooks di Bitbucket',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '',
// 'Search by description: ' => '',
// 'Search by due date: ' => '',
+ // 'Lead and Cycle time for "%s"' => '',
+ // 'Average time spent into each column for "%s"' => '',
+ // 'Average time spent into each column' => '',
+ // 'Average time spent' => '',
+ // 'This chart show the average time spent into each column for the last %d tasks.' => '',
+ // 'Average Lead and Cycle time' => '',
+ // 'Average lead time: ' => '',
+ // 'Average cycle time: ' => '',
+ // 'Cycle Time' => '',
+ // 'Lead Time' => '',
+ // 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
+ // 'Average time into each column' => '',
+ // 'Lead and cycle time' => '',
+ // 'Google Authentication' => '',
+ // 'Help on Google authentication' => '',
+ // 'Github Authentication' => '',
+ // 'Help on Github authentication' => '',
+ // 'Channel/Group/User (Optional)' => '',
+ // 'Lead time: ' => '',
+ // 'Cycle time: ' => '',
+ // 'Time spent into each column' => '',
+ // 'The lead time is the duration between the task creation and the completion.' => '',
+ // 'The cycle time is the duration between the start date and the completion.' => '',
+ // 'If the task is not closed the current time is used instead of the completion date.' => '',
+ // 'Set automatically the start date' => '',
+ // 'Edit Authentication' => '',
+ // 'Google Id' => '',
+ // 'Github Id' => '',
+ // 'Remote user' => '',
+ // 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
+ // 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
);