Page 1 of 1
Missing translations
Posted: Fri Jun 07, 2013 1:13 pm
by japonte
Missing some translations in the form FormProviderSelect, in the butMove_Click and butCreateUsers_Click methods.
Re: Missing translations
Posted: Fri Jun 07, 2013 3:06 pm
by jsalmon
Those messages have to be hit in the program and then they will be automatically added to the list of available translations in the FormProviderSelect category.
However, there is one message that needs to be changed because it contains variables. Text to be translated should never contain variables. The example I'm referring to is:
Code: Select all
if(MsgBox.Show(this,MsgBoxButtons.OKCancel,"Move all patients from "+provFrom.GetLongDesc()+" to "+provTo.GetLongDesc()+"?")) {
I'll add that to the bugs list.
Re: Missing translations
Posted: Tue Jun 11, 2013 11:10 am
by jsalmon
The message box I mentioned above will be available to correctly translate in version 13.1.35 and 12.4.69.