From: moodler Date: Fri, 28 Nov 2003 04:01:02 +0000 (+0000) Subject: Editing as necessary :) Can't have all that HTML formatting in the strings ... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=264a173f69904fc434ac2a39777a8aba08cb58ec;p=moodle.git Editing as necessary :) Can't have all that HTML formatting in the strings ... --- diff --git a/lang/en/resource.php b/lang/en/resource.php index 0554bc1e2b..e055fec2e2 100644 --- a/lang/en/resource.php +++ b/lang/en/resource.php @@ -12,9 +12,9 @@ $string['editingaresource'] = 'Editing a resource'; $string['example'] = 'Example'; $string['examplereference'] = 'Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.'; $string['exampleurl'] = 'http://www.example.com/somedirectory/somefile.html'; -$string['fetcherror'] = '

ERROR

An error was found when trying to retrieve the web page.

'; -$string['fetchclienterror'] = '

ERROR

An error was found on your web client when trying to retrieve the web page (possibly a wrong URL).

'; -$string['fetchservererror'] = '

ERROR

An error was found on the remote server when trying to retrieve the web page (possibly a program error).

'; +$string['fetcherror'] = 'An error was found while trying to retrieve the web page.'; +$string['fetchclienterror'] = 'An error was found with your web client while trying to retrieve the web page (possibly a wrong URL).'; +$string['fetchservererror'] = 'An error was found with the remote server while trying to retrieve the web page (possibly a program error).

'; $string['filename'] = 'File name'; $string['fulltext'] = 'Full text'; $string['htmlfragment'] = 'HTML fragment';