Missing language variables

Missing language variables

by Andy Tagliani -
Number of replies: 5
Can someone confirm my problem, i have it in english and in german in moodle 1.8.1.

othersettings
options
updatefreq

I check the language files, i can´t find any error.

Andy
Average of ratings: -
In reply to Andy Tagliani

Re: Missing language variables

by Roberto Pinna -
Picture of Core developers Picture of Plugin developers
I confirm they miss in english so they miss also in the others languages.

I already added them in HEAD cvs and now I'll added also in 1.8.x cvs

Sorry,
Roberto.
In reply to Roberto Pinna

Re: Missing language variables

by Andy Tagliani -
Hi Robert

The update did not solve my problem, see attachment. In german or english still my problem exist.
Bye Andy
Attachment scorm_prob.gif
In reply to Andy Tagliani

Re: Missing language variables

by Andy Tagliani -
I try to solve my problem, without success. My meaning is, this is not a language file problem! I install the module new, i change the language file, nothing! Has somebody the same issue?

Andy
In reply to Andy Tagliani

Re: Missing language variables

by Andy Tagliani -
Sorry to nerve you, i´m one step ahead. On Moodle 1.9dev shows me the first missing othersettings correct, the other both missing variables not.

I´m playing a little on my test server, i copy the scorm from Moodle 1.9 to Moodle 1.8.1, the frist missing string is correct, the problem with the second and third already exist. My meaning, this is a bug and not only a problem of the language files! I wait one or two days more, after that i send it to the tracker, is it ok for you?

Andy
In reply to Andy Tagliani

Re: Missing language variables

by Andy Tagliani -
I found one bug in line 34 of mod_form.php

$mform->addElement('header', 'advanced', get_string('othersettings'));

this must be

$mform->addElement('header', 'advanced', get_string('othersettings','scorm'));

So the Bug with othersettings is gone. The other two bugs are still exist. Can you confirm that?

Andy