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.
 
 
 
 
 

25 lines
786 B

<?php
return [
// Labels
'agency' => 'Agentur',
'not_found' => 'Agentur nicht gefunden',
'detail' => 'Agentur Detail',
// Actions
'edit' => 'Agentur bearbeiten',
'update' => 'Agentur aktualisieren',
'updated' => 'Agentur wurde aktualisiert.',
'logo_change' => 'Agentur Logo ändern',
'logo_upload' => 'Upload Agentur Logo',
'logo_upload_info' => 'Lade eine <strong>.png</strong> Datei mit <strong>200px Breite hoch</strong>',
// Attributes
'name' => 'Agentur Name',
'tagline' => 'Agentur Tagline',
'email' => 'Agentur E-Mail',
'website' => 'Agentur Website',
'address' => 'Agentur Adresse',
'phone' => 'Agentur Telefon',
'logo' => 'Agentur Logo',
];