Language - Strings not defined

Language - Strings not defined

Heather Jackson -
回帖数: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";

回复Heather Jackson

Re: Language - Strings not defined

Iñaki Arenaza -
Core developers的头像 Documentation writers的头像 Peer reviewers的头像 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 眨眼

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.
回复Heather Jackson

Re: Language - Strings not defined

koen roggemans -
Core developers的头像 Documentation writers的头像 Moodle HQ的头像 Particularly helpful Moodlers的头像 Plugin developers的头像 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
回复koen roggemans

Re: Language - Strings not defined

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