Files
assetmgt/settings/translations.php
“VeLiTi” 670b00eeab Initial commit
2024-03-15 12:43:10 +01:00

175 lines
5.3 KiB
PHP

<?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.';