759 lines
26 KiB
PHP
759 lines
26 KiB
PHP
<?php
|
|
//MENU ITEMS:
|
|
$menu_dashboard = 'Dashboard';
|
|
$menu_assets = 'Assets';
|
|
$menu_service_reports = 'Service Reports';
|
|
$menu_history = 'History';
|
|
$menu_firmwaretool = 'Firmwaretool';
|
|
$menu_equipments_mass_update = 'Mass updates';
|
|
$menu_products = 'Products';
|
|
$menu_sales = 'Sales';
|
|
$menu_sales_accounts = "Accounts";
|
|
$menu_sales_contracts = 'Contracts';
|
|
$menu_admin = 'Admin';
|
|
$menu_admin_users = "Users";
|
|
$menu_admin_communications = 'Communication';
|
|
$menu_admin_partners = 'Partners';
|
|
$menu_settings = 'Settings';
|
|
$menu_config = 'Config';
|
|
$menu_language = 'Language';
|
|
$menu_log = 'Log';
|
|
$menu_marketing = 'Marketing';
|
|
$menu_build = 'Build';
|
|
$menu_cartest = 'Car database';
|
|
$menu_report_main = 'Reports';
|
|
$menu_report_build = 'Stock and Production';
|
|
$menu_report_usage = 'System usage';
|
|
|
|
//TABS
|
|
$tab1 = 'General';
|
|
$tab2 = 'Partners';
|
|
$tab3 = 'Log';
|
|
$tab4 = 'Settings';
|
|
|
|
//Global
|
|
$general_salesid = 'SalesID';
|
|
$general_soldto = 'SoldTo';
|
|
$general_shipto = 'ShipTo';
|
|
$general_location = 'Location';
|
|
$general_section = 'Section';
|
|
|
|
$general_created = 'Created';
|
|
$general_createdby = 'Createdby';
|
|
$general_updated = 'Updated';
|
|
$general_updatedby = 'Updatedby';
|
|
|
|
$general_filters = 'Filters';
|
|
$general_filters_clear = 'clear';
|
|
|
|
$general_sort = 'Sort';
|
|
$general_page = 'Page ';
|
|
$general_page_of = ' of ';
|
|
|
|
$general_sort_type_1 = 'Low - High';
|
|
$general_sort_type_2 = 'High - Low';
|
|
$general_sort_type_3 = 'Latest';
|
|
$general_sort_type_4 = 'Oldest';
|
|
|
|
$general_prev = '«';
|
|
$general_next = '»';
|
|
$general_last = '↦'; // Last->
|
|
$general_first = '↤'; // <-First;
|
|
|
|
$general_view = 'View';
|
|
$general_actions = 'Actions';
|
|
$general_actions_more = 'Show more';
|
|
|
|
$general_profile = 'Profile';
|
|
$general_logout = 'Logout';
|
|
|
|
$button_apply = 'Apply';
|
|
$button_cancel = 'Cancel';
|
|
$button_back = 'Back';
|
|
$button_history = 'History';
|
|
$button_firmware = 'Update firmware';
|
|
$button_create_asset = 'Create asset';
|
|
$button_create_product = 'Create product';
|
|
$button_create_user = 'Create user';
|
|
$button_create_partner = 'Create partner';
|
|
$button_view = 'View';
|
|
$button_create_communication = 'Create communication';
|
|
$button_create_account = 'Create account';
|
|
$button_partner_assigned_equipment = 'Related assets';
|
|
$button_partner_assigned_contracts = 'Related contracts';
|
|
$button_partner_assigned_communication = 'Related communication';
|
|
$button_partner_assigned_users = 'Related users';
|
|
$button_create_contract = 'Create contract';
|
|
$button_create_communication_send = 'Firmware communication';
|
|
$button_create_cartest = 'Create cartest';
|
|
|
|
//Account / Users
|
|
$account_h2 = 'Account';
|
|
$account_status = 'Status';
|
|
$account_username = 'Username';
|
|
$account_permission = 'Permission';
|
|
$account_profile = 'Profile';
|
|
$account_service = 'Service';
|
|
$account_pw_reset = 'Password reset';
|
|
$account_lastlogin = 'lastlogin';
|
|
$account_language = 'Language';
|
|
|
|
//Dashboard
|
|
$dashboard_h2 = 'Dashboard';
|
|
$dashboard_p = 'Statistics';
|
|
$dashboard_news = 'News';
|
|
$data_assets_h3 = 'Assets';
|
|
$data_assets_text = 'Total assets available';
|
|
$data_service_h3 = 'Service Due';
|
|
$data_service_text = 'Assets with service';
|
|
$data_warranty_h3 = 'Warranty';
|
|
$data_warranty_text = 'Assets under warranty';
|
|
$data_software_h3 = 'Firmware';
|
|
$data_software_text = 'Assets requiring firmware upgrade';
|
|
$data_service_text_forecast = 'Assets with service due within given period';
|
|
$data_warranty_text_forecast = 'Assets with warranty coverage untill given period';
|
|
//Reset
|
|
$button1 = 'Login';
|
|
$button2 = 'Request reset';
|
|
|
|
//Equipments
|
|
$equipment_label1 = 'Indicators';
|
|
$equipment_label2 = 'Serialnumber';
|
|
$equipment_label3 = 'Status';
|
|
$equipment_label4 = 'Product';
|
|
$equipment_label5 = 'Hardware';
|
|
$equipment_label6 = 'Software';
|
|
$equipment_label7 = 'Warranty start date';
|
|
$equipment_label8 = 'Date of Service';
|
|
$equipment_label9 = 'Service renewal';
|
|
$equipment_label10 = 'Assets ID';
|
|
$equipment_label11 = 'Order reference';
|
|
$equipment_label12 = 'Geolocation (latitude and longitude)';
|
|
|
|
$equiment_search = 'Search serialnumber...';
|
|
|
|
$assets_h2 = "Assets";
|
|
$assets_p = 'View, manage, and search assets.';
|
|
$view_asset_h2 = 'Asset';
|
|
$view_asset_information = 'Asset - information';
|
|
$view_asset_partners = 'Asset - partners';
|
|
$view_asset_details = 'Details';
|
|
$view_asset_servicereport = 'Service reports';
|
|
$view_asset_notes = 'Additional notes';
|
|
$view_asset_actions = 'Actions';
|
|
|
|
$not_specified = 'Not specified';
|
|
|
|
$warranty_status = 'Warranty status';
|
|
$service_status = 'Service status';
|
|
$software_status = 'Software status';
|
|
|
|
$service_report_item = 'Service item';
|
|
$service_report_no_comments = 'No comments';
|
|
$service_report_maintenance_test = 'Maintenance Test';
|
|
$service_report_maintenance_test_status = 'Status';
|
|
|
|
$service_report_outcome_good = 'Good';
|
|
$service_report_outcome_attention = 'Attention';
|
|
$service_report_no_text = 'There are no service reports ';
|
|
|
|
$service_maintenance_test_fail = 'fail';
|
|
$service_maintenance_test_pass = 'good';
|
|
|
|
$status0 = 0; $status0_text = 'New';
|
|
$status1 = 1; $status1_text = 'Created';
|
|
$status2 = 2; $status2_text = 'On stock';
|
|
$status3 = 3; $status3_text = 'Send';
|
|
$status4 = 4; $status4_text = 'In Use';
|
|
$status5 = 5; $status5_text = 'Scrapped';
|
|
|
|
$product_location_raw = 'PCB';
|
|
$product_location_SFG = 'semi-finished good';
|
|
$product_location_FG = 'finished good';
|
|
|
|
$warranty_outdated_text = 'Warranty expired';
|
|
$warranty_recent ='Under warranty';
|
|
|
|
$service_renewal_text = 'Service due';
|
|
$service_recent = 'Service up-to-date';
|
|
|
|
$firmware_update_text = 'Firmware upgrade available';
|
|
$firmware_recent_text = 'Firmware up-to-date';
|
|
$firmware_update_confirm = ' I confirm SN and HW are read from device';
|
|
|
|
$message_eq_1 = 'Equipment created successfully!';
|
|
$message_eq_2 = 'Equipment updated successfully!';
|
|
$message_eq_3 = 'Equipment deleted successfully!';
|
|
$message_no_assets = 'There are no assets';
|
|
|
|
//Manage assets
|
|
$manage_asset_h2 = 'Manage asset';
|
|
|
|
//ServiceReports
|
|
$servicereports_h2 = 'Service reports';
|
|
$servicereports_p = 'View, manage, and search service reports.';
|
|
$servicereports_Search = 'Search service reports...';
|
|
$servicereports_no_history = 'There is are no reports';
|
|
$servicereports_details = 'Service reports';
|
|
|
|
$servicereport_h2 = 'Service report';
|
|
$servicereport_p = 'View service report details.';
|
|
$servicereport_no_history = 'There is no report';
|
|
$servicereport_details = 'Service report';
|
|
|
|
//History
|
|
$history_h2 = 'History';
|
|
$history_p = 'View, manage, and search history.';
|
|
$history_Search = 'Search history...';
|
|
$history_no_history = 'There is no history';
|
|
|
|
$history_label1 = 'HistoryID';
|
|
$history_label2 = 'Type';
|
|
$history_label3 = 'Created';
|
|
$history_label4 = 'Createdby';
|
|
$history_label5 = 'Description';
|
|
$history_label6 = 'Serialnumber';
|
|
|
|
//Mass uppdate
|
|
$mass_update_h2 = 'Mass update assets';
|
|
$mass_update_partners = 'Assign partners';
|
|
$mass_update_input = 'Assign and input';
|
|
$mass_update_confirm_message = 'Process update?';
|
|
|
|
$mass_update_correct = 'Update done';
|
|
$mass_update_not_found = 'not found';
|
|
|
|
$mass_update_order_ref = 'Order reference';
|
|
$mass_update_order_total = 'Order total';
|
|
$mass_update_customer = 'Customer';
|
|
|
|
$paste_excel_h3 = 'Insert serialnumbers';
|
|
$paste_excel_1 = 'Add serialnumber or paste from excel';
|
|
$paste_excel_2 = '1 number per line';
|
|
|
|
//Products
|
|
$products_h2 = 'Products';
|
|
$product_h2 = 'Product';
|
|
$products_p = 'View, manage, and search products.';
|
|
$product_data = 'Product information';
|
|
$product_version = 'Product versions';
|
|
|
|
$product_code = 'Productcode';
|
|
$product_status = 'Status';
|
|
$product_category = 'Category';
|
|
$product_name = 'Name';
|
|
$product_description = 'Description';
|
|
$product_parttype = 'Type';
|
|
$product_search = 'Search productname...';
|
|
$product_software = 'Softwareversion';
|
|
$product_price = 'Price';
|
|
$product_serialized = 'Serialized';
|
|
$product_build = 'Build';
|
|
$product_sales = 'Sales';
|
|
|
|
$part_type1 = 'Product';
|
|
$part_type2 = 'Sparepart';
|
|
$part_type3 = 'Loose_item';
|
|
|
|
$product_category0 = 'Emergency Plug';
|
|
$product_category1 = 'Garage Plug';
|
|
$product_category2 = 'Service';
|
|
$product_category3 = 'Other';
|
|
|
|
$prod_status_text = "Status";
|
|
$prod_status_0 = "Inactive"; //0
|
|
$prod_status_1 = "Active"; //1
|
|
|
|
$message_pr_1 = 'Product created successfully!';
|
|
$message_pr_2 = 'Product updated successfully!';
|
|
$message_pr_3 = 'Product deleted successfully!';
|
|
$message_no_products = 'There are no products';
|
|
|
|
$product_version_number = 'Versionnumber';
|
|
$product_version_version = 'Version';
|
|
$product_version_software = 'Software';
|
|
$product_version_measurement = 'Data';
|
|
|
|
//Users
|
|
$users_h2 = 'Users';
|
|
$user_h2 = 'User';
|
|
$users_p = 'View, manage, and search users.';
|
|
$users_search = 'Search user';
|
|
$User_service = 'Service';
|
|
$User_update = 'Active';
|
|
$User_username = 'Username';
|
|
$User_email = 'Email';
|
|
$User_partnerhierarchy = 'Hierarchy';
|
|
$User_permission = 'Permission';
|
|
$User_profile = 'Profile';
|
|
$User_lastlogin = 'Lastlogin';
|
|
$User_language = 'Language';
|
|
$User_pw_reset = 'Password reset';
|
|
$User_pw_login_count = 'Failed login attempts';
|
|
$User_block = 'Blocked';
|
|
$User_unblock = 'Deblock';
|
|
|
|
$reset_message = 'Password reset started => See your email inbox for further instructions, you will be redirected to the login page.';
|
|
$reset_message2 = 'Resettoken not valid, you will be redirected';
|
|
$reset_message3 = 'Password minimal length of 6 characters';
|
|
|
|
$enabled = 'Active';
|
|
$disabled = 'Inactive';
|
|
|
|
$message_us_1 = 'User created successfully!';
|
|
$message_us_2 = 'User updated successfully!';
|
|
$message_us_3 = 'User deleted successfully!';
|
|
$message_no_users = 'There are no users';
|
|
$error_msg_0 = 'User already exists.';
|
|
|
|
//Partners
|
|
$partners_h2 = 'Partners';
|
|
$partners_p = 'View, manage, and search partners.';
|
|
$partner_h2 = 'Partner';
|
|
$partner_status = 'Status';
|
|
|
|
$partner_partnerID = 'Id';
|
|
$partner_partnertype= 'Type';
|
|
$partner_partnername = 'Name';
|
|
$partner_salesID = 'Partnerhierarchy';
|
|
$partner_note = 'Notes';
|
|
|
|
$partnertype1 = 'SalesID';
|
|
$partnertype2 = 'SoldTo';
|
|
$partnertype3 = 'ShipTo';
|
|
$partnertype4 = 'Location';
|
|
$partnertype5 = 'Section';
|
|
|
|
$partner_search = 'Search partner...';
|
|
$partner_view_assigned_assets = 'View assigned assets';
|
|
|
|
$message_pa_1 = 'Partner created successfully!';
|
|
$message_pa_2 = 'Partner updated successfully!';
|
|
$message_pa_3 = 'Partner deleted successfully!';
|
|
$message_no_partners = 'There are no partners';
|
|
|
|
//Build
|
|
$buildtool_h2 = 'Buildtool';
|
|
$buildtool_p = 'Assemble product';
|
|
|
|
//Firmware
|
|
$firmwaretool_h2 = 'Firmwaretool';
|
|
$firmwaretool_p = 'Update firmware.';
|
|
|
|
$firmwaretool_step = 'Instructions';
|
|
$firmwaretool_step_1 = 'Connect the device to the computer by USB.(found under battery cover)';
|
|
$firmwaretool_step_2 = 'Press "<i>connect</i>" button';
|
|
$firmwaretool_step_3 = 'A popup will appear asking to select a device. Select the device by clicking on it and the press the connect button.';
|
|
$firmwaretool_step_4 = 'After pop-up disappears the device will be read, status bar will show progress';
|
|
$firmwaretool_step_5 = 'When firmwware available: The status bar will show "<i>Firmware available</i>"';
|
|
$firmwaretool_step_6 = 'When firmwware available: Ensure SN and HW are read from the device and confirm this by selecting the checkbox "I confirm SN and HW are read from device"';
|
|
$firmwaretool_step_7 = 'Press <i>"Update firmware</i>" button to start the firmware update dialog and follow the onscreen instructions';
|
|
$firmwaretool_step_8 = '<b>Be aware: This process cannot be stopped and needs to finish.</b>';
|
|
|
|
//EMAIL
|
|
$newuser_subject = 'CustomerPortal user created';
|
|
$newuser_header = 'Dear CustomerPortal user';
|
|
$newuser_text = 'Your CustomerPortal administrator has provided access to the CustomerPortal. To complete your account you need to update your password via the link below.';
|
|
$newuser_credential_label = 'Link to portal:';
|
|
$newuser_closure = 'For security reasons this link is only active for 10 minutes.';
|
|
|
|
$changeuser_subject = 'CustomerPortal - password reset requested';
|
|
$changeuser_header = 'Dear CustomerPortal user';
|
|
$changeuser_text = 'A password reset has been requested for your account. To reset your account use the link below.';
|
|
$changeuser_credential_label = 'Link to portal:';
|
|
$changeuser_closure = 'For security reasons this link is only active for 10 minutes.';
|
|
|
|
$register_user_subject = 'CustomerPortal - firmware - user created';
|
|
$register_user_header = 'Dear customer';
|
|
$register_user_text = 'Thanks for your registration. Based on your product registration we herewith provide you access to our online firmware update capability.';
|
|
$register_user_credential_label = 'Link to portal:';
|
|
$register_user_closure = 'This is a generic account and cannot be changed.';
|
|
|
|
//Register
|
|
$register_message_1 = 'Serialnumber not recognized, please contact your supplier';
|
|
$register_message_2 = 'Product under warranty or warranty expired. If not correct please contact your supplier';
|
|
$register_message_3 = 'Warranty is extended with 1 additional year';
|
|
$register_message_4 = 'Thank you for your registration. You will receive the link to our software update tool via the mail provided during the registration.';
|
|
|
|
//Communication
|
|
$communication_h2 = 'Communication';
|
|
$communication_p = 'View, manage, and search communication.';
|
|
$communication_status = 'Status';
|
|
$communication_search = 'Search email';
|
|
|
|
$comm_status_0 = $disabled; //0
|
|
$comm_status_1 = $enabled; //1
|
|
|
|
$message_comm_1 = 'Communication created successfully!';
|
|
$message_comm_2 = 'Communication updated successfully!';
|
|
$message_comm_3 = 'Communication deleted successfully!';
|
|
$message_comm_4 = 'Firmware communication activated!';
|
|
$message_no_communication = 'There are no communication records';
|
|
|
|
$communication_partner = 'PartnerID';
|
|
$communication_email = 'Email';
|
|
$communication_firmware = 'Firmware';
|
|
$communication_service = 'Service';
|
|
$communication_marketing = 'Marketing';
|
|
$communication_type = 'Type';
|
|
$communication_send = 'Send';
|
|
|
|
$coms_types = 'Communication';
|
|
$coms_status_0 = "Inactive"; //0
|
|
$coms_status_1 = "Active"; // 1
|
|
|
|
$coms_type_0 = 'Forecast';
|
|
$coms_type_1 = 'Event-based';
|
|
|
|
$communication_send_firmware_h2 = 'Create Firmware message';
|
|
$communication_target = 'Target';
|
|
$communication_target_both = 'Both';
|
|
$communication_hw_scope = 'Hardware scope';
|
|
|
|
|
|
//Account
|
|
$accountstatus_0 = 'Lead';
|
|
$accountstatus_1 = 'Customer';
|
|
$accountstatus_2 = 'Cancel';
|
|
|
|
$account_h2 = 'account';
|
|
$account_p = 'View, manage, and search account.';
|
|
$account_status = 'Status';
|
|
$account_search = 'Search accountname';
|
|
|
|
$message_account_1 = 'Account created successfully!';
|
|
$message_account_2 = 'Account updated successfully!';
|
|
$message_account_3 = 'Account deleted successfully!';
|
|
$message_no_account = 'There are no accounts';
|
|
|
|
$account_id = 'AccountID';
|
|
$account_name = 'Name';
|
|
$account_firstname = 'Firstname';
|
|
$account_lastname = 'Lasstname';
|
|
$account_email = 'Email';
|
|
$account_phone = 'Phone';
|
|
$view_account_information = 'Account information';
|
|
$view_account_contact = 'Contact information';
|
|
$account_contactfirstname = 'Contact person firstname';
|
|
$account_contactlastname = 'Contact person lastname';
|
|
$account_contactemail = 'Email';
|
|
$account_contactphonenumber = 'Phone';
|
|
$account_billing = 'Billing';
|
|
$account_billstreetadress ='Street adress';
|
|
$account_billpostalcode ='Postal code';
|
|
$account_billdistrict ='District';
|
|
$account_billcity ='City';
|
|
$account_billstate ='State';
|
|
$account_billcountry ='Country';
|
|
$account_shipping ='Shipping';
|
|
$account_company ='Company name';
|
|
$account_firstname ='First name';
|
|
$account_lastname ='Last name';
|
|
$account_streetadress ='Street adress';
|
|
$account_postalcode ='Postal code';
|
|
$account_district ='District';
|
|
$account_city ='City';
|
|
$account_state ='State';
|
|
$account_country ='Country';
|
|
$account_vatnumber ='VAT number';
|
|
$account_loghandlername ='Logistics handler';
|
|
$account_loghandleraccount ='Logistics account';
|
|
|
|
//Contracts
|
|
$message_contract_1 = 'Contract created successfully!';
|
|
$message_contract_2 = 'Contract updated successfully!';
|
|
$message_contract_3 = 'Contract deleted successfully!';
|
|
$message_no_contract = 'There are no contracts';
|
|
|
|
$contract_h2 = 'Contracts';
|
|
$contract_p = 'View, manage, and search contracts.';
|
|
$contract_status = 'Status';
|
|
$contract_search = 'Search reference';
|
|
|
|
$contract_status0 = 'Draft';
|
|
$contract_status1 = 'Active';
|
|
$contract_status2 = 'Closed';
|
|
|
|
$contract_type0 = 'Fixed';
|
|
$contract_type1 = 'Subscription';
|
|
$contract_type2 = 'Pay per use';
|
|
|
|
$contract_id = 'Contract ID';
|
|
$contract_account = 'Account';
|
|
$contract_type = 'Type';
|
|
$contract_start_date = 'Start date';
|
|
$contract_end_date = 'End date';
|
|
$contract_reference = 'Reference';
|
|
$contract_duration = 'Duration (in months)';
|
|
$contract_servicetool = 'Servicetool';
|
|
$contract_assigned_users = 'Assigned users';
|
|
$contract_assigned_users_add = 'Add user';
|
|
|
|
//=================================================================
|
|
//Service Tool Question variables =================================
|
|
//=================================================================
|
|
//Groupheaders
|
|
$group_header_1 = 'General';
|
|
$group_header_2 = 'Head - Type 1';
|
|
$group_header_3 = 'Head - Type 2';
|
|
$group_header_4 = 'Battery unit';
|
|
$group_header_5 = 'Casing';
|
|
$group_header_6 = 'Actions';
|
|
$group_header_7 = 'Notes';
|
|
$group_header_8 = 'Repaired/Replaced';
|
|
$group_header_9 = 'Finalize';
|
|
|
|
//ServiceReport_labels
|
|
$service_report_id = 'ServicereportID';
|
|
$service_serialnumber = 'Serialnumber';
|
|
$service_date = 'Date of service';
|
|
$service_renewal = 'Renewal date';
|
|
$service_performed_by = 'Performed by';
|
|
|
|
//Summarylabels for report
|
|
$summary_label1 = 'Service actions performed';
|
|
$summary_label2 = 'Observations';
|
|
$summary_label3 = 'Corrosion';
|
|
$summary_label4 = 'State';
|
|
|
|
$message1 = 'No service actions done/required';
|
|
$message2 = 'No repair actions done/required';
|
|
|
|
//---------------------------------
|
|
//Service Tool visual questions
|
|
//---------------------------------
|
|
$service_visual_1 = 'Productcase included?';
|
|
$service_visual_2 = 'Spare batteries included?';
|
|
$service_visual_3 = 'Pray bar (Spudger) included?';
|
|
$service_visual_4 = 'Adapter (NA) included?';
|
|
|
|
$service_visual_5 = 'Head and Pins clean?';
|
|
$service_visual_6 = 'All pins available (3x)?';
|
|
$service_visual_7 = 'Corrosion visible on pins?';
|
|
$service_visual_8 = 'State of plastic housing';
|
|
|
|
$service_visual_9 = 'Head and Pins clean?';
|
|
$service_visual_10 = 'All pins available (3x)?';
|
|
$service_visual_11 = 'Corrosion visible on pins?';
|
|
$service_visual_12 = 'State of plastic housing';
|
|
|
|
$service_visual_13 = 'Battery cover available?';
|
|
$service_visual_14 = 'Corrosion on battery contacts?';
|
|
$service_visual_15 = 'Battery contacts available?';
|
|
$service_visual_15 = 'Serialnumber readable?';
|
|
$service_visual_16 = 'USB connector clean?';
|
|
$service_visual_17 = 'Movement on USB connector?';
|
|
$service_visual_18 = 'Screws fixed(5x)?';
|
|
|
|
$service_visual_19 = 'Button can be pressed?';
|
|
$service_visual_20 = 'State of body?';
|
|
$service_visual_21 = 'State of diffuser?';
|
|
$service_visual_22 = 'State of ledcover?';
|
|
|
|
//---------------------------------
|
|
//Service Tool finalize
|
|
//---------------------------------
|
|
$service_action_clean = "Device cleaned";
|
|
$service_action_battery = "Batteries replaced";
|
|
|
|
$service_notes = 'Notes';
|
|
$service_action_serial = 'Serialnumber';
|
|
$service_action_cover = 'Battery cover';
|
|
$service_action_spudger = 'Pray bar (spudger)';
|
|
$service_action_case = 'Case';
|
|
$service_action_instructions = 'Instructions in case';
|
|
//MANDATORY Question
|
|
$service_mandatory_question = 'I declare that I answered the questions truthfully';
|
|
|
|
//=================================================================
|
|
//SERVICE Tool allowed responses===================================
|
|
//=================================================================
|
|
$service_allowed_label1 = 'Yes';
|
|
$service_allowed_label2 = 'No';
|
|
$service_allowed_label3 = 'Bad';
|
|
$service_allowed_label4 = 'Average';
|
|
$service_allowed_label5 = 'Good';
|
|
$service_allowed_label6 = 'Yes';
|
|
$service_allowed_label7 = 'No';
|
|
$service_allowed_label8 = 'Comment';
|
|
$service_allowed_label9 = 'n/a';
|
|
$service_allowed_label10 = 'Check';
|
|
|
|
//=================================================================
|
|
//SERVICE Question - Legacy ===============================
|
|
//=================================================================
|
|
$group_header_legacy_1 = 'Product';
|
|
$group_header_legacy_2 = 'Label';
|
|
$group_header_legacy_3 = 'Cleaning';
|
|
$group_header_legacy_4 = 'Corrosion';
|
|
$group_header_legacy_5 = 'State';
|
|
$group_header_legacy_6 = 'Movement';
|
|
$group_header_legacy_7 = 'Other';
|
|
|
|
$question1 = 'Productcase included?';
|
|
$question2 = 'Spudger in the case?';
|
|
$question3 = 'Batteries included?';
|
|
$question4 = 'Batterycover included?';
|
|
$question5 = 'Serialnumber readable on label?';
|
|
$question6 = 'Type 1 Head and Pins clean?';
|
|
$question7 = 'Type 2 Head and Pins clean?';
|
|
$question8 = 'USB connector clean?';
|
|
$question9 = 'PCB clean?';
|
|
$question10 = 'Housing';
|
|
$question11 = 'Head-Type1';
|
|
$question12 = 'Head-Type2';
|
|
$question13 = 'Batteries';
|
|
$question14 = 'Batterycontacts';
|
|
$question11a = 'Head-Type1 not corroded';
|
|
$question12a = 'Head-Type2 not corroded';
|
|
$question13a = 'Batteries not corroded';
|
|
$question14a = 'Batterycontacts not corroded';
|
|
$question18a = 'PCB not corroded';
|
|
$question15 = 'Batterycover';
|
|
$question16 = 'Cover';
|
|
$question17 = 'Diffuser';
|
|
$question18 = 'PCB';
|
|
$question19 = 'All screws available?';
|
|
$question20 = 'No movement on Pins?';
|
|
$question21 = 'All Pins available?';
|
|
$question22 = 'No movement on USB connector?';
|
|
$question23 = 'Button working?';
|
|
$question24 = 'Do all LEDs work?';
|
|
|
|
$servicereport5 = 'Not specified';
|
|
|
|
$action_clean = "action_clean";
|
|
$action_clean_description = "Device cleaned";
|
|
$action_firmware = "action_firmware";
|
|
$action_firmware_description = "Device firmware updated";
|
|
$action_firmware_update_description = "I confirm SN and HW are read from device";
|
|
$action_maintenance = "action_maintenance";
|
|
$action_maintenance_description = "Device capability tested";
|
|
$action_serial = "action_serial";
|
|
$action_serial_description = "Device serialnumberlabel regenerated";
|
|
$action_replacement_body = "action_replacement_body";
|
|
$action_replacement_body_description = "Device body replaced";
|
|
$action_replacement_pcb = "action_replacement_pcb";
|
|
$action_replacement_pcb_description = "Device PCB replaced";
|
|
$action_replacement_battery = "action_replacement_body";
|
|
$action_replacement_battery_description = "Batteries replaced";
|
|
$action_repaired_body = "action_repaired_body";
|
|
$action_repaired_body_description = "Device body repaired";
|
|
$action_repaired_pcb = "action_repaired_pcb";
|
|
$action_repaired_pcb_description = "Device PCB repaired";
|
|
$action_repaired_LED = "action_repaired_LED";
|
|
$action_repaired_LED_description = "Device LED repaired";
|
|
$action_repaired_button = "action_repaired_button";
|
|
$action_repaired_button_description = "Device button repaired";
|
|
|
|
|
|
//Marketing
|
|
$marketing_h2 = 'Marketing';
|
|
$marketing_p = 'Marketing catalog';
|
|
|
|
//Unscribe
|
|
$unscribe_msg1 = 'Email unsubscribed';
|
|
$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_text = 'Question & answer';
|
|
|
|
//---------------------------------
|
|
//CarTest headers
|
|
//---------------------------------
|
|
$cartest_header_0 = 'Car data';
|
|
$cartest_header_1 = 'Test Results';
|
|
$cartest_header_2 = 'PHEV or EV';
|
|
$cartest_header_3 = 'Color of led';
|
|
$cartest_header_4 = 'Dashboard signs';
|
|
$cartest_header_5 = 'General';
|
|
$cartest_header_6 = 'Results after test';
|
|
$cartest_header_7 = 'Notes';
|
|
|
|
//---------------------------------
|
|
//CarTest questions
|
|
//---------------------------------
|
|
$cartest_1 = 'Go to P';
|
|
$cartest_2 = 'Out of D';
|
|
$cartest_3 = 'Possible gear switch';
|
|
$cartest_4 = 'Cuts accelerator';
|
|
$cartest_5 = 'Go to N';
|
|
$cartest_6 = 'Handbrake on';
|
|
$cartest_7 = 'Propulsion by accelerator';
|
|
$cartest_8 = 'EV or PHEV';
|
|
$cartest_9 = 'ICE shutdown';
|
|
$cartest_10 = 'ICE on by accelerator';
|
|
$cartest_11 = 'Before insert';
|
|
$cartest_12 = 'After insert 1 second';
|
|
$cartest_13 = 'After inster 2 seconds';
|
|
$cartest_14 = 'Sign of charging';
|
|
$cartest_15 = 'No Signs';
|
|
$cartest_16 = 'Charging failure';
|
|
$cartest_17 = 'Any other';
|
|
$cartest_18 = 'Moves on idle';
|
|
$cartest_19 = 'Photo of VIN taken';
|
|
$cartest_20 = 'Photo of car overview';
|
|
$cartest_21 = 'Reconnect in 5 minutes';
|
|
$cartest_22 = 'Photo of identification plate';
|
|
$cartest_23 = 'Possible gear switch after removal EP';
|
|
$cartest_24 = 'Engine directly on after removal EP';
|
|
$cartest_25 = 'PHEV, ICE on after removal EP';
|
|
$cartest_26 = 'First contact of to restart';
|
|
$cartest_27 = 'Locking open after removal';
|
|
$cartest_28 = 'Testresults Pass/Fail';
|
|
|
|
$cartest_notes = 'Notes';
|
|
|
|
//---------------------------------
|
|
//CarTest response
|
|
//---------------------------------
|
|
$cartest_allowed_label0 = 'insert answer';
|
|
$cartest_allowed_label1 = 'Yes';
|
|
$cartest_allowed_label2 = 'No';
|
|
$cartest_allowed_label3 = 'EV';
|
|
$cartest_allowed_label4 = 'PHEV';
|
|
$cartest_allowed_label5 = 'Green';
|
|
$cartest_allowed_label6 = 'Yellow';
|
|
$cartest_allowed_label7 = 'Blue';
|
|
$cartest_allowed_label8 = 'Red';
|
|
$cartest_allowed_label9 = 'Pass';
|
|
$cartest_allowed_label10 = 'Fail';
|
|
|
|
//---------------------------------
|
|
//BUILD REPORT
|
|
//---------------------------------
|
|
$buildreport_h2 = 'Stock and Production';
|
|
$buildreport_p = 'Reporting';
|
|
|
|
$buildreport_raw_text = 'Total number '.$product_location_raw;
|
|
$buildreport_SFG_text = 'Total number '.$product_location_SFG;
|
|
$buildreport_FG_text = 'Total number '.$product_location_FG;
|
|
$buildreport_onstock_text = 'Total number '.$status2_text;
|
|
$data_build_sfg_view = $product_location_SFG.' produced in the last 7 days';
|
|
$data_build_fg_view = $product_location_FG.' produced in the last 7 days';
|