11 lines
326 B
PHP
11 lines
326 B
PHP
|
<?php
|
|||
|
|
|||
|
return [
|
|||
|
|
|||
|
'whoops' => 'אופס...',
|
|||
|
'hello' => 'שלום!',
|
|||
|
'salutation' => 'ברכות,<br> : שם_החברה',
|
|||
|
'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
|
|||
|
|
|||
|
];
|