home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2000 May / CD-Gamer_2000-05_09_cd.bin / Games / RallyC / files / locale / ENGLISH.TXT < prev    next >
Text File  |  2000-01-07  |  77KB  |  2,279 lines

  1.  
  2. ; ENGLISH.TXT  16th October 1999
  3. ;
  4. ; English language version of text for Rally 5
  5. ;
  6. ; format: <label> <message>
  7. ;
  8. ; Special symbol codes
  9. ; --------------------
  10. ;    ;    comment (use \; for ;)
  11. ;    \n    newline character
  12. ;    \t    tab character
  13. ;    \s    space character
  14. ;    \X    move back X pixels (X=1..8)
  15. ;    \#HH    hex character $HH
  16. ;    \\    \ character
  17. ;    \{    { character
  18. ;    \}    } character
  19. ;    \;    ; character
  20. ;    {...}    group as unsplittable
  21. ;    {}    null phrase
  22. ;    \#0E\#xx delta x
  23. ;    \#0F\#yy delta y
  24. ;    ~NNN    dbcs character (NNN=000..999)
  25. ;
  26. ; =========================================================================
  27.  
  28. ; LEXICON SYSTEM INFO
  29.  
  30. tokNull            {}
  31. tokVersionString    {$VER: English 5.0 (16.10.1999)\#00}
  32.  
  33. ; LOCALE MISCELLANEOUS
  34.  
  35. tokLowercase        {α└ß┴Γ┬π├Σ─σ┼µ╞τ╟Φ╚Θ╔Ω╩δ╦∞╠φ═ε╬∩╧≡╨±╤≥╥≤╙⌠╘⌡╒÷╓°╪∙┘·┌√█ⁿ▄²▌■▐}
  36. tokSortAlias        {aαßΓπΣσµcτd≡eΦΘΩδi∞φε∩n±o≥≤⌠⌡÷°s▀t■u∙·√ⁿy² }
  37. tokStringCursor        _
  38.  
  39. ; KEY NAMES
  40.  
  41. ;** KEYBOARD KEY NAMES
  42.  
  43. ;** TRANSLATE THE WORDY ONES EG "Enter", "Left Shift" ETC
  44. ;** THE SINGLE CHARACTER ONES WON'T REQUIRE TRANSLATION
  45. ;** DON'T COMPENSATE FOR THE KEYBOARD LAYOUT EG GERMAN Y-Z SWAP
  46. ;** THE GAME HANDLES EVERYTHING ABOUT THE LOCALE
  47.  
  48. tokRK_esc        escape
  49. tokRK_1            1
  50. tokRK_2            2
  51. tokRK_3            3
  52. tokRK_4            4
  53. tokRK_5            5
  54. tokRK_6            6
  55. tokRK_7            7
  56. tokRK_8            8
  57. tokRK_9            9
  58. tokRK_0            0
  59. tokRK_minus        -
  60. tokRK_equal        =
  61. tokRK_backspace        backspace
  62. tokRK_tab        tab
  63. tokRK_q            q
  64. tokRK_w            w
  65. tokRK_e            e
  66. tokRK_r            r
  67. tokRK_t            t
  68. tokRK_y            y
  69. tokRK_u            u
  70. tokRK_i            i
  71. tokRK_o            o
  72. tokRK_p            p
  73. tokRK_sqbra        [
  74. tokRK_sqket        ]
  75. tokRK_enter        enter
  76. tokRK_lctrl        left ctrl
  77. tokRK_a            a
  78. tokRK_s            s
  79. tokRK_d            d
  80. tokRK_f            f
  81. tokRK_g            g
  82. tokRK_h            h
  83. tokRK_j            j
  84. tokRK_k            k
  85. tokRK_l            l
  86. tokRK_scolon        \;
  87. tokRK_quote        '
  88. tokRK_bquote        `
  89. tokRK_lshift        left shift
  90. tokRK_hash        #
  91. tokRK_z            z
  92. tokRK_x            x
  93. tokRK_c            c
  94. tokRK_v            v
  95. tokRK_b            b
  96. tokRK_n            n
  97. tokRK_m            m
  98. tokRK_comma        ,
  99. tokRK_dot        .
  100. tokRK_slash        /
  101. tokRK_rshift        right shift
  102. tokRK_kstar        keypad *
  103. tokRK_lalt        left alt
  104. tokRK_space        space
  105. tokRK_capslock        caps lock
  106. tokRK_f1        f1
  107. tokRK_f2        f2
  108. tokRK_f3        f3
  109. tokRK_f4        f4
  110. tokRK_f5        f5
  111. tokRK_f6        f6
  112. tokRK_f7        f7
  113. tokRK_f8        f8
  114. tokRK_f9        f9
  115. tokRK_f10        f10
  116. tokRK_numlock        numeric lock
  117. tokRK_scrlock        scroll lock
  118. tokRK_k7        keypad 7
  119. tokRK_k8        keypad 8
  120. tokRK_k9        keypad 9
  121. tokRK_kminus        keypad -
  122. tokRK_k4        keypad 4
  123. tokRK_k5        keypad 5
  124. tokRK_k6        keypad 6
  125. tokRK_kplus        keypad +
  126. tokRK_k1        keypad 1
  127. tokRK_k2        keypad 2
  128. tokRK_k3        keypad 3
  129. tokRK_k0        keypad 0
  130. tokRK_kdot        keypad .
  131. tokRK_sysreq        sysreq
  132. tokRK_bslash        \\
  133. tokRK_f11        f11
  134. tokRK_f12        f12
  135. tokRK_kenter        keypad enter
  136. tokRK_rctrl        right ctrl
  137. tokRK_kslash        keypad /
  138. tokRK_prtscn        prtscn
  139. tokRK_ralt        right alt
  140. tokRK_home        home
  141. tokRK_up        up
  142. tokRK_pgup        page up
  143. tokRK_left        left
  144. tokRK_right        right
  145. tokRK_end        end
  146. tokRK_down        down
  147. tokRK_pgdn        page down
  148. tokRK_insert        insert
  149. tokRK_delete        delete
  150. tokRK_pause        pause
  151. tokRK_break        break
  152.  
  153. tokRK_sharp_s        ▀
  154. tokRK_umlaut_a        ─
  155. tokRK_umlaut_o        ╓
  156. tokRK_umlaut_u        ▄
  157. tokRK_circumflex    circumflex
  158. tokRK_acute        acute
  159. tokRK_grave        grave
  160. tokRK_lchevron        <
  161. tokRK_ampersand        &
  162. tokRK_acute_e        Θ
  163. tokRK_dquote        "
  164. tokRK_grave_e        Φ
  165. tokRK_uscore        _
  166. tokRK_cedilla_c        τ
  167. tokRK_cedilla_C        ╟
  168. tokRK_grave_a        α
  169. tokRK_bra        (
  170. tokRK_ket        )
  171. tokRK_dollar        $
  172. tokRK_grave_u        ∙
  173. tokRK_star        *
  174. tokRK_super2        ▓
  175. tokRK_colon        :
  176. tokRK_plus        +
  177. tokRK_pling        !
  178. tokRK_npling        í
  179. tokRK_tilde_N        ╤
  180. tokRK_mord        ║
  181. tokRK_grave_i        ∞
  182. tokRK_grave_o        ≥
  183.  
  184. ; JAPANESE NEC98 KEYBOARD
  185.  
  186. tokRK_caret        ^
  187. tokRK_at        @
  188. tokRK_ctrl        Ctrl
  189. tokRK_shift        Shift
  190. tokRK_kequal        keypad =
  191. tokRK_kcomma        keypad ,
  192. tokRK_grph        Grph
  193. tokRK_nfer        Nfer
  194. tokRK_xfer        Xfer
  195.  
  196. ; MAIN TEXT
  197.  
  198. ;NOTE:
  199. ;T for Title
  200. ;L for Label
  201. ;B for Button Text
  202.  
  203. ; SETUP
  204.  
  205. tokRallyTitleT        RALLY CHAMPIONSHIP
  206. ;tokWelcomeT        installation
  207. tokWelcomeT        \n\nWelcome to the\nRally Championship playable demo\n\nminimum PII 266, 8Mb 3D card, 64Mb and DX5
  208. tokInstall        install
  209. tokPlay            play
  210. tokUninstall        uninstall
  211. tokExitInstall        exit
  212.  
  213. ; INSTALLATION
  214.  
  215. tokInstallationT    installation
  216. tokSelLanguage        please select a language
  217. tokSelKeyboard        please select a keyboard layout
  218. tokSelDrive        please select a destination drive
  219. tokSelDirectory        please enter a destination directory
  220. tokDefDrive        c:
  221. tokDefDirectory        \\rc\\
  222. tokSelInstallLevel    please select type of installation
  223. tokInstallSmall        small (10Mb)
  224. tokInstallNormal    normal (320Mb)
  225. tokInstallFull        full (650Mb)
  226. tokAvailableSpace    available drive space
  227. tokKilobytes        Kb
  228. tokMegabytes        Mb
  229. tokGigabytes        Gb
  230. tokInvalidDrive        \nyou have selected an invalid drive
  231. tokInvalidDirectory    \nyou have selected an invalid directory
  232. tokSelAnotherDrive    please select another drive
  233. tokSelAnotherDirectory    please select another directory
  234. tokNotEnoughSpace    \nnot enough space available on drive
  235. tokProceed        proceed anyway
  236. tokCopyingFiles        copying files...
  237. tokAmountInstalled    amount installed
  238. tokInstallError        drive error occurred during installation
  239. tokInstallComplete    installation completed
  240. tokInstallAbort        install aborted
  241.  
  242. tokInstallDirectX    install DirectX 6.1 now?
  243. tokInstallDirectMedia    install DirectX Media now?
  244.  
  245. tokUninstallationT    uninstallation
  246. tokUninstallConfirm    are you sure you want to remove\nRally Championship?
  247. tokRemove        remove
  248. tokKeepSavedData    keep saved data
  249. tokUninstalling        uninstalling...
  250. tokUninstallError    drive error occurred during uninstallation
  251. tokUninstallAbort    uninstall aborted
  252.  
  253. tokUpgradeInstallT    upgrade installation
  254. tokInstallingUpgrade    installing upgrade...
  255.  
  256. tokCancel        cancel
  257.  
  258. ; LOADING SCREEN
  259.  
  260. tokLoading        LOADING
  261.  
  262. ; INGAME MESSAGES
  263.  
  264. tokExitVerify        RETIRE? (Y/N)
  265. tokExitVerify2        RETIRE? (Y/N/A)
  266. ;** LOWER CASE LATIN ALPHABET ALWAYS FOR THESE
  267. tokLocalisedYes        y
  268. tokLocalisedNo        n
  269. tokLocalisedAll        a
  270.  
  271. tokCheckpoint        CHECKPOINT
  272. tokOutOfTime        OUT OF TIME
  273. tokStageComplete    STAGE COMPLETE
  274. tokExtraTime        EXTRA TIME
  275. tokGetReady        GET READY
  276. tokGamePaused        PAUSED
  277. tokFalseStart        FALSE START
  278. tokCarReset        RESET CAR
  279. tokTurnAround        TURN AROUND
  280. tokEngineOverheating    ENGINE OVERHEATING
  281. tokDangerOverheating    OVERHEATING - SLOW
  282. tokBrakesOverheating    BRAKES OVERHEATING
  283. tokEngineDamaged    ENGINE DAMAGED
  284. tokEngineBadDamaged    ENGINE CRITICAL
  285. tokEngineFailure    ENGINE FAILURE
  286. tokExhaustDamaged    EXHAUST DAMAGED
  287. tokExhaustBadDamaged    EXHAUST CRITICAL
  288. tokExhaustFailure    EXHAUST FAILURE
  289. tokTurboDamaged        TURBO DAMAGED
  290. tokTurboBadDamaged    TURBO CRITICAL
  291. tokTurboFailure        TURBO FAILURE
  292. tokCoolingDamaged    COOLING DAMAGED
  293. tokCoolingBadDamaged    COOLING CRITICAL
  294. tokCoolingFailure    COOLING FAILURE
  295. tokClutchDamaged    CLUTCH DAMAGED
  296. tokClutchBadDamaged    CLUTCH CRITICAL
  297. tokClutchFailure    CLUTCH FAILURE
  298. tokDiffDamaged        DIFFERENTIAL DAMAGED
  299. tokDiffBadDamaged    DIFFERENTIAL CRITICAL
  300. tokDiffFailure        DIFFERENTIAL FAILURE
  301. tokGearbDamaged        GEARBOX DAMAGED
  302. tokGearbBadDamaged    GEARBOX CRITICAL
  303. tokGearbFailure        GEARBOX FAILURE
  304. tokBodyDamaged        BODYWORK DAMAGED
  305. tokBodyBadDamaged    BODYWORK CRITICAL
  306. tokBodyFailure        BODYWORK WRECKED
  307. tokElecDamaged        ELECTRICS DAMAGED
  308. tokElecBadDamaged    ELECTRICS CRITICAL
  309. tokElecFailure        ELECTRICS FAILURE
  310. tokSteerDamaged        STEERING DAMAGED
  311. tokSteerBadDamaged    STEERING CRITICAL
  312. tokSteerFailure        STEERING FAILURE
  313. tokBrakesDamaged    BRAKES DAMAGED
  314. tokBrakesBadDamaged    BRAKES CRITICAL
  315. tokBrakesFailure    BRAKE FAILURE
  316. tokSuspDamaged        SUSPENSION DAMAGED
  317. tokSuspBadDamaged    SUSPENSION CRITICAL
  318. tokSuspFailure        SUSPENSION FAILURE
  319. tokLightsDamaged    LIGHTS DAMAGED
  320. tokLightsBadDamaged    LIGHTS BADLY DAMAGED
  321. tokFLLightFailure    FRONT LIGHT FAILURE
  322. tokFRLightFailure    FRONT LIGHT FAILURE
  323. tokRLLightFailure    REAR LIGHT FAILURE
  324. tokRRLightFailure    REAR LIGHT FAILURE
  325. tokSpotLightFailure    SPOT LIGHT FAILURE
  326. tokBrakeLightFailure    BRAKE LIGHT FAILURE
  327. tokFLWheelOff        FRONT LEFT WHEEL LOST
  328. tokFRWheelOff        FRONT RIGHT WHEEL LOST
  329. tokRLWheelOff        REAR LEFT WHEEL LOST
  330. tokRRWheelOff        REAR RIGHT WHEEL LOST
  331. tokTyresWorn        TYRES WORN
  332. tokTyresBadWorn        TYRES BADLY WORN
  333. tokRevGearLost        REVERSE GEAR LOST
  334. tokGear1Lost        1ST GEAR LOST
  335. tokGear2Lost        2ND GEAR LOST
  336. tokGear3Lost        3RD GEAR LOST
  337. tokGear4Lost        4TH GEAR LOST
  338. tokGear5Lost        5TH GEAR LOST
  339. tokGear6Lost        6TH GEAR LOST
  340. tokGear7Lost        7TH GEAR LOST
  341.  
  342. tokgvmess0        BUMPER VIEW
  343. tokgvmess1        BONNET VIEW
  344. tokgvmess2        DRIVER VIEW
  345. tokgvmess3        INTERIOR VIEW
  346. tokgvmess4        CHASE 1 VIEW
  347. tokgvmess5        CHASE 2 VIEW
  348. tokgvmess6        CHASE 3 VIEW
  349.  
  350. tokmess_decvol        VOLUME -
  351. tokmess_incvol        VOLUME +
  352. tokmess_decvolm        MUSIC VOLUME -
  353. tokmess_incvolm        MUSIC VOLUME +
  354. tokmess_mapoff        LOCAL MAP OFF
  355. tokmess_mapon        LOCAL MAP ON
  356. tokmess_miroff        REARVIEW MIRROR OFF
  357. tokmess_miron        REARVIEW MIRROR ON
  358. tokmess_paceoff        PACE NOTES OFF
  359. tokmess_paceon        PACE NOTES ON
  360. tokmess_revoff        REV COUNTER OFF
  361. tokmess_revon        REV COUNTER ON
  362. tokmess_msgoff        MESSAGE BAR OFF
  363. tokmess_msgon        MESSAGE BAR ON
  364. tokmess_infoff        DRIVER INFO OFF
  365. tokmess_infon        DRIVER INFO ON
  366. tokmess_gnsoff        CAR INFO OFF
  367. tokmess_gnson        CAR INFO ON
  368. tokmess_progoff        PROGRESS BAR OFF
  369. tokmess_progon        PROGRESS BAR ON
  370. tokmess_splitv        VERTICAL SPLIT
  371. tokmess_splith        HORIZONTAL SPLIT
  372.  
  373. ; TYRE CHANGE
  374.  
  375. tokTyreChangeT        TYRE CHANGE
  376. tokTyreChangeShort    FAST
  377. tokTyreChangeLong    SLOW
  378. tokTyreChangeMode    PRESS BUTTON TO STOP
  379. tokTyreChangeTime    TIME TAKEN:\s
  380. tokTyreChangeBest    BEST TIME:\s
  381.  
  382. ; MAIN MENU
  383.  
  384. tokMainMenuT        MAIN MENU
  385. tokStartRally        start rally
  386. tokQuickRally        quick rally
  387. tokLoadSavedGame    load game
  388. tokStartNetwork        networked rally
  389. tokTrackEditor        track editor
  390. tokLevelEditor        level editor
  391. tokOptions        options
  392. tokSettings        settings
  393. tokReturn        back
  394. tokContinue        continue
  395. tokReturnToPrevious    return to previous
  396.  
  397. ; OPTIONS SCREEN
  398.  
  399. tokOptOptionsT        OPTIONS
  400. tokOptPlayerDetailsL    player details
  401. tokOptPlayer1Details    player 1 details
  402. tokOptPlayer2Details    player 2 details
  403. tokOptPlayer3Details    player 3 details
  404. tokOptPlayer4Details    player 4 details
  405. tokOptInformation    information
  406. tokOptVideoReplay    video replay
  407. tokOptAudioSetup    audio setup
  408. tokOptVisualPrefs    visual options
  409. tokOptReturnToIntro    return to intro
  410. tokOptChangeCar        change car
  411.  
  412. ; NETWORK OPTIONS
  413.  
  414. tokNetworkOptionsT    NETWORKED RALLY
  415. tokJoinNetwork        join game
  416. tokHostNetwork        host game
  417. tokSetupNetwork        setup
  418.  
  419. ; NETWORK
  420.  
  421. tokHostGameT        HOST RALLY
  422. tokJoinGameT        JOIN RALLY
  423. tokDefHostName        unknown
  424. tokChooseConnection    select service provider
  425. tokConnecting        initialising connection...
  426. tokChooseSession    select session
  427. tokHostingSession    hosting session
  428. tokFindingSessions    finding sessions...
  429. tokJoiningSession    joining session
  430. tokConnectionFail    cannot initialise connection
  431. tokSessionFail        cannot initialise session
  432. tokConnectionLost    the connection has been lost
  433. tokDisconnecting    disconnecting...
  434. tokDisconnect        disconnect
  435. tokReconnect        reconnect
  436.  
  437. ; CHAT ZONE
  438.  
  439. tokNetChatArenaT    CHAT ZONE
  440. tokNetChooseCar        select car
  441. tokNetChooseStage    select stage
  442. tokNetStart        ready
  443. tokNetChat        chat
  444. tokNetStageTime        stage time
  445. tokNetTotalTime        total time
  446. tokRacing        rallying
  447.  
  448. ; NETWORK SETUP
  449.  
  450. tokSetupNetworkT    SETUP NETWORK
  451. tokConnection        connection
  452. tokHostName        host name
  453. tokMaxPlayers        maximum players
  454. tokIPAddress        remote host ip address/domain
  455. tokIPPortNumber        ip port
  456. tokConnectionSpeed    connection speed
  457. tokConnectionSpeed1    <=28.8kbps
  458. tokConnectionSpeed2    33.6kbps
  459. tokConnectionSpeed3    56kbps
  460. tokConnectionSpeed4    ISDN
  461. tokConnectionSpeed5    LAN/cable/xDSL
  462. tokDefault        default
  463. tokDone            done
  464.  
  465. ; CAR SELECTION
  466.  
  467. tokCarTypeSelectT    SELECT CAR
  468. tokP1SelCar        player 1 select car
  469. tokP2SelCar        player 2 select car
  470. tokP3SelCar        player 3 select car
  471. tokP4SelCar        player 4 select car
  472.  
  473. ; MAIN GAME
  474.  
  475. tokMainGameT        main game
  476.  
  477. ; PLAYER DETAILS
  478.  
  479. tokPDetPlayer1DetailsT    PLAYER 1 DETAILS
  480. tokPDetPlayer2DetailsT    PLAYER 2 DETAILS
  481. tokPDetPlayer3DetailsT    PLAYER 3 DETAILS
  482. tokPDetPlayer4DetailsT    PLAYER 4 DETAILS
  483. tokPDetPlayerDetailsT    PLAYER DETAILS
  484.  
  485. tokPDetName        name
  486. tokPDetCountry        country
  487. tokPDetCarNumber    car number
  488. tokPDetViewpoint    camera
  489. tokPDetCatchup        catch-up
  490. tokPDetEnterName    enter name
  491. tokPDetSelectCountry    select country
  492. tokPDetSetupController    setup controller
  493. tokPDetSplitCamera    split screen camera
  494. tokPDetControlDevice    control device
  495. tokPDetRedefineKeys    redefine keyboard
  496. tokPDetKeys        keyboard
  497. tokPDetController1    controller 1
  498. tokPDetController2    controller 2
  499. tokPDetP1CoSpeech    co-driver
  500. tokPDetMale        male
  501. tokPDetFemale        female
  502.  
  503. tokDefDriverNameP1    player one
  504. tokDefDriverNameP2    player two
  505. tokDefDriverNameP3    player three
  506. tokDefDriverNameP4    player four
  507.  
  508. tokPlayer        PLAYER
  509.  
  510. ; DRIVER NAMES IN SELECT CAR SCREENS
  511.  
  512. tokSCPlayer1        PLAYER ONE
  513. tokSCPlayer2        PLAYER TWO
  514. tokSCPlayer3        PLAYER THREE
  515. tokSCPlayer4        PLAYER FOUR
  516.  
  517. ; INFORMATION OPTIONS
  518.  
  519. tokinfInformationT    INFORMATION
  520. tokinfCarSpecs        car specifications
  521. tokinfViewCourses    view stages
  522. tokinfBestTimes        best times
  523. tokinfTTimes        top scores
  524.  
  525. tokinfBestTimesT    BEST TIMES
  526. tokinfSimModeB        simulation
  527. tokinfArcModeB        arcade
  528. tokinfNormalModeB    normal
  529. tokinfTTrialModeB    time trial
  530. tokinfPositionL        pos
  531. tokinfDriverL        driver
  532. tokinfTimeL        time
  533. tokinfMaxSpeed        top speed:
  534.  
  535. ; REPLAY TEXT
  536.  
  537. tokvidVideoReplayT    VIDEO REPLAY
  538. tokCurrentTime        current
  539. tokTotalTime        total
  540.  
  541. tokCameraType00        random
  542. tokCameraType01        random dynamic
  543. tokCameraType02        random fixed
  544. tokCameraType03        chase 1
  545. tokCameraType04        chase 2
  546. tokCameraType05        chase 3
  547. tokCameraType06        front low
  548. tokCameraType07        front medium
  549. tokCameraType08        left side low
  550. tokCameraType09        left side high
  551. tokCameraType10        right side low
  552. tokCameraType11        right side high
  553. tokCameraType12        front left 3/4
  554. tokCameraType13        front right 3/4
  555. tokCameraType14        back left 3/4
  556. tokCameraType15        back right 3/4
  557. tokCameraType16        front bumper
  558. tokCameraType17        rear bumper
  559. tokCameraType18        bonnet
  560. tokCameraType19        roof rear
  561. tokCameraType20        front left wheel facing forwards
  562. tokCameraType21        front right wheel facing forwards
  563. tokCameraType22        back left wheel facing backwards
  564. tokCameraType23        back right wheel facing backwards
  565. tokCameraType24        looking into car through windscreen
  566. tokCameraType25        looking into car through left window
  567. tokCameraType26        looking into car through right window
  568. tokCameraType27        driver
  569. tokCameraType28        interior
  570. tokCameraType29        front wide-angle zoom in
  571. tokCameraType30        front wide-angle zoom out
  572. tokCameraType31        front to back transition
  573. tokCameraType32        back to front transition
  574. tokCameraType33        rotate around car from back
  575. tokCameraType34        rotate around car from front
  576. tokCameraType35        road fixed flip
  577. tokCameraType36        road fixed flip and zoom
  578. tokCameraType37        road up/down
  579. tokCameraType38        road up/down and zoom
  580. tokCameraType39        road down/up
  581. tokCameraType40        road down/up and zoom
  582. tokCameraType41        trackside fixed flip
  583. tokCameraType42        trackside pan
  584. tokCameraType43        trackside pan and zoom
  585. tokCameraType44        trackside pan and up/down
  586. tokCameraType45        trackside pan, up/down and zoom
  587. tokCameraType46        trackside pan and down/up
  588. tokCameraType47        trackside pan, down/up and zoom
  589. tokCameraTypeDef    no change
  590.  
  591. ; START RALLY
  592.  
  593. tokSralStartRallyT    START RALLY
  594. tokSralSingle        single
  595. tokSralSimulation    mobil 1 brc
  596. tokSralA8Sim        A8 rally championship
  597. tokSralArcade        arcade
  598. tokSralPractice        practice
  599. tokSralTimeTrial    time trial
  600. tokSralNewRally        new rally
  601. tokSralLoadRally    load rally
  602.  
  603. tokSralSimulationT    SIMULATION
  604. tokSralSingleT        SINGLE
  605. tokSralArcadeT        ARCADE
  606. tokSralTimeTrialT    TIME TRIAL
  607.  
  608. tokSralWelcomeTo    WELCOME
  609.  
  610. ; SELECT PLAYERS
  611.  
  612. tokSPSelectPlayersT    SELECT NUMBER OF PLAYERS
  613. tokSP1Plyr        1 player
  614. tokSP2Plyr        2 players
  615. tokSP2PlyrSplit        2 player split screen
  616. tokSP2PlyrAlt        2 player alternate
  617. tokSP3PlyrAlt        3 player alternate
  618. tokSP4PlyrAlt        4 player alternate
  619.  
  620. ; NEW SIM RALLY
  621.  
  622. tokNSRNewSimulationT    NEW SIMULATION
  623. tokNSROnePlayer        one player
  624. tokNSRTwoPlayer        two player
  625.  
  626. ; ARCADE RALLY
  627.  
  628. tokARCLevel1        arcade 1
  629. tokARCLevel2        arcade 2
  630. tokARCLevel3        arcade 3
  631. tokARCLevel4        arcade 4
  632. tokARCLevel5        arcade 5
  633. tokARCLevel6        arcade 6
  634.  
  635. tokARCSelectLevT    SELECT LEVEL
  636. tokARCContinue        continue
  637. tokARCNextLevel        start next level
  638. tokARCRetire        return to main menu
  639. tokARCReplayHighlights    view video replay
  640. tokARCSaveHighlights    save video replay
  641. tokARCOptions        options
  642.  
  643. tokARCLevelOver        you failed to win\nbetter luck next time
  644. tokARCLevelComplete    congratulations!\nyou have completed this level
  645.  
  646. tokNotAvailable        NOT YET AVAILABLE!
  647.  
  648. ; END OF STAGE
  649.  
  650. tokSIMComplete        well done!\nyou have completed the championship
  651. tokNowWinIt        now try and win it!
  652. tokSIMWinner        well done!\nyou are the winner of the championship
  653. tokSIMA8GameOver    you failed to qualify\nyou are out of the championship
  654. tokLastCar        You now have the last car!
  655.  
  656. ; RESULTS SCREENS
  657.  
  658. tokResultsT        RESULTS
  659.  
  660. tokSNGResultsBT        OVERALL RESULTS
  661. tokSNGDriverL        driver:
  662. tokSNGTimeL        time:
  663. tokSNGTopSpeedL        top speed:
  664. tokSNGContinue        select another stage
  665. tokSNGRetire        return to main menu
  666. tokSNGReplayHighlights    view video replay
  667. tokSNGSaveHighlights    save video replay
  668. tokSNGOptions        options
  669. tokSNGPositionL        position:
  670. tokSNGTimeRemainL    time remaining:
  671. tokSNGStageScoreL    stage score:
  672. tokSNGCurrentScoreL    current score:
  673. tokSNGTotalScoreL    total score:
  674. tokSNGPlayerOneL    player 1
  675. tokSNGPlayerTwoL    player 2
  676. tokSNGPlayerOneLc    player 1:
  677. tokSNGPlayerTwoLc    player 2:
  678. tokSNGBonusTime        bonus time
  679.  
  680. ;** TIGHT SPACE: KEEP TRANSLATION SIMILAR LENGTH
  681. tokPos34P        pos
  682. ;** TIGHT SPACE: KEEP TRANSLATION SIMILAR LENGTH
  683. tokDriver34P        driver
  684. ;** TIGHT SPACE: KEEP TRANSLATION SIMILAR LENGTH
  685. tokScore34P        score
  686. ;** TIGHT SPACE: KEEP TRANSLATION SIMILAR LENGTH
  687. tokTotal34P        total
  688. ;** TIGHT SPACE: KEEP TRANSLATION SIMILAR LENGTH
  689. tokTime34P        time
  690. ;** TIGHT SPACE: KEEP TRANSLATION SIMILAR LENGTH
  691. tokSpeed34P        speed
  692.  
  693. ; CAR SPEC/SELECT
  694.  
  695. tokCSCarSpecificationT    CAR SPECIFICATIONS
  696.  
  697. tokCSManual        manual transmission
  698. tokCSAutomatic2        semi-automatic transmission
  699. tokCSAutomatic        fully automatic transmission
  700.  
  701. tokCitroenSaxo        citroδn saxo (A6)
  702. tokFordRS2000        ford escort rs2000 (A7)
  703. tokHondaCivic        honda civic (A6)
  704. tokHyundaiCoupe        hyundai coupΘ evo II (A7)
  705. tokMitsubishiLancer    mitsubishi lancer evo V (A8)
  706. tokNissanAlmera        nissan almera (A7)
  707. tokNissanMicra        nissan micra maxi (A5)
  708. tokPeugeot106        peugeot 106 maxi (A6)
  709. tokPeugeot206        peugeot    206 wrc (A8)
  710. tokProtonCompact    proton compact (A6)
  711. tokProtonWira        proton wira/persona (A8)
  712. tokRenaultMegane    renault mΘgane (A7)
  713. tokSeatIbiza        seat ibiza cupra sport (A7)
  714. tokSeatCordoba        seat cordoba wrc (A8)
  715. tokSkodaFelicia        èkoda felicia (A6)
  716. tokSkodaOctavia        èkoda octavia (A7)
  717. tokSubaruImpreza    subaru impreza wrc (A8)
  718. tokVauxhallAstra    vauxhall astra (A7)
  719. tokVolkswagenGolf    volkswagen golf gti mkIV (A7)
  720. tokFordMaxi        ford escort maxi (A7)
  721. tokFordPuma        ford puma (A5)
  722. tokOSLancer        mitsubishi lancer evo IV (A8)
  723.  
  724. tokLandRover        land rover (A8)
  725. tokTractor        tractor (A5)
  726. tokMFTurbo        mf turbo (A8)
  727. tokMFHatchback        mf hothatch (A7)
  728. tokBoltsPug        bernie's dicemobile (A7)
  729. tokMaxPowerCar        max power car (A8)
  730. tokSkipCar        skip (A5)
  731. tokSpudCar        turbotater (A8)
  732. tokCowCar        moo 1.8bse turbo (A8)
  733. tokSheepCar        lambaaghini (A6)
  734. tokRadioControl        radio control car (A7)
  735. tokSheepWagon        welsh sheep wagon (A7)
  736. tokLocalShop        local shop (A6)
  737.  
  738. ; CAR GROUP AND CLASS
  739.  
  740. tokGroupA8        A8
  741. tokGroupA7        A7
  742. tokGroupA6        A6
  743. tokGroupA5        A5
  744.  
  745. ; BUTTONS
  746.  
  747. tokCSEngineB        engine
  748. tokCSDimensionsB    dimensions
  749. tokCSTechnicalB        technical
  750. tokCSViewCarB        view car
  751. tokCSInspectB        inspect
  752. tokCSSlideShowB        slideshow
  753.  
  754. ; ENGINE SPECS
  755.  
  756. tokCSCapacityL        capacity:\s
  757. tokCSTypeL        type:\s
  758. tokCSPowerL        power:\s
  759. tokCSTorqueL        torque:\s
  760. tokCSBoreL        bore:\s
  761. tokCSStrokeL        stroke:\s
  762. tokCSCompRatioL        compression ratio:\s
  763.  
  764. ; TECHNICAL SPECS
  765.  
  766. tokCSTransmissionL    transmission:\s
  767. tokCSDriveSystemL    drive system:\s
  768. tokCSSteeringL        steering:\s
  769. tokCSBrakesL        brakes:\s
  770. tokCSSuspensionL    suspension:\s
  771.  
  772. ; DIMENSIONS
  773.  
  774. tokCSLengthL        length:\s
  775. tokCSWidthL        width:\s
  776. tokCSHeightL        height:\s
  777. tokCSWheelbaseL        wheelbase:\s
  778. tokCSFrontTrackL    front track:\s
  779. tokCSRearTrackL        rear track:\s
  780. tokCSWeightL        weight:\s
  781.  
  782. ; ENGINE TYPES
  783.  
  784. tokCS16Valve        4 cylinder 16 valve
  785. tokCS16VTurbo        4 cylinder 16 valve\nturbo
  786. tokCS20Valve        4 cylinder 20 valve
  787. tokCS08Valve        4 cylinder 8 valve
  788.  
  789. tokcc            cc
  790.  
  791. ; TRANSMISSION TYPES
  792.  
  793. tokCS7Seq        7 speed sequential
  794. tokCS6Seq        6 speed sequential
  795. tokCS6Spd        6 speed manual
  796. tokCS5Spd        5 speed manual
  797. tokCS5SpdDog        5 speed 'dog box'
  798.  
  799. ; DRIVE SYSTEMS
  800.  
  801. tokCS4WDrive        four wheel drive
  802. tokCSFDrive        front wheel drive
  803.  
  804. ; STEERING SYSTEMS
  805.  
  806. tokCSPasRaP        PAS / rack and pinion
  807. tokCSPasNA        PAS / n/a
  808. tokCSPasQck        PAS / quick rack
  809. tokCSFront        front -\s
  810. tokCSBack        back -\s
  811.  
  812. ; BRAKING SYSTEMS
  813.  
  814. tokCSVnt2P        vented\ndisks/2 pot calipers
  815. tokCSVnt4P        vented\ndisks/4 pot calipers
  816. tokCSVnt6P        vented\ndisks/6 pot calipers
  817. tokCSVntNA        vented\ndisks
  818. tokCSSol2P        solid disks/\n2 pot calipers
  819. tokCSSol4P        solid disks/\n4 pot calipers
  820. tokCSSol6P        solid disks/\n6 pot calipers
  821. tokCSSolNA        solid disks
  822. tokCSXD4P        cross drilled\ndisks/4 pot calipers
  823.  
  824. ; SUSPENSION SPECS
  825.  
  826. tokCSMcPStrut        mcpherson struts
  827. tokCSMcPSys        mcpherson system
  828. tokCSMcPType1        mcpherson type\nstruts
  829. tokCSMcPType2        mcpherson type\nstruts + ohlins shocks
  830. tokCSMcPType3        mcpherson struts,\ndynamic shocks
  831. tokCSTors        torsion bar with\ntrailing arms
  832. tokCSMultiLink        multilink
  833. tokCSRMLMcP        rml designed\nmcpherson struts
  834. tokCSRMLBmAx        rml designed beam\naxle system
  835. tokCSStrutaLnk        strut and link
  836. tokCSNMLink        nissan multilink\nbeam
  837. tokCSPflex1        proflex mcpherson\nstruts and wishbone
  838. tokCSPflex2        proflex independent\n6 link
  839. tokCSPflex3        proflex suspension
  840. tokCSOhlins1        ohlins adjustable\nmcpherson struts
  841. tokCSOhlins2        ohlins adjustable\ndamper units and springs
  842. tokCSSwivelRear        swivel rear beam
  843. tokCSCrankAxle        crank axle with\ntrailing arms
  844. tokCSPgBilst        peugeot\nadjustable struts
  845. tokCSPgRDamp        peugeot\nrear dampers
  846. tokCSDblWsh        double wishbone\ndynamic suspension\ndampers
  847. tokCSIndDWsh        independent\ndynamic suspension\ndampers
  848. tokCSHHMSMcPPro        hhms-design\nmcpherson struts,\nproflex dampers
  849. tokCSHHMSMcPTrail    hhms-design\nmcpherson trailing\narms, proflex dampers
  850. tokCSTrailArm        trailing arm
  851. tokCSPseudoMcP        pseudo mcpherson\nstruts, peugeot shocks
  852. tokCSMcPMondeo        mcpherson system, modified mondeo uprights
  853. tokCSTrailMondeo    trailing arm beam with mondeo hub and bearing
  854.  
  855. ; COMPRESSION RATIOS
  856.  
  857. tokCS10Five1        10:5:1
  858. tokCS8Eight1        8:8:1
  859. tokCS8Five1        8:5:1
  860. tokCS12Five1        12:5:1
  861. tokCS13To1        13:1
  862. tokCS12To1        12:1
  863. tokCS11eight1        11:8:1
  864. tokCS13One1        13:1:1
  865. tokCS8One1        8:1:1
  866. tokCS9To1        9:1
  867.  
  868. ; CAR DESCRIPTIONS
  869.  
  870. tokRenMegDesc00        \#B7 british championship winner for\n\s\smanufacturers and drivers 1998\n\n
  871. tokRenMegDesc01        \#B7 run in mobil 1 series by french\n\s\sauto-meca team\n\n
  872. tokRenMegDesc02        \#B7 two litre engine pumps out more\n\s\sthan 280bhp\n\n
  873. tokRenMegDesc03        \#B7 driven in uk by martin rowe and\n\s\stapio laukkanen\n\n
  874. tokRenMegDesc04        \#B7 F2 winner of great britain rally 1998
  875. tokRenMegDesc05        {}
  876. tokRenMegDesc06        {}
  877.  
  878. tokVauxAstDesc00    \#B7 made its dΘbut on rally of wales 1998\n\n
  879. tokVauxAstDesc01    \#B7 developed by ray mallock limited for\n\s\smobil 1 series\n\n
  880. tokVauxAstDesc02    \#B7 chief test driver is rapid finn jarmo\n\s\skytolehto\n\n
  881. tokVauxAstDesc03    \#B7 two litre engine and sequential\n\s\sgearbox\n\n
  882. tokVauxAstDesc04    \#B7 former british junior champ neil\n\s\swearden supports kytolehto
  883. tokVauxAstDesc05    {}
  884. tokVauxAstDesc06    {}
  885.  
  886. tokCitSaxDesc00        \#B7 1600cc engine gives more than 200\n\s\shorsepower\n\n
  887. tokCitSaxDesc01        \#B7 dramatically widened body features\n\s\sextreme wheel arches\n\n
  888. tokCitSaxDesc02        \#B7 designed for asphalt events in the\n\s\sfrench championship\n\n
  889. tokCitSaxDesc03        \#B7 lacks serious development for loose\n\s\ssurfaces\n\n
  890. tokCitSaxDesc04        \#B7 superb handling on roads thanks to\n\s\sextra width
  891. tokCitSaxDesc05        {}
  892. tokCitSaxDesc06        {}
  893.  
  894. tokRS2000Desc00        \#B7 one of the earliest formula two cars\n\n
  895. tokRS2000Desc01        \#B7 won the british title with gwyndaf\n\s\sevans in '96\n\n
  896. tokRS2000Desc02        \#B7 engine produces more than 260\n\s\shorsepower\n\n
  897. tokRS2000Desc03        \#B7 transmission is well developed and\n\s\sextremely reliable\n\n
  898. tokRS2000Desc04        \#B7 handling and suspension are easy\n\s\sto set up
  899. tokRS2000Desc05        {}
  900. tokRS2000Desc06        {}
  901.  
  902. tokHondCivDesc00    \#B7 ferodo super 1600 cup winner\n\s\sin 1998\n\n
  903. tokHondCivDesc01    \#B7 developed by private asquith\n\s\sautosport team\n\n
  904. tokHondCivDesc02    \#B7 1600cc engine produces well over\n\s\s200 horsepower\n\n
  905. tokHondCivDesc03    \#B7 honda chassis and dynamic\n\s\ssuspension give predictable handling\n\n
  906. tokHondCivDesc04    \#B7 class winner on 1997 network q\n\s\srac rally
  907. tokHondCivDesc05    {}
  908. tokHondCivDesc06    {}
  909.  
  910. tokHyundCoupDesc00    \#B7 run by crack rally team motorsport\n\s\sdevelopments\n\n
  911. tokHyundCoupDesc01    \#B7 set consistently strong times since\n\s\sits dΘbut last june\n\n
  912. tokHyundCoupDesc02    \#B7 led F2 category of finnish rally\n\n
  913. tokHyundCoupDesc03    \#B7 driven by kenneth eriksson and scot\n\s\salister mcrae\n\n
  914. tokHyundCoupDesc04    \#B7 favourite for the 1999 world two\n\s\slitre cup
  915. tokHyundCoupDesc05    {}
  916. tokHyundCoupDesc06    {}
  917.  
  918. tokMitsuLancDesc00    \#B7 world championship winner for the\n\s\spast three years\n\n
  919. tokMitsuLancDesc01    \#B7 the only group A car left at the\n\s\stop level\n\n
  920. tokMitsuLancDesc02    \#B7 based on extreme road version\n\s\sof the lancer\n\n
  921. tokMitsuLancDesc03    \#B7 driven by finn tommi makinen and\n\s\srichard burns\n\n
  922. tokMitsuLancDesc04    \#B7 long-stroke engine gives best\n\s\storque in class
  923. tokMitsuLancDesc05    {}
  924. tokMitsuLancDesc06    {}
  925.  
  926. tokNisAlmDesc00        \#B7 built by nissan motorsports europe\n\s\sin didcot\n\n
  927. tokNisAlmDesc01        \#B7 one of the widest kit cars in\n\s\sexistence\n\n
  928. tokNisAlmDesc02        \#B7 developed in conjunction with tyre\n\s\sfirm yokohama\n\n
  929. tokNisAlmDesc03        \#B7 driven by former british champion\n\s\smark higgins\n\n
  930. tokNisAlmDesc04        \#B7 winner of F2, channel four rally in\n\s\sfinland
  931. tokNisAlmDesc05        {}
  932. tokNisAlmDesc06        {}
  933.  
  934. tokNisMicDesc00        \#B7 only 1300cc and 150bhp but a real\n\s\sgiant-killer\n\n
  935. tokNisMicDesc01        \#B7 low weight results in stunning\n\s\shandling on all surfaces\n\n
  936. tokNisMicDesc02        \#B7 driven to the limit by geoff jones in\n\s\s1998\n\n
  937. tokNisMicDesc03        \#B7 developed by nissan motorsports\n\s\seurope at didcot\n\n
  938. tokNisMicDesc04        \#B7 capable of top ten finishes - in the\n\s\sright hands
  939. tokNisMicDesc05        {}
  940. tokNisMicDesc06        {}
  941.  
  942. tokPeug106Desc00    \#B7 only 1600cc but high-revving engine\n\s\spumps out 200bhp\n\n
  943. tokPeug106Desc01    \#B7 designed for asphalt events in french\n\s\schampionship\n\n
  944. tokPeug106Desc02    \#B7 lifted super 1600 category honours\n\s\sin ulster last year\n\n
  945. tokPeug106Desc03    \#B7 driven by promising young star justin\n\s\sdale\n\n
  946. tokPeug106Desc04    \#B7 extensive winter testing should\n\s\simprove engine tractability
  947. tokPeug106Desc05    {}
  948. tokPeug106Desc06    {}
  949.  
  950. tokPeug206Desc00    \#B7 developed by successful peugeot\n\s\ssport team near paris\n\n
  951. tokPeug206Desc01    \#B7 makes its dΘbut in tour of corsica\n\s\s1999\n\n
  952. tokPeug206Desc02    \#B7 designed by renowned engineer\n\s\smichel nandon\n\n
  953. tokPeug206Desc03    \#B7 features three computer controlled\n\s\sactive differentials\n\n
  954. tokPeug206Desc04    \#B7 driven by francois delecour and\n\s\smarcus gronholm
  955. tokPeug206Desc05    {}
  956. tokPeug206Desc06    {}
  957.  
  958. tokProtCompDesc00    \#B7 won its class in '98 network q\n\s\srally great britain\n\n
  959. tokProtCompDesc01    \#B7 developed by experienced engineer\n\s\sharry hockly and team\n\n
  960. tokProtCompDesc02    \#B7 driven by swede mats andersson\n\s\sand jenny davies\n\n
  961. tokProtCompDesc03    \#B7 engine still lacks power but car\n\s\shandles superbly\n\n
  962. tokProtCompDesc04    \#B7 proton embarking on three year\n\s\smobil 1 series assault
  963. tokProtCompDesc05    {}
  964. tokProtCompDesc06    {}
  965.  
  966. tokProtWirDesc00    \#B7 based on the successful mitsubishi\n\s\slancer platform\n\n
  967. tokProtWirDesc01    \#B7 two litre, turbocharged engine gives\n\s\sexcellent torque\n\n
  968. tokProtWirDesc02    \#B7 potent force in the asia-pacific\n\s\schampionship\n\n
  969. tokProtWirDesc03    \#B7 standard version driven by david\n\s\smann in great britain\n\n
  970. tokProtWirDesc04    \#B7 several class wins to its name
  971. tokProtWirDesc05    {}
  972. tokProtWirDesc06    {}
  973.  
  974. tokSeatIDesc00        \#B7 triple world two litre cup winner\n\n
  975. tokSeatIDesc01        \#B7 driven by gwyndaf evans in the\n\s\smobil 1 series\n\n
  976. tokSeatIDesc02        \#B7 won at silverstone and pirelli in 1998\n\n
  977. tokSeatIDesc03        \#B7 ladies champ barbara armstrong\n\s\sis another seat recruit\n\n
  978. tokSeatIDesc04        \#B7 good engine is backed up by excellent\n\s\shandling
  979. tokSeatIDesc05        {}
  980. tokSearIDesc06        {}
  981.  
  982. tokSeatCordDesc00    \#B7 developed by triple formula two\n\s\sworld champions\n\n
  983. tokSeatCordDesc01    \#B7 based on the familiar cordoba coupΘ\n\s\sroad car\n\n
  984. tokSeatCordDesc02    \#B7 first appeared in the 1998\n\s\sfinnish rally\n\n
  985. tokSeatCordDesc03    \#B7 driven by harri rovanpera and\n\s\sgwyndaf evans\n\n
  986. tokSeatCordDesc04    \#B7 it scored its first point in\n\s\sgreat britain 1998
  987. tokSeatCordDesc05    {}
  988. tokSeatCordDesc06    {}
  989.  
  990. tokSkodFelDesc00    \#B7 pushed two litre seat hard in '96\n\s\sF2 world championship\n\n
  991. tokSkodFelDesc01    \#B7 finished an amazing third overall in\n\s\s1996 rac rally\n\n
  992. tokSkodFelDesc02    \#B7 led the super 1600 category on\n\s\spirelli rally 1998\n\n
  993. tokSkodFelDesc03    \#B7 lacks outright grunt but boasts\n\s\ssuperb handling\n\n
  994. tokSkodFelDesc04    \#B7 driven by christer steen in british\n\s\schampionship
  995. tokSkodFelDesc05    {}
  996. tokSkodFelDesc06    {}
  997.  
  998. tokSkodOctDesc00    \#B7 developed by the factory team in\n\s\sczech republic\n\n
  999. tokSkodOctDesc01    \#B7 saloon base makes it the largest\n\s\skit car\n\n
  1000. tokSkodOctDesc02    \#B7 long wheelbase helps to improve\n\s\shigh speed stability\n\n
  1001. tokSkodOctDesc03    \#B7 european two litre champion with\n\s\semil triner in 1998\n\n
  1002. tokSkodOctDesc04    \#B7 two litre, 20 valve engine gives\n\s\splenty of torque
  1003. tokSkodOctDesc05    {}
  1004. tokSkodOctDesc06    {}
  1005.  
  1006. tokSubImpDesc00        \#B7 most successful rally car of the\n\s\snineties\n\n
  1007. tokSubImpDesc01        \#B7 developed and built by prodrive team\n\s\sin banbury\n\n
  1008. tokSubImpDesc02        \#B7 first world rally car to be unveiled\n\n
  1009. tokSubImpDesc03        \#B7 driven by colin mcrae and piero liatti\n\n
  1010. tokSubImpDesc04        \#B7 uses flat-four turbocharged two\n\s\slitre engine
  1011. tokSubImpDesc05        {}
  1012. tokSubImpDesc06        {}
  1013.  
  1014. tokVWGolfDesc00        \#B7 designed and developed at vw\n\s\smotorsport in hanover\n\n
  1015. tokVWGolfDesc01        \#B7 launched at essen motor show 1997\n\n
  1016. tokVWGolfDesc02        \#B7 heavy testing in africa strengthened\n\s\ssuspension\n\n
  1017. tokVWGolfDesc03        \#B7 former british champion mark higgins\n\s\swill drive in '99\n\n
  1018. tokVWGolfDesc04        \#B7 experienced austrian raimund\n\s\sbaumschlager has conducted testing
  1019. tokVWGolfDesc05        {}
  1020. tokVWGolfDesc06        {}
  1021.  
  1022. tokFrdMxDesc00        \#B7 originally built by gordon spooner\n\s\sengineering in 1997\n\n
  1023. tokFrdMxDesc01        \#B7 designed for asphalt but adapted by\n\s\sother teams for gravel\n\n
  1024. tokFrdMxDesc02        \#B7 run by boland motorsport in the\n\s\sbritish championship\n\n
  1025. tokFrdMxDesc03        \#B7 driven by experienced julian porter\n\s\sin the mobil 1 series\n\n
  1026. tokFrdMxDesc04        \#B7 won the irish formula two\n\s\schampionship in 1998
  1027. tokFrdMxDesc05        {}
  1028. tokFrdMxDesc06        {}
  1029.  
  1030. tokFrdPmDesc00        \#B7 stunning design was penned by ford\n\s\sengineers at boreham\n\n
  1031. tokFrdPmDesc01        \#B7 highly tuned 1600cc engine produces\n\s\saround 200bhp\n\n
  1032. tokFrdPmDesc02        \#B7 gravel development likely for british\n\s\schampionship market\n\n
  1033. tokFrdPmDesc03        \#B7 ford has also developed 1400cc and\n\s\sturbocharged versions\n\n
  1034. tokFrdPmDesc04        \#B7 driven by youngster ben briant in\n\s\s1999 mobil 1 series
  1035. tokFrdPmDesc05        {}
  1036. tokFrdPmDesc06        {}
  1037.  
  1038. tokOscarDesc00        \#B7 two litre engine gives 300 bhp and\n\s\sloads of torque\n\n
  1039. tokOscarDesc01        \#B7 world championship-tuned chassis\n\s\scopes well with bumps\n\n
  1040. tokOscarDesc02        \#B7 long wheelbase gives good stability\n\s\sat high speeds\n\n
  1041. tokOscarDesc03        \#B7 popular choice for clubmen at british\n\s\snational level\n\n
  1042. tokOscarDesc04        \#B7 ordnance survey car driven by innes\n\s\sand alyson marlow
  1043. tokOscarDesc05        {}
  1044. tokOscarDesc06        {}
  1045.  
  1046. ; SLIDESHOW
  1047.  
  1048. tokSLSlideShowT        SLIDESHOW
  1049. ;** SLIDE TITLE: "slide 00" to "slide 99"
  1050. tokSlide        slide
  1051.  
  1052. ; CAR SELECTION
  1053.  
  1054. tokCSSelectCarT        CAR SELECTION
  1055.  
  1056. ; VIEW COURSE
  1057.  
  1058. tokVCSelectStage    SELECT STAGE
  1059. tokVCSimulation        simulation
  1060. tokVCArcade        arcade
  1061. tokVCLegDetails        LEG DETAILS
  1062. tokVCViewCoursesT    STAGE INFORMATION
  1063. tokVCStageDetailsL    stage details
  1064. tokVCRoadSurfaceL    road surface
  1065. tokVCTarmacL        tarmac:
  1066. tokVCMudL        mud:
  1067. tokVCGravelL        gravel:
  1068. tokVCSnowL        snow:
  1069. tokVCDescriptionL    description
  1070. tokVCBestTimeL        best time
  1071. tokVCTopSpeedL        top speed
  1072. tokVCStartTimeL        start:
  1073. tokVCEndTimeL        finish:
  1074. tokVCDistanceL        length:
  1075. tokVCRainL        rain:
  1076. tokVCVisibilityL    visibility
  1077. tokVCWindL        wind:
  1078. tokVCTimeOfDayL        time:
  1079. tokVCWeatherL        weather    conditions
  1080. ;** TIGHT SPACE: KEEP TRANSLATION SIMILAR LENGTH
  1081. tokVCTemperatureL    temp:
  1082. tokVCTotalL        total:
  1083. tokVCNextStage        NEXT STAGE
  1084.  
  1085. ;** NAMES OF OS MAP SERIES - DON'T TRANSLATE?
  1086. tokVCLandranger        landranger«\n
  1087. tokVCDiscoverer        discoverer«\n
  1088.  
  1089. ; BEST TIMES/SCORES
  1090.  
  1091. tokBTBestTimesT        BEST TIMES
  1092. tokBTBestScoresT    TOP SCORES
  1093. tokBTBestCScoresT    BEST CHAMPIONSHIP SCORES
  1094. tokBTBestCScoresOAT    BEST OVERALL SCORES
  1095.  
  1096. tokBTA8Champ        A8 championship
  1097. tokBTA7Brc        mobil 1 brc A7
  1098. tokBTA6Brc        mobil 1 brc A6
  1099. tokBTA5Brc        mobil 1 brc A5
  1100. tokBTOverallBrc        overall    mobil 1 brc
  1101. tokBTArcade1        arcade level 1
  1102. tokBTArcade2        arcade level 2
  1103. tokBTArcade3        arcade level 3
  1104. tokBTArcade4        arcade level 4
  1105. tokBTArcade5        arcade level 5
  1106. tokBTArcade6        arcade level 6
  1107.  
  1108. ; VISUAL PREFERENCES
  1109.  
  1110. tokVPVisualPreferencesT    VISUAL PREFERENCES
  1111. tokVPMapAreaL        local map
  1112. tokVPRearMirrorL    rear-view mirror
  1113. tokVPCarInfoL        car information
  1114. tokVPRevCounterL    rev counter        ; or tachometer if you prefer
  1115. tokVPMessageDisplayL    message bar
  1116. tokVPProgressBarL    progress bar
  1117. tokVPDriverInfoL    driver information
  1118. tokVPPaceNotesL        pace notes
  1119. tokVPUnitsDisplayL    units display
  1120. tokVPImperial        imperial
  1121. tokVPMetric        metric
  1122. tokVPAdvanced        advanced options
  1123.  
  1124. tokVPDriver        driver
  1125. tokVPBonnet        bonnet
  1126. tokVPBumper        bumper
  1127. tokVPChase1        chase 1
  1128. tokVPChase2        chase 2
  1129. tokVPChase3        chase 3
  1130. tokVPInterior        interior
  1131. tokVPCatchOn        on
  1132. tokVPCatchOff        off
  1133.  
  1134. ; ADVANCED VISUAL PREFERENCES
  1135.  
  1136. tokAVPTitleT        VISUAL OPTIONS
  1137. tokAVPVideoCard        video card
  1138. tokAVPResolution    resolution
  1139. tokAVPScreenDepth    screendepth
  1140. tokAVPBuffering        buffering
  1141. tokAVPMipMapping    mipmapping
  1142. tokAVPLensFlare        lens flare
  1143. tokAVPExternalCarFX    external car effects
  1144. tokAVPRainIntensity    weather effects
  1145. tokAVPSnowIntensity    snow intensity
  1146. tokAVPInternalCarFX    internal car effects
  1147. tokAVPReflections    reflections
  1148. tokAVPCarShadow        car shadows
  1149. tokAVPCarDetail        car detail
  1150. tokAVPHeadlights    headlights
  1151. tokAVPSetnTestMode    set new mode
  1152.  
  1153. tokAVPPrimary        primary
  1154. tokAVPSecondary        secondary
  1155. tokAVPDoubleBuffer    double
  1156. tokAVPTripleBuffer    triple
  1157. tokAVPNoCars        no cars
  1158. tokAVPYourCar        your car
  1159. tokAVPAllCars        all cars
  1160. tokAVPReduced        reduced
  1161. tokAVPFull        full
  1162.  
  1163. ; ANALOGUE CONTROLLER SETUP
  1164.  
  1165. tokCNTSetupControllerT    SETUP CONTROLLER
  1166. tokCNTControllerL    controller:
  1167. tokCNTJoystickAccelL    joystick acceleration:
  1168. tokCNTButtonsL        buttons:
  1169. tokCNTRedefineKeys    redefine keyboard
  1170. tokCNTRedefineJoystick    redefine joystick
  1171. tokCNTKeyboard        keyboard
  1172. tokCNTJoystick        joystick
  1173. tokCNTProgramcontroller    program controller
  1174.  
  1175. tokCNTStick        analogue joystick
  1176. tokCNTStickDigital    digital joystick/gamepad
  1177. tokCNTWheel        2 axis wheel+pedals
  1178. tokCNTWheel3        3 axis wheel+pedals
  1179.  
  1180. tokCNTStickShift    ACT LABS RS Shifter
  1181.  
  1182. tokCNTPOV        point-of-view:
  1183. tokCNTPOVHat        point-of-view hat
  1184. tokCNTPOVHelmet        headset controller
  1185.  
  1186. tokCNTButton        button
  1187. tokCNTNormal        normal
  1188. tokCNTReversed        reversed
  1189.  
  1190. tokCNTControlID        controller
  1191. tokCNTForceFeedSwitch     force feedback
  1192. tokCNTAxisMode        axis mode
  1193. tokCNTUpperDeadzone    upper dz
  1194. tokCNTLowerDeadzone    lower dz
  1195.  
  1196. tokCNTAccelerate    accelerator
  1197. tokCNTBrake        brake
  1198. tokCNTTurnLeft        turn left
  1199. tokCNTTurnRight        turn right
  1200. tokCNTChangeUp        change up
  1201. tokCNTChangeDown    change down
  1202. tokCNTHandbrake        handbrake
  1203. tokCNTCameraView    cycle camera views
  1204. tokCNTPause        pause
  1205. tokCNTWipers        wipers
  1206. tokCNTLights        lights
  1207. tokCNTReset        reset car
  1208. tokCNTUnassigned    not assigned
  1209.  
  1210. tokCNTSetControlNow    set control now
  1211. tokCNTUndo        undo changes
  1212.  
  1213. tokCNTJoyButt        button
  1214. tokCNTJoyLeft        left
  1215. tokCNTJoyRight        right
  1216. tokCNTJoyUp        up
  1217. tokCNTJoyDown        down
  1218.  
  1219. tokCNTSensitivity    steering sensitivity
  1220.  
  1221. ; KEYBOARD SETUP
  1222.  
  1223. tokKEYRedefineKeysT    REDEFINE KEYBOARD
  1224. tokKEYAccelerateL    accelerator
  1225. tokKEYBrakeL        brake
  1226. tokKEYTurnLeftL        turn left
  1227. tokKEYTurnRightL    turn right
  1228. tokKEYChangeUpL        gear up/change
  1229. tokKEYChangeDownL    gear down
  1230. tokKEYHandbrakeL    handbrake
  1231. tokKEYCameraViewL    cycle camera views
  1232. tokKEYPauseL        pause
  1233. tokKEYWipersL        wipers
  1234. tokKEYLightsL        lights
  1235. tokKEYResetL        reset car
  1236. tokKEYAccept        back
  1237. tokKEYChange        change
  1238.  
  1239. ; STAGE NAMES
  1240.  
  1241. tokCourseDescription    description
  1242.  
  1243. tokRT_RoundOne        round one
  1244. tokRT_RoundTwo        round two
  1245. tokRT_RoundThree    round three
  1246. tokRT_RoundFour        round four
  1247. tokRT_RoundFive        round five
  1248. tokRT_RoundSix        round six
  1249.  
  1250. tokRT_ChampOne        vauxhall rally of wales
  1251. tokRT_ChampTwo        pirelli international rally
  1252. tokRT_ChampThree    rsac scottish rally
  1253. tokRT_ChampFour        seat jim clark memorial rally
  1254. tokRT_ChampFive        stena line ulster rally
  1255. tokRT_ChampSix        sony manx international rally
  1256.  
  1257. tokRT_SingleArc1    arcade level 1
  1258. tokRT_SingleArc2    arcade level 2
  1259. tokRT_SingleArc3    arcade level 3
  1260. tokRT_SingleArc4    arcade level 4
  1261. tokRT_SingleArc5    arcade level 5
  1262. tokRT_SingleArc6    arcade level 6
  1263.  
  1264. ; Vauxhall Rally of Wales
  1265.  
  1266. tokSS_Stage000        clocaenog mid
  1267. tokSS_Stage001        penmachno south
  1268. tokSS_Stage002        myherin
  1269. tokSS_Stage003        hafren
  1270. tokSS_Stage004        dyfi
  1271. tokSS_Stage005        gartheiniog
  1272.  
  1273. ; Pirelli Rally
  1274.  
  1275. tokSS_Stage006        chirdonhead
  1276. tokSS_Stage007        falstone
  1277. tokSS_Stage008        kershope
  1278. tokSS_Stage009        pundershaw
  1279. tokSS_Stage010        riccarton
  1280. tokSS_Stage011        newcastleton
  1281.  
  1282. ; Scottish Rally
  1283.  
  1284. tokSS_Stage012        twiglees
  1285. tokSS_Stage013        yair
  1286. tokSS_Stage014        cardrona
  1287. tokSS_Stage015        black loch
  1288. tokSS_Stage016        glentrool
  1289. tokSS_Stage017        ae
  1290.  
  1291. ; Jim Clark Memorial
  1292.  
  1293. tokSS_Stage018        moon and star
  1294. tokSS_Stage019        bothwell
  1295. tokSS_Stage020        whitchester
  1296. tokSS_Stage021        eccles
  1297. tokSS_Stage022        langton
  1298. tokSS_Stage023        fogo
  1299.  
  1300. ; Ulster Rally
  1301.  
  1302. tokSS_Stage024        hamiltons folly
  1303. tokSS_Stage025        tyrones ditches
  1304. tokSS_Stage026        feeney
  1305. tokSS_Stage027        parkanaur
  1306. tokSS_Stage028        lisnamuck
  1307. tokSS_Stage029        tardree
  1308.  
  1309. ; Manx International Rally
  1310.  
  1311. tokSS_Stage030        port soderick
  1312. tokSS_Stage031        ballagyr
  1313. tokSS_Stage032        curraghs
  1314. tokSS_Stage033        tholt-y-will
  1315. tokSS_Stage034        injerbreck
  1316. tokSS_Stage035        cringle
  1317.  
  1318. ; STAGE DESCRIPTIONS
  1319.  
  1320. ; Vauxhall Rally of Wales
  1321.  
  1322. tokSSD_Stage000        this is one of the hardest tests in the welsh forests.\nit runs along a high plateau and its roads
  1323. tokSSD_Stage000a    \sare narrower\nthan usual. the junctions in clocaenog can be quite\nmuddy and recent forestry commission
  1324. tokSSD_Stage000b    \slogging has\nmade the road hard to read in places.
  1325. tokSSD_Stage001        this is a hilly stage that goes around the side of a\nmountain on two separate occasions and at two different\n
  1326. tokSSD_Stage001a    heights. the roads are extremely fast, but top speeds\nare often compromised by trees close to the track. the\n
  1327. tokSSD_Stage001b    surface consists of sharp flint stone, making it hard to\navoid punctures when fighting for seconds.
  1328. tokSSD_Stage002        a good guide to what constitutes a classic welsh stage.\nmyherin has a twisty start that takes competitors up\n
  1329. tokSSD_Stage002a    onto a ridge before dropping into the valley. the middle\npart of the test is very fast and flowing, but there are\s
  1330. tokSSD_Stage002b    \nplenty of crests that require commitment from the\ndriver to maintain speed.
  1331. tokSSD_Stage003        the hafren complex has plenty of stage options and it's\none of the most popular venues in wales, even in snow.\n
  1332. tokSSD_Stage003a    the opening section is extremely fast but it's soon\nfollowed by a twistier, more technical road, made all the\n
  1333. tokSSD_Stage003b    \smore difficult by the freezing weather and requiring a\nwell-balanced car setup.
  1334. tokSSD_Stage004        this stage uses extremely close junctions on more than\none occasion, meaning that drivers will be revisiting\n
  1335. tokSSD_Stage004a    familiar scenery, but dyfi's still a popular stage.\nthe snowy roads are extremely slippery and demand\nsupreme\s
  1336. tokSSD_Stage004b    car control, particularly as the cars climb over\nthe mountains.
  1337. tokSSD_Stage005        the final stage of the vauxhall rally of wales is quite\ntwisty and held in darkness, but committed drivers can\n
  1338. tokSSD_Stage005a    still average high speeds. it's rougher than dyfi, making\npunctures more likely, but the quicker, flowing sections\n
  1339. tokSSD_Stage005b    are a godsend for drivers of underpowered cars trying\nto make up time lost in the hairpins.
  1340.  
  1341. ; Pirelli Rally
  1342.  
  1343. tokSSD_Stage006        this high-speed introduction to the kielder forest complex\nfeatures all of the legendary venue's challenging qualities.\n
  1344. tokSSD_Stage006a    there are plenty of long, fast straights with blind crests\nand the occasional narrow bridge to favour the bravest\nof\s
  1345. tokSSD_Stage006b    drivers and the deep ditches are capable of swallowing\nany car that strays off line.
  1346. tokSSD_Stage007        the second stage offers flat-out action from the start\nline, with one of the quickest stretches of road in kielder.\n
  1347. tokSSD_Stage007a    falstone climbs to the highest point in the entire complex\nand is a popular test, but its surface can be rougher than\nusual\s
  1348. tokSSD_Stage007b    and time-sapping punctures are not uncommon.
  1349. tokSSD_Stage008        kershope's opening few miles comprise one of the most\nchallenging sections of forest rallying in britain. the road\nappears\s
  1350. tokSSD_Stage008a    more twisty than it actually is and braver\ndrivers can make up lots of time as a result. fog is not\nuncommon on the higher\s
  1351. tokSSD_Stage008b    parts of the stage though,\nleaving the drivers drained of concentration.
  1352. tokSSD_Stage009        pirelli's fourth test is a giant. the longest stage in the\nchampionship. pundershaw uses stretches\s
  1353. tokSSD_Stage009a    of the\nchirdonhead test and as such, it has plenty of long, fast\nstraights. it demands high levels of concentration for\nevery\s
  1354. tokSSD_Stage009b    one of its 25 miles, particularly when visibility is\nreduced by freezing fog.
  1355. tokSSD_Stage010        if there is an easy stage in kielder, riccarton would claim\nthe title. it's a short blast, with a twisty start and fast,\n
  1356. tokSSD_Stage010a    open conclusion. the chances of getting away with a\nmishap are higher, too, thanks to wider roads than the\nother stages and\s
  1357. tokSSD_Stage010b    shallower ditches.
  1358. tokSSD_Stage011        a truly international stage, newcastleton starts in\nscotland before crossing the river into england. the\nopening section is\s
  1359. tokSSD_Stage011a    tight before drivers join a faster\nstretch of road that's also used in kershope. after that,\nthe stage sticks to lower ground\s
  1360. tokSSD_Stage011b    with faster, smoother\nroads. it's a tough finalΘ that can win or lose the rally.
  1361.  
  1362. ; Scottish Rally
  1363.  
  1364. tokSSD_Stage012        black esk reservoir is the venue for the opening stage.\nit starts by winding its way around the water in the\n
  1365. tokSSD_Stage012a    early morning gloom. a more heavily wooded section\nfollows and there are plenty of fast straights and\nfirebreaks\s
  1366. tokSSD_Stage012b    to test drivers' nerves. this is a popular\nstage with spectators as it is close to a main road.
  1367. tokSSD_Stage013        this test takes crews around the southern and western\nsides of a hill and it's one of the quickest in the rally.\n
  1368. tokSSD_Stage013a    average speeds might be kept low as visibility isn't\nperfect in the early morning light. you'll be\s
  1369. tokSSD_Stage013b    lucky to see\nany spectators on this one, because it's inaccessible\nfrom the main road.
  1370. tokSSD_Stage014        an extremely picturesque stage, cardrona starts with\na slow uphill road to at a tight hairpin right. the middle\n
  1371. tokSSD_Stage014a    part of the stage is based in more dense woodland\nand the road is faster and more flowing. then a downhill\n
  1372. tokSSD_Stage014b    section increases speeds and takes competitors\ntowards the finish.
  1373. tokSSD_Stage015        black loch has something for everyone. it boasts a good,\nhard surface and F2 machines will revel in the fast\n
  1374. tokSSD_Stage015a    downhill stretches that form much of its opening few\nmiles. the big drops on the right-hand side might lift\nfeet off throttles though.\s
  1375. tokSSD_Stage015b    Four-wheel drive cars will\nlike the twistier roads near the finish.
  1376. tokSSD_Stage016        after four short tests glentrool brings drivers back\nto earth with 18 of scotland's most challenging forest\nmiles.\s
  1377. tokSSD_Stage016a    its roads are pretty fast, but they can be made\nquicker by cutting selected corners. the stage speeds\nup towards the\s
  1378. tokSSD_Stage016b    end, with a flying finish that will favour\nthe skillful and brave.
  1379. tokSSD_Stage017        the longest stage in the event, ae has witnessed some\ndramatic conclusions over the years and has the ability\nto turn\s
  1380. tokSSD_Stage017a    a results sheet on its head. its hard surface and\nfast open corners make it a favourite with both drivers\nand spectators,\s
  1381. tokSSD_Stage017b    although the largest crowds tend to\ngather at a tight hairpin left.
  1382.  
  1383. ; Jim Clark Memorial
  1384.  
  1385. tokSSD_Stage018        the first asphalt stage of the championship is a cracker.\na short, sharp blast over a narrow track. car\s
  1386. tokSSD_Stage018a    handling\nand suspension setups will be at a premium here, since\nthe road is often strewn with slippery agricultural\ndeposits.\s
  1387. tokSSD_Stage018b    be careful not to clip the house on the inside\nof the junction near the finish.
  1388. tokSSD_Stage019        bothwell is another scottish borders test that demands\nhigh levels of concentration. it has its twistier sections\nand features\s
  1389. tokSSD_Stage019a    some tight hairpins at crichness. drivers\nare most likely to remember the phenomenal speeds\nreached over the faster\s
  1390. tokSSD_Stage019b    stretches near the finish.
  1391. tokSSD_Stage020        starting near the village of longformacus on a narrow\ncountry lane, this stage uses a wide and fast b-road and\nfinishes\s
  1392. tokSSD_Stage020a    on the abbey road. it's also the last stage of the\nrally to be run in reasonable light, so inexperienced night\ndrivers\s
  1393. tokSSD_Stage020b    would be well advised to attack while they still\ncan.
  1394. tokSSD_Stage021        eccles heralds the start of the merse stages based\non a relatively flat area of land to the north of the\nriver tweed.\s
  1395. tokSSD_Stage021a    it features narrow country lanes, long fast\nstraights and some extremely tight bends and many high\nhedges that make accurate\s
  1396. tokSSD_Stage021b    driving essential. the fading\nlight won't help matters either.
  1397. tokSSD_Stage022        at only two miles, langton is the shortest stage in the\nseries, but drivers still can't relax. it packs a lot\s
  1398. tokSSD_Stage022a    into its\nshort distance including a series of hairpins and a large\njump. this is also one of the most popular stages with\n
  1399. tokSSD_Stage022b    spectators and flash bulbs can be a hindrance in the\ndark.
  1400. tokSSD_Stage023        the final stage has a bit of everything. extremely\nfast sections on smooth roads and a series of hairpins\n
  1401. tokSSD_Stage023a    that requires patience and concentration. again, there\ncan be agricultural deposits on the road and in the dead\nof night\s
  1402. tokSSD_Stage023b    it can be pretty hard to gauge how high your\nlevel of grip is going to be.
  1403.  
  1404. ; Ulster Rally
  1405.  
  1406. tokSSD_Stage024        one of northern ireland's classic stages. hamilton's folly\nis nearly ten miles of bumpy, narrow road in the middle of\n
  1407. tokSSD_Stage024a    the mourne mountains. with some massive jumps, it's a\ndifficult opener for both car and driver especially in wet\n
  1408. tokSSD_Stage024b    conditions. many crews have fallen at the first hurdle in\nthis one.
  1409. tokSSD_Stage025        this south down stage, based near the border town of\nnewry, provides a wide range of tests for drivers. it\nstarts\s
  1410. tokSSD_Stage025a    quickly but the road soon narrows into twisty\nlanes that can be made treacherous by unpredictable\nirish weather.\s
  1411. tokSSD_Stage025b    the final few miles are fast, though, and\nbased on wider, smoother asphalt.
  1412. tokSSD_Stage026        the third test is one of the most tiring for drivers, since\nit doesn't have many straights to give relief after\s
  1413. tokSSD_Stage026a    its\ntwists and turns. although it's based on a pretty smooth\nsurface, the stage contains a large number of junctions\n
  1414. tokSSD_Stage026b    and deceptive bends that can catch out the unwary. it\nfinishes on the tricky feeney road.
  1415. tokSSD_Stage027        this stage demonstrates just how tricky irish roads can\nbe. it's narrow, bumpy and twisty, with many changes of\n
  1416. tokSSD_Stage027a    direction that demand driver concentration and most\nexcellent car handling. there are several series of\n
  1417. tokSSD_Stage027b    dangerous bumps thoughout parkanaur forest.
  1418. tokSSD_Stage028        this stage lulls the driver into a false sense of security\nwith some very quick straights in the early miles, but it\n
  1419. tokSSD_Stage028a    soon gets more difficult when the crews switch to the\nlong, twisty roads up and down coolnasillagh mountain.\n
  1420. tokSSD_Stage028b    once the cars return to the lowland area, they face\ntight lanes interspersed with fast, smooth sections.
  1421. tokSSD_Stage029        most stages in the antrim plateau are now considered\ntoo fast for modern rally cars, but tardree just sneaks\n
  1422. tokSSD_Stage029a    in and is the fastest test of the rally. this super-fast\nfinalΘ is a classic mountain stage, running along\s
  1423. tokSSD_Stage029b    the\negde of tardree forest. there are precious few junctions\nand some very quick straights, particularly in the middle.
  1424.  
  1425. ; Manx International Rally
  1426.  
  1427. tokSSD_Stage030        the first stage of the final championship series round\nis a good guide to the manx in general and a stern test\nat the same\s
  1428. tokSSD_Stage030a    time. it starts at a picturesque bridge and\nruns alongside the sea for a few miles, before cutting\ninland to\s
  1429. tokSSD_Stage030b    quicker roads near the finish.
  1430. tokSSD_Stage031        starting from just outside the town of peel, the majority\nof this stage is on fast, narrow tracks, although nearly\n
  1431. tokSSD_Stage031a    three miles of the test is based on a wider main road.\nsome of the biggest mobil 1 championship names have\ncrashed\s
  1432. tokSSD_Stage031b    out in ballagyr in recent years, including both\ngwyndaf evans and alister mcrae in 1997.
  1433. tokSSD_Stage032        one of the isle of man's many classic stages, curraghs\nis extremely bumpy, very narrow and incredibly fast.\nit\s
  1434. tokSSD_Stage032a    has its twistier sections but average speeds are\nstill high. watch out for its most famous feature - the\ndip and jumps\s
  1435. tokSSD_Stage032b    near the finish, where the test crosses\nthe main jurby road.
  1436. tokSSD_Stage033        another manx legend, tholt-y-will starts at a famous\nbridge and passes a pub halfway up that's popular with\nspectators.\s
  1437. tokSSD_Stage033a    two uphill hairpins take competitors onto a\nfast section on top of the mountain. it can be foggy in\nthe higher sections and\s
  1438. tokSSD_Stage033b    there are plenty of cattle grids,\nmany of which are taken flat out.
  1439. tokSSD_Stage034        in daylight injebreck can be manx's most challenging\nstage. in darkness it can make or break a season. it\n
  1440. tokSSD_Stage034a    features supremely fast mountain roads interrupted\nby acute hairpins. watch out for the tight right shortly\n
  1441. tokSSD_Stage034b    after the start, or you could be catching the next\nferry back to the mainland.
  1442. tokSSD_Stage035        one of the championship's toughest stages. more\nthan 13 miles that blend fast, open b-roads,\s
  1443. tokSSD_Stage035a    country\nlanes and tricky junctions, made all the harder by the\ndarkness and heavy rain. if there's a title shoot-out\n
  1444. tokSSD_Stage035b    going down to the wire, there couldn't be a better\ntest to decide who wants the spoils more.
  1445.  
  1446. ; SERVICE POINTS
  1447.  
  1448. tokSPServicePointL    service area A
  1449. tokSPServicePointBL    service area B
  1450. tokSPServicePointCL    service area C
  1451. tokSPServicePointDL    service area D
  1452. tokSPServicePointEL    service area E
  1453.  
  1454. ; MISC STAGE BITS
  1455.  
  1456. tokFinishPoint        finish
  1457.  
  1458. tokSBLocationL        location
  1459. tokSBTimeL        time
  1460. tokSBDistanceL        distance
  1461. tokSBStageL        stage
  1462. ;** SS = SPECIAL STAGE NAMES: eg "ss 1/6 stagename"
  1463. ;** TIGHT SPACE: KEEP TRANSLATION SIMILAR LENGTH
  1464. ;** IF TRANSLATION A PROBLEM IT IS OK TO SET THIS TO EMPTY STRING (see tokNull)
  1465. tokSBStageA        ss
  1466. tokSBLegL        leg
  1467. tokSBPosition        pos
  1468. tokSBDriverName        driver
  1469.  
  1470. ; CAR REPAIR/SERVICE
  1471.  
  1472. tokSVPServicePointT    SERVICE AREA
  1473. tokSVSetupSectionT    SETUP SECTION
  1474. tokSVRepairSection    REPAIR SECTION
  1475. tokSVLoadSettings    LOAD SETTINGS
  1476. tokSVSaveSettings    SAVE SETTINGS
  1477. tokSVViewStages        VIEW STAGE
  1478. tokSVContinue        CONTINUE
  1479. tokSVTimeAvailable    TIME AVAILABLE
  1480. tokSVTimeRemaining    TIME REMAINING
  1481. tokSVInspectionStatus    INSPECTION STATUS
  1482. tokSVExtraTime        EXTRA TIME
  1483. tokSVTimePenalty    TIME PENALTY
  1484.  
  1485. tokSVEngine        ENGINE
  1486. tokSVExhaust        EXHAUST
  1487. tokSVTurbo        TURBO
  1488. tokSVCooling        COOLING
  1489. tokSVClutch        CLUTCH
  1490. tokSVDifferential    DIFFERENTIAL
  1491. tokSVGearbox        GEARBOX
  1492. tokSVBody        BODY
  1493. tokSVElectrics        ELECTRICS
  1494. tokSVLights        LIGHTS
  1495. tokSVSteering        STEERING
  1496. tokSVSuspension        SUSPENSION
  1497. tokSVBrakes        BRAKES
  1498. tokSVTyres        TYRES
  1499. tokSVAcceleration    ACCELERATION
  1500. tokSVTopSpeed        TOP SPEED
  1501. tokSVSteeringSense    STEERING SENSITIVITY
  1502. tokSVSlow        SLOW
  1503. tokSVFast        FAST
  1504. tokSVBrakeBalance    BRAKE BALANCE
  1505. tokSVBack        BACK
  1506. tokSVFront        FRONT
  1507. tokSVSuspensionHeight    SUSPENSION HEIGHT
  1508. tokSVLow        LOW
  1509. tokSVHigh        HIGH
  1510. tokSVSuspensionStiffy    SUSPENSION STIFFNESS
  1511. tokSVSoft        SOFT
  1512. tokSVHard        HARD
  1513. tokSVFail        FAIL
  1514. tokSVPass        PASS
  1515. tokSVSlicks        SLICKS
  1516. tokSVIntermediate    INTERMEDIATE
  1517. tokSVWets        WETS
  1518. tokSVDryGravel        DRY GRAVEL
  1519. tokSVWetGravel        WET GRAVEL
  1520. tokSVSnow        SNOW
  1521.  
  1522. ; WEATHER
  1523.  
  1524. tokWeather01        a lovely bright, warm morning for this\ntime of year with fine, dry conditions
  1525. tokWeather02        the fine weather continues into the\nafternoon. sunny with a light breeze
  1526. tokWeather03        still bright but starting to cloud over\nand getting a little cooler in the shade
  1527. tokWeather04        a different location and we find snow\nthough not falling and still quite bright
  1528. tokWeather05        a sudden change in weather with heavy\nsnow falling. overcast and gentle breeze
  1529. tokWeather06        only light snowfall now but a moderate\nbreeze and darkness reducing visibility
  1530.  
  1531. tokWeather07        a dawn start with fine weather though\nstill a little chilly with a light breeze
  1532. tokWeather08        getting bright now the sun is up and\nalso warmer with barely a breeze
  1533. tokWeather09        overcast. storm clouds appearing and\na little fog though no chance of rain
  1534. tokWeather10        increasingly overcast with thick fog\nreducing visibility. cold and windy
  1535. tokWeather11        thick fog still present with the additional\nproblem of occasional heavy showers
  1536. tokWeather12        improvement in the weather but still\novercast with rain, sometimes heavy
  1537.  
  1538. tokWeather13        dark early morning start but otherwise\nfavourable conditions for this first stage
  1539. tokWeather14        a beautiful sunrise with clear and dry\nconditions continuing and no wind at all
  1540. tokWeather15        lovely warm and dry day, with the sun\nmaking conditions ideal. barely a breeze
  1541. tokWeather16        still fine weather but now overcast\nand a slight drop in temperature
  1542. tokWeather17        some cloud moving in and a light breeze\nmaking the day feel somewhat chilly
  1543. tokWeather18        dark and overcast stormy weather.\nmedium rainfall and a gentle breeze
  1544.  
  1545. tokWeather19        pleasant early evening start sees some\nlight summer sun with fine conditions
  1546. tokWeather20        weather and conditions remain very\nagreeable as the day draws to an end
  1547. tokWeather21        still warm and dry as the sun goes down\nmaking for a lovely sunset to end the day
  1548. tokWeather22        conditions remain favourable but visibility\nis reduced now the sun has gone down
  1549. tokWeather23        as night time encroaches, take care, but\nconditions good on this very short stage
  1550. tokWeather24        as midnight approaches, visibility is the\nonly problem with the weather holding up
  1551.  
  1552. tokWeather25        a bad and windy summer storm makes\ndriving hazardous with reduced visibility
  1553. tokWeather26        still overcast. the rain and wind have\neased off but take care on damp roads
  1554. tokWeather27        a welcome appearance from the sun\nbrightens things up improving conditions
  1555. tokWeather28        the day's weather has improved greatly\nwith bright sunshine and dry conditions
  1556. tokWeather29        the favourable conditions improve with\nthe wind reducing still further
  1557. tokWeather30        an ideal driving environment. the day\nstaying bright and dry although cooler
  1558.  
  1559. tokWeather31        good conditions with an extremely\nwarm and dry sunny afternoon start
  1560. tokWeather32        a little breezy along the coast but still\nvery hot so don't overheat your engine
  1561. tokWeather33        slightly cooler as the sun goes down.\nwarm and hazy evening with little breeze
  1562. tokWeather34        hazy sunset make a beautiful backdrop.\nhumidity results from the lack of wind
  1563. tokWeather35        hot and humid atmosphere as the sky\nclouds over and nighttime draws near
  1564. tokWeather36        after a long and dry day the heavens\nopen with heavy rain as darkness falls
  1565.  
  1566. ; LOAD/SAVE
  1567.  
  1568. tokLSLoadChampT        LOAD CHAMPIONSHIP
  1569. tokLSSaveChampT        SAVE CHAMPIONSHIP
  1570. tokLSSaveCSetsT        SAVE CAR SETUP
  1571. tokLSLoadCSetsT        LOAD CAR SETUP
  1572. tokLSSaveReplayT    SAVE REPLAY
  1573. tokLSLoadReplayT    LOAD REPLAY
  1574.  
  1575. ;** INITIAL SAVE GAME NAMES: "game 00" to "game 99"
  1576. tokGame            game\s
  1577. ;** INITIAL CAR SETUP NAMES: "car setup 00" to "car setup 99"
  1578. tokCarset        car setup\s
  1579. ;** INITIAL REPLAY NAMES: "replay 00" to "replay 99"
  1580. tokReplay        replay\s
  1581.  
  1582. tokLSNextPage        NEXT PAGE
  1583. tokLSReturn        BACK
  1584.  
  1585. tokLSPlayer        player
  1586. tokLSRally        rally
  1587. tokLSChampionship    championship
  1588.  
  1589. ; RESULTS
  1590.  
  1591. tokRESStageClassT    CLASS STAGE RESULTS
  1592. tokRESStageOverallT    OVERALL STAGE RESULTS
  1593. tokRESLBoardClassT    CLASS LEADERBOARD
  1594. tokRESLBoardOverallT    OVERALL LEADERBOARD
  1595. tokRESBestTimesT    BEST TIMES
  1596. tokRESLBoardFinalCT    FINAL CLASS LEADERBOARD
  1597. tokRESLBoardFinalOT    FINAL OVERALL LEADERBOARD
  1598. tokRESTopTwentyTimesT    TOP TEN BEST TIMES
  1599. tokRESChampCLBT        CLASS CHAMPIONSHIP
  1600. tokRESChampOLBT        OVERALL CHAMPIONSHIP
  1601.  
  1602. tokRESNoScore        -
  1603. tokRES_R1        r1
  1604. tokRES_R2        r2
  1605. tokRES_R3        r3
  1606. tokRES_R4        r4
  1607. tokRES_R5        r5
  1608. tokRES_R6        r6
  1609. tokRES_Total        total
  1610.  
  1611. tokRESRetired        retired
  1612. tokRESDNF        did not finish
  1613.  
  1614. tokTimeDifferenceB    time difference
  1615. tokGameCode        game code
  1616.  
  1617. ; POSITION STUFF
  1618.  
  1619. tokPOS1st        1st
  1620. tokPOS2nd        2nd
  1621. tokPOS3rd        3rd
  1622. tokPOS4th        4th
  1623. tokPOS5th        5th
  1624. tokPOS6th        6th
  1625. tokPOS7th        7th
  1626. tokPOS8th        8th
  1627. tokPOS9th        9th
  1628. tokPOS10th        10th
  1629. tokPOS11th        11th
  1630. tokPOS12th        12th
  1631. tokPOS13th        13th
  1632. tokPOS14th        14th
  1633. tokPOS15th        15th
  1634. tokPOS16th        16th
  1635. tokPOS17th        17th
  1636. tokPOS18th        18th
  1637. tokPOS19th        19th
  1638. tokPOS20th        20th
  1639. tokPOS21st        21st
  1640.  
  1641. ;** DNF = DID NOT FINISH
  1642. tokPOSDNF        DNF
  1643.  
  1644. ; REVIEW OPTIONS
  1645.  
  1646. tokROPReviewOptionsT    REVIEW OPTIONS
  1647. tokROPContinue        continue with rally
  1648. tokROPContinueChamp    continue championship
  1649. tokROPSaveRally        save rally
  1650. tokROPReplayHighlights    view video replay
  1651. tokROPSaveHighlights    save video replay
  1652. tokROPOptions        options
  1653. tokROPRetire        retire from rally
  1654. tokROPReturnToMain    return to main menu
  1655. tokROPRestartRally    restart rally
  1656. tokROPViewChampLB    championship leaders
  1657. tokROPViewLeaderboard    rally leaderboard
  1658.  
  1659. ; ARCADE MODE REVIEW
  1660.  
  1661. tokROPRestartLevel    restart level
  1662.  
  1663. ; INGAME OPTIONS
  1664.  
  1665. tokIGInGameOptionsT    IN-GAME OPTIONS
  1666.  
  1667. ; INSPECTION
  1668.  
  1669. tokISInspectionT    INSPECTION AREA
  1670. tokISPassed        passed inspection
  1671. tokISFailed        your car has failed the inspection check
  1672.  
  1673. tokISEngine        engine
  1674. tokISBodywork        bodywork
  1675. tokISExhaust        exhaust
  1676. tokISElectrics        electrical
  1677. tokISLights        lights
  1678. tokISCooling        cooling
  1679. tokISSteering        steering
  1680. tokISClutch        clutch
  1681. tokISSuspension        suspension
  1682. tokISDifferential    differential
  1683. tokISBrakes        brakes
  1684. tokISGearbox        gearbox
  1685. tokISTyresWear        tyres
  1686.  
  1687. ; CAR SETUP
  1688.  
  1689. tokCSTCarSetupT        CAR SETUP
  1690. tokCSTViewStage        VIEW STAGE
  1691. tokCSTLoadSetup        load car setup
  1692. tokCSTSaveSetup        save car setup
  1693.  
  1694. ; QUIT SCREENS
  1695.  
  1696. tokExit            exit to windows
  1697. tokQuit            are you sure?
  1698. tokRetire        are you sure you\nwish to retire?
  1699. tokExitT        EXIT TO WINDOWS
  1700. tokRetireT        RETIRE
  1701.  
  1702. ; AUDIO SETUP
  1703.  
  1704. tokAudAudioSetupT    AUDIO SETUP
  1705. tokAudOverallVolL    overall    volume
  1706. tokAudGeneralMusicL    incidental music
  1707. tokAudInGameMusicL    in-game    music
  1708. tokAudGeneralFXL    incidental effects
  1709. tokAudInGameFXL        in-game effects
  1710. tokAudGeneralSpeechL    incidental speech
  1711. tokAudCoDriverSpeechL    co-driver speech
  1712. tokAudCarEngineL    car engine
  1713. tokAudMusicPlaybackL    in-game music
  1714. tokAudPlaybackOffB    off
  1715. tokAudAdvanced        advanced audio
  1716. tokAudLowCap        LOW
  1717. tokAudHighCap        HIGH
  1718.  
  1719. ; ADVANCED AUDIO OPTIONS
  1720.  
  1721. tokAudAdvAudioT        ADVANCED AUDIO SETUP
  1722. tokAudQuality        quality
  1723. tokAudLow        low
  1724. tokAudMedium        medium
  1725. tokAudHigh        high
  1726. tokAudCDq        cd
  1727. tokAud3D        DS3D
  1728. tokAudEAX        EAX
  1729. tokAudA3D2        A3D 2.0
  1730. tokAudDolby        Dolby
  1731. tokAudChannels        channels
  1732. tokAudNormal        normal
  1733. tokAudEnhanced        enhanced
  1734.  
  1735. ; CAR INFORMATION
  1736.  
  1737. ;** TIGHTISH SPACE: KEEP TRANSLATION SIMILAR LENGTH
  1738. tokPower        power:\s
  1739. tokBHP            bhp
  1740. tokKW            kW
  1741. tokRPM            rpm
  1742. tokMM            mm
  1743.  
  1744. ;** TIGHTISH SPACE: KEEP TRANSLATION SIMILAR LENGTH
  1745. tokTorque        torque:\s
  1746. tokLBFT            lb.ft
  1747. tokKGM            kg.m
  1748. tokKG            kg
  1749. tokLB            lb
  1750.  
  1751. ; MISCELLANEOUS TEXT
  1752.  
  1753. tok1            1
  1754. tok2            2
  1755. tok3            3
  1756. tok4            4
  1757. tok5            5
  1758. tok6            6
  1759. tok7            7
  1760. tok8            8
  1761. tok9            9
  1762. tokNone            none
  1763.  
  1764. tokAccept        continue
  1765.  
  1766. tokNo            no
  1767. tokYes            yes
  1768.  
  1769. tokOff            off
  1770. tokOn            on
  1771.  
  1772. tokMiles        m
  1773. tokKilometres        km
  1774.  
  1775. tokYards        yds
  1776. tokMetres        m
  1777.  
  1778. tokMPH            mph
  1779. tokKPH            km/h
  1780.  
  1781. tokCelsius        ░C
  1782. tokFarenheit        ░F
  1783.  
  1784. tokGhostCar        ghost car
  1785.  
  1786. ;** n/a="not available" ie unknown/restricted data
  1787. ;** translate accordingly...
  1788. tokNA            n/a
  1789.  
  1790. tokPlusSign        +
  1791. tokDash            -
  1792.  
  1793. tokspare0        {}
  1794. tokspare1        {}
  1795.  
  1796. ; COUNTRY NAMES
  1797.  
  1798. tokGREATBRITAIN        great britain
  1799. tokARGENTINA        argentina
  1800. tokAUSTRAILIA        australia
  1801. tokAUSTRIA        austria
  1802. tokBELGIUM        belgium
  1803. tokBRAZIL        brazil
  1804. tokCANADA        canada
  1805. tokCHINA        china
  1806. tokCZECHREPUBLIC    czech republic
  1807. tokDENMARK        denmark
  1808. tokEGYPT        egypt
  1809. tokFINLAND        finland
  1810. tokFRANCE        france
  1811. tokGERMANY        germany
  1812. tokGREECE        greece
  1813. tokHUNGARY        hungary
  1814. tokINDIA        india
  1815. tokINDONESIA        indonesia
  1816. tokIRELAND        ireland
  1817. tokISRAEL        israel
  1818. tokITALY        italy
  1819. tokJAPAN        japan
  1820. tokKENYA        kenya
  1821. tokKOREA        korea
  1822. tokMALAYSIA        malaysia
  1823. tokMEXICO        mexico
  1824. tokMOROCCO        morocco
  1825. tokNETHERLANDS        netherlands
  1826. tokNORWAY        norway
  1827. tokPHILIPPINES        philippines
  1828. tokPOLAND        poland
  1829. tokPORTUGA        portugal
  1830. tokRUSSIA        russia
  1831. tokSAUDIARABIA        saudi arabia
  1832. tokSINGAPORE        singapore
  1833. tokSOUTHAFRICA        south africa
  1834. tokSPAIN        spain
  1835. tokSWEDEN        sweden
  1836. tokSWITZERLAND        switzerland
  1837. tokUSA            united states
  1838.  
  1839. ; NAMES FOR HIGH SCORE TABLES
  1840.  
  1841. tokName000        danny hartley
  1842. tokName001        shaun southern
  1843. tokName002        ian lewis
  1844. tokName003        doug braisby
  1845. tokName004        andrew morris
  1846. tokName005        ian davies
  1847. tokName006        lee fahy
  1848. tokName007        dave makin
  1849. tokName008        graham bevins
  1850. tokName009        debbie bevins
  1851. tokName010        matthew bevins
  1852. tokName011        adam bevins
  1853. tokName012        barrie taylor
  1854. tokName013        mike mee
  1855. tokName014        ric turner
  1856. tokName015        andy seymour
  1857. tokName016        sarah lewington
  1858. tokName017        sam donahoe
  1859. tokName018        nolan worthington
  1860. tokName019        merlyn lear
  1861. tokName020        gary switzer
  1862. tokName021        richard vanner
  1863. tokName022        darren ithell
  1864. tokName023        andy bolt
  1865. tokName024        simon butler
  1866. tokName025        tom seymour
  1867. tokName026        sara st angelo
  1868. tokName027        cindy st angelo
  1869. tokName028        guy moss
  1870. tokName029        jeff rourke
  1871. tokName030        john p▓
  1872. tokName031        jimmy alamparambil
  1873. tokName032        paul lumby
  1874. tokName033        angela lumby
  1875. tokName034        raymond spatschek
  1876. tokName035        janice spatschek
  1877. tokName036        pete read
  1878. tokName037        chris wilson
  1879. tokName038        rita wilson
  1880. tokName039        andy smith
  1881. tokName040        debbie smith
  1882. tokName041        yip wong
  1883. tokName042        julie moorhouse
  1884. tokName043        karen moorhouse
  1885. tokName044        tony samuels
  1886. tokName045        imogen carter
  1887. tokName046        rachel endawi
  1888. tokName047        richard miles
  1889. tokName048        bernie o'leary
  1890. tokName049        max makin
  1891. tokName050        phil sheen
  1892. tokName051        dana meyers
  1893. tokName052        greg vickers
  1894. tokName053        martin haworth
  1895. tokName054        tony fahy
  1896. tokName055        tim page
  1897. tokName056        craig lewis
  1898. tokName057        paula lewis
  1899. tokName058        leanne noble
  1900. tokName059        craig griffiths
  1901. tokName060        andrew beith
  1902. tokName061        tom beith
  1903. tokName062        richard evans
  1904. tokName063        rachel evans
  1905. tokName064        dave sullivan
  1906. tokName065        ian richardson
  1907. tokName066        neil critchlow
  1908. tokName067        mark jenkins
  1909. tokName068        dave whitten
  1910. tokName069        susanne schuller
  1911. tokName070        alessandro meliconi
  1912. tokName071        rik ede
  1913. tokName072        brian jones
  1914. tokName073        lee cummins
  1915. tokName074        ryan wooldridge
  1916. tokName075        jonathan dale
  1917. tokName076        tim marrett
  1918. tokName077        stuart arrowsmith
  1919. tokName078        kelvin cannon
  1920. tokName079        danny bourne
  1921. tokName080        delphine delesalle
  1922. tokName081        katje struwe
  1923. tokName082        max reynaud
  1924. tokName083        juan bustamante
  1925. tokName084        filipe alves
  1926. tokName085        jan blomqvist
  1927. tokName086        mika helander
  1928. tokName087        anatoly shevchuk
  1929. tokName088        woj gierasimowicz
  1930. tokName089        saori morisige
  1931. tokName090        caroline lopez
  1932. tokName091        sian garth
  1933. tokName092        joe jarrott
  1934. tokName093        petran donavichi
  1935. tokName094        patrick waldon
  1936. tokName095        jordan mariano
  1937. tokName096        thomas brookman
  1938. tokName097        frank turner
  1939. tokName098        jan veltaberg
  1940. tokName099        bob waterford
  1941. tokName100        olaf prot
  1942. tokName101        zoe helkin
  1943. tokName102        torkel vladamin
  1944. tokName103        gavin smith
  1945. tokName104        chris johnson
  1946. tokName105        phil walker
  1947. tokName106        john williams
  1948. tokName107        elaine williams
  1949. tokName108        mark elderidge
  1950. tokName109        barry marlow
  1951. tokName110        mark carling
  1952. tokName111        jerry broughton
  1953. tokName112        thomas matterson
  1954. tokName113        jill harper
  1955. tokName114        gerald tattersley
  1956. tokName115        gordon underwood
  1957. tokName116        adrian jefferson
  1958. tokName117        pierce mcgovern
  1959. tokName118        marcus armstrong
  1960. tokName119        jo pinderfield
  1961. tokName120        tim frodsham
  1962. tokName121        sandy smith
  1963. tokName122        victor davenport
  1964. tokName123        jeff longley
  1965. tokName124        nicki wallin
  1966. tokName125        christer jansson
  1967. tokName126        marie fredriksson
  1968. tokName127        charlie bradbury
  1969. tokName128        caroline glass
  1970. tokName129        gary burton
  1971. tokName130        paul atreides
  1972. tokName131        vicky morris
  1973. tokName132        rachael hughes
  1974. tokName133        helen preistly
  1975. tokName134        john pollit
  1976. tokName135        janet jones
  1977. tokName136        carly jones
  1978. tokName137        bill golding
  1979. tokName138        william dray
  1980. tokName139        tommy frier
  1981. tokName140        kurt schaffer
  1982. tokName141        junior mcmillan
  1983. tokName142        matt dingle
  1984. tokName143        ian mcdonald
  1985. tokName144        alan oldsworth
  1986. tokName145        sean stanford
  1987. tokName146        jason mcgann
  1988. tokName147        gordon simpkins
  1989. tokName148        billy atkins
  1990. tokName149        jill buckley
  1991. tokName150        oswald bell
  1992. tokName151        ivan rubinski
  1993. tokName152        neil jones
  1994. tokName153        ata etemadi
  1995. tokName154        sid waltham
  1996. tokName155        michael turpin
  1997. tokName156        gina shaw
  1998. tokName157        andy swan
  1999. tokName158        rob butterworth
  2000. tokName159        owen roberts
  2001. tokName160        terry young
  2002. tokName161        peter cooper
  2003. tokName162        janice cook
  2004. tokName163        neil crossley
  2005. tokName164        tracy walker
  2006. tokName165        hans kruger
  2007. tokName166        gavin stewart
  2008. tokName167        walter sterling
  2009. tokName168        stefan boberg
  2010. tokName169        kevin blackwell
  2011. tokName170        kim withershaw
  2012. tokName171        rick savage
  2013. tokName172        dan cartright
  2014. tokName173        jane ash
  2015. tokName174        harry mitchel
  2016. tokName175        karl morton
  2017. tokName176        jake porter
  2018. tokName177        dave barton
  2019. tokName178        jon oldham
  2020. tokName179        clifford draper
  2021.  
  2022. ; CREDITS AND ACKNOWLEDGEMENTS
  2023.  
  2024. tokDeveloper        Developer
  2025. tokMagneticFields    Magnetic Fields (Software Design) Ltd
  2026. tokProgrammers        Programmers
  2027. tokGrahamBevins        Graham Bevins
  2028. tokMarkBarker        Mark Barker
  2029. tokPhysicsBuster    Physics Consultant
  2030. tokGuyMoss        Guy Moss
  2031. tokArtists        Artists
  2032. tokAndySeymour        Andy Seymour
  2033. tokAndyBolt        Andrew Bolt
  2034. tokSarahLewington    Sarah Lewington
  2035. tokTomSeymour        Tom Seymour
  2036. tokSimonButler        Simon Butler
  2037. tokBugFinder        Quality Control
  2038. tokRicTurner        Ric Turner
  2039. tokSystemsProgrammer    Systems Programmer
  2040. tokDannyHartley        Danny Hartley
  2041. tokProgrammingDirector    Programming Director
  2042. tokShaunSouthern    Shaun Southern
  2043. tokCreativeDirector    Creative Director
  2044. tokAndrewMorris        Andrew Morris
  2045. tokManagingDirector    Managing Director
  2046. tokDougBraisby        Doug Braisby
  2047. tokAdditionalProgArt    Additional Programming and Art
  2048. tokCreativeAsylum    Creative Asylum
  2049. tokSimonOConnor        Simon O'Connor
  2050. tokJohnReynolds        John Reynolds
  2051. tokGarySwitzer        Gary Switzer
  2052. tokNolanWorthington    Nolan Worthington
  2053. tokMerlynLear        Merlyn Lear
  2054. tokSamDonohoe        Sam Donohoe
  2055. tokManagement        Management
  2056. tokTedBailey        Ted Bailey
  2057. tokPublisher        Publisher
  2058. tokEuropress        Actualize Ltd
  2059. tokExecutiveProducer    Executive Producer
  2060. tokRichardVanner    Richard Vanner
  2061. tokAdministration    Administration and Co-ordination
  2062. tokJudithBell        Judith Bell
  2063. tokIntlandOEMSales    International and OEM sales
  2064. tokBeckyWalker        Becky Walker
  2065. tokLicensing        Marketing and Licensing
  2066. tokPaulJohnston        Paul Johnston
  2067. tokMarketingandPR    Marketing and PR
  2068. tokJaneMeakin        Jane Meakin
  2069. tokMarketingMan        Marketing and Management
  2070. tokAndyWood        Andy Wood
  2071. tokMeashMeakin        Meash Meakin
  2072. tokSoundandPhoto    Sound and Photography
  2073. tokLocationShots    Location photography and filming
  2074. tokNationalRally    National Rally Productions
  2075. tokLesKolczak        Les Kolczak
  2076. tokRichardFranklin    Richard Franklin
  2077. tokAndyKolczak        Andy Kolczak
  2078. tokAdditionalFilming    Additional Filming
  2079. tokAMTV            AMTV
  2080. tokAlistairMiller    Alistair Miller
  2081. tokCarPhotography    Car Photography
  2082. tokMusicandSoundFx    Music and Sound Effects
  2083. tokDarrenIthell        Dith
  2084. tokAdditionalGuitars    Additional Guitars
  2085. tokGuyPratt        Guy Pratt
  2086. tokDie4UVocals        'Die 4 U' Vocals
  2087. tokLexor        Lexor (courtesy Indulge U Records)
  2088. tokSpeech        Speech
  2089. tokDerekRinger        Derek Ringer
  2090. tokClaireMole        Claire Mole
  2091. tokTonyMason        Tony Mason
  2092. tokJohnHorton        John Horton
  2093. tokSpeechRecording    Speech Recording
  2094. tokSteamTV        Steam TV
  2095. tokScripts        Scripts
  2096. tokJohnMcIlroy        John McIlroy
  2097. tokTechBackup        Technical Backup
  2098. tokTechConsultants    Technical Consultants
  2099. tokMartinRowe        Martin Rowe
  2100. tokBobbyWillis        Bobby Willis
  2101. tokJulianPorter        Julian Porter
  2102. tokBrianAshwood        Brian Ashwood
  2103. tokPeteLittler        Pete Littler
  2104. tokMarkoRamanen        Marko RΣmΣnen
  2105. tokTestDrivers        Test Drivers
  2106. tokTapioLaukennen    Tapio Laukennen
  2107. tokDaveHiggins        Dave Higgins
  2108. tokMarkHiggins        Mark Higgins
  2109. tokNeilSimpson        Neil Simpson
  2110. tokBenBriant        Ben Briant
  2111. tokNatalieBarratt    Natalie Barratt
  2112. tokHowardDavies        Howard Davies
  2113. tokNeilWearden        Neil Wearden
  2114. tokJarmoLehtinen    Jarmo Lehtinen
  2115. tokAndrewDugdale    Andrew Dugdale
  2116. tokGwyndafEvans        Gwyndaf Evans
  2117. tokBarbaraArmstrong    Barbara Armstrong
  2118. tokQualityAssurance    Quality Assurance
  2119. tokLeeCummins        Lee Cummins
  2120. tokRyanWooldridge    Ryan Wooldridge
  2121. tokJonathanDale        Jonathan Dale
  2122. tokTimMarrett        Tim Marrett
  2123. tokStuartArrowsmith    Stuart Arrowsmith
  2124. tokKelvinCannon        Kelvin Cannon
  2125. tokDannyBourne        Danny Bourne
  2126. tokRallyChampOnline    Rally Championship on-line
  2127. tokArranMaclean        Arran Maclean
  2128. tokThanksToAll1        Thanks to all the people without whose invaluable input
  2129. tokThanksToAll2        and expertise this project would not have been possible
  2130. tokMobil1BRC        Mobil 1 British Rally Championship
  2131. tokMSA            Motor Sport Association
  2132. tokChampionshipManager    Championship Manager
  2133. tokDirectorOfEvents    Events and Marketing
  2134. tokJohnathanAshman    Jonathan Ashman
  2135. tokRallyTeams        Rally Teams and Manufacturers
  2136. tokAsquithAutosport    Asquith Autosport (Citroδn Saxo & Honda Civic)
  2137. tokBowlandMotorsport    Bowland Motorsport (Ford Escort & Puma)
  2138. tokCitroenMotorsport    Citroδn Motorsport UK
  2139. tokHHockleyMotorsport    Harry Hockly Motorsport
  2140. tokHondaUK        Honda UK
  2141. tokMarlowMotorsport    Marlow Rallysport (Mitsubishi Lancer Evo IV)
  2142. tokMotorsportDevLtd    Motor Sport Developments Ltd (Hyundai CoupΘ)
  2143. tokNissanMotorsport    Nissan Motor Sports Europe Ltd
  2144. tokPeugeotSport        Peugeot Sport
  2145. tokProdrive        Prodrive (Subaru Impreza)
  2146. tokProtonUK        Proton UK
  2147. tokRalliartEurope    RALLIART Europe - Mitsubishi Motor Sports
  2148. tokRallysport        Rallysport (Ford Escort RS2000)
  2149. tokRenaultUK        Renault UK
  2150. tokSBGSport        SBG Sport (Volkswagen Golf)
  2151. tokSeatUK        SEAT UK
  2152. tokSeatSpain        SEAT Spain
  2153. tokSkodaAuto        Skoda Auto a.s. Czech Republic
  2154. tokSkodaUK        Skoda UK
  2155. tokSportsView        Sports View (Renault MΘgane)
  2156. tokVauxhall        Vauxhall
  2157. tokVolkswagenUK        Volkswagen UK
  2158. tokVolkswagenGermany    Volkswagen Germany
  2159. tokLocationMaps        Location Reference and Support
  2160. tokGrayAndSharpe    Tony Gray and Terri Sharpe
  2161. tokOrdnanceSurvey    Ordnance Survey
  2162. tokOSGBAddr1        Romsey Road
  2163. tokOSGBAddr2        Southamption
  2164. tokOSGBAddr3        SO16 4GU
  2165. tokOSGBAddr4        United Kingdom
  2166. tokOSGBContact1        Tel: (+44) 08456 050505
  2167. tokOSGBContact2        \#0E\#70Fax: (+44) 01703 791721
  2168. tokOSGBContact3        Textphone: 01703 792906
  2169. tokLeonardBrown        Leonard Brown
  2170. tokOSNorthernIreland    Ordnance Survey of Northern Ireland
  2171. tokOSNIAddr1        Colby House
  2172. tokOSNIAddr2        Stranmillis Court
  2173. tokOSNIAddr3        Belfast
  2174. tokOSNIAddr4        BT9 5BJ
  2175. tokOSNIContact1        Tel: 01232 255755
  2176. tokOSNIContact2        \#0E\#70Fax: 01232 255700
  2177. tokOSNIContact3        GTN Tel: 440 557755
  2178. tokOSNIContact4        \#0E\#70e-mail: osni@nics.gov.uk
  2179. tokOSNIMapInfo1        Northern Ireland maps reproduced from the 1990 Ordnance Survey of
  2180. tokOSNIMapInfo2        Northern Ireland 1:50,000 scale map series with the permission of the
  2181. tokOSNIMapInfo3        Controller of Her Majesty's Office ⌐ Crown copyright. Permit number 1355.
  2182. tokOSUKMapInfo4        The map images in this game contain Ordnance Survey and Ordnance Survey
  2183. tokOSUKMapInfo5        Northern Island material and are protected by Crown Copyright under the
  2184. tokOSUKMapInfo6        Copyright, Designs and Patents Act 1988.
  2185. tokOSUKMapInfo7        Reproduced from the Ordnance Survey maps by permission of Ordnance
  2186. tokOSUKMapInfo8        Survey on behalf of the Controller of Her Majesty's Stationary Office.
  2187. tokOSUKMapInfo9        ⌐ Crown copyright 1999. All rights reserved. Licence number NC/99/064.
  2188. tokForestryCommission    Special thanks to the Forestry Commission\nand particularly to Mr Christopher Probert
  2189. tokHWManufacturers    Hardware Manufacturers
  2190. tokAMD            AMD
  2191. tokNVidia        nVidia
  2192. tokAureal        Aureal
  2193. tokIntel        Intel
  2194. tok3Dfx            3Dfx
  2195. tokACTLabs        ACT LABS
  2196. tokManyThankTo1        Many thanks to the following people who
  2197. tokManyThankTo2        contributed in one way or another to this project
  2198. tokLGAnderson        L. G. Anderson
  2199. tokSteveBagnall        Steve Bagnall
  2200. tokRichardBargery    Richard Bargery
  2201. tokKateBedford        Kate Bedford
  2202. tokNickBerry        Nick Berry
  2203. tokDebbieBevins        Debbie Bevins
  2204. tokChrisBirbeck        Chris Birkbeck
  2205. tokSteveBlack        Steve Black
  2206. tokPhilipBowland    Philip Bowland
  2207. tokKevinBroadhurst    Kevin Broadhurst
  2208. tokNickBroomhall    Nick Broomhall
  2209. tokJohnBrunskill    John Brunskill
  2210. tokMrsChrisCastell    Mrs Chris Castell
  2211. tokJohnEaston        John Easton
  2212. tokRobertEvans        Robert Evans
  2213. tokSteveFalder        Steve Falder
  2214. tokMFaulker        M. Faulkner
  2215. tokKennyFisher        Kenny Fisher
  2216. tokKerriFlaus        Kerri Flaus
  2217. tokDuncanGallagher    Duncan Gallagher
  2218. tokEdGraham        Ed Graham
  2219. tokTonyGray        Tony Gray
  2220. tokSteveHardman        Steve Hardman
  2221. tokSteveHarris        Steve Harris
  2222. tokSarahHiggins        Sarah Higgins
  2223. tokJohnHirst        John Hirst
  2224. tokHarryHockley        Harry Hockly
  2225. tokJohnHopwood        John Hopwood
  2226. tokSteveJohnson        Steve Johnson
  2227. tokJimJones        Jim Jones
  2228. tokAndrewKellitt    Andrew Kellitt
  2229. tokSeanKelly        Sean Kelly
  2230. tokBrianKingham        Brian Kingham
  2231. tokSteveKitson        Steve Kitson
  2232. tokEdithKlein        Edith Klein
  2233. tokIanLewis        Ian Lewis
  2234. tokPavlaLiharova    Pavla Liharova
  2235. tokBernhardLindauer    Bernhard Lindauer
  2236. tokMickLinford        Mick Linford
  2237. tokJohnathanLord    Johnathan Lord
  2238. tokDaveMakin        Dave Makin
  2239. tokInnesMarlow        Innes Marlow
  2240. tokIanMcFegan        Ian McFegan
  2241. tokAlisterMcRae        Alister McRae
  2242. tokStuartMcRudden    Stuart McCrudden
  2243. tokDerekMeakin        Derek Meakin
  2244. tokRonnMiddleton    The Middletons
  2245. tokMikeNicholson    Mike Nicholson
  2246. tokSimonNorth        Simon North
  2247. tokPaulOrmond        Paul Ormond
  2248. tokEilishOShea        Eilish O'Shea
  2249. tokMicPacey        Mic Pacey
  2250. tokColinPagan        Colin Pagan
  2251. tokMartinPallot        Martin Pallot
  2252. tokMichelangelo        Michelangelo Pignani
  2253. tokAlecPoole        Alec Poole
  2254. tokPaceReeve        Pace Reeve
  2255. tokSteveRennie        Steve Rennie
  2256. tokRhydFarm        Rhyd Farm
  2257. tokMRoberts        M. Roberts
  2258. tokGarySavage        Gary Savage
  2259. tokSabineSchumann    Sabine Schumann
  2260. tokDavidSenior        David Senior
  2261. tokPhilShort        Phil Short
  2262. tokSimonSlade        Simon Slade
  2263. tokSlowBoatChinese    Slow Boat Chinese
  2264. tokJohnStevenson    Dr John Stevenson
  2265. tokJeanMarcVinatier    Jean-Marc Vinatier
  2266. tokCharlotteWalker    Charlotte Walker
  2267. tokPeterWhite        Peter White
  2268. tokDaveWhittock        Dave Whittock
  2269. tokStuartWyss        Stuart Wyss
  2270. tokSpecialThanks    and special thanks to
  2271. tokIanAndNeil        Ian Richardson and Neil Critchlow
  2272. tokVectorOEM        of Vector OEM Content Ltd
  2273. tokAnyoneElse1        Finally, thanks must also go to the many other people not mentioned
  2274. tokAnyoneElse2        here (you know who you are) who gave their advice, encouragement,
  2275. tokAnyoneElse3        time, support and wild ideas during the development of this project.
  2276. tokJonOldham        Cheers Jon
  2277. tokBadgers        No badgers were harmed during the making of this production.
  2278.  
  2279.