Fix other translations [skip ci]

This commit is contained in:
James Cole
2015-05-21 17:47:10 +02:00
parent 42970aea80
commit bd56de6d36
3 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
<?php
// general fields and things.
return [
'test' => 'You have selected English.',
'close' => 'Close',
@@ -21,6 +20,14 @@ return [
'from' => 'From',
'to' => 'To',
'availableIn' => 'Available in :date',
'transactionsWithoutBudget' => 'Expenses without budget',
'transactionsWithoutBudgetDate' => 'Expenses without budget in :date',
'createBudget' => 'New budget',
'inactiveBudgets' => 'Inactive budgets',
'newCategory' => 'New category',
'withoutCategory' => 'Without a category',
'details_for_asset' => 'Details for asset account ":name"',
'details_for_expense' => 'Details for expense account ":name"',
'details_for_revenue' => 'Details for revenue account ":name"',
@@ -42,7 +49,6 @@ return [
'make_new_expense_account' => 'New expense account',
'make_new_revenue_account' => 'New revenue account',
// new user:
'welcome' => 'Welcome to Firefly!',
'createNewAsset' => 'Create a new asset account to get started. This will allow you to create transactions and start your financial management',