Extra translation [skip ci]

This commit is contained in:
James Cole
2015-05-27 06:57:02 +02:00
parent 1d4938bb09
commit 58014f0592
3 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ return [
'from' => 'From',
'to' => 'To',
'showEverything' => 'Show everything',
'never' => 'Never',
// forms:
'mandatoryFields' => 'Mandatory fields',

View File

@@ -16,6 +16,7 @@ return [
'from' => 'Van',
'to' => 'Tot',
'showEverything' => 'Laat alles zien',
'never' => 'Nooit',
// forms:
'mandatoryFields' => 'Verplichte velden',

View File

@@ -29,7 +29,7 @@
</td>
{% else %}
<td data-value="0">
<em>Never</em>
<em>{{ 'never'|_ }}</em>
</td>
{% endif %}
</tr>