1<?php 2/** 3 * spellchecker language file 4 * 5 * @author Andreas Gohr <andi@splitbrain.org> 6 */ 7 8$lang['js']['start'] = 'Check Spelling'; 9$lang['js']['stop'] = 'Resume Editing'; 10$lang['js']['wait'] = 'Please wait...'; 11$lang['js']['noerr'] = 'No Mistakes found'; 12$lang['js']['nosug'] = 'No Suggestions'; 13$lang['js']['change']= 'Change'; 14 15