Enhance product links and translations; update styles and add registration modal
- Updated product links in rma.php and rma_manage.php to include icons for better UX. - Improved German, Spanish, Dutch, Polish, Portuguese, and US translations with new phrases for software licenses and user information prompts. - Refactored CSS to remove redundant styles and added new styles for a registration modal, enhancing the overall UI. - Introduced JavaScript variables for user information prompts in softwaretool.php for better localization support.
This commit is contained in:
@@ -29,6 +29,9 @@ $menu_report_usage = 'System usage';
|
||||
$menu_maintenance = 'Maintenance';
|
||||
$menu_profiles = 'Profiles';
|
||||
$menu_upgrades = 'Software Upgrades';
|
||||
$menu_sales_licenses = 'Licenses';
|
||||
$menu_softwaretool = 'Software Update';
|
||||
$menu_products_software_versions = 'Software';
|
||||
$tab1 = 'General';
|
||||
$tab2 = 'Partners';
|
||||
$tab3 = 'Log';
|
||||
@@ -375,16 +378,14 @@ $register_3_term_consent_1 = 'I agree with ';
|
||||
$register_3_term_consent_2 = 'terms and conditions';
|
||||
$register_button = 'Register';
|
||||
$register_mandatory = 'mandatory';
|
||||
$register_4_completed = '4. Registration Completed';
|
||||
$register_5_details = '5. Registration details';
|
||||
$register_6_return = '6. Return to registration';
|
||||
$register_4_completed = 'Registration Completed';
|
||||
$register_5_details = 'Registration details';
|
||||
$register_6_return = 'Return to registration';
|
||||
$register_6_button = 'Back';
|
||||
$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.
|
||||
|
||||
In case you do not receive our email you can access our software update tool via our website. Go to My Login and use username/password:';
|
||||
$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.<br><br>In case you do not receive our email you can access our software update tool via our website. <br><br>Go to My Login and use username/password:';
|
||||
$communication_h2 = 'Communication';
|
||||
$communication_p = 'View, manage, and search communication.';
|
||||
$communication_status = 'Status';
|
||||
@@ -1049,4 +1050,7 @@ $focus_offering_1 = 'Premium - Highend';
|
||||
$dealer_type_0 = 'Local';
|
||||
$dealer_type_1 = 'Professional';
|
||||
$dealer_type_2 = 'Corporate';
|
||||
$user_information_required = 'User Information Required';
|
||||
$user_information_description = 'Please provide your information to continue with software updates';
|
||||
$general_continue = 'Continue';
|
||||
?>
|
||||
Reference in New Issue
Block a user