MDL-39642 Merge English strings from the en_fix language pack

This commit is contained in:
Helen Foster
2013-05-13 09:58:43 +02:00
committed by David Mudrák
parent 2d5303cbe7
commit 9f3e096899
28 changed files with 144 additions and 176 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ $string['pluginname'] = 'MongoDB';
$string['replicaset'] = 'Replica set';
$string['replicaset_help'] = 'The name of the replica set to connect to. If this is given the master will be determined by using the ismaster database command on the seeds, so the driver may end up connecting to a server that was not even listed.';
$string['server'] = 'Server';
$string['server_help'] = 'This is the connection string for the server you want to use. Multiple servers can be specified by separating them with comma\'s';
$string['server_help'] = 'This is the connection string for the server you want to use. Multiple servers can be specified using a comma-separated list.';
$string['testserver'] = 'Test server';
$string['testserver_desc'] = 'This is the connection string for the test server you want to use. Test servers are entirely optional, by specifiying a test server you can run PHPunit tests for this store and can run the performance tests.';
$string['username'] = 'Username';