--- /dev/null
+<P ALIGN=CENTER><B>Fill in initial content</B></P>
+
+<P>This is the content which can be initially filled into the Wiki.</P>
+<P>If you want your own initial content, create it as text-files, and upload it to a directory in the course
+files area. Then select one of the files as the initial page. All pages in that directory will become content
+for every new wiki structure created for this wiki, and the selected page will be the first page.
+</P>
$string['modulename'] = 'Wiki';
$string['modulenameplural'] = 'Wikis';
-$string['wikiname'] = "Page Name";
-$string['wikitype'] = "Type";
+$string['wikiname'] = 'Page Name';
+$string['wikitype'] = 'Type';
$string['ewikiprinttitle'] = 'Print the title on every Wiki-Page';
$string['htmlmode'] = 'HTML Mode';
$string['ewikiacceptbinary'] = 'Allow binary files';
$string['initialcontent'] = 'Choose an Initial Page';
$string['chooseafile'] = 'Choose/upload initial page';
+$string['pagenamechoice'] = '- or -';
$string['wikidefaultpagename'] = 'WikiIndex';
$string['wikistartederror'] = 'Wiki already has entries - can\'t change.';
}
else {
?>
- <INPUT type="text" name="pagename" size=30 value="<?php p($form->pagename) ?>"><b> - or - </b>
+ <INPUT type="text" name="pagename" size=30 value="<?php p($form->pagename) ?>"><b>
+ <?php print_string('pagenamechoice', 'wiki'); ?></b>
<?php
}
?>