-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemails.php
41 lines (36 loc) · 1.18 KB
/
emails.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
return [
/*
|--------------------------------------------------------------------------
| Lara(b)log Emails language lines
|--------------------------------------------------------------------------
|
*/
'contact' => [
'intro' => 'You have received a new message from your blog contact form.',
'details' => 'Contact Details:',
'labels' => [
'firstname' => 'Firstname:',
'lastname' => 'Lastname:',
'phone' => 'Phone:',
'email' => 'Email:',
'message' => 'Message:',
],
],
/*
|--------------------------------------------------------------------------
| Portfolio Emails language lines
|--------------------------------------------------------------------------
|
*/
'homecontact' => [
'intro' => 'You have received a new message from your portfolio website contact form.',
'details' => 'Contact Details:',
'labels' => [
'name' => 'Name:',
'phone' => 'Phone:',
'subject' => 'Subject:',
'message' => 'Message:',
],
],
];