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' => 'Fjärr',
|
||||
'Enabled' => 'Aktiverad',
|
||||
'Disabled' => 'Inaktiverad',
|
||||
'Google account linked' => 'Googlekonto länkat',
|
||||
'Github account linked' => 'Githubkonto länkat',
|
||||
'Username:' => 'Användarnam:',
|
||||
'Name:' => 'Namn:',
|
||||
'Email:' => 'E-post:',
|
||||
@@ -667,17 +665,7 @@ return array(
|
||||
'Horizontal scrolling' => 'Horisontell scroll',
|
||||
'Compact/wide view' => 'Kompakt/bred vy',
|
||||
'No results match:' => 'Inga matchande resultat',
|
||||
'Remove hourly rate' => 'Ta bort timtaxa',
|
||||
'Do you really want to remove this hourly rate?' => 'Vill du verkligen ta bort denna timtaxa?',
|
||||
'Hourly rates' => 'Timtaxor',
|
||||
'Hourly rate' => 'Timtaxa',
|
||||
'Currency' => 'Valuta',
|
||||
'Effective date' => 'Giltighetsdatum',
|
||||
'Add new rate' => 'Lägg till ny taxa',
|
||||
'Rate removed successfully.' => 'Taxan togs bort.',
|
||||
'Unable to remove this rate.' => 'Kunde inte ta bort taxan.',
|
||||
'Unable to save the hourly rate.' => 'Kunde inte spara timtaxan.',
|
||||
'Hourly rate created successfully.' => 'Timtaxan skapades.',
|
||||
'Start time' => 'Starttid',
|
||||
'End time' => 'Sluttid',
|
||||
'Comment' => 'Kommentar',
|
||||
@@ -703,34 +691,18 @@ return array(
|
||||
'Files' => 'Filer',
|
||||
'Images' => 'Bilder',
|
||||
'Private project' => 'Privat projekt',
|
||||
'Amount' => 'Belopp',
|
||||
'AUD - Australian Dollar' => 'AUD - Australiska dollar',
|
||||
'Budget' => 'Budget',
|
||||
'Budget line' => 'Budgetlinje',
|
||||
'Budget line removed successfully.' => 'Budgetlinjen togs bort.',
|
||||
'Budget lines' => 'Budgetlinjer',
|
||||
'CAD - Canadian Dollar' => 'CAD - Kanadensiska dollar',
|
||||
'CHF - Swiss Francs' => 'CHF - Schweiziska Franc',
|
||||
'Cost' => 'Kostnad',
|
||||
'Cost breakdown' => 'Kostnadssammanställning',
|
||||
'Custom Stylesheet' => 'Anpassad stilmall',
|
||||
'download' => 'ladda ned',
|
||||
'Do you really want to remove this budget line?' => 'Vill du verkligen ta bort budgetlinjen?',
|
||||
'EUR - Euro' => 'EUR - Euro',
|
||||
'Expenses' => 'Utgifter',
|
||||
'GBP - British Pound' => 'GBP - Brittiska Pund',
|
||||
'INR - Indian Rupee' => 'INR - Indiska Rupier',
|
||||
'JPY - Japanese Yen' => 'JPY - Japanska Yen',
|
||||
'New budget line' => 'Ny budgetlinje',
|
||||
'NZD - New Zealand Dollar' => 'NZD - Nya Zeeländska Dollar',
|
||||
'Remove a budget line' => 'Ta bort en budgetlinje',
|
||||
'Remove budget line' => 'Ta bort budgetlinje',
|
||||
'RSD - Serbian dinar' => 'RSD - Serbiska Dinarer',
|
||||
'The budget line have been created successfully.' => 'Budgetlinjen har skapats.',
|
||||
'Unable to create the budget line.' => 'Kunde inte skapa budgetlinjen.',
|
||||
'Unable to remove this budget line.' => 'Kunde inte ta bort budgetlinjen.',
|
||||
'USD - US Dollar' => 'USD - Amerikanska Dollar',
|
||||
'Remaining' => 'Återstående',
|
||||
'Destination column' => 'Målkolumn',
|
||||
'Move the task to another column when assigned to a user' => 'Flytta uppgiften till en annan kolumn när den tilldelats en användare',
|
||||
'Move the task to another column when assignee is cleared' => 'Flytta uppgiften till en annan kolumn när tilldelningen tas bort.',
|
||||
@@ -746,7 +718,6 @@ return array(
|
||||
'Rate' => 'Kurs',
|
||||
'Change reference currency' => 'Ändra referenskurs',
|
||||
'Add a new currency rate' => 'Lägg till ny valutakurs',
|
||||
'Currency rates are used to calculate project budget.' => 'Valutakurser används för att beräkna projektbudget.',
|
||||
'Reference currency' => 'Referensvaluta',
|
||||
'The currency rate have been added successfully.' => 'Valutakursen har lagts till.',
|
||||
'Unable to add this currency rate.' => 'Kunde inte lägga till valutakursen.',
|
||||
@@ -878,9 +849,6 @@ return array(
|
||||
'%s moved the task #%d to the first swimlane' => '%s flyttade uppgiften #%d till första swimlane',
|
||||
'%s moved the task #%d to the swimlane "%s"' => '%s flyttade uppgiften #%d till swimlane "%s"',
|
||||
'Swimlane' => 'Swimlane',
|
||||
'Budget overview' => 'Budgetöversikt',
|
||||
'Type' => 'Typ',
|
||||
'There is not enough data to show something.' => 'Det finns inte tillräckligt mycket data för att visa något.',
|
||||
'Gravatar' => 'Gravatar',
|
||||
'Hipchat' => 'Hipchat',
|
||||
'Slack' => 'Slack',
|
||||
|
||||
Reference in New Issue
Block a user