diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-11-23 13:58:40 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-11-23 13:58:40 +0100 |
commit | ae112d8c54bbccff31a9c9bd59ef9b3db8a70582 (patch) | |
tree | 06bd4f197702bf3d557898059299a70c691baf4d /inc/lang/cs | |
parent | ffb3531a64367fc1ea179fddab045672312a3072 (diff) | |
download | rpg-ae112d8c54bbccff31a9c9bd59ef9b3db8a70582.tar.gz rpg-ae112d8c54bbccff31a9c9bd59ef9b3db8a70582.tar.bz2 |
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
Diffstat (limited to 'inc/lang/cs')
-rw-r--r-- | inc/lang/cs/lang.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/inc/lang/cs/lang.php b/inc/lang/cs/lang.php index 23c3cf181..4ff26a621 100644 --- a/inc/lang/cs/lang.php +++ b/inc/lang/cs/lang.php @@ -155,12 +155,6 @@ $lang['qb_smileys'] = 'Emotikony'; $lang['qb_chars'] = 'Speciální znaky'; $lang['del_confirm'] = 'Vymazat tuto položku?'; $lang['admin_register'] = 'Přidat nového uživatele'; -$lang['spell_start'] = 'Zkontrolovat pravopis'; -$lang['spell_stop'] = 'Pokračovat v úpravách'; -$lang['spell_wait'] = 'Prosím počkejte...'; -$lang['spell_noerr'] = 'Bez chyb'; -$lang['spell_nosug'] = 'Žádné návrhy'; -$lang['spell_change'] = 'Změnit'; $lang['metaedit'] = 'Upravit Metadata'; $lang['metasaveerr'] = 'Chyba při zápisu metadat'; $lang['metasaveok'] = 'Metadata uložena'; |