mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-15252 Unifying a string 'availablelangs' - now lives in install.php only
AMOS BEGIN MOV [availablelangs,core_admin],[availablelangs,core_install] AMOS END
This commit is contained in:
parent
6189e63d52
commit
11072c31ec
@ -345,7 +345,7 @@ die('Work in progress, to be replaced by the new language update interface...');
|
||||
echo '<form id="installform" method="post" action="langimport.php?mode='.INSTALLATION_OF_SELECTED_LANG.'">';
|
||||
echo '<fieldset class="invisiblefieldset">';
|
||||
echo '<input name="sesskey" type="hidden" value="'.sesskey().'" />';
|
||||
echo '<label for="pack">'.get_string('availablelangs','admin')."</label><br />\n";
|
||||
echo '<label for="pack">'.get_string('availablelangs','install')."</label><br />\n";
|
||||
if ($remote) {
|
||||
echo '<select name="pack[]" id="pack" size="15" multiple="multiple">';
|
||||
}
|
||||
|
@ -53,7 +53,6 @@ $string['authentication'] = 'Authentication';
|
||||
$string['authsettings'] = 'Manage authentication';
|
||||
$string['autolang'] = 'Language autodetect';
|
||||
$string['autologinguests'] = 'Auto-login guests';
|
||||
$string['availablelangs'] = 'Available language packs';
|
||||
$string['availableto'] = 'Available to';
|
||||
$string['backgroundcolour'] = 'Transparent colour';
|
||||
$string['backups'] = 'Backups';
|
||||
|
Loading…
x
Reference in New Issue
Block a user