<?php
/**
 * spellchecker language file
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$lang['js']['start'] = 'Check Spelling';
$lang['js']['stop']  = 'Resume Editing';
$lang['js']['wait']  = 'Please wait...';
$lang['js']['noerr'] = 'No Mistakes found';
$lang['js']['nosug'] = 'No Suggestions';
$lang['js']['change']= 'Change';

