Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Moodle/mod/print/lang/en_utf8/print.php
blob: c12d6a826b783fd98c685c23eeaa6f4b94957c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

$string['print'] = 'Print';

$string['modulename'] = 'Print';
$string['modulenameplural'] = 'Prints';

$string['printfieldset'] = 'Custom example fieldset';
$string['printintro'] = 'Print Intro';
$string['printname'] = 'Print Name';

?>