split out email files
This commit is contained in:
@@ -46,4 +46,8 @@ return [
|
||||
'submit' => 'Submit',
|
||||
'edit' => 'Edit',
|
||||
'close' => 'Close',
|
||||
'whoops' => 'Whoops',
|
||||
'hello' => 'Hello',
|
||||
'regards' => 'Regards',
|
||||
'rightsreserved' => 'All Rights Reserved',
|
||||
];
|
||||
|
||||
10
resources/lang/en/email.php
Normal file
10
resources/lang/en/email.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
return [
|
||||
'buttontroubles' =>
|
||||
'If you’re having trouble clicking the ":actiontext" button, ' .
|
||||
'copy and paste the URL below into your web browser:',
|
||||
];
|
||||
@@ -6,14 +6,4 @@ return [
|
||||
'nodownloads' => 'There are no downloads!',
|
||||
],
|
||||
|
||||
'emails' => [
|
||||
'whoops' => 'Whoops',
|
||||
'hello' => 'Hello',
|
||||
'regards' => 'Regards',
|
||||
'buttontroubles' => [
|
||||
'If you’re having trouble clicking the ":actiontext" button,',
|
||||
'copy and paste the URL below into your web browser:',
|
||||
],
|
||||
'allrightsreserved' => 'All Rights Reserved',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -47,4 +47,8 @@ return [
|
||||
'submit' => 'Invia',
|
||||
'edit' => 'Modifica',
|
||||
'close' => 'Chiudi',
|
||||
'whoops' => 'Ops',
|
||||
'hello' => 'Ciao',
|
||||
'regards' => 'Saluti',
|
||||
'rightsreserved' => 'Tutti i Diritti Riservati',
|
||||
];
|
||||
|
||||
10
resources/lang/it/email.php
Normal file
10
resources/lang/it/email.php
Normal 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:',
|
||||
];
|
||||
@@ -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!',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user