[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * 4 * search_synonyms [English] 5 * 6 * @package language 7 * @version $Id$ 8 * @copyright (c) 2005 phpBB Group 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 10 * 11 */ 12 13 if (!defined('IN_PHPBB')) 14 { 15 exit; 16 } 17 18 $synonyms = array( 19 'abcense' => 'absence', 20 'abridgement' => 'abridgment', 21 'accomodate' => 'accommodate', 22 'acknowledgment' => 'acknowledgement', 23 'airplane' => 'aeroplane', 24 'allright' => 'alright ', 25 'andy' => 'andrew', 26 'anemia' => 'anaemia', 27 'anemic' => 'anaemic', 28 'anesthesia' => 'anaesthesia', 29 'apologize' => 'apologise', 30 'archean' => 'archaean', 31 'archeology' => 'archaeology', 32 'archeozoic' => 'archaeozoic', 33 'armor' => 'armour', 34 'artic' => 'arctic', 35 'attachment' => 'attachement', 36 'attendence' => 'attendance', 37 38 'barbecue' => 'barbeque', 39 'behavior' => 'behaviour', 40 'biassed' => 'biased', 41 'biol' => 'biology', 42 'buletin' => 'bulletin', 43 44 'calender' => 'calendar', 45 'canceled' => 'cancelled', 46 'car' => 'automobile', 47 'catalog' => 'catalogue', 48 'cenozoic' => 'caenozoic', 49 'center' => 'centre', 50 'check' => 'cheque', 51 'color' => 'colour', 52 'comission' => 'commission', 53 'comittee' => 'committee', 54 'commitee' => 'committee', 55 'conceed' => 'concede', 56 'creating' => 'createing', 57 'curiculum' => 'curriculum', 58 59 'defense' => 'defence', 60 'develope' => 'develop', 61 'discription' => 'description', 62 'dulness' => 'dullness', 63 64 'encyclopedia' => 'encyclopaedia', 65 'enroll' => 'enrol', 66 'esthetic' => 'aesthetic', 67 'etiology' => 'aetiology', 68 'exhorbitant' => 'exorbitant', 69 'exhuberant' => 'exuberant', 70 'existance' => 'existence', 71 72 'favorite' => 'favourite', 73 'fetus' => 'foetus', 74 'ficticious' => 'fictitious', 75 'flavor' => 'flavour', 76 'flourescent' => 'fluorescent', 77 'foriegn' => 'foreign', 78 'fourty' => 'forty', 79 80 'gage' => 'gauge', 81 'geneology' => 'genealogy', 82 'grammer' => 'grammar', 83 'gray' => 'grey', 84 'guerilla' => 'guerrilla', 85 'gynecology' => 'gynaecology', 86 87 'harbor' => 'harbour', 88 'heighth' => 'height', 89 'hemaglobin' => 'haemaglobin', 90 'hematin' => 'haematin', 91 'hematite' => 'haematite', 92 'hematology' => 'haematology', 93 'honor' => 'honour', 94 95 'innoculate' => 'inoculate', 96 'installment' => 'instalment', 97 'irrelevent' => 'irrelevant', 98 'irrevelant' => 'irrelevant', 99 100 'jeweler' => 'jeweller', 101 'judgment' => 'judgement', 102 103 'labeled' => 'labelled', 104 'labor' => 'labour', 105 'laborer' => 'labourer', 106 'laborers' => 'labourers', 107 'laboring' => 'labouring', 108 'licence' => 'license', 109 'liesure' => 'leisure', 110 'liquify' => 'liquefy', 111 112 'maintainance' => 'maintenance', 113 'maintenence' => 'maintenance', 114 'medieval' => 'mediaeval', 115 'meter' => 'metre', 116 'milage' => 'mileage', 117 'millipede' => 'millepede', 118 'miscelaneous' => 'miscellaneous', 119 'morgage' => 'mortgage', 120 121 'noticable' => 'noticeable', 122 123 'occurence' => 'occurrence', 124 'offense' => 'offence', 125 'ommision' => 'omission', 126 'ommission' => 'omission', 127 'optimize' => 'optimise', 128 'organize' => 'organise', 129 130 'pajamas' => 'pyjamas', 131 'paleography' => 'palaeography', 132 'paleolithic' => 'palaeolithic', 133 'paleontological' => 'palaeontological', 134 'paleontologist' => 'palaeontologist', 135 'paleontology' => 'palaeontology', 136 'paleozoic' => 'palaeozoic', 137 'pamplet' => 'pamphlet', 138 'paralell' => 'parallel', 139 'parl' => 'parliament', 140 'parlt' => 'parliament', 141 'pediatric' => 'paediatric', 142 'pediatrician' => 'paediatrician', 143 'pediatrics' => 'paediatrics', 144 'pedodontia' => 'paedodontia', 145 'pedodontics' => 'paedodontics', 146 'personel' => 'personnel', 147 'practise' => 'practice', 148 'program' => 'programme', 149 'psych' => 'psychology', 150 151 'questionaire' => 'questionnaire', 152 153 'rarify' => 'rarefy', 154 'reccomend' => 'recommend', 155 'recieve' => 'receive', 156 'resistence' => 'resistance', 157 'restaraunt' => 'restaurant', 158 159 'savior' => 'saviour', 160 'sep' => 'september', 161 'seperate' => 'separate', 162 'sept' => 'september', 163 'sieze' => 'seize', 164 'summarize' => 'summarise', 165 'summerize' => 'summarise', 166 'superceed' => 'supercede', 167 'superintendant' => 'superintendent', 168 'supersede' => 'supercede', 169 'suprise' => 'surprise', 170 'surprize' => 'surprise', 171 'synchronise' => 'synchronize', 172 173 'temperary' => 'temporary', 174 'theater' => 'theatre', 175 'threshhold' => 'threshold', 176 'transfered' => 'transferred', 177 'truely' => 'truly', 178 'truley' => 'truly', 179 180 'useable' => 'usable', 181 182 'valor' => 'valour', 183 'vigor' => 'vigour', 184 'vol' => 'volume', 185 186 'whack' => 'wack', 187 'withold' => 'withhold', 188 189 'yeild' => 'yield', 190 ); 191 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |