1<?php 2 3$lang['text module'] = 'Text module'; 4$lang['title'] = 'Title'; 5 6$lang['admin help'] = 'Add up to 3 groups of text modules. Each must have a title . Each module is defined by a line. The name is separated by ":" to the content which ist added, e.g. <code>Example:This is an example</code> will create a text module with the title <code>Example</code>, which adds the text <code>This is an example</code>.'; 7