Initial commit
This commit is contained in:
BIN
settings/.DS_Store
vendored
Normal file
BIN
settings/.DS_Store
vendored
Normal file
Binary file not shown.
6168
settings/systemfirmware.php
Normal file
6168
settings/systemfirmware.php
Normal file
File diff suppressed because it is too large
Load Diff
7375
settings/systemfirmware_exceptions.php
Normal file
7375
settings/systemfirmware_exceptions.php
Normal file
File diff suppressed because it is too large
Load Diff
243
settings/systemservicetool.php
Normal file
243
settings/systemservicetool.php
Normal file
@@ -0,0 +1,243 @@
|
||||
<?php
|
||||
|
||||
error_reporting(E_ALL);
|
||||
|
||||
//=================================================================
|
||||
//Software version SERVICE Tool====================================
|
||||
//=================================================================
|
||||
|
||||
$service_tool_current_version = '877a739';
|
||||
$service_tool_current_filename = 'EmergencyFlasherSetup.exe';
|
||||
$software_download_url = 'https://'.$_SERVER['SERVER_NAME'].'/downloads'.'/';
|
||||
|
||||
//getSoftware (legacy)
|
||||
$software_url = 'https://'.$_SERVER['SERVER_NAME'].'/downloads'.'/'.$service_tool_current_filename;
|
||||
|
||||
//=================================================================
|
||||
//SERVICE Tool initialize ===================================
|
||||
//=================================================================
|
||||
$init = array(
|
||||
"COM" => array(
|
||||
"batteryVoltage_Max"=> 4.9,
|
||||
"batteryVoltage_Min"=> 4.5,
|
||||
"AnalogVoltagePP_EP_0_Max"=> 4.8,
|
||||
"AnalogVoltagePP_EP_0_Min"=> 4.1,
|
||||
"AnalogVoltagePP_EP_680_Max"=> 3.4,
|
||||
"AnalogVoltagePP_EP_680_Min"=> 2.9,
|
||||
"AnalogVoltagePP_EP_480_Max"=> 2.9,
|
||||
"AnalogVoltagePP_EP_480_Min"=> 2.5,
|
||||
"AnalogVoltagePP_EP_330_Max"=> 2.5,
|
||||
"AnalogVoltagePP_EP_330_Min"=> 2.1,
|
||||
"AnalogVoltageCP_0_POS_Max"=> 12.5,
|
||||
"AnalogVoltageCP_0_POS_Min"=> 11.5,
|
||||
"AnalogVoltageCP_0_NEG_Max"=> -11.5,
|
||||
"AnalogVoltageCP_0_NEG_Min"=> -12.5,
|
||||
"AnalogVoltageCP_2K74_POS_Max"=> 9.2,
|
||||
"AnalogVoltageCP_2K74_POS_Min"=> 8.7
|
||||
),
|
||||
"ATM"=> array(
|
||||
"batteryVoltage_Max"=> 4.9,
|
||||
"batteryVoltage_Min"=> 4.5,
|
||||
"AnalogVoltagePP_EP_0_Max"=> 4.8,
|
||||
"AnalogVoltagePP_EP_0_Min"=> 4.1,
|
||||
"AnalogVoltagePP_EP_680_Max"=> 3.4,
|
||||
"AnalogVoltagePP_EP_680_Min"=> 2.9,
|
||||
"AnalogVoltagePP_EP_480_Max"=> 2.9,
|
||||
"AnalogVoltagePP_EP_480_Min"=> 2.5,
|
||||
"AnalogVoltagePP_EP_330_Max"=> 2.5,
|
||||
"AnalogVoltagePP_EP_330_Min"=> 2.1,
|
||||
"AnalogVoltageCP_0_POS_Max"=> 12.5,
|
||||
"AnalogVoltageCP_0_POS_Min"=> 11.5,
|
||||
"AnalogVoltageCP_0_NEG_Max"=> -11.5,
|
||||
"AnalogVoltageCP_0_NEG_Min"=> -12.5,
|
||||
"AnalogVoltageCP_2K74_POS_Max"=> 9.2,
|
||||
"AnalogVoltageCP_2K74_POS_Min"=> 8.7
|
||||
),
|
||||
"ManualURL"=> "https://www.totalsafetysolutions.nl",
|
||||
"termsURL"=> "https://emergency-plug.com/en/terms-and-conditions",
|
||||
"Application" => array(
|
||||
"current_version" => $service_tool_current_version,
|
||||
"current_filename" => $service_tool_current_filename,
|
||||
"location" => $software_download_url
|
||||
)
|
||||
);
|
||||
|
||||
//=================================================================
|
||||
//SERVICE Tool allowed responses===================================
|
||||
//=================================================================
|
||||
|
||||
$allowedResponseRadio = array(
|
||||
array("responseID" => "1", "Response" => $service_allowed_label1),
|
||||
array("responseID" => "2", "Response" => $service_allowed_label2)
|
||||
);
|
||||
|
||||
$allowedResponseDropdownDamage = array(
|
||||
array("responseID" => "5", "Response" => $service_allowed_label5),
|
||||
array("responseID" => "4", "Response" => $service_allowed_label4),
|
||||
array("responseID" => "3", "Response" => $service_allowed_label3),
|
||||
array("responseID" => "9", "Response" => $service_allowed_label9)
|
||||
);
|
||||
|
||||
$allowedResponseDropdownCorrosion = array(
|
||||
array("responseID" => "6", "Response" => $service_allowed_label1),
|
||||
array("responseID" => "7", "Response" => $service_allowed_label2)
|
||||
);
|
||||
|
||||
// Negative answers
|
||||
$negative_results = array("2","3","6");
|
||||
//=================================================================
|
||||
//SERVICE Tool Visual Inspection===================================
|
||||
//=================================================================
|
||||
|
||||
|
||||
$arrayQuestions_visual = array(
|
||||
array("Group" => $group_header_1,
|
||||
"Group_sequence" => '1',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "service_visual_1","Question" => $service_visual_1, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_visual_2","Question" => $service_visual_2, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '3',"QuestionID" => "service_visual_3","Question" => $service_visual_3, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '4',"QuestionID" => "service_visual_4","Question" => $service_visual_4, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio)
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_2,
|
||||
"Group_sequence" => '2',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "service_visual_5", "Question" => $service_visual_5, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_visual_6", "Question" => $service_visual_6, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '3',"QuestionID" => "service_visual_7", "Question" => $service_visual_7, "Type" => 'Radiobutton', "Response" => $allowedResponseDropdownCorrosion),
|
||||
array("Question_sequence" => '4',"QuestionID" => "service_visual_8", "Question" => $service_visual_8, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage)
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_3,
|
||||
"Group_sequence" => '3',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "service_visual_9", "Question" => $service_visual_9, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_visual_10", "Question" => $service_visual_10, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '3',"QuestionID" => "service_visual_11", "Question" => $service_visual_11, "Type" => 'Radiobutton', "Response" => $allowedResponseDropdownCorrosion),
|
||||
array("Question_sequence" => '4',"QuestionID" => "service_visual_12", "Question" => $service_visual_12, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage)
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_4,
|
||||
"Group_sequence" => '4',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "service_visual_13", "Question" => $service_visual_13, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_visual_14", "Question" => $service_visual_14, "Type" => 'Radiobutton', "Response" => $allowedResponseDropdownCorrosion),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_visual_15", "Question" => $service_visual_15, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_visual_16", "Question" => $service_visual_16, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_visual_17", "Question" => $service_visual_17, "Type" => 'Radiobutton', "Response" => $allowedResponseDropdownCorrosion),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_visual_18", "Question" => $service_visual_18, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio)
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_5,
|
||||
"Group_sequence" => '5',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "service_visual_19", "Question" => $service_visual_19, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_visual_20", "Question" => $service_visual_20, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage),
|
||||
array("Question_sequence" => '3',"QuestionID" => "service_visual_21", "Question" => $service_visual_21, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage),
|
||||
array("Question_sequence" => '4',"QuestionID" => "service_visual_22", "Question" => $service_visual_22, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage)
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
//=================================================================
|
||||
//SERVICE Tool Finalize ===================================
|
||||
//=================================================================
|
||||
$arrayQuestions_finalize = array(
|
||||
array("Group" => $group_header_6,
|
||||
"Group_sequence" => '1',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "service_action_clean", "Question" => $service_action_clean, "Type" => 'Checkbox', "Response" => ""),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_action_battery", "Question" => $service_action_battery, "Type" => 'Checkbox', "Response" => "")
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_7,
|
||||
"Group_sequence" => '1',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "service_notes", "Question" => $service_notes, "Type" => 'Textarea', "Response" => "")
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_8,
|
||||
"Group_sequence" => '3',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "service_action_serial", "Question" => $service_action_serial, "Type" => 'Checkbox', "Response" => ""),
|
||||
array("Question_sequence" => '2',"QuestionID" => "service_action_cover", "Question" => $service_action_cover, "Type" => 'Checkbox', "Response" => ""),
|
||||
array("Question_sequence" => '3',"QuestionID" => "service_action_spudger", "Question" => $service_action_spudger, "Type" => 'Checkbox', "Response" => ""),
|
||||
array("Question_sequence" => '4',"QuestionID" => "service_action_case", "Question" => $service_action_case, "Type" => 'Checkbox', "Response" => ""),
|
||||
array("Question_sequence" => '5',"QuestionID" => "service_action_instructions", "Question" => $service_action_instructions, "Type" => 'Checkbox', "Response" => "")
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_9,
|
||||
"Group_sequence" => '4',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "service_mandatory_question", "Question" => $service_mandatory_question, "Type" => 'Checkbox', "Response" => "")
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
$arrayQuestions_legacy = array(
|
||||
array("Group" => $group_header_legacy_1,
|
||||
"Group_sequence" => '1',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "question1","Question" => $question1, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "question2","Question" => $question2, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '3',"QuestionID" => "question3","Question" => $question3, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '4',"QuestionID" => "question4","Question" => $question4, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio)
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_legacy_2,
|
||||
"Group_sequence" => '2',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "question5", "Question" => $question5, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio)
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_legacy_3,
|
||||
"Group_sequence" => '3',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "question6", "Question" => $question6, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "question7", "Question" => $question7, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '3',"QuestionID" => "question8", "Question" => $question8, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '4',"QuestionID" => "question9", "Question" => $question9, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio)
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_legacy_4,
|
||||
"Group_sequence" => '4',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "question11a", "Question" => $question11, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownCorrosion),
|
||||
array("Question_sequence" => '2',"QuestionID" => "question12a", "Question" => $question12, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownCorrosion),
|
||||
array("Question_sequence" => '3',"QuestionID" => "question13a", "Question" => $question13, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownCorrosion),
|
||||
array("Question_sequence" => '4',"QuestionID" => "question14a", "Question" => $question14, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownCorrosion),
|
||||
array("Question_sequence" => '5',"QuestionID" => "question18a", "Question" => $question18, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownCorrosion)
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_legacy_5,
|
||||
"Group_sequence" => '5',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "question10", "Question" => $question10, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage),
|
||||
array("Question_sequence" => '2',"QuestionID" => "question11", "Question" => $question11, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage),
|
||||
array("Question_sequence" => '3',"QuestionID" => "question12", "Question" => $question12, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage),
|
||||
array("Question_sequence" => '4',"QuestionID" => "question13", "Question" => $question13, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage),
|
||||
array("Question_sequence" => '5',"QuestionID" => "question14", "Question" => $question14, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage),
|
||||
array("Question_sequence" => '6',"QuestionID" => "question15", "Question" => $question15, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage),
|
||||
array("Question_sequence" => '7',"QuestionID" => "question16", "Question" => $question16, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage),
|
||||
array("Question_sequence" => '8',"QuestionID" => "question17", "Question" => $question17, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage),
|
||||
array("Question_sequence" => '9',"QuestionID" => "question18", "Question" => $question18, "Type" => 'Dropdown', "Response" => $allowedResponseDropdownDamage)
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_legacy_6,
|
||||
"Group_sequence" => '6',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "question20", "Question" => $question20, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "question22", "Question" => $question22, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio)
|
||||
)
|
||||
),
|
||||
array("Group" => $group_header_legacy_7,
|
||||
"Group_sequence" => '7',
|
||||
"Questions_in_group" => array(
|
||||
array("Question_sequence" => '1',"QuestionID" => "question21", "Question" => $question21, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '2',"QuestionID" => "question23", "Question" => $question23, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio),
|
||||
array("Question_sequence" => '3',"QuestionID" => "question24", "Question" => $question24, "Type" => 'Radiobutton', "Response" => $allowedResponseRadio)
|
||||
)
|
||||
),
|
||||
);
|
||||
?>
|
||||
175
settings/translations.php
Normal file
175
settings/translations.php
Normal file
@@ -0,0 +1,175 @@
|
||||
<?php
|
||||
|
||||
//TABS
|
||||
$tab1 = 'General';
|
||||
$tab2 = 'Partners';
|
||||
$tab3 = 'Log';
|
||||
|
||||
//Global
|
||||
$general_salesid = 'SalesID';
|
||||
$general_soldto = 'SoldTo';
|
||||
$general_shipto = 'SoldTo';
|
||||
$general_location = 'Location';
|
||||
$general_section = 'Section';
|
||||
|
||||
$general_created = 'Created';
|
||||
$general_createdby = 'Createdby';
|
||||
|
||||
$general_filters = 'Filters';
|
||||
$general_prev = 'Prev';
|
||||
$general_page = 'Page ';
|
||||
$general_page_of = ' of ';
|
||||
|
||||
$general_next = 'Next';
|
||||
|
||||
$button_apply = 'Apply';
|
||||
$button_cancel = 'Cancel';
|
||||
$button_history = 'History';
|
||||
$button_firmware = 'Update firmware';
|
||||
$button_create_asset = 'Create asset';
|
||||
|
||||
//Account / Users
|
||||
$account_status = 'Status';
|
||||
$account_username = 'Username';
|
||||
$account_permission = 'Permission';
|
||||
$account_profile = 'Profile';
|
||||
$account_service = 'Service';
|
||||
$account_pw_reset = 'Password reset';
|
||||
$account_lastlogin = 'lastlogin';
|
||||
|
||||
//Dashboard
|
||||
$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';
|
||||
|
||||
//Reset
|
||||
$button1 = 'Login';
|
||||
$button2 = 'Request reset';
|
||||
|
||||
//Equipments
|
||||
$equipment_label1 = 'ServiceID';
|
||||
$equipment_label2 = 'Serial';
|
||||
$equipment_label3 = 'Status';
|
||||
$equipment_label4 = 'Product';
|
||||
$equipment_label5 = 'Hardware';
|
||||
$equipment_label6 = 'Software';
|
||||
$equipment_label7 = 'Warranty start date';
|
||||
$equipment_label8 = 'Date of Service';
|
||||
|
||||
$equiment_search = 'Search serialnumber...';
|
||||
|
||||
$assets_h2 = "Assets";
|
||||
$assets_p = 'View, manage, and search assests.';
|
||||
$view_asset_h2 = 'Asset';
|
||||
$view_asset_partners = 'Asset - partners';
|
||||
$view_asset_details = 'Details';
|
||||
$view_asset_servicereport = 'Service reports';
|
||||
$view_asset_notes = 'Additional notes';
|
||||
$view_asset_actions = 'Actions';
|
||||
|
||||
$warranty_status = 'Warranty status';
|
||||
$service_status = 'Service status';
|
||||
$software_status = 'Software status';
|
||||
|
||||
|
||||
$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';
|
||||
|
||||
$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';
|
||||
|
||||
//History
|
||||
$history_label1 = 'HistoryID';
|
||||
$history_label2 = 'Type';
|
||||
$history_label3 = 'Created';
|
||||
$history_label4 = 'Createdby';
|
||||
$history_label5 = 'Description';
|
||||
$history_label6 = 'Serialnumber';
|
||||
|
||||
//Products
|
||||
$product_code = 'Productcode';
|
||||
$product_category = 'Category';
|
||||
$product_name = 'Name';
|
||||
$product_description = 'Description';
|
||||
$product_parttype = 'Type';
|
||||
|
||||
$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
|
||||
|
||||
//Users
|
||||
$User_service = 'Service';
|
||||
$User_update = 'Active';
|
||||
$User_username = 'Username';
|
||||
$User_partnerhierarchy = 'Hierarchy';
|
||||
$User_permission = 'Permission';
|
||||
$User_profile = 'Profile';
|
||||
$User_lastlogin = 'Lastlogin';
|
||||
|
||||
$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';
|
||||
|
||||
//Partners
|
||||
$partner_partnerID = 'Id';
|
||||
$partner_partnertype= 'Type';
|
||||
$partner_partnername = 'Name';
|
||||
$partner_salesID = 'Partnerhierarchy';
|
||||
|
||||
$partnertype1 = 'SalesID';
|
||||
$partnertype2 = 'SoldTo';
|
||||
$partnertype3 = 'ShipTo';
|
||||
$partnertype4 = 'Location';
|
||||
$partnertype5 = 'Section';
|
||||
|
||||
//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. To complete your registration you need to update your password via the link below.';
|
||||
$register_user_credential_label = 'Link to portal:';
|
||||
$register_user_closure = 'For security reasons this link is only active for 10 minutes.';
|
||||
620
settings/translations/translations_NL.php
Normal file
620
settings/translations/translations_NL.php
Normal file
@@ -0,0 +1,620 @@
|
||||
<?php
|
||||
//MENU ITEMS:
|
||||
$menu_dashboard = 'Dashboard';
|
||||
$menu_assets = 'Activa';
|
||||
$menu_service_reports = 'Service rapporten';
|
||||
$menu_history = 'Geschiedenis';
|
||||
$menu_firmwaretool = 'Software';
|
||||
$menu_equipments_mass_update = 'Multi update';
|
||||
$menu_products = 'Produkten';
|
||||
$menu_sales = 'Verkoop';
|
||||
$menu_sales_accounts = "Klanten";
|
||||
$menu_sales_contracts = 'Contracten';
|
||||
$menu_admin = 'Admin';
|
||||
$menu_admin_users = "Gebruikers";
|
||||
$menu_admin_communications = 'Communicatie';
|
||||
$menu_admin_partners = 'Partners';
|
||||
$menu_settings = 'Instellingen';
|
||||
$menu_config = 'Config';
|
||||
$menu_language = 'Taal';
|
||||
$menu_log = 'Log';
|
||||
$menu_marketing = 'Marketing';
|
||||
|
||||
//TABS
|
||||
$tab1 = 'Algemeen';
|
||||
$tab2 = 'Hierarchy';
|
||||
$tab3 = 'Log';
|
||||
$tab4 = 'Settings';
|
||||
|
||||
//Global
|
||||
$general_salesid = 'Verkoper';
|
||||
$general_soldto = 'Verkocht aan';
|
||||
$general_shipto = 'Verzonden aan';
|
||||
$general_location = 'Plaats';
|
||||
$general_section = 'Sectie';
|
||||
|
||||
$general_created = 'Gemaakt';
|
||||
$general_createdby = 'Gemaakt door';
|
||||
$general_updated = 'Update';
|
||||
$general_updatedby = 'Update door';
|
||||
|
||||
$general_filters = 'Filters';
|
||||
$general_page = 'Pagina ';
|
||||
$general_page_of = ' van ';
|
||||
|
||||
$general_prev = '«';
|
||||
$general_next = '»';
|
||||
$general_last = '↦'; // Last->
|
||||
$general_first = '↤'; // <-First;
|
||||
|
||||
$general_view = 'Bekijk';
|
||||
$general_actions = 'Acties';
|
||||
|
||||
$general_profile = 'Profiel';
|
||||
$general_logout = 'Uitloggen';
|
||||
|
||||
$button_apply = 'Toepassen';
|
||||
$button_cancel = 'Terug';
|
||||
$button_history = 'Geschiedenis';
|
||||
$button_firmware = 'Update software';
|
||||
$button_create_asset = 'Maak activa';
|
||||
$button_create_product = 'Maak produkt';
|
||||
$button_create_user = 'Maak gebruiker';
|
||||
$button_create_partner = 'Maak partner';
|
||||
$button_view = 'Bekijk';
|
||||
$button_create_communication = 'Maak communicatie';
|
||||
$button_create_account = 'Maak klant';
|
||||
$button_partner_assigned_equipment = 'Gerelateerde activa';
|
||||
$button_partner_assigned_contracts = 'Gerelateerde contracten';
|
||||
$button_create_contract = 'Maak contract';
|
||||
$button_create_communication_send = 'Firmware communicatie';
|
||||
|
||||
//Account / Users
|
||||
$account_h2 = 'Profiel';
|
||||
$account_status = 'Status';
|
||||
$account_username = 'Gebruikersnaam';
|
||||
$account_permission = 'Toestemming';
|
||||
$account_profile = 'Profiel';
|
||||
$account_service = 'Service';
|
||||
$account_pw_reset = 'Password reset';
|
||||
$account_lastlogin = 'Laatst ingelogd';
|
||||
$account_language = 'Taal';
|
||||
|
||||
//Dashboard
|
||||
$dashboard_h2 = 'Dashboard';
|
||||
$dashboard_p = 'Statistieken.';
|
||||
$dashboard_news = 'Nieuws';
|
||||
$data_assets_h3 = 'Activa';
|
||||
$data_assets_text = 'Totaal aantal activa';
|
||||
$data_service_h3 = 'Service Gewenst';
|
||||
$data_service_text = 'Activa service gewenst';
|
||||
$data_warranty_h3 = 'Garantie';
|
||||
$data_warranty_text = 'Activa onder garantie';
|
||||
$data_software_h3 = 'Software';
|
||||
$data_software_text = 'Activa upgrade gewenst';
|
||||
$data_service_text_forecast = 'Activa waarbij service gewenst per kwartaal';
|
||||
$data_warranty_text_forecast = 'Activa onder garantie tot kwartaal';
|
||||
|
||||
//Reset
|
||||
$button1 = 'Login';
|
||||
$button2 = 'Request reset';
|
||||
|
||||
//Equipments
|
||||
$equipment_label1 = 'Indicatie';
|
||||
$equipment_label2 = 'Serienummer';
|
||||
$equipment_label3 = 'Status';
|
||||
$equipment_label4 = 'Produkt';
|
||||
$equipment_label5 = 'Hardware';
|
||||
$equipment_label6 = 'Software';
|
||||
$equipment_label7 = 'Garantie startdatum';
|
||||
$equipment_label8 = 'Service datum';
|
||||
$equipment_label9 = 'Service geldig tot';
|
||||
$equipment_label10 = 'Activanummer';
|
||||
|
||||
$equiment_search = 'Zoek serienummer...';
|
||||
|
||||
$assets_h2 = "Activa";
|
||||
$assets_p = 'Bekijken, update, en zoek activa.';
|
||||
$view_asset_h2 = 'Activa';
|
||||
$view_asset_information = 'Activa - information';
|
||||
$view_asset_partners = 'Activa - hierarchy';
|
||||
$view_asset_details = 'Details';
|
||||
$view_asset_servicereport = 'Service rapporten';
|
||||
$view_asset_notes = 'Extra notities';
|
||||
$view_asset_actions = 'Acties';
|
||||
|
||||
$not_specified = 'Niet gespecificeerd';
|
||||
|
||||
$warranty_status = 'Garantie status';
|
||||
$service_status = 'Service status';
|
||||
$software_status = 'Software status';
|
||||
|
||||
$service_report_item = 'Service item';
|
||||
$service_report_no_comments = 'Geen commentaar';
|
||||
$service_report_maintenance_test = 'Maintenance Test';
|
||||
$service_report_maintenance_test_status = 'Status';
|
||||
|
||||
$service_report_outcome_good = 'Goed';
|
||||
$service_report_outcome_attention = 'Attentie';
|
||||
$service_report_no_text = 'Geen service rapporten ';
|
||||
|
||||
$service_maintenance_test_fail = 'Afgekeurd';
|
||||
$service_maintenance_test_pass = 'Goed';
|
||||
|
||||
$status0 = 0; $status0_text = 'Nieuw';
|
||||
$status1 = 1; $status1_text = 'Aangemaakt';
|
||||
$status2 = 2; $status2_text = 'Voorraad';
|
||||
$status3 = 3; $status3_text = 'Verzonden';
|
||||
$status4 = 4; $status4_text = 'In gebruik';
|
||||
$status5 = 5; $status5_text = 'Afgeschreven';
|
||||
|
||||
$product_location_raw = 'PCB';
|
||||
$product_location_SFG = 'half-fabrikaat';
|
||||
$product_location_FG = 'Kompleet produkt';
|
||||
|
||||
$warranty_outdated_text = 'Garantie verlopen';
|
||||
$warranty_recent ='Onder garantie';
|
||||
|
||||
$service_renewal_text = 'Service gewenst';
|
||||
$service_recent = 'Service up-to-date';
|
||||
|
||||
$firmware_update_text = 'Software upgrade beschikbaar';
|
||||
$firmware_recent_text = 'Software up-to-date';
|
||||
$firmware_update_confirm = ' Ik bevestig dat SN en HW zijn uitgelezen van de activa';
|
||||
|
||||
$message_eq_1 = 'Activa aangemaakt!';
|
||||
$message_eq_2 = 'Activa aangepast!';
|
||||
$message_eq_3 = 'Activa verwijderd!';
|
||||
$message_no_assets = 'Er is geen activa';
|
||||
//Manage assets
|
||||
$manage_asset_h2 = 'Update activa';
|
||||
|
||||
//ServiceReports
|
||||
$servicereports_h2 = 'Service rapporten';
|
||||
$servicereports_p = 'Bekijk, update en zoek service rapporten.';
|
||||
$servicereports_Search = 'Zoek service rapporten...';
|
||||
$servicereports_no_history = 'Er zijn geen rapporten';
|
||||
$servicereports_details = 'Service rapporten';
|
||||
|
||||
$servicereport_h2 = 'Service rapport';
|
||||
$servicereport_p = 'Bekijk service rapport details.';
|
||||
$servicereport_no_history = 'Er is geen service rapport';
|
||||
$servicereport_details = 'Service rapport';
|
||||
|
||||
//History
|
||||
$history_h2 = 'Geschiedenis';
|
||||
$history_p = 'Bekijk, update en zoek geschiedenis.';
|
||||
$history_Search = 'Zoek geschiedenis (ID)...';
|
||||
$history_no_history = 'Er is geen geschiedenis';
|
||||
|
||||
$history_label1 = 'Geschiedenis ID';
|
||||
$history_label2 = 'Type';
|
||||
$history_label3 = 'Aangemaakt';
|
||||
$history_label4 = 'Aangemaakt door';
|
||||
$history_label5 = 'Beschrijving';
|
||||
$history_label6 = 'Serienummer';
|
||||
|
||||
//Mass uppdate
|
||||
$mass_update_h2 = 'Multi update activa';
|
||||
$mass_update_partners = 'Wijs partners toe';
|
||||
$mass_update_input = 'Status en input';
|
||||
$mass_update_confirm_message = 'Update uitvoeren?';
|
||||
|
||||
$mass_update_correct = 'Update doorgevoerd';
|
||||
$mass_update_not_found = 'niet gevonden';
|
||||
|
||||
$paste_excel_h3 = 'Serienummers toevoegen';
|
||||
$paste_excel_1 = 'Serienummers toevoegen of plakken vanuit excel';
|
||||
$paste_excel_2 = '1 nummer per regel';
|
||||
|
||||
//Products
|
||||
$products_h2 = 'Produkten';
|
||||
$product_h2 = 'Produkt';
|
||||
$products_p = 'Bekijk, update, en zoek produkten.';
|
||||
$product_code = 'Produktcode';
|
||||
$product_status = 'Status';
|
||||
$product_category = 'Categorie';
|
||||
$product_name = 'Naam';
|
||||
$product_description = 'Beschrijving';
|
||||
$product_parttype = 'Type';
|
||||
$product_search = 'Zoek produktnaam...';
|
||||
$product_software = 'Softwareversie';
|
||||
$product_price = 'Prijs';
|
||||
$product_serialized = 'Serienummer';
|
||||
$product_build = 'Maak produkt';
|
||||
$product_sales = 'Verkoopbaar';
|
||||
|
||||
$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 = "Inactief"; //0
|
||||
$prod_status_1 = "Actief"; //1
|
||||
|
||||
$message_pr_1 = 'Produkt aangemaakt!';
|
||||
$message_pr_2 = 'Produkt aangepast!';
|
||||
$message_pr_3 = 'Produkt verwijderd!';
|
||||
$message_no_products = 'Er zijn geen produkten';
|
||||
|
||||
//Users
|
||||
$users_h2 = 'Gebruikers';
|
||||
$user_h2 = 'Gebruiker';
|
||||
$users_p = 'Bekijk, update en zoek gebruikers.';
|
||||
$users_search = 'Zoek gebruiker';
|
||||
$User_service = 'Service';
|
||||
$User_update = 'Actief';
|
||||
$User_username = 'Gebruikersnaam';
|
||||
$User_partnerhierarchy = 'Hierarchy';
|
||||
$User_permission = 'Toestemming';
|
||||
$User_profile = 'Profiel';
|
||||
$User_lastlogin = 'Laatste inlog';
|
||||
$User_language = 'Taal';
|
||||
$User_pw_reset = 'Password reset';
|
||||
|
||||
|
||||
$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 = 'Actief';
|
||||
$disabled = 'Inactief';
|
||||
|
||||
$message_us_1 = 'Gebruiker aangemaakt!';
|
||||
$message_us_2 = 'Gebruiker aangepast!';
|
||||
$message_us_3 = 'Gebruiker verwijderd!';
|
||||
$message_no_users = 'Er zijn geen gebruikers';
|
||||
|
||||
//Partners
|
||||
$partners_h2 = 'Partners';
|
||||
$partners_p = 'Bekijk, update en zoek partners.';
|
||||
$partner_h2 = 'Partner';
|
||||
$partner_status = 'Status';
|
||||
|
||||
$partner_partnerID = 'Id';
|
||||
$partner_partnertype= 'Type';
|
||||
$partner_partnername = 'Naam';
|
||||
$partner_salesID = 'Partnerhierarchy';
|
||||
$partner_note = 'Notitie';
|
||||
|
||||
$partnertype1 = 'SalesID';
|
||||
$partnertype2 = 'SoldTo';
|
||||
$partnertype3 = 'ShipTo';
|
||||
$partnertype4 = 'Location';
|
||||
$partnertype5 = 'Section';
|
||||
|
||||
$partner_search = 'Zoek partner...';
|
||||
$partner_view_assigned_assets = 'Gekoppelde activa';
|
||||
$message_pa_1 = 'Partner aangemaakt!';
|
||||
$message_pa_2 = 'Partner aangepast!';
|
||||
$message_pa_3 = 'Partner verwijderd!';
|
||||
$message_no_partners = 'Er zijn geen partners';
|
||||
|
||||
|
||||
//Firmware
|
||||
$firmwaretool_h2 = 'Software update tool';
|
||||
$firmwaretool_p = 'Update software.';
|
||||
|
||||
$firmwaretool_step = 'Instructies';
|
||||
$firmwaretool_step_1 = 'Sluit het apparaat via USB aan op de computer.(USB bevindt zich onder de batterijklep)';
|
||||
$firmwaretool_step_2 = 'Druk "<i>connect</i>" knop';
|
||||
$firmwaretool_step_3 = 'In het popup venster selecteer het apparaat door er op te klikken. Druk daarna op de verbinding maken knop.';
|
||||
$firmwaretool_step_4 = 'Het apparaat wordt nu gelezen. Een voortgang status wordt getoond';
|
||||
$firmwaretool_step_5 = 'Wanneer software beschikbaar is zal de voortgang "<i>Firmware available</i>" aangeven';
|
||||
$firmwaretool_step_6 = 'Wanneer software beschikbaar is: Bevestig dat SW and HW zijn gelezen van het apparaat door op de checkbox te klikken bij <i>'.$firmware_update_confirm.'</i>.';
|
||||
$firmwaretool_step_7 = 'Druk op de <i>"Update firmware</i>" knop om de update te starten en de instructies op het scherm te volgen';
|
||||
$firmwaretool_step_8 = '<b>Opgelet: Dit proces kan niet onderbroken worden.</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 = 'This is a generic account and cannot be changed.';
|
||||
|
||||
$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 = 'For security reasons this link is only active for 10 minutes.';
|
||||
|
||||
//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. The warranty is extended with 1 additional year. You will receive the link to our software update tool via the mail provided during the registration.';
|
||||
|
||||
//Communication
|
||||
$communication_h2 = 'Communicatie';
|
||||
$communication_p = 'Bekijk, update, en zoek communicatie.';
|
||||
$communication_status = 'Status';
|
||||
$communication_search = 'Zoek email';
|
||||
|
||||
$comm_status_0 = "Inactief"; //0
|
||||
$comm_status_1 = "Actief"; //1
|
||||
|
||||
$message_comm_1 = 'Communicatie aangemaakt!';
|
||||
$message_comm_2 = 'Communicatie aangepast!';
|
||||
$message_comm_3 = 'Communicatie verwijderd!';
|
||||
$message_comm_4 = 'Firmware communicatie geactiveerd!';
|
||||
$message_no_communication = 'Er zijn geen Communicatie records';
|
||||
|
||||
$communication_partner = 'PartnerID';
|
||||
$communication_email = 'Email';
|
||||
$communication_firmware = 'Firmware';
|
||||
$communication_service = 'Service';
|
||||
$communication_marketing = 'Marketing';
|
||||
$communication_type = 'Type';
|
||||
$communication_send = 'Verzonden';
|
||||
|
||||
|
||||
$coms_types = 'Communication';
|
||||
$coms_status_0 = "Inactief"; //0
|
||||
$coms_status_1 = "Actief"; // 1
|
||||
|
||||
$coms_type_0 = 'Forecast';
|
||||
$coms_type_1 = 'Event-based';
|
||||
|
||||
$communication_send_firmware_h2 = 'Maak software bericht';
|
||||
$communication_target = 'Target';
|
||||
$communication_target_both = 'Beide';
|
||||
$communication_hw_scope = 'Hardware scope';
|
||||
|
||||
//Account
|
||||
$accountstatus_0 = 'Lead';
|
||||
$accountstatus_1 = 'Customer';
|
||||
$accountstatus_2 = 'Cancel';
|
||||
|
||||
$account_h2 = 'Klanten';
|
||||
$account_p = 'Bekijk, update, en zoek klanten.';
|
||||
$account_status = 'Status';
|
||||
$account_search = 'Zoek klanten';
|
||||
|
||||
$message_account_1 = 'Klant aangemaakt!';
|
||||
$message_account_2 = 'Klant aangepast!';
|
||||
$message_account_3 = 'Account verwijderd!';
|
||||
$message_no_account = 'Er zijn geen klanten';
|
||||
|
||||
$account_id = 'Klantnummer';
|
||||
$account_name = 'Naam';
|
||||
$account_firstname = 'Voornaam';
|
||||
$account_lastname = 'Achternaam';
|
||||
$account_email = 'Email';
|
||||
$account_phone = 'Telefoon';
|
||||
|
||||
$view_account_information = 'Klant informatie';
|
||||
$view_account_contact = 'Contact informatie';
|
||||
|
||||
$account_contactfirstname = 'Voornaam';
|
||||
$account_contactlastname = 'Achternaam';
|
||||
$account_contactemail = 'Email';
|
||||
$account_contactphonenumber = 'Telefoon';
|
||||
|
||||
$account_billing = 'Betaaldetails';
|
||||
$account_billstreetadress ='Adres';
|
||||
$account_billpostalcode ='Postcode';
|
||||
$account_billdistrict ='District';
|
||||
$account_billcity ='Stad';
|
||||
$account_billstate ='Staat/Provincie';
|
||||
$account_billcountry ='Land';
|
||||
$account_shipping ='Verzenddetails';
|
||||
$account_company ='Bedrijfsnaam';
|
||||
$account_firstname ='Voornaam';
|
||||
$account_lastname ='Achternaam';
|
||||
$account_streetadress ='Adres';
|
||||
$account_postalcode ='Postcode';
|
||||
$account_district ='District';
|
||||
$account_city ='Stad';
|
||||
$account_state ='Staat/Provincie';
|
||||
$account_country ='Land';
|
||||
|
||||
$account_vatnumber ='BTW nummer';
|
||||
$account_loghandlername ='Logistiek provider';
|
||||
$account_loghandleraccount ='Logistiek account';
|
||||
|
||||
//Contracts
|
||||
$message_contract_1 = 'Contract aangemaakt!';
|
||||
$message_contract_2 = 'Contract aangepast!';
|
||||
$message_contract_3 = 'Contract verwijderd!';
|
||||
$message_no_contract = 'Er zijn geen contracten';
|
||||
|
||||
$contract_h2 = 'Contracten';
|
||||
$contract_p = 'Bekijk, update en zoek contracten.';
|
||||
$contract_status = 'Status';
|
||||
$contract_search = 'Zoek referentie';
|
||||
|
||||
$contract_status0 = 'Draft';
|
||||
$contract_status1 = 'Actief';
|
||||
$contract_status2 = 'Gesloten';
|
||||
|
||||
$contract_type0 = 'Vast';
|
||||
$contract_type1 = 'Abonnement';
|
||||
$contract_type2 = 'Bij gebruik';
|
||||
|
||||
$contract_id = 'Contractnummer';
|
||||
$contract_account = 'Klant';
|
||||
$contract_type = 'Type';
|
||||
$contract_start_date = 'Start datum';
|
||||
$contract_end_date = 'Eind datum';
|
||||
$contract_reference = 'Referentie';
|
||||
$contract_duration = 'Contract duur (in maanden)';
|
||||
$contract_servicetool = 'Servicetool';
|
||||
$contract_assigned_users = 'Gekoppelde gebruikers';
|
||||
$contract_assigned_users_add = 'Gebruiker toevoegen';
|
||||
|
||||
//=================================================================
|
||||
//Service Tool Question variables =================================
|
||||
//=================================================================
|
||||
//Groupheaders
|
||||
$group_header_1 = 'Algemeen';
|
||||
$group_header_2 = 'Kop - Type 1';
|
||||
$group_header_3 = 'Kop - Type 2';
|
||||
$group_header_4 = 'Batterij';
|
||||
$group_header_5 = 'Behuizing';
|
||||
$group_header_6 = 'Acties';
|
||||
$group_header_7 = 'Notities';
|
||||
$group_header_8 = 'Reparatie/Vervanging';
|
||||
$group_header_9 = 'Afronden';
|
||||
|
||||
//ServiceReport_labels
|
||||
$service_report_id = 'ServicereportID';
|
||||
$service_serialnumber = 'Serienummer';
|
||||
$service_date = 'Service datum';
|
||||
$service_renewal = 'Service geldig tot';
|
||||
$service_performed_by = 'Uitgevoerd door';
|
||||
|
||||
//Summarylabels for report
|
||||
$summary_label1 = 'Uitgevoerde service acties';
|
||||
$summary_label2 = 'Observaties';
|
||||
$summary_label3 = 'Corrosie';
|
||||
$summary_label4 = 'Algemene staat';
|
||||
|
||||
$message1 = 'Geen service acties uitgevoerd/noodzakelijk';
|
||||
$message2 = 'Geen reparaties uitgevoerd/noodzakelijk';
|
||||
|
||||
//---------------------------------
|
||||
//Service Tool visual questions
|
||||
//---------------------------------
|
||||
$service_visual_1 = 'Koffer aanwezig?';
|
||||
$service_visual_2 = 'Reserve batterijen aanwezig?';
|
||||
$service_visual_3 = 'Spudger aanwezig?';
|
||||
$service_visual_4 = 'Adapter (NA) aanwezig?';
|
||||
|
||||
$service_visual_5 = 'Koppen en pinnen schoon?';
|
||||
$service_visual_6 = 'Alle pinnen aanwezig (3x)?';
|
||||
$service_visual_7 = 'Corrosie zichtbaar op de pinnen?';
|
||||
$service_visual_8 = 'Staat van de behuizing';
|
||||
|
||||
$service_visual_9 = 'Koppen en pinnen schoon?';
|
||||
$service_visual_10 = 'Alle pinnen aanwezig (3x)?';
|
||||
$service_visual_11 = 'Corrosie zichtbaar op de pinnen?';
|
||||
$service_visual_12 = 'Staat van de behuizing';
|
||||
|
||||
$service_visual_13 = 'Batterijklep aanwezig?';
|
||||
$service_visual_14 = 'Corrosie op de batterij contacten?';
|
||||
$service_visual_15 = 'Batterij contacten aanwezig?';
|
||||
$service_visual_15 = 'Serienummer leesbaar?';
|
||||
$service_visual_16 = 'USB poort schoon?';
|
||||
$service_visual_17 = 'Beweging op de USB poort?';
|
||||
$service_visual_18 = 'All schroeven vast (5x)?';
|
||||
|
||||
$service_visual_19 = 'Knop kan ingedrukt worden?';
|
||||
$service_visual_20 = 'Staat van de behuizing?';
|
||||
$service_visual_21 = 'Staat van de diffuser?';
|
||||
$service_visual_22 = 'Staat van ledbehuizing?';
|
||||
|
||||
//---------------------------------
|
||||
//Service Tool finalize
|
||||
//---------------------------------
|
||||
$service_action_clean = "Apparaat schoongemaakt";
|
||||
$service_action_battery = "Batterijen vervangen";
|
||||
|
||||
$service_notes = 'Notities';
|
||||
$service_action_serial = 'Serienummer';
|
||||
$service_action_cover = 'Batterijklep';
|
||||
$service_action_spudger = 'Spudger';
|
||||
$service_action_case = 'Koffer';
|
||||
$service_action_instructions = 'Instructies in de koffer';
|
||||
//MANDATORY Question
|
||||
$service_mandatory_question = 'Ik bevestig dat ik alle vragen naar waarheid heb ingevuld';
|
||||
|
||||
//=================================================================
|
||||
//SERVICE Tool allowed responses===================================
|
||||
//=================================================================
|
||||
$service_allowed_label1 = 'Ja';
|
||||
$service_allowed_label2 = 'Nee';
|
||||
$service_allowed_label3 = 'Afgekeurd';
|
||||
$service_allowed_label4 = 'Gemiddeld';
|
||||
$service_allowed_label5 = 'Goed';
|
||||
$service_allowed_label6 = 'Ja';
|
||||
$service_allowed_label7 = 'Nee';
|
||||
$service_allowed_label8 = 'Commentaar';
|
||||
$service_allowed_label9 = 'n/a';
|
||||
$service_allowed_label10 = 'Check';
|
||||
|
||||
//=================================================================
|
||||
//SERVICE Question - Legacy ===============================
|
||||
//=================================================================
|
||||
$group_header_legacy_1 = 'Produkt';
|
||||
$group_header_legacy_2 = 'Label';
|
||||
$group_header_legacy_3 = 'Schoonmaken';
|
||||
$group_header_legacy_4 = 'Corrosie';
|
||||
$group_header_legacy_5 = 'Staat';
|
||||
$group_header_legacy_6 = 'Beweging';
|
||||
$group_header_legacy_7 = 'Andere';
|
||||
|
||||
$question1 = $service_visual_1;
|
||||
$question2 = $service_visual_3;
|
||||
$question3 = $service_visual_2;
|
||||
$question4 = $service_visual_13;
|
||||
$question5 = $service_visual_15;
|
||||
$question6 = 'Type 1 kop en pinnen schoon?';
|
||||
$question7 = 'Type 2 kop en pinnen schoon?';
|
||||
$question8 = $service_visual_16;
|
||||
$question9 = 'PCB schoon?';
|
||||
$question10 = 'Behuizing';
|
||||
$question11 = 'Kop-Type1';
|
||||
$question12 = 'Kop-Type2';
|
||||
$question13 = 'Batterijen';
|
||||
$question14 = 'Batterij contacten';
|
||||
$question11a = 'Geen corrosie op Kop-Type1';
|
||||
$question12a = 'Geen corrosie op Kop-Type2';
|
||||
$question13a = 'Geen corrosie op batterijen';
|
||||
$question14a = 'Geen corrosie op de batterij contacten';
|
||||
$question18a = 'Geen corrosie zichtbaar op de PCB';
|
||||
$question15 = 'Batterijklep';
|
||||
$question16 = 'Behuizing';
|
||||
$question17 = 'Diffuser';
|
||||
$question18 = 'PCB';
|
||||
$question19 = $service_visual_18;
|
||||
$question20 = 'Geen beweging op de pinnen?';
|
||||
$question21 = $service_visual_6;
|
||||
$question22 = $service_visual_17;
|
||||
$question23 = $service_visual_19;
|
||||
$question24 = 'Werken alle LEDs?';
|
||||
|
||||
$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 materiaal';
|
||||
|
||||
//Unscribe
|
||||
$unscribe_msg1 = 'Email gedactiveerd';
|
||||
$unscribe_msg_error = 'Er is iets mis gegaan, neem contact op met uw leverancier voor assistentie';
|
||||
617
settings/translations/translations_US.php
Normal file
617
settings/translations/translations_US.php
Normal file
@@ -0,0 +1,617 @@
|
||||
<?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';
|
||||
|
||||
//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_page = 'Page ';
|
||||
$general_page_of = ' of ';
|
||||
|
||||
$general_prev = '«';
|
||||
$general_next = '»';
|
||||
$general_last = '↦'; // Last->
|
||||
$general_first = '↤'; // <-First;
|
||||
|
||||
$general_view = 'View';
|
||||
$general_actions = 'Actions';
|
||||
|
||||
$general_profile = 'Profile';
|
||||
$general_logout = 'Logout';
|
||||
|
||||
$button_apply = 'Apply';
|
||||
$button_cancel = 'Cancel';
|
||||
$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_create_contract = 'Create contract';
|
||||
$button_create_communication_send = 'Firmware communication';
|
||||
|
||||
//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';
|
||||
|
||||
$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';
|
||||
|
||||
$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_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';
|
||||
|
||||
//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_partnerhierarchy = 'Hierarchy';
|
||||
$User_permission = 'Permission';
|
||||
$User_profile = 'Profile';
|
||||
$User_lastlogin = 'Lastlogin';
|
||||
$User_language = 'Language';
|
||||
$User_pw_reset = 'Password reset';
|
||||
|
||||
|
||||
$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';
|
||||
|
||||
//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';
|
||||
|
||||
//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';
|
||||
Reference in New Issue
Block a user