2018-08-06 10:25:41 +03:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
'whoops' => 'Whoops!',
|
2018-11-08 12:11:42 +03:00
|
|
|
|
'hello' => 'Hai!',
|
|
|
|
|
'salutation' => 'Hormat Kami,<br> :company_name',
|
2018-08-06 10:25:41 +03:00
|
|
|
|
'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
|
|
|
|
|
|
|
|
|
|
];
|