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

$lang['accept'] = 'I\'ve read and accept the Terms of Service';
$lang['nope'] = 'No, log me out';
$lang['showdiff'] = 'Click to show the differences since you last accepted the TOS (%s).';

