| Línea 21... |
Línea 21... |
| 21 |
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
21 |
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
| 22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 23 |
*/
|
23 |
*/
|
| Línea 24... |
Línea 24... |
| 24 |
|
24 |
|
| 25 |
$string['authpluginnotfound'] = 'Authentication plugin {$a} not found.';
|
- |
|
| 26 |
$string['blocknotexist'] = '{$a} block doesn\'t exist';
|
25 |
$string['authpluginnotfound'] = 'Authentication plugin {$a} not found.';
|
| 27 |
$string['cannotbenull'] = '{$a} cannot be null!';
|
26 |
$string['cannotbenull'] = '{$a} cannot be null!';
|
| 28 |
$string['cannotdowngrade'] = 'Cannot downgrade {$a->plugin} from {$a->oldversion} to {$a->newversion}.';
|
27 |
$string['cannotdowngrade'] = 'Cannot downgrade {$a->plugin} from {$a->oldversion} to {$a->newversion}.';
|
| 29 |
$string['cannotfindadmin'] = 'Could not find an admin user!';
|
28 |
$string['cannotfindadmin'] = 'Could not find an admin user!';
|
| 30 |
$string['cannotinitpage'] = 'Cannot fully initialize page: invalid {$a->name} id {$a->id}';
|
29 |
$string['cannotinitpage'] = 'Cannot fully initialize page: invalid {$a->name} id {$a->id}';
|
| Línea 37... |
Línea 36... |
| 37 |
$string['invalideventdata'] = 'Incorrect event data submitted: {$a}';
|
36 |
$string['invalideventdata'] = 'Incorrect event data submitted: {$a}';
|
| 38 |
$string['invalidparameter'] = 'Invalid parameter value detected';
|
37 |
$string['invalidparameter'] = 'Invalid parameter value detected';
|
| 39 |
$string['invalidresponse'] = 'Invalid response value detected';
|
38 |
$string['invalidresponse'] = 'Invalid response value detected';
|
| 40 |
$string['line'] = 'Line';
|
39 |
$string['line'] = 'Line';
|
| 41 |
$string['missingconfigversion'] = 'Config table does not contain the version. You cannot continue.';
|
40 |
$string['missingconfigversion'] = 'Config table does not contain the version. You cannot continue.';
|
| 42 |
$string['modulenotexist'] = '{$a} module doesn\'t exist';
|
- |
|
| 43 |
$string['morethanonerecordinfetch'] = 'Found more than one record in fetch() !';
|
41 |
$string['morethanonerecordinfetch'] = 'Found more than one record in fetch() !';
|
| 44 |
$string['mustbeoveride'] = 'Abstract {$a} method must be overridden.';
|
42 |
$string['mustbeoveride'] = 'Abstract {$a} method must be overridden.';
|
| 45 |
$string['noadminrole'] = 'No admin role could be found';
|
43 |
$string['noadminrole'] = 'No admin role could be found';
|
| 46 |
$string['noblocks'] = 'No blocks installed!';
|
44 |
$string['noblocks'] = 'No blocks installed!';
|
| 47 |
$string['nocate'] = 'No categories!';
|
45 |
$string['nocate'] = 'No categories!';
|
| Línea 66... |
Línea 64... |
| 66 |
$string['sessionmissing'] = '{$a} object missing from session';
|
64 |
$string['sessionmissing'] = '{$a} object missing from session';
|
| 67 |
$string['sqlrelyonobsoletetable'] = 'This SQL relies on obsolete table(s): {$a}! Your code must be fixed by a developer.';
|
65 |
$string['sqlrelyonobsoletetable'] = 'This SQL relies on obsolete table(s): {$a}! Your code must be fixed by a developer.';
|
| 68 |
$string['stacktrace'] = 'Stack trace';
|
66 |
$string['stacktrace'] = 'Stack trace';
|
| 69 |
$string['withoutversion'] = 'Main version.php file is missing, not readable or broken.';
|
67 |
$string['withoutversion'] = 'Main version.php file is missing, not readable or broken.';
|
| 70 |
$string['xmlizeunavailable'] = 'xmlize functions are not available';
|
68 |
$string['xmlizeunavailable'] = 'xmlize functions are not available';
|
| - |
|
69 |
|
| - |
|
70 |
// Deprecated since Moodle 4.5.
|
| - |
|
71 |
$string['blocknotexist'] = '{$a} block doesn\'t exist';
|
| - |
|
72 |
$string['modulenotexist'] = '{$a} module doesn\'t exist';
|