mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-61533 lang: Merge English strings from the en_fix language pack
Significant string change: * typeoflogin_desc,tool_mobile - removing sentence about autologinguests * gradepublishing_help, core_grades - updated explanation mentioning the manager role and grade export publishing settings
This commit is contained in:
parent
856e07e4e7
commit
ad5b7d26e7
9 changed files with 11 additions and 11 deletions
|
@ -64,7 +64,7 @@ For example:
|
|||
server.url.com
|
||||
ipaddress:port
|
||||
</pre>';
|
||||
$string['sessionhandlerconflict'] = 'Warning: A memcache instance ({$a}) has being configured to use the same memcached server as sessions. Purging all caches will lead to sessions also being purged.';
|
||||
$string['sessionhandlerconflict'] = 'Warning: A memcache instance ({$a}) has being configured to use the same memcache server as sessions. Purging all caches will lead to sessions also being purged.';
|
||||
$string['testservers'] = 'Test servers';
|
||||
$string['testservers_desc'] = 'One or more connection strings for memcache servers to test against. If a test server has been specified then memcache performance can be tested using the cache performance page in the administration block.
|
||||
As an example: 127.0.0.1:11211';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue