1<?php
2/**
3 * English language file for tos plugin
4 *
5 * @author Andreas Gohr <dokuwiki@cosmocode.de>
6 */
7
8$lang['accept'] = 'I\'ve read and accept the Terms of Service';
9$lang['nope'] = 'No, log me out';
10$lang['showdiff'] = 'Click to show the differences since you last accepted the TOS (%s).';
11
12