PDA

View Full Version : Change for brazilian portuguese "Do you want to enroll into the course?"


aprendofacil
02-08-2008, 01:44 PM
Hi,

How can I do to change the phrase "Do you want to enroll into the course?" that show in "../index.php?option=com_joomla_lms&Itemid=41&task=course_guest&id=1" to "Você gostaria de se inscrever neste curso?"

Thanks,


Antonio Carlos Pereira

den
02-08-2008, 02:18 PM
This phrase is located in the language file 'courses_main.lang.php' - variable '_JLMS_COURSES_ENROLL_MSG'. This message was not included into brazilian language during 1.0.4 release, So you should compare enaglish and brazilian languages, add and translate this variable from english to brazilian.

P.S. all language files are located at 'componetns/com_joomla_lms/languages/language_name'.
Also you can import/export languages at the JoomlaLMS Admin BackEnd

joaoferraz01
02-09-2008, 09:40 PM
Hi Den,

Just one question: What about the brazilian portuguese translation for the backend?
I'm thinking use LMS for an custom web site but the end user does not speak english.

Thanks in advance.

Joao Ferraz

den
02-11-2008, 08:54 AM
JoomlaLMS BackEnd is english only and it doesn't have language files. To change english messages to brazilian you should edit the source. But main part of BackEnd is encoded for license purposes and you are unable to change it.