From: stronk7 Date: Sun, 27 Jul 2003 21:30:24 +0000 (+0000) Subject: Prepared to insert string in langs. Tomorrow. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4498d1a4026f6dd415993580a51f2626e225e342;p=moodle.git Prepared to insert string in langs. Tomorrow. --- diff --git a/backup/backup_execute.html b/backup/backup_execute.html index 62b01c9dd9..4981feba8a 100644 --- a/backup/backup_execute.html +++ b/backup/backup_execute.html @@ -119,7 +119,7 @@ //Check for temp and backup and backup_unique_code directory //Create them as needed - echo "
  • Creating temporary structures"; + echo "
  • ".get_string("creatingtemporarystructures"); $status = check_and_create_backup_dir($backup_unique_code); //Empty dir if ($status) { @@ -127,7 +127,7 @@ } //Delete old_entries from backup tables - echo "
  • Deteting old data"; + echo "
  • ".get_string("deletingolddata"); $status = backup_delete_old_data(); if (!$status) { error ("An error has ocurred"); @@ -135,28 +135,28 @@ //Create the moodle.xml file if ($status) { - echo "
  • Creating xml file"; + echo "
  • ".get_string("creatingxmlfile"); //Begin a new list to xml contents echo "