Файл: src/resources/lang/de/companies.php
Строк: 62
<?php
return [
'title' => 'Titel',
'address' => 'Adresse',
'zipcode' => 'Postleitzahl',
'country' => 'Land',
'contact_person' => 'Gesprächspartner',
'email' => 'Email',
'city' => 'Stadt',
'phone' => 'Telefon',
'create_company' => 'Erstellen Auftraggeber',
'update_company' => 'Aktualisieren Auftraggeber',
'company_list_text' => "Example of a basic table. For basic styling (light padding and only horizontal dividers) add the base class .table to any It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.",
'company_edit_text' => "Example of a basic table. For basic styling (light padding and only horizontal dividers) add the base class .table to any It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.",
'company_add_text' => "Example of a basic table. For basic styling (light padding and only horizontal dividers) add the base class .table to any It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.",
'list_panel_title' => 'Auftraggeber <strong>Liste</strong>',
'edit_panel_title' => 'Bearbeiten <strong>Auftraggeber</strong>',
'add_panel_title' => 'Neu <strong>Auftraggeber</strong>'
]
?>