1<?php
2/**
3 * english language file for tos plugin
4 *
5 * @author Andreas Gohr <dokuwiki@cosmocode.de>
6 */
7
8// keys need to match the config setting name
9$lang['tos'] = 'The page with the TOS.';
10$lang['usesession'] = 'Save info about the latest TOS revision in the user session? Speeds up subsequent page loads, but delays info on TOS changes.';
11
12