Move budget outside of the core
The budget planning feature is now a plugin See: https://github.com/kanboard/plugin-budget
This commit is contained in:
@@ -395,8 +395,6 @@ return array(
|
||||
'Remote' => 'Remoto',
|
||||
'Enabled' => 'Abilitato',
|
||||
'Disabled' => 'Disabilitato',
|
||||
'Google account linked' => 'Account Google collegato',
|
||||
'Github account linked' => 'Account Github collegato',
|
||||
// 'Username:' => '',
|
||||
'Name:' => 'Nome:',
|
||||
// 'Email:' => '',
|
||||
@@ -667,17 +665,7 @@ return array(
|
||||
'Horizontal scrolling' => 'Scrolling orizzontale',
|
||||
'Compact/wide view' => 'Vista compatta/estesa',
|
||||
'No results match:' => 'Nessun risultato trovato:',
|
||||
'Remove hourly rate' => 'Rimuovi tariffa oraria',
|
||||
'Do you really want to remove this hourly rate?' => 'Vuoi davvero rimuovere questa tariffa oraria?',
|
||||
'Hourly rates' => 'Tariffe orarie',
|
||||
'Hourly rate' => 'Tariffa oraria',
|
||||
'Currency' => 'Valuta',
|
||||
'Effective date' => 'Data effettiva',
|
||||
'Add new rate' => 'Aggiungi una nuova tariffa',
|
||||
'Rate removed successfully.' => 'Tariffa rimossa con successo.',
|
||||
'Unable to remove this rate.' => 'Impossibile rimuovere questa tariffa.',
|
||||
'Unable to save the hourly rate.' => 'Impossibile salvare la tariffa oraria.',
|
||||
'Hourly rate created successfully.' => 'Tariffa oraria creata con successo.',
|
||||
'Start time' => 'Data di inizio',
|
||||
'End time' => 'Data di completamento',
|
||||
'Comment' => 'Commento',
|
||||
@@ -703,34 +691,18 @@ return array(
|
||||
// 'Files' => '',
|
||||
'Images' => 'Immagini',
|
||||
'Private project' => 'Progetto privato',
|
||||
'Amount' => 'Totale',
|
||||
'AUD - Australian Dollar' => 'AUD - Dollari Australiani',
|
||||
'Budget' => 'Bilancio',
|
||||
'Budget line' => 'Limite di bilancio',
|
||||
'Budget line removed successfully.' => 'Limite al bilancio rimosso con successo.',
|
||||
'Budget lines' => 'Limiti al bilancio',
|
||||
'CAD - Canadian Dollar' => 'CAD - Dollari Canadesi',
|
||||
'CHF - Swiss Francs' => 'CHF - Franchi Svizzeri',
|
||||
'Cost' => 'Costi',
|
||||
'Cost breakdown' => 'Abbattimento dei costi',
|
||||
'Custom Stylesheet' => 'CSS personalizzato',
|
||||
// 'download' => '',
|
||||
'Do you really want to remove this budget line?' => 'Vuoi davvero rimuovere questo limite al bilancio?',
|
||||
// 'EUR - Euro' => '',
|
||||
'Expenses' => 'Spese',
|
||||
'GBP - British Pound' => 'GBP - Pound Inglesi',
|
||||
'INR - Indian Rupee' => 'INR - Rupie Indiani',
|
||||
'JPY - Japanese Yen' => 'JPY - Yen Giapponesi',
|
||||
'New budget line' => 'Nuovo limite al bilancio',
|
||||
'NZD - New Zealand Dollar' => 'NZD - Dollari della Nuova Zelanda',
|
||||
'Remove a budget line' => 'Rimuovi un limite al bilancio',
|
||||
'Remove budget line' => 'Rimuovi limite di bilancio',
|
||||
'RSD - Serbian dinar' => 'RSD - Dinar Serbi',
|
||||
'The budget line have been created successfully.' => 'Il limite al bilancio è stato creato correttamente',
|
||||
'Unable to create the budget line.' => 'Impossibile creare il limite al bilancio',
|
||||
'Unable to remove this budget line.' => 'Impossibile rimuovere questo limite al bilancio.',
|
||||
'USD - US Dollar' => 'USD - Dollari Americani',
|
||||
'Remaining' => 'Restanti',
|
||||
'Destination column' => 'Colonna destinazione',
|
||||
'Move the task to another column when assigned to a user' => 'Sposta il compito in un\'altra colonna quando viene assegnato ad un utente',
|
||||
'Move the task to another column when assignee is cleared' => 'Sposta il compito in un\'altra colonna quando l\'assegnatario cancellato',
|
||||
@@ -746,7 +718,6 @@ return array(
|
||||
'Rate' => 'Cambio',
|
||||
'Change reference currency' => 'Cambia la valuta di riferimento',
|
||||
'Add a new currency rate' => 'Aggiungi un nuovo tasso di cambio',
|
||||
'Currency rates are used to calculate project budget.' => 'I tassi di cambio sono utilizzati per calcolare i bilanci dei progetti',
|
||||
'Reference currency' => 'Valuta di riferimento',
|
||||
'The currency rate have been added successfully.' => 'Il tasso di cambio è stato aggiunto con successo.',
|
||||
'Unable to add this currency rate.' => 'Impossibile aggiungere questo tasso di cambio.',
|
||||
@@ -878,9 +849,6 @@ return array(
|
||||
// '%s moved the task #%d to the first swimlane' => '',
|
||||
// '%s moved the task #%d to the swimlane "%s"' => '',
|
||||
// 'Swimlane' => '',
|
||||
// 'Budget overview' => '',
|
||||
// 'Type' => '',
|
||||
// 'There is not enough data to show something.' => '',
|
||||
// 'Gravatar' => '',
|
||||
// 'Hipchat' => '',
|
||||
// 'Slack' => '',
|
||||
|
||||
Reference in New Issue
Block a user