split out email files

This commit is contained in:
Nabeel Shahzad
2018-05-21 11:25:51 -05:00
parent 9173558a0b
commit 072a7ffe12
8 changed files with 161 additions and 153 deletions

View File

@@ -1,21 +1,7 @@
<?php
return [
'emails' => [
'whoops' => 'Ops',
'hello' => 'Ciao',
'regards' => 'Saluti',
'buttontroubles' => [
'Se hai problemi a cliccare il bottone ":actiontext",',
'copia e incolla l\'URL qui sotto nel tuo browser:',
],
'allrightsreserved' => 'Tutti i Diritti Riservati',
],
'downloads' => [
'nodownloads' => 'Non ci sono downloads!',
],
];