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', 'from' => 'From',
'to' => 'To', 'to' => 'To',
'showEverything' => 'Show everything', 'showEverything' => 'Show everything',
'never' => 'Never',
// forms: // forms:
'mandatoryFields' => 'Mandatory fields', 'mandatoryFields' => 'Mandatory fields',

View File

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

View File

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