Language - Strings not defined

Language - Strings not defined

by Heather Jackson -
Number of replies: 3

We are getting the following errors when we check for missing strings in the Language Configuration settings. Is this something we should be concerned about, and if so, how do we fix it?

The following strings are not defined in d:\program files\easyphp1-7\www/lang/en/install.php

$string['chooselanguagesub'] = "";
$string['compatibilitysettingssub'] = "";
$string['configurationcompletesub'] = "";
$string['environmentsub'] = "";

The following strings are not defined in d:\program files\easyphp1-7\www/lang/en/moodle.php

$string['firstdayofweek'] = "0";

Average of ratings: -
In reply to Heather Jackson

Re: Language - Strings not defined

by Iñaki Arenaza -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers
As they are not defined, every time Moodle uses them, you will see something lie chooselanguagesub, compatibilitysettingssub and so on. You won't get any errors, but the texts are not very self-explanatory wink

If you know what they are used for, you can use "Edit Strings" (in the same menu of "Check for missing strings" to give them a value, provided the language files on the web server are writable by the web service user.

Saludos. Iñaki.
In reply to Heather Jackson

Re: Language - Strings not defined

by koen roggemans -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Translators
It's nothing to be concearned about. I guess you are working with the developement version of Moodle or a very new language pack?
I think this is a part of the new installer for languages during installation and a part of the new environment check witch is being developed, both to be finished for version 1.6
In reply to koen roggemans

Re: Language - Strings not defined

by Antony OSullivan -
I have the same 5 missing strings... and I am on the latest (1.5.3+) version... which I update every 2 or 3 days...