Kohana v3.3.2

This commit is contained in:
Deon George
2014-09-06 23:43:07 +10:00
parent f96694b18f
commit 8888719653
236 changed files with 1685 additions and 996 deletions

View File

@@ -50,49 +50,49 @@ return array(
),
'irregular' => array(
'appendix' => 'appendices',
'cactus' => 'cacti',
'calf' => 'calves',
'child' => 'children',
'crisis' => 'crises',
'criterion' => 'criteria',
'curriculum' => 'curricula',
'diagnosis' => 'diagnoses',
'elf' => 'elves',
'ellipsis' => 'ellipses',
'foot' => 'feet',
'goose' => 'geese',
'hero' => 'heroes',
'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',
'appendix' => 'appendices',
'cactus' => 'cacti',
'calf' => 'calves',
'child' => 'children',
'crisis' => 'crises',
'criterion' => 'criteria',
'curriculum' => 'curricula',
'diagnosis' => 'diagnoses',
'elf' => 'elves',
'ellipsis' => 'ellipses',
'foot' => 'feet',
'goose' => 'geese',
'hero' => 'heroes',
'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',
'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',
),
);