Missing translations

This forum is for programmers who have questions about the source code.
Post Reply
japonte
Posts: 13
Joined: Tue Apr 16, 2013 1:07 pm

Missing translations

Post by japonte » Fri Jun 07, 2013 1:13 pm

Missing some translations in the form FormProviderSelect, in the butMove_Click and butCreateUsers_Click methods.

User avatar
jsalmon
Posts: 1571
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Missing translations

Post by jsalmon » Fri Jun 07, 2013 3:06 pm

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.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

User avatar
jsalmon
Posts: 1571
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Missing translations

Post by jsalmon » Tue Jun 11, 2013 11:10 am

The message box I mentioned above will be available to correctly translate in version 13.1.35 and 12.4.69.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

Post Reply