|
From: Paul S. O. <ps...@us...> - 2001-11-09 13:19:22
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv13344/language/lang_english Modified Files: lang_main.php Added Files: search_stopwords.txt search_synonyms.txt Log Message: A few lang changes, more to come + search stop and synonums --- NEW FILE --- a about after ago all almost along alot also am an and answer any anybody anybodys anywhere are arent around as ask askd at bad be because been before being best better between big btw but by can cant come could couldnt day days days did didnt do does doesnt dont down each etc either else even ever every everybody everybodys everyone far find for found from get go going gone good got gotten had has have havent having her here hers him his home how hows href I Ive if in ini into is isnt it its its just know large less like liked little looking look looked looking lot maybe many me more most much must mustnt my near need never new news no none not nothing now of off often old on once only oops or other our ours out over page please put question questions questioned quote rather really recent said saw say says she see sees should sites small so some something sometime somewhere soon take than true thank that thatd thats the their theirs theres theirs them then there these they theyll theyd theyre this those though through thus time times to too under until untrue up upon use users version very via want was way we well went were werent what when where which who whom whose why wide will with within without wont world worse worst would wrote www yes yet you youd youll your youre yours AFAIK IIRC LOL ROTF ROTFLMAO YMMV --- NEW FILE --- abcense absence abridgement abridgment accomodate accommodate acknowledgment acknowledgement airplane aeroplane allright alright andy andrew anemia anaemia anemic anaemic anesthesia anaesthesia anesthesiologist anaesthesiologist anesthesiololy anaesthesiology anesthetic anaesthetic anesthetist anaesthetist appologize appologise appologized appologised appologizing appologising apr april archean archaean archeology archaeology archeozoic archaeozoic armor armour armored armoured armory armoury armorment armourment artic arctic attachment attachement attachments attachements attendence attendance aug august barbecue barbeque bbq barbeque behavior behaviour behaviorism behaviourism biassed biased biol biology buletin bulletin calender calendar canceled cancelled car automobile catalog catalogue cenozoic caenozoic center centre check cheque color colour colored coloured coloring colouring colorless colourless comission commission comittee committee commitee committee conceed concede creating createing curiculum curriculum dec december defense defence dept department develope develop discription description dulness dullness encyclopedia encyclopaedia enroll enrol esthetic aesthetic etiology aetiology exhorbitant exorbitant exhuberant exuberant existance existence favorite favourite feb february fetus foetus ficticious fictitious flavor flavour flourescent fluorescent foriegn foreign fourty forty gage guage geneology genealogy grammer grammar gray grey guerilla guerrilla gynecological gynaecological gynecologist gynaecologist gynecology gynaecology harbor harbour heighth height hemaglobin haemaglobin hematin haematin hematite haematite hematologist haematologist hematology haematology hemophilia haemophilia hemorrhage haemorrhage hemorrhoids haemorrhoids honor honour innoculate inoculate installment instalment irrelevent irrelevant irrevelant irrelevant jan january jeweler jeweller judgement judgment jul july jun june labeled labelled labor labour laborer labourer laborers labourers laboring labouring lib library licence license liesure leisure liquify liquefy maintainance maintenance maintenence maintenance marshal marshall medieval mediaeval medievalism mediaevalism medievalist mediaevalist meg margaret meter metre milage mileage millipede millepede miscelaneous miscellaneous morgage mortgage noticable noticeable nov november occurence occurrence oct october offense offence ommision omission ommission omission optimize optimize optimizer optimiser optimizing optimising optimized optimised organisation organization organise organize organised organized organising organizing organiser organizer pajamas pyjamas paleography palaeography paleolithic palaeolithic paleontological palaeontological paleontologist palaeontologist paleontology palaeontology paleozoic palaeozoic pamplet pamphlet paralell parallel parl parliament parlt parliament pediatric paediatric pediatrician paediatrician pediatrics paediatrics pedodontia paedodontia pedodontics paedodontics personel personnel practise practice program programme psych psychology qld queensland questionaire questionnaire rarify rarefy reccomend recommend recieve receive resistence resistance restaraunt restaurant savior saviour sep september seperate separate sept september sieze seize summarize summarise summerize summarise superceed supercede superintendant superintendent supersede supercede suprise surprise surprize surprise synchronise synchronize tas tasmania temperary temporary theater theatre threshhold threshold transfered transferred truely truly truley truly useable usable valor valour vic victoria vigor vigour vol volume whack wack withold withhold yeild yield Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** lang_main.php 2001/11/09 08:57:37 1.28 --- lang_main.php 2001/11/09 13:19:19 1.29 *************** *** 69,72 **** --- 69,81 ---- $lang['Hour'] = "Hour"; $lang['Hours'] = "Hours"; + + $lang['1_Day'] = "1 Day"; + $lang['7_Days'] = "7 Days"; + $lang['2_Weeks'] = "2 Weeks"; + $lang['1_Month'] = "1 Month"; + $lang['3_Months'] = "3 Months"; + $lang['6_Months'] = "6 Months"; + $lang['1_Year'] = "1 Year"; + $lang['Day'] = "Day"; $lang['Days'] = "Days"; *************** *** 77,80 **** --- 86,90 ---- $lang['Year'] = "Year"; $lang['Years'] = "Years"; + $lang['Enabled'] = "Enabled"; $lang['Next'] = "Next"; *************** *** 956,959 **** --- 966,970 ---- $lang['Forum_edit_delete_explain'] = "The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side"; + // // Smiley Management *************** *** 986,989 **** --- 997,1001 ---- $lang['smiley_import_success'] = "The smiley pack was imported successfully!"; + // // User Management *************** *** 1030,1034 **** - // // Prune Administration --- 1042,1045 ---- *************** *** 1112,1115 **** --- 1123,1127 ---- $lang['Install_Method'] = 'Choose your installation method'; + // // Ranks admin *************** *** 1131,1134 **** --- 1143,1147 ---- $lang['return_rank_admin'] = "to return to rank admin"; + // // Disallow Username Admin *************** *** 1145,1148 **** --- 1158,1162 ---- $lang['no_disallowed'] = "No Disallowed Usernames"; + // // Styles Admin *************** *** 1220,1222 **** // ------------------------------------------------- ! ?> --- 1234,1236 ---- // ------------------------------------------------- ! ?> \ No newline at end of file |