Show message.

This commit is contained in:
James Cole
2015-07-22 19:35:39 +02:00
parent faa128d41e
commit 7af072b8fc
4 changed files with 24 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ return [
'showEverything' => 'Show everything',
'never' => 'Never',
'search_results_for' => 'Search results for ":query"',
'bounce_error' => 'The message sent to :email bounced.',
// attachments
'nr_of_attachments' => 'One attachment|:count attachments',
@@ -26,7 +27,7 @@ return [
'update_attachment' => 'Update attachment',
'delete_attachment' => 'Delete attachment ":name"',
'attachment_deleted' => 'Deleted attachment ":name"',
'upload_max_file_size' => 'Maximum file size: :size',
'upload_max_file_size' => 'Maximum file size: :size',
// tour:
'prev' => 'Prev',

View File

@@ -18,9 +18,12 @@ return [
'showEverything' => 'Laat alles zien',
'never' => 'Nooit',
'search_results_for' => 'Zoekresultaten voor ":query"',
'bounce_error' => 'The message sent to :email bounced.',
'nr_of_attachments' => 'Eén bijlage|:count bijlagen',
'attachments' => 'Bijlagen',
// tour:
'prev' => 'Vorige',
'next' => 'Volgende',