diff options
Diffstat (limited to 'inc/lang/en')
-rw-r--r-- | inc/lang/en/lang.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index ba8736114..385e5a7e0 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -129,4 +129,10 @@ $lang['acl_perm8'] = 'Upload'; $lang['acl_perm16'] = 'Delete'; $lang['acl_new'] = 'Add new Entry'; +$lang['spell_start']= 'Check Spelling'; +$lang['spell_stop'] = 'Resume Editing'; +$lang['spell_wait'] = 'Please wait...'; +$lang['spell_noerr']= 'No Mistakes found'; +$lang['spell_nosug']= 'No Suggestions'; + //Setup VIM: ex: et ts=2 enc=utf-8 : |