Resolution
Language pack customization can be applied. Refer to HSPc Integration Guide, the chapter "Customizing Language Packs".
To customize the string "User Agreement" or rename any menu item you should undertake the following steps:
- copy localization file:
# cp /var/opt/hspc-root/custom/localization/EN_example.pm /var/opt/hspc-root/custom/localization/EN.pm - open the file for editing and rename the package to package
/var/opt/hspc-root/custom/localization/EN.pmHSPC::Custom::Localization::EN - Specify the string user_agreement_uc:
%strings_en = (
user_agreement_uc => ' ',
change_other_opts_uc => 'Buy Optional Services', ## change "Buy Other Options" menu and dashboard items for the Upgrade Section in CP
);
This way you can customize other strings. Names of the strings you can find in the file:/var/opt/hspc-root/i18n/EN/strings.xml - reload HSPc
# /ets/init.d/hspcd stop
# /ets/init.d/hspcd start