$string['nobookmarksforuser']='You do not have any bookmarks.';
$string['nodatabase']='No database';
$string['nodefaultuserrolelists']='Don\'t return all default role users';
...
...
@@ -766,6 +767,8 @@ $string['pathconvert'] = 'Path of <i>convert</i> binary';
$string['pathdvips']='Path of <i>dvips</i> binary';
$string['pathlatex']='Path of <i>latex</i> binary';
$string['pathtoclam']='clam AV path';
$string['pathtodot']='Path to dot';
$string['pathtodot_help']='Path to dot. Probably something like /usr/bin/dot. To be able to generate graphics from DOT files, you must have installed the dot executable and point to it here. Note that, for now, this only used by the profiling features (Development->Profiling) built into Moodle.';
$string['pathtodu']='Path to du';
$string['pathtopgdump']='Path to pg_dump';
$string['pathtopgdumpdesc']='This is only necessary to enter if you have more than one pg_dump on your system (for example if you have more than one version of postgresql installed)';
...
...
@@ -801,6 +804,8 @@ $string['profiledefaultchecked'] = 'Checked by default';
$string['profiledeletecategory']='Deleting a category';
$string['profiledeletefield']='Deleting a field';
$string['profiledescription']='Description of the field';
$string['profiledscript']='This script has been profiled';
$string['profiledscriptview']='View profiling information for this script';
$string['profilingallowall_help']='If you enable this setting, then, at any moment, you can use the PROFILEALL parameter anywhere (PGC) to enable profiling for all the executed scripts along the Moodle session life. Analogously, you can use the PROFILEALLSTOP parameter to stop it.';
$string['profilingallowme_help']='If you enable this setting, then, selectively, you can use the PROFILEME parameter anywhere (PGC) and profiling for that script will happen. Analogously, you can use the DONTPROFILEME parameter to prevent profiling to happen';
$string['profilingautofrec_help']='By configuring this setting, some request (randomly, based on the frecuency specified - 1 of XXX) will be picked and automatically profiled, storing results for further analysis. Note that this way of profiling observes the include/exclude settings. Set it to 0 to disable automatic profiling.';
$string['profilingenabled']='Enable profiling';
$string['profilingenabled_help']='If you enable this setting, then profiling will be available in this site and you will be able to define its behavior by configuring the next options.';
$string['profilingexcluded']='Exclude profiling';
$string['profilingexcluded_help']='List of (comma separated, absolute skipping wwwroot, callable) URLs that will be excluded from being profiled from the ones defined by \'Profile these\' setting.';
$string['profilingincluded']='Profile these';
$string['profilingincluded_help']='List of (comma separated, absolute skipping wwwroot, callable) URLs that will be automatically profiled. Examples: /index.php, /course/view.php. Also accepts the * wildchar at any position. Examples: /mod/forum/*, /mod/*/view.php.';
$string['profilinglifetime_help']='Specify the time you want to keep information about old profiling runs. Older ones will be pruned periodically. Note that this excludes any profiling run marked as \'reference run\'.';
<TABLENAME="backup_logs"COMMENT="To store all the logs from backup and restore operations (by db logger)"PREVIOUS="backup_files_template"NEXT="course_published">
<TABLENAME="backup_logs"COMMENT="To store all the logs from backup and restore operations (by db logger)"PREVIOUS="backup_files_template"NEXT="profiling">
<FIELDNAME="runid"TYPE="char"LENGTH="32"NOTNULL="true"SEQUENCE="false"COMMENT="the unique id for this run (as generated by xhprof)"PREVIOUS="id"NEXT="url"/>
<FIELDNAME="url"TYPE="char"LENGTH="255"NOTNULL="true"SEQUENCE="false"COMMENT="the url this profiling record is about (without wwwroot nor query params)"PREVIOUS="runid"NEXT="data"/>
<FIELDNAME="data"TYPE="text"LENGTH="big"NOTNULL="true"SEQUENCE="false"COMMENT="the raw data gathered by xhprof"PREVIOUS="url"NEXT="totalexecutiontime"/>
<FIELDNAME="totalexecutiontime"TYPE="int"LENGTH="10"NOTNULL="true"UNSIGNED="true"SEQUENCE="false"COMMENT="time (in microseconds) spent by the run"PREVIOUS="data"NEXT="totalcputime"/>
<FIELDNAME="totalcputime"TYPE="int"LENGTH="10"NOTNULL="true"UNSIGNED="true"SEQUENCE="false"COMMENT="time (in microseconds) spent by the CPU in this run"PREVIOUS="totalexecutiontime"NEXT="totalcalls"/>
<FIELDNAME="totalcalls"TYPE="int"LENGTH="10"NOTNULL="true"UNSIGNED="true"SEQUENCE="false"COMMENT="Total number of calls performed by the run"PREVIOUS="totalcputime"NEXT="totalmemory"/>
<FIELDNAME="totalmemory"TYPE="int"LENGTH="10"NOTNULL="true"UNSIGNED="true"SEQUENCE="false"COMMENT="Total memory used byt the run"PREVIOUS="totalcalls"NEXT="runreference"/>
<FIELDNAME="runreference"TYPE="int"LENGTH="2"NOTNULL="true"UNSIGNED="true"DEFAULT="0"SEQUENCE="false"COMMENT="Is this run a reference one"PREVIOUS="totalmemory"NEXT="runcomment"/>
<FIELDNAME="runcomment"TYPE="char"LENGTH="255"NOTNULL="true"SEQUENCE="false"COMMENT="Brief comment for this run"PREVIOUS="runreference"NEXT="timecreated"/>
<FIELDNAME="timecreated"TYPE="int"LENGTH="10"NOTNULL="true"UNSIGNED="true"SEQUENCE="false"COMMENT="unix timestap of the creation of this run"PREVIOUS="runcomment"/>
<FIELDNAME="huburl"TYPE="char"LENGTH="255"NOTNULL="false"SEQUENCE="false"COMMENT="the url of the "registered on" hub"PREVIOUS="id"NEXT="courseid"/>