Small translations as a basic start [skip ci]

This commit is contained in:
James Cole
2015-05-14 10:26:15 +02:00
parent 8400ebc9c6
commit 015570c741
22 changed files with 99 additions and 53 deletions

View File

@@ -1,12 +1,14 @@
<?php
// general fields and things.
return [
'test' => 'You have selected English.',
'welcome' => 'Welcome to Firefly!',
'close' => 'Close',
'pleaseHold' => 'Please hold...',
'mandatoryFields' => 'Mandatory fields',
'optionalFields' => 'Optional fields',
'options' => 'Options',
'something' => 'Something!'
'something' => 'Something!',
'actions' => 'Actions'
];