Updated to KH 3.3 and improved

This commit is contained in:
Deon George
2013-04-13 16:17:56 +10:00
parent 6f50463ec7
commit 6f7913d363
1551 changed files with 96188 additions and 29813 deletions

View File

@@ -1,4 +1,4 @@
<?php defined('SYSPATH') or die('No direct script access.');
<?php defined('SYSPATH') OR die('No direct script access.');
return array(
@@ -50,22 +50,49 @@ return array(
),
'irregular' => array(
'appendix' => 'appendices',
'cactus' => 'cacti',
'calf' => 'calves',
'child' => 'children',
'clothes' => 'clothing',
'man' => 'men',
'movie' => 'movies',
'person' => 'people',
'woman' => 'women',
'mouse' => 'mice',
'crisis' => 'crises',
'criterion' => 'criteria',
'curriculum' => 'curricula',
'diagnosis' => 'diagnoses',
'elf' => 'elves',
'ellipsis' => 'ellipses',
'foot' => 'feet',
'goose' => 'geese',
'ox' => 'oxen',
'leaf' => 'leaves',
'course' => 'courses',
'size' => 'sizes',
'was' => 'were',
'is' => 'are',
'verse' => 'verses',
'hero' => 'heroes',
'purchase' => 'purchases',
'hoof' => 'hooves',
'hypothesis' => 'hypotheses',
'is' => 'are',
'knife' => 'knives',
'leaf' => 'leaves',
'life' => 'lives',
'loaf' => 'loaves',
'man' => 'men',
'mouse' => 'mice',
'nucleus' => 'nuclei',
'oasis' => 'oases',
'octopus' => 'octopi',
'ox' => 'oxen',
'paralysis' => 'paralyses',
'parenthesis' => 'parentheses',
'person' => 'people',
'phenomenon' => 'phenomena',
'potato' => 'potatoes',
'quiz' => 'quizzes',
'radius' => 'radii',
'scarf' => 'scarves',
'stimulus' => 'stimuli',
'syllabus' => 'syllabi',
'synthesis' => 'syntheses',
'thief' => 'thieves',
'tooth' => 'teeth',
'was' => 'were',
'wharf' => 'wharves',
'wife' => 'wives',
'woman' => 'women',
'release' => 'releases',
),
);