mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
This commit is contained in:
parent
7826abc79f
commit
2a7eff41ad
8 changed files with 30 additions and 59 deletions
|
@ -22,7 +22,6 @@ $string['courseblogdisable'] = 'Course blogs is not enabled';
|
|||
$string['courseblogs'] = 'Users can only see blogs for people who share a course';
|
||||
$string['donothaveblog'] = 'You do not have your own blog, sorry.';
|
||||
$string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags <br />from all blog posts and remove it from the system?';
|
||||
$string['deleteposterror'] = 'Error occured while deleting post';
|
||||
$string['disableblogs'] = 'Disable blog system completely';
|
||||
$string['emptybody'] = 'Blog entry body can not be empty';
|
||||
$string['emptytitle'] = 'Blog entry title can not be empty';
|
||||
|
|
|
@ -33,7 +33,6 @@ $string['cannotcreatelangbase'] = 'Error: Could not create base lang directory';
|
|||
$string['cannotcreatetempdir'] = 'Cannot create temp directory';
|
||||
$string['cannotcreatesitedir'] = 'Cannot create site folder. The site administrator needs to fix the file permissions.';
|
||||
$string['cannotcreateuploaddir'] = 'Cannot create upload folder. The site administrator needs to fix the file permissions.';
|
||||
$string['cannotcreateuser'] = 'Error creating user record';
|
||||
$string['cannotcreateorfindstructs'] = 'Error finding or creating section structures for this course';
|
||||
$string['cannotcreatepopupwin'] = 'Undefined element - cannot create pop-up window';
|
||||
$string['cannotcustomisefiltersblockuser'] = 'You cannot customise filters settings in user or block contexts.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue