CIM69 - Car database

This commit is contained in:
“VeLiTi”
2024-04-23 17:09:31 +02:00
parent 5f89767faf
commit 0b4ba34ea5
12 changed files with 604 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ $menu_language = 'Language';
$menu_log = 'Log';
$menu_marketing = 'Marketing';
$menu_build = 'Build';
$menu_cartest = 'Car database';
//TABS
$tab1 = 'General';
@@ -74,6 +75,7 @@ $button_partner_assigned_equipment = 'Related assets';
$button_partner_assigned_contracts = 'Related contracts';
$button_create_contract = 'Create contract';
$button_create_communication_send = 'Firmware communication';
$button_create_cartest = 'Create cartest';
//Account / Users
$account_h2 = 'Account';
@@ -634,4 +636,32 @@ $marketing_p = 'Marketing catalog';
//Unscribe
$unscribe_msg1 = 'Email unsubscribed';
$unscribe_msg_error = 'Something went wrong, please contact your supplier for assistance';
$unscribe_msg_error = 'Something went wrong, please contact your supplier for assistance';
//Cartest
$cartests_h2 = 'Car Database';
$cartests_p = 'View, manage, and search car details.';
$cartest_h2 = 'Cartest';
$cartest_charts = 'Testgraphs';
$message_ct_1 = 'Cartest created successfully!';
$message_ct_2 = 'Cartest updated successfully!';
$message_ct_3 = 'Cartest deleted successfully!';
$message_no_ct = 'There are no cartest';
$cartest_search = 'Search carbrand...';
$cartest_information = 'Cartest information';
$cartest_rowID = 'Test ID';
$cartest_carbrand = 'Carbrand';
$cartest_cartype = 'Cartype';
$cartest_carvin = 'VIN';
$cartest_details_text = 'Test details';
$cartest_created = 'Timestamp';
$cartest_tester = 'Tester';
$cartest_device = 'Used asset';
$cartest_device_hw = 'Used hardware';
$cartest_device_sw = 'Used software';
$cartest_questions = 'Question & answer';