From e60b75dbd5bd337ba21169190723bff1e52be20f Mon Sep 17 00:00:00 2001 From: koenr Date: Wed, 22 Aug 2007 20:32:53 +0000 Subject: [PATCH] MDL-10883 - removing 3th party modules strings and never used strings --- lang/en_utf8/appointment.php | 45 --------------------- lang/en_utf8/attendance.php | 72 ---------------------------------- lang/en_utf8/questionnaire.php | 16 -------- lang/en_utf8/simpletest.php | 32 --------------- lang/en_utf8/webquest.php | 8 ---- 5 files changed, 173 deletions(-) delete mode 100644 lang/en_utf8/appointment.php delete mode 100644 lang/en_utf8/attendance.php delete mode 100644 lang/en_utf8/questionnaire.php delete mode 100644 lang/en_utf8/simpletest.php delete mode 100644 lang/en_utf8/webquest.php diff --git a/lang/en_utf8/appointment.php b/lang/en_utf8/appointment.php deleted file mode 100644 index d9b7851fd1..0000000000 --- a/lang/en_utf8/appointment.php +++ /dev/null @@ -1,45 +0,0 @@ - diff --git a/lang/en_utf8/attendance.php b/lang/en_utf8/attendance.php deleted file mode 100644 index 38ba9a2dec..0000000000 --- a/lang/en_utf8/attendance.php +++ /dev/null @@ -1,72 +0,0 @@ - diff --git a/lang/en_utf8/questionnaire.php b/lang/en_utf8/questionnaire.php deleted file mode 100644 index 8db13f19b2..0000000000 --- a/lang/en_utf8/questionnaire.php +++ /dev/null @@ -1,16 +0,0 @@ -You must complete this questionnaire now to record your results. You will not be allowed to complete it at another time

'; -$string['notavail'] = 'That questionnaire is not available yet. Try again later.'; -$string['qmanage'] = 'Manage Surveys'; -$string['qmanagetitle'] = 'Survey Management phpESP'; -$string['qtype'] = 'Type'; -$string['questionnaireid'] = 'Survey'; -$string['respondenttype'] = 'Respondent Type'; - -?> diff --git a/lang/en_utf8/simpletest.php b/lang/en_utf8/simpletest.php deleted file mode 100644 index de45799736..0000000000 --- a/lang/en_utf8/simpletest.php +++ /dev/null @@ -1,32 +0,0 @@ -run}/{$a->total} test cases complete: {$a->passes} passes, {$a->fails} fails and {$a->exceptions} exceptions.'; -$string['thorough'] = 'Run a thorough test (may be slow).'; -$string['uncaughtexception'] = 'Uncaught exception [{$a->getMessage()}] in [{$a->getFile()}:{$a->getLine()}] TESTS ABORTED.'; -$string['unittests'] = 'Unit tests'; -$string['version'] = 'Using SimpleTest version $a.'; - -?> diff --git a/lang/en_utf8/webquest.php b/lang/en_utf8/webquest.php deleted file mode 100644 index 34bfc7bc55..0000000000 --- a/lang/en_utf8/webquest.php +++ /dev/null @@ -1,8 +0,0 @@ - -- 2.39.5