Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Moodle/mod/print/lang/en_utf8
diff options
context:
space:
mode:
Diffstat (limited to 'Moodle/mod/print/lang/en_utf8')
-rwxr-xr-xMoodle/mod/print/lang/en_utf8/help/newmodule/index.html6
-rwxr-xr-xMoodle/mod/print/lang/en_utf8/help/newmodule/mods.html18
-rwxr-xr-xMoodle/mod/print/lang/en_utf8/newmodule.php12
3 files changed, 36 insertions, 0 deletions
diff --git a/Moodle/mod/print/lang/en_utf8/help/newmodule/index.html b/Moodle/mod/print/lang/en_utf8/help/newmodule/index.html
new file mode 100755
index 0000000..5927327
--- /dev/null
+++ b/Moodle/mod/print/lang/en_utf8/help/newmodule/index.html
@@ -0,0 +1,6 @@
+<p>print</p>
+<p>Delete me! This file contains a list of all the help files available for the module. Don't
+ forget to add each individual help file to the html list below. Delete me!</p>
+<ul>
+ <li><a href="help.php?module=print&amp;file=mods.html">print General Info</a></li>
+</ul>
diff --git a/Moodle/mod/print/lang/en_utf8/help/newmodule/mods.html b/Moodle/mod/print/lang/en_utf8/help/newmodule/mods.html
new file mode 100755
index 0000000..f018f4c
--- /dev/null
+++ b/Moodle/mod/print/lang/en_utf8/help/newmodule/mods.html
@@ -0,0 +1,18 @@
+<p><img alt="" src="<?php echo $CFG->wwwroot?>/mod/print/icon.gif" />&nbsp;<b>print</b></p>
+<div class="indent">
+<p>This file contains the main description of the print module. Usually, it's used to
+explain the main features of the activity, with a natural language. Also, the overall
+process of the activity is detailed here with its pedagogical foundation.</p>
+
+<p>From a developer perspective, this "help" directory will contain simple html files
+like this that you will be able to link from print code when any sort of
+explanation is necessary (it's easier to add those links automatically, both from
+the formslib stuff (see mod_form.php) and from everywhere else (see the helpbutton()
+function).</p>
+
+<p>Also, don't forget to add one link to this help file from the print/help "index.html"
+file, it will allow Moodle to show all the existing help files related to the module when the
+complete list of available help files is requested.</p>
+
+<p>Please, replace me with the real information about the print!</p>
+</div>
diff --git a/Moodle/mod/print/lang/en_utf8/newmodule.php b/Moodle/mod/print/lang/en_utf8/newmodule.php
new file mode 100755
index 0000000..13026b3
--- /dev/null
+++ b/Moodle/mod/print/lang/en_utf8/newmodule.php
@@ -0,0 +1,12 @@
+<?php
+
+$string['print'] = 'print';
+
+$string['modulename'] = 'print';
+$string['modulenameplural'] = 'prints';
+
+$string['printfieldset'] = 'Custom example fieldset';
+$string['printintro'] = 'print Intro';
+$string['printname'] = 'print Name';
+
+?>