From 4498d1a4026f6dd415993580a51f2626e225e342 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 27 Jul 2003 21:30:24 +0000 Subject: [PATCH] Prepared to insert string in langs. Tomorrow. --- backup/backup_execute.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) 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 "