Small translation fix [skip ci]

This commit is contained in:
James Cole 2015-05-17 17:27:56 +02:00
parent 4b2dcc74d4
commit 098e5bc162
3 changed files with 6 additions and 1 deletions

View File

@ -110,6 +110,9 @@ return [
'outsideOfBudgets' => 'Outside of budgets',
'leftInBudget' => 'Left in budget',
'sumOfSums' => 'Sum of sums',
'difference' => 'Difference',
'in' => 'In',
'out' => 'Out',

View File

@ -111,6 +111,8 @@ return [
'outsideOfBudgets' => 'Buiten budgetten',
'leftInBudget' => 'Over van budget',
'sumOfSums' => 'Alles bij elkaar',
'difference' => 'Verschil',
'in' => 'In',
'out' => 'Uit',

View File

@ -21,7 +21,7 @@
</tr>
{% endfor %}
<tr>
<td><em>Sum of sums</em></td>
<td><em>{{ 'sumOfSums'|_ }}</em></td>
<td>{{ accounts.getStart|formatAmount }}</td>
<td>{{ accounts.getEnd|formatAmount }}</td>
<td>{{ accounts.getDifference|formatAmount }}</td>