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:
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';
+
+?>