summaryrefslogtreecommitdiff
path: root/inc/lang/mg
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-11-23 13:58:40 +0100
committerAndreas Gohr <andi@splitbrain.org>2007-11-23 13:58:40 +0100
commitae112d8c54bbccff31a9c9bd59ef9b3db8a70582 (patch)
tree06bd4f197702bf3d557898059299a70c691baf4d /inc/lang/mg
parentffb3531a64367fc1ea179fddab045672312a3072 (diff)
downloadrpg-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/mg')
-rw-r--r--inc/lang/mg/lang.php15
1 files changed, 2 insertions, 13 deletions
diff --git a/inc/lang/mg/lang.php b/inc/lang/mg/lang.php
index 80a482fda..efb99fb88 100644
--- a/inc/lang/mg/lang.php
+++ b/inc/lang/mg/lang.php
@@ -1,10 +1,6 @@
<?php
/**
- * english language file
- *
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * @author Andreas Gohr <andi@splitbrain.org>
- * @author Anika Henke <henke@cosmocode.de>
+ * mg language file
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
@@ -136,12 +132,5 @@ $lang['acl_perm4'] = 'Manamboatra';
$lang['acl_perm8'] = 'Mandefa rakitra';
$lang['acl_perm16'] = 'Mamafa';
$lang['acl_new'] = 'Ampio andalana vaovao';
-
-$lang['spell_start'] = 'Ahitsio ny tsipelina';
-$lang['spell_stop'] = 'Resume Editing';
-$lang['spell_wait'] = 'Andraso kely...';
-$lang['spell_noerr'] = 'Tsy nahitana diso';
-$lang['spell_nosug'] = 'Tsy misy soso-kevitra';
-$lang['spell_change']= 'Fiovana';
-
+
//Setup VIM: ex: et ts=2 enc=utf-8 :