diff options
Diffstat (limited to 'inc/lang')
-rw-r--r-- | inc/lang/de/lang.php | 11 | ||||
-rw-r--r-- | inc/lang/en/lang.php | 11 |
2 files changed, 12 insertions, 10 deletions
diff --git a/inc/lang/de/lang.php b/inc/lang/de/lang.php index 325e46044..df7e71e7c 100644 --- a/inc/lang/de/lang.php +++ b/inc/lang/de/lang.php @@ -130,10 +130,11 @@ $lang['acl_perm8'] = 'Hochladen'; $lang['acl_perm16'] = 'Entfernen'; $lang['acl_new'] = 'Eintrag hinzufügen'; -$lang['spell_start']= 'Rechtschreibung prüfen'; -$lang['spell_stop'] = 'Bearbeiten fortsetzen'; -$lang['spell_wait'] = 'Bitte warten...'; -$lang['spell_noerr']= 'Keine Fehler gefunden'; -$lang['spell_nosug']= 'Keine Vorschläge'; +$lang['spell_start'] = 'Rechtschreibung prüfen'; +$lang['spell_stop'] = 'Bearbeiten fortsetzen'; +$lang['spell_wait'] = 'Bitte warten...'; +$lang['spell_noerr'] = 'Keine Fehler gefunden'; +$lang['spell_nosug'] = 'Keine Vorschläge'; +$lang['spell_change']= 'Ändern'; //Setup VIM: ex: et ts=2 enc=utf-8 : diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 385e5a7e0..e0219feea 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -129,10 +129,11 @@ $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'; +$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'; +$lang['spell_change']= 'Change'; //Setup VIM: ex: et ts=2 enc=utf-8 : |