Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Moodle/mod/print/lang/en_utf8/newmodule.php
diff options
context:
space:
mode:
authorVamsi Krishna Davuluri <iwikiwi@localhost.localdomain>2009-08-10 09:15:19 (GMT)
committer Vamsi Krishna Davuluri <iwikiwi@localhost.localdomain>2009-08-10 09:15:19 (GMT)
commitcc6ebd36e0068bbefa0102fe0e51133dcf1b8b42 (patch)
tree016b4e91b3c27eb9103473e9389125343df9ceff /Moodle/mod/print/lang/en_utf8/newmodule.php
parent1d5d2e992192d79d6e90dd13da4a566bc9cc66ef (diff)
Added aa's spinbutton suggestion. added Moodle Print Module as sub directory.
Diffstat (limited to 'Moodle/mod/print/lang/en_utf8/newmodule.php')
-rwxr-xr-xMoodle/mod/print/lang/en_utf8/newmodule.php12
1 files changed, 12 insertions, 0 deletions
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';
+
+?>