From: martin Date: Thu, 26 Sep 2002 03:20:15 +0000 (+0000) Subject: New help file for language editing X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ef5e5d87dc4c6526ba330ee0af71bbb1dd6b72db;p=moodle.git New help file for language editing --- diff --git a/lang/en/help/langedit.html b/lang/en/help/langedit.html new file mode 100644 index 0000000000..1e5b171f78 --- /dev/null +++ b/lang/en/help/langedit.html @@ -0,0 +1,12 @@ +

Language Editing

+ +

To edit languages on this page the files need to be writable + by the web server process. + +

Within some of the strings you will notice $a and $a->something. + +

These represent variables that will be replaced by names or other words from + within Moodle. + +

When there is only one variable, the $a form is used. When there are two or + more variables, then each one has a name.