You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
491 B
10 lines
491 B
<?php
|
|
|
|
return [
|
|
'header' => 'Install <span class="text-primary">'.config('app.name').'</span>',
|
|
'agency_info_text' => 'Bitte füllen Sie das nachfolgende Fomular aus, um Ihre Agentur anzulegen.',
|
|
'admin_info_text' => 'Bitte füllen Sie das nachfolgende Formular aus, um einen Administrator Account anzulegen.',
|
|
'admin_name' => 'Administrator Name',
|
|
'admin_email' => 'Administrator E-Mail',
|
|
'button' => 'installiere jetzt Free PMO',
|
|
];
|