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.
26 lines
779 B
26 lines
779 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'agency' => 'Agency',
|
|
'not_found' => 'Agency not found',
|
|
'detail' => 'Agency Detail',
|
|
|
|
// Actions
|
|
'edit' => 'Edit Agency',
|
|
'update' => 'Update Agency',
|
|
'updated' => 'Agency data has been updated.',
|
|
'logo_change' => 'Change Agency Logo',
|
|
'logo_upload' => 'Upload Agency Logo',
|
|
'logo_upload_info' => 'Upload a <strong>.png</strong> file with <strong>200px width</strong>',
|
|
|
|
// Attributes
|
|
'name' => 'Agency Name',
|
|
'tagline' => 'Agency Tagline',
|
|
'email' => 'Agency Email',
|
|
'website' => 'Agency Website',
|
|
'address' => 'Agency Address',
|
|
'phone' => 'Agency Phone',
|
|
'logo' => 'Agency Logo',
|
|
'tax_id' => 'Tax ID Number',
|
|
];
|