mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN MOV [thislanguage,core],[thislanguage,core_langconfig] AMOS END
This commit is contained in:
parent
a23f02ed50
commit
f62493d8a6
2 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,7 @@ die('Work in progress, to be replaced by the new language update interface...');
|
|||
|
||||
$strlang = get_string('langimport','admin');
|
||||
$strlanguage = get_string('language');
|
||||
$strthislanguage = get_string('thislanguage');
|
||||
$strthislanguage = get_string('thislanguage', 'langconfig');
|
||||
$title = $strlang;
|
||||
|
||||
//reset and diagnose lang cache permissions
|
||||
|
|
|
@ -1643,7 +1643,6 @@ $string['themes'] = 'Themes';
|
|||
$string['themesaved'] = 'New theme saved';
|
||||
$string['thereareno'] = 'There are no {$a} in this course';
|
||||
$string['thiscategorycontains'] = 'This category contains';
|
||||
$string['thislanguage'] = 'English';
|
||||
$string['time'] = 'Time';
|
||||
$string['timezone'] = 'Timezone';
|
||||
$string['to'] = 'To';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue