<?php
/**
 * english language file for tos plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */

// keys need to match the config setting name
$lang['tos'] = 'The page with the TOS.';
$lang['usesession'] = 'Save info about the latest TOS revision in the user session? Speeds up subsequent page loads, but delays info on TOS changes.';

