Duplication ofvariables in text.php [MfH 3.3.1]
Posted: Sat Mar 24, 2018 4:35 pm
Dear Mike,
while I 'm translating MfH into Italian, in the original text.php file I found 3 duplicated variables I reported below.
They were associated to a little bit different text so I don't know if they really have a different meaning and should be splitted into different variables or if they are the same and differences into string association was responsible for their dupliation.
Anyway here they are:
$hesklang['err_custname']='Please enter name(s) for selected optional field(s)';
$hesklang['err_custname']='Enter custom field name';
$hesklang['opt4']='Options for this checkbox, enter one option per line. Each line will be a choice your customers can choose from, multiple choices are possible. You need to enter at least two options!';
$hesklang['opt4']='Options for this checkbox, enter one option per line. Each line will be a choice your customers can choose from, multiple choices are possible.';
$hesklang['ons']='ON - All';
$hesklang['ons']='ON - Everyone'; // For admin settings page
Cheers,
Topoldo
PS: BTW I did not find any new string to translate with respect to 3.3.0 even if you told me you should have add
$hesklang['sm_contents'] = 'Contents';
while I 'm translating MfH into Italian, in the original text.php file I found 3 duplicated variables I reported below.
They were associated to a little bit different text so I don't know if they really have a different meaning and should be splitted into different variables or if they are the same and differences into string association was responsible for their dupliation.
Anyway here they are:
$hesklang['err_custname']='Please enter name(s) for selected optional field(s)';
$hesklang['err_custname']='Enter custom field name';
$hesklang['opt4']='Options for this checkbox, enter one option per line. Each line will be a choice your customers can choose from, multiple choices are possible. You need to enter at least two options!';
$hesklang['opt4']='Options for this checkbox, enter one option per line. Each line will be a choice your customers can choose from, multiple choices are possible.';
$hesklang['ons']='ON - All';
$hesklang['ons']='ON - Everyone'; // For admin settings page
Cheers,
Topoldo
PS: BTW I did not find any new string to translate with respect to 3.3.0 even if you told me you should have add
$hesklang['sm_contents'] = 'Contents';