From ae112d8c54bbccff31a9c9bd59ef9b3db8a70582 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 23 Nov 2007 13:58:40 +0100 Subject: Spellchecker removed With spell checkers available in all modern browsers, having a spell checker in DokuWiki's core code is no longer necessary. This patch removes the spell checking feature. It will be made available as optional plugin. darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz --- inc/lang/it/lang.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'inc/lang/it') diff --git a/inc/lang/it/lang.php b/inc/lang/it/lang.php index c9f2c1dcd..565a3a777 100644 --- a/inc/lang/it/lang.php +++ b/inc/lang/it/lang.php @@ -167,13 +167,6 @@ $lang['qb_chars'] = 'Caratteri speciali'; $lang['del_confirm']= 'Cancellare questa voce?'; $lang['admin_register']= 'Aggiungi un nuovo utente'; -$lang['spell_start'] = 'Controllo ortografico'; -$lang['spell_stop'] = 'Interrompi controllo'; -$lang['spell_wait'] = 'Attendere...'; -$lang['spell_noerr'] = 'Nessun errore trovato'; -$lang['spell_nosug'] = 'Nessun suggerimento'; -$lang['spell_change']= 'Cambia'; - $lang['metaedit'] = 'Modifica metadati'; $lang['metasaveerr'] = 'Scrittura metadati fallita'; $lang['metasaveok'] = 'Metadati salvati'; -- cgit v1.2.3