Language - Strings not defined

Language - Strings not defined

av Heather Jackson -
Antall svar: 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";

Gjennomsnittlig vurdering: -
Som svar til Heather Jackson

Re: Language - Strings not defined

av Iñaki Arenaza -
Bilde av Core developers Bilde av Documentation writers Bilde av Peer reviewers Bilde av 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 blunker

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.
Som svar til Heather Jackson

Re: Language - Strings not defined

av koen roggemans -
Bilde av Core developers Bilde av Documentation writers Bilde av Moodle HQ Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av 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
Som svar til koen roggemans

Re: Language - Strings not defined

av 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...