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
+4
View File
@@ -47,4 +47,8 @@ return [
'submit' => 'Invia',
'edit' => 'Modifica',
'close' => 'Chiudi',
'whoops' => 'Ops',
'hello' => 'Ciao',
'regards' => 'Saluti',
'rightsreserved' => 'Tutti i Diritti Riservati',
];
+10
View File
@@ -0,0 +1,10 @@
<?php
/**
*
*/
return [
'buttontroubles' =>
'Se hai problemi a cliccare il bottone ":actiontext", ' .
'copia e incolla l\'URL qui sotto nel tuo browser:',
];
-14
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!',
],
];