New translations

This commit is contained in:
James Cole 2015-08-15 21:42:45 +02:00
parent 5fd688b266
commit 7ffb48a87a
3 changed files with 5 additions and 1 deletions

View File

@ -85,7 +85,9 @@ return [
[
'asset' => 'Asset account',
'expense' => 'Expense account',
'revenue' => 'Revenue account'
'revenue' => 'Revenue account',
'opening' => 'Initial balance account',
'initial' => 'Initial balance account',
],
'shortNamesByFullName' =>
[

View File

@ -25,6 +25,7 @@ return [
'removed_amount' => 'Removed :amount',
'added_amount' => 'Added :amount',
'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.',
'Opening balance' => 'Opening balance',
// tags
'store_new_tag' => 'Store new tag',

View File

@ -25,6 +25,7 @@ return [
'removed_amount' => ':amount weggehaald',
'added_amount' => ':amount toegevoegd',
'asset_account_role_help' => 'Voorkeuren die voortkomen uit je keuze hier kan je later aangeven.',
'Opening balance' => 'Startsaldo',
// tags
'store_new_tag' => 'Sla tag op',