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