home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / Games-AddOns / F1GP-Ed / Catalogs / NewCatalog.ct (.txt) next >
Amiga Catalog Translation file  |  1977-12-31  |  22KB  |  1,100 lines

  1. ## version $VER: F1GP-Ed.catalog 4.1 ($TODAY)
  2. ## language X
  3. ## codeset 0
  4. ;   F1GP-Ed 3.34+ Catalog Translation File
  5. ;   Program Copyright 
  6.  1994-1997 Oliver Roberts
  7. ;   Internet: Oliver@POBoxes.com
  8. ;   This file contains the catalog-definitions and the english strings
  9. ;   that are builtin.  If you would prefer the text in F1GP-Ed to be in
  10. ;   another language (ie your own), then you might want to translate the
  11. ;   strings in this file and send the completed file back to me.
  12. ;   IMPORTANT: Please check with me before translating, just in case
  13. ;              somebody else has already done the translation, or is
  14. ;              currently working on it - I don't want you to waste your
  15. ;              time.
  16. ;   The following defines a sequence of strings. Each definition looks as
  17. ;   follows:
  18. ;   MSG_STRING_NAME
  19. ;   text
  20. ;   ;english
  21. ;   where:
  22. ;      MSG_STRING_NAME is the name of the macro-definition, that will be
  23. ;                      used to get the string - do NOT change this!
  24. ;      text            is the text the string will contain (fill this in)
  25. ;      ;english        is the text in english
  26. ;   *** strings can contain certain tokens:
  27. ;      \      denotes the string continues on the next line in this file
  28. ;      \n     denotes a physical newline (carriage return)
  29. ;      _      denotes a keyboard shortcut (following letter is the shortcut)
  30. ;   Lines beginning with semi-colons (;) are comments.
  31. ;   Some strings contain printf control codes.  The most common being
  32. ;   %d (number) and %s (string) - make sure these codes appear unchanged
  33. ;   in the translated string.
  34. ;   A NOTE ABOUT KEYBOARD SHORTCUTS
  35. ;     You may redefine any of the English keyboard shortcuts, or omit any
  36. ;     of them (ie no _ in translation, when there is one in the English
  37. ;     string).  However, if the English string doesn't have a shortcut
  38. ;     you shouldn't add one to your translation, as it won't do anything!
  39. ;     Localized shortcuts are supported starting with F1GP-Ed 3.10
  40. ;   IMPORTANT NOTE ABOUT STRING LENGTHS
  41. ;     Generally, it is okay to make strings that appear in requesters,
  42. ;     menus and key redefinition windows as long as you wish (within
  43. ;     reason).  You have to be a bit more careful when translating
  44. ;     gadget labels and other text that appears inside editor windows
  45. ;     to make sure they fit.  Generally, if the english string only
  46. ;     just fits into its space (with fixed width 8 point font), then
  47. ;     you shouldn't really make the translated string longer than the
  48. ;     english one.  Don't worry too much about this - you can always
  49. ;     correct overlong strings once you've got the .catalog from me.
  50. ;   AND NOW THE DEFINITIONS SHALL BEGIN... GOOD LUCK :-)
  51. ;************************************************************************
  52. ;** Text used in various requester buttons
  53. TXT_Load
  54. ;Load
  55. TXT_Save
  56. ;Save
  57. TXT_Select
  58. ;Select
  59. TXT_Replace
  60. ;Replace
  61. TXT_Cancel
  62. ;Cancel
  63. TXT_SharewareInfo
  64. ;Shareware Info
  65. ;*******************************************************************
  66. ;** Various requester title text
  67. ;** (string length is not too important)
  68. TXT_DisplayErrorTitle
  69. ;F1GP-Ed Message
  70. TXT_ConfirmReqTitle
  71. ;F1GP-Ed Request
  72. TXT_DataFileReqTitle
  73. ;Select F1GP-Ed datafile
  74. TXT_SampleReqTitle
  75. ;Select RAW sound sample
  76. TXT_DirReqTitle
  77. ;Select directory
  78. TXT_BinReqTitle
  79. ;Select F1GP disk #2 directory
  80. TXT_RecordsReqTitle
  81. ;Select F1GP lap records file
  82. TXT_NamesReqTitle
  83. ;Select F1GP names file
  84. TXT_SetupReqTitle
  85. ;Select F1GP global car setups file
  86. TXT_SingleSetupReqTitle
  87. ;Select F1GP car setup file
  88. TXT_OutputTextReqTitle
  89. ;Select output file
  90. TXT_GfxReqTitle
  91. ;Select RAW Image
  92. TXT_GfxSetReqTitle
  93. ;Select graphics settings file
  94. TXT_GfxReqTitleIFF
  95. ;Select IFF ILBM or RAW Image
  96. TXT_StatsReqTitle
  97. ;Select calculator events file
  98. TXT_SampleSetReqTitle
  99. ;Select sound settings file
  100. TXT_IFFImageReqTitle
  101. ;Select IFF ILBM or .BKG Image
  102. TXT_BkgReqTitle
  103. ;Select F1GP backdrop file
  104. ;********************************************************************
  105. ;** Warnings that require responses
  106. ;** (string length is not important)
  107. TXT_FileExists
  108. ;File exists, replace?
  109. TXT_ConfirmQuit
  110. ;Are you sure you want to quit?
  111. TXT_ModifyBin
  112. ;This will directly modify your F1GP binary.\n\
  113. ;Please make sure you are using a backup\n\n\
  114. ;Version \
  115. TXT_MemWarn
  116. ;This option will directly alter system memory.\n\
  117. ;Make sure you have saved all your work\n\n\
  118. ;Version \
  119. TXT_PatchQuit
  120. ;Memory Patches still active.\n\
  121. ;Remove them, and then quit?
  122. TXT_CloseWindows
  123. ;Change screen now?\n\
  124. ;(all windows will be closed)
  125. TXT_ImageTooBig
  126. ;Warning: Image is larger than 320x184x4.\n\
  127. ;Right and bottom edges will be cropped\n\
  128. ;where required.  Do you still want to\n\
  129. ;save it?
  130. TXT_SampleTooBig2
  131. ;Warning: %s\n\
  132. ;is larger than the maximum size (%d bytes).\n\n\
  133. ;The sound sample will be truncated.
  134. ;**********************************************************************
  135. ;** Error messages
  136. ;** (string length is not important)
  137. TXT_ScreenOpenFailed
  138. ;Could not open screen
  139. TXT_NotABinary
  140. ;Not a F1GP or WC Binary!  The size of the `f1gp'\n\
  141. ;file should be 582780, 582988 or 582992 bytes.
  142. TXT_WrongFileType
  143. ;Expected different file type
  144. TXT_StackTooSmall
  145. ;Stack too small - F1GP-Ed needs at least 4000 bytes
  146. TXT_NotInMem
  147. ;Cannot find F1GP in memory - aborting operation
  148. TXT_ClickGFXError
  149. ;Could not allocate memory to enable colour editor
  150. TXT_Crippled
  151. ;You haven't registered - feature disabled
  152. TXT_Requires
  153. ;Requires
  154. TXT_NotEnoughDrivers
  155. ;You must have at least %d drivers\n\
  156. ;allocated to the teams.  Also,\n\
  157. ;ensure there are enough teams.
  158. TXT_UnhandledILBM
  159. ;Sorry, cannot handle this image type
  160. TXT_CorruptILBM
  161. ;Unable to load ILBM - appears to be corrupt
  162. TXT_ImageTooSmall
  163. ;Image too small
  164. TXT_NoMem
  165. ;Not enough memory available
  166. ;**********************************************************************
  167. ;** Camera editor text
  168. ;** (string is important)
  169. cameraLength
  170. ;_Length of Shot:
  171. cameraSpeed
  172. ;_Tracking Speed:
  173. cameraZoom
  174. ;_Zoom:
  175. cameraHeight
  176. ;_Height:
  177. cameraPresets
  178. ;_Presets:
  179. cameraRide
  180. ;_Ride Height:
  181. cameraTrackCam
  182. ;Trackside Camera
  183. cameraChaseCam
  184. ;Chase Cameras
  185. cameraBothCam
  186. ;Trackside & Chase
  187. cameraInCar
  188. ;In-Car
  189. ;*********************************************************************
  190. ;** Cheat editor text
  191. ;** (string length is important)
  192. cheatQPractice
  193. ;_Q Tyres in Practice?
  194. cheatUnlimited
  195. ;_Unlimited Q Tyres?
  196. cheatAids
  197. ;_All Driving Aids?
  198. cheatTeamHP
  199. ;Use _Team HP?
  200. cheatPlayerHP
  201. ;_Player HP:
  202. cheatFinishHP
  203. ;_Finish HP:
  204. cheatDegradeHP
  205. ;_Degrade HP?
  206. ;********************************************************************
  207. ;** Car Control editor text
  208. ;** (string length is important)
  209. controlLeft
  210. ;_left
  211. controlCentre
  212. ;centre
  213. controlRight
  214. ;right
  215. controlBack
  216. ;back
  217. controlForward
  218. controlAGear
  219. ;Analog _Gearchange:
  220. controlKeyDef
  221. ;Keyboard _Default?
  222. controlCali
  223. ;Analog Joystick Calibration
  224. controlSteerHelp
  225. ;Analog _Super-Steering Help?
  226. ;*********************************************************************
  227. ;** Driver editor text
  228. ;** (string length is important)
  229. driverName
  230. ;_Name:
  231. driverSelect
  232. ;_Selected?
  233. driverQual
  234. ;_Qual:
  235. driverRace
  236. ;_Race:
  237. driverHelmet
  238. ;Edit _Helmet...
  239. driverUp
  240. driverDown
  241. ;_Down
  242. driverGlobal
  243. ;Global
  244. ;*********************************************************************
  245. ;** In-game prefs editor text
  246. ;** (string length is important)
  247. gameDamage1
  248. ;_Hit Wall (retire):
  249. gameDamage2
  250. ;Hit Car (retire):
  251. gameDamage3
  252. ;Hit Car (damage):
  253. gameDamage4
  254. ;Hit Wall (damage):
  255. gameDetail
  256. ;_Detail Level:
  257. gameFramesSec
  258. ;_Frames/sec:
  259. gameTargetDisp
  260. ;_Target Display:
  261. gameYellow
  262. ;_Yellow Flag Delay:
  263. gameRemoval
  264. ;_Car Removal Delay:
  265. gameDamage
  266. ;Car Fragility
  267. gameSteering
  268. ;_Reverse Steering Help?
  269. gameFuelLoad
  270. ;Practice _Fuel Load:
  271. ;*********************************************************************
  272. ;** Common memory patch GUI text
  273. ;** (string length is important)
  274. memInstall
  275. ;_Install
  276. memRemove
  277. ;_Remove
  278. ;*********************************************************************
  279. ;**  Main window text
  280. ;**  (string length is important)
  281. mainMemPatch
  282. ;Memory Patches
  283. mainFileEd
  284. ;File Editors
  285. mainOther
  286. ;Other
  287. mainBinFile
  288. ;F1GP Binary:
  289. ;*********************************************************************
  290. ;** F1GP options editor text
  291. ;** (string length is important)
  292. optionsBrakes
  293. ;Auto _Brakes?
  294. optionsGears
  295. ;Auto _Gears?
  296. optionsSpins
  297. ;_Self-Righting Spins?
  298. optionsIndes
  299. ;_Indestructible?
  300. optionsLine
  301. ;Dotted `Best _Line'?
  302. optionsGear
  303. ;S_uggested Gear?
  304. optionsStandard
  305. ;Opposition S_tandard:
  306. optionsSpread
  307. ;Opposition Spr_ead:
  308. optionsPrac
  309. ;_Practice:
  310. optionsQual
  311. ;_Qualifying:
  312. optionsDist
  313. ;_Race Distance:
  314. optionsMulti
  315. ;_Multiplayer Turns:
  316. optionsUnits
  317. ;U_nits:
  318. optionsFast
  319. ;_Fast Windows?
  320. optionsAnims
  321. ;_Animations?
  322. optionsAnalog
  323. ;Analog _Joystick?
  324. optionsSetups
  325. ;Separate Qual/Race _Car Setups?
  326. optionsHelp
  327. ;Help Options
  328. optionsRace
  329. ;Race Options
  330. optionsGame
  331. ;Game Options
  332. ;*********************************************************************
  333. ;** PatchF1GP GUI text
  334. ;** (string length is important)
  335. pf1gpInterrupt
  336. ;Interrupt _Enabled?
  337. pf1gpDebounce
  338. ;_Debounce:
  339. pf1gpDigi
  340. ;Digital _Joystick Gears
  341. pf1gpKey
  342. ;_2 Key Gearchange?
  343. pf1gpTraction
  344. ;Traction Control
  345. pf1gpPitSpeed
  346. ;_Pit Lane Speed Limiter?
  347. pf1gpSpeedLimit
  348. ;Speed _Limit:
  349. pf1gpSnapshot
  350. ;Position _Snapshot Keys?
  351. ;*********************************************************************
  352. ;** Prefs editor text
  353. ;** (string length is important)
  354. prefsQuick
  355. ;Select _Quick Race?
  356. prefsSkip
  357. ;_Skip Startup Menu?
  358. prefsManual
  359. ;_Manual:
  360. prefsTiming
  361. ;_Timing:
  362. prefsDefDir
  363. ;_Default Dir:
  364. prefsLevel
  365. ;_Level Name:
  366. prefsGUI
  367. ;Fast _GUI?
  368. prefsFilter
  369. ;_File Filter?
  370. prefsLaps
  371. ;Quick _Race Laps:
  372. prefsWetProb
  373. ;_Wet Race Probability:
  374. prefsFirst
  375. ;_1st:
  376. prefsTenth
  377. ;10th:
  378. prefsPoints
  379. ;Points
  380. prefsQualLaps
  381. ;Q_ual Laps:
  382. prefsAudioInt
  383. ;Nice _Audio?
  384. prefsWetUSA
  385. ;Wet at P_hoenix?
  386. prefsAbandonQual
  387. ;A_bandon Qualifying?
  388. ;*********************************************************************
  389. ;** Record editor text
  390. ;** (string length is important)
  391. recordCondition
  392. ;_Condition
  393. recordDriver
  394. ;_Driver:
  395. recordTeam
  396. ;_Team:
  397. recordTime
  398. ;T_ime:
  399. recordDate
  400. ;D_ate:
  401. recordLoad
  402. ;_Load
  403. recordSave
  404. ;_Save
  405. ;*********************************************************************
  406. ;** Sample editor text
  407. ;** (string length is important)
  408. sampleBin
  409. ;F1GP _Binary...
  410. sampleMem
  411. ;_Memory...
  412. sampleSave
  413. ;Save RAW sample to:
  414. sampleVolume
  415. ;_Volume:
  416. sampleLength
  417. ;_Length:
  418. sampleStart
  419. ;_Start at:
  420. sampleSamFile
  421. ;S_ample:
  422. sampleSaveMode
  423. ;Save M_ode
  424. sampleCurrent
  425. ;Current
  426. sampleAll
  427. ;*********************************************************************
  428. ;** Car Setup Editor text
  429. ;** (string length is important)
  430. setupFrontW
  431. ;_Front Wing:
  432. setupRearW
  433. ;_Rear Wing:
  434. setup1
  435. ;1st:
  436. setup2
  437. ;2nd:
  438. setup3
  439. ;3rd:
  440. setup4
  441. ;4th:
  442. setup5
  443. ;5th:
  444. setup6
  445. ;6th:
  446. setupBrake
  447. ;_Brake Balance:
  448. setupTyre
  449. ;_Tyre Compound:
  450. setupLoadGlob
  451. ;Load _Global
  452. setupSaveGlob
  453. ;Save Gl_obal
  454. setupGear
  455. ;Gear
  456. setupRatios
  457. ;Ratios
  458. setupRear
  459. ;Rear
  460. setupFront
  461. ;Front
  462. setupCCTyre
  463. ;Computer Car Tyre Co_mpound:
  464. setupPitTyre
  465. ;_Default Tyre Compound:
  466. ;*********************************************************************
  467. ;** Stats GUI text
  468. ;** (string length is important)
  469. statsOutput
  470. ;_Output:
  471. statsPrint
  472. ;_Print
  473. statsHOFID
  474. ;_Driver ID
  475. statsHOFOptions
  476. ;Op_tions
  477. ;*********************************************************************
  478. ;** Team editor text
  479. ;** (string length is important)
  480. TXT_NoDriver
  481. ;None
  482. teamMax
  483. ;Ma_x Teams:
  484. teamEngine
  485. ;_Engine:
  486. teamHP
  487. ;_HP:
  488. teamDriverA
  489. ;Driver _A:
  490. teamDriverB
  491. ;Driver _B:
  492. teamCar
  493. ;Edit _Car...
  494. teamCrew
  495. ;Edit _Pit Crew...
  496. teamSpeed
  497. ;Speed _Factor:
  498. teamRisk
  499. ;_Risk Factor:
  500. teamRiskRace
  501. ;Race Ris_k Factor:
  502. teamDefRisk
  503. ;Nor_mal Risk Factors?
  504. ;*********************************************************************
  505. ;** Graphics editor text
  506. ;** (string length is important)
  507. gfxImage
  508. ;_Image:
  509. gfxLoadSettings
  510. ;_Load Settings...
  511. gfxSaveSettings
  512. ;_Save Settings As...
  513. gfxPosition
  514. ;Position
  515. gfxSaveImage
  516. ;Save Image & Positions to:
  517. gfxView
  518. ;_View
  519. ;*********************************************************************
  520. ;** Keyboard Redefinition windows
  521. ;** (string length is not important)
  522. keyDefine
  523. ;Redefine _Keys...
  524. keySteerRight
  525. ;Steer Right
  526. keySteerLeft
  527. ;Steer Left
  528. keyBrake
  529. ;Brake
  530. keyAccelerate
  531. ;Accelerate
  532. keyShowTimes
  533. ;Show positions and times
  534. keyTimesOff
  535. ;Positions and times off
  536. keyPositions
  537. ;Positions front/behind
  538. keySetupMenu
  539. ;Car setup menu
  540. keyHUDUp
  541. ;Move HUD up
  542. keyHUDDown
  543. ;Move HUD down
  544. keyHUDLeft
  545. ;Move HUD left
  546. keyHUDRight
  547. ;Move HUD right
  548. keyToggleHUD
  549. ;Toggle HUD
  550. keyHUDSize
  551. ;Change HUD size
  552. keyForChase
  553. ;Forward chase view
  554. keyYourCar
  555. ;View your car
  556. keyRevChase
  557. ;Reverse chase view
  558. keyNextCar
  559. ;Next car
  560. keyPrevCar
  561. ;Previous car
  562. keyTrackside
  563. ;Trackside view
  564. keyCockpit
  565. ;Cockpit view
  566. keyChangeUp
  567. ;Change up a gear
  568. keyChangeDown
  569. ;Change down a gear
  570. keySnapshot1
  571. ;Snapshot position 1
  572. keySnapshot2
  573. ;Snapshot position 2
  574. keyRestore1
  575. ;Restore position 1
  576. keyRestore2
  577. ;Restore position 2
  578. ;*********************************************************************
  579. ;** Local Speed Factor window
  580. ;** (string length is important)
  581. sfactorLocal
  582. ;_Local Speed Factor:
  583. sfactorReset
  584. ;Re_set
  585. sfactorDec
  586. ;_Decrease All
  587. sfactorInc
  588. ;I_ncrease All
  589. sfactorWetFactor
  590. ;In Wet Weather:
  591. sfactorWetReduce
  592. ;_Auto-Reduce in the wet?
  593. sfactorCorrectFPS
  594. ;_Frame Rate Correction?
  595. sfactorActual
  596. ;Actual:
  597. ;*********************************************************************
  598. ;** Misc patches window
  599. ;** (string length is important)
  600. miscPitLight
  601. ;_Pit Light Off?
  602. miscLess26Cars
  603. ;_Less cars in races?
  604. miscCorrectClock
  605. ;_Correct Clock?
  606. ;*********************************************************************
  607. ;** Auto Calculation window
  608. ;** (string length is important)
  609. realEvent
  610. ;_Event:
  611. realInclude
  612. ;_Include in calculation?
  613. realNew
  614. ;_New
  615. realRemove
  616. ;Dele_te
  617. realFastest
  618. ;_Fastest Team HP:
  619. realSlowest
  620. ;S_lowest Team HP:
  621. realCalculate
  622. ;C_alculate Current
  623. realDriver
  624. ;Driver:
  625. realQualTime
  626. ;_Qualifying Time:
  627. realRaceLap
  628. ;Fastest _Race Lap:
  629. realIgnore
  630. ;I_gnore Race?
  631. realBestDriver
  632. ;_Best Driver:
  633. realWorstDriver
  634. ;_Worst Driver:
  635. realCalcAll
  636. ;_Calculate All
  637. realMateFactor
  638. ;_Mate Factor:
  639. ;*********************************************************************
  640. ;** Local Risk Factor window
  641. ;** (string length is important)
  642. rfactorLocal
  643. ;_Local Risk Factor:
  644. rfactorLocalRace
  645. ;L_ocal Race Risk Factor:
  646. ;*********************************************************************
  647. ;** Palette window
  648. ;** (string length is important)
  649. paletteRed
  650. ;_Red:
  651. paletteGreen
  652. ;_Green:
  653. paletteBlue
  654. ;_Blue:
  655. ;*********************************************************************
  656. ;** GPPatch window
  657. ;** (string length is important)
  658. gppatchFont
  659. ;_Font
  660. gppatchHUD
  661. ;_HUD on?
  662. gppatchHUDsize
  663. ;HUD _Size:
  664. gppatchSetup
  665. ;_Allow Setup Change:
  666. gppatchLarge
  667. ;Large
  668. gppatchMedium
  669. ;Medium
  670. gppatchSmall
  671. ;Small
  672. gppatchNever
  673. ;Never
  674. gppatchAlways
  675. ;Always
  676. gppatchNotRace
  677. ;Not Race
  678. ;*********************************************************************
  679. ;** Display window
  680. ;** (string length is important)
  681. displayX
  682. displayY
  683. displayDefPos
  684. ;Default _Position?
  685. ;*********************************************************************
  686. ;** Backdrops window
  687. ;** (string length is important)
  688. bkgDest
  689. ;_Destination
  690. bkgLoad
  691. ;_Load IFF/BKG Image
  692. bkgReplace
  693. ;_Replace
  694. bkgBuffer
  695. ;Buffer:
  696. bkgFlush
  697. ;_Flush
  698. bkgViewIFF
  699. ;_View
  700. bkgViewBKG
  701. ;View _Current
  702. bkgSave
  703. ;_Save Other
  704. bkgInfo
  705. ;Information
  706. bkgBufEmpty
  707. ;<empty>
  708. bkgInfoIntro
  709. ;Intro
  710. bkgInfoAnim
  711. ;Animation
  712. bkgInfoMenu
  713. ;Menu
  714. bkgInfoDim
  715. ;Palette Change
  716. bkgInfoSimple
  717. ;Unrestricted
  718. ;*********************************************************************
  719. ;** Menu text
  720. ;** (string length is not important)
  721. menuProjectTitle
  722. ;Project
  723. menuFileTitle
  724. ;File
  725. menuWindowTitle
  726. ;Window
  727. menuMemoryTitle
  728. ;Memory
  729. menuSettingsTitle
  730. ;Settings
  731. menuNew
  732. menuLoad
  733. ;Load from
  734. ;*** The 3 sub-item strings below are only used by the menuLoad item ***
  735. menuDatafile
  736. ;Datafile...
  737. menuBinary
  738. ;F1GP Binary
  739. menuMemory
  740. ;Memory
  741. menuSave
  742. ;Save to
  743. menuAbout
  744. ;About...
  745. menuQuit
  746. ;Quit
  747. ;*** The 3 sub-item strings below are only used by the menuSave item ***
  748. menuDatafileSave
  749. ;Datafile...
  750. menuBinarySave
  751. ;F1GP Binary
  752. menuMemorySave
  753. ;Memory
  754. menuSaveAll
  755. menuLoadNames
  756. ;Load Names...
  757. menuSaveNames
  758. ;Save Names...
  759. menuDefault
  760. ;Default settings
  761. menuInstall
  762. ;Install Patches
  763. menuRemove
  764. ;Remove Patches
  765. menuIcons
  766. ;Create Icons?
  767. menuOverwrite
  768. ;Overwrite Files?
  769. menuConfirm
  770. ;Confirmation Requests?
  771. menuFilter
  772. ;File Filter?
  773. menuSavePos
  774. ;Save Window Positions?
  775. menuScreen
  776. ;Screen
  777. menuScreenPub
  778. ;Public
  779. menuScreenCust
  780. ;Custom...
  781. menuSaveSettings
  782. ;Save Settings
  783. menuRepatch
  784. ;Patch After Loading?
  785. ;********
  786. ; V3.32+
  787. ;********
  788. cameraCustom
  789. ;Custom
  790. cameraRearWing
  791. ;Rear Wing
  792. cameraNose
  793. ;Nose/Gearbox
  794. cameraMini
  795. ;Mini Mode
  796. cameraClose
  797. ;Close Up
  798. controlAnalogEqual
  799. ;Buttons Equal
  800. controlAnalogUpDown
  801. ;B1:Up / B2:Down
  802. controlAnalogDownUp
  803. ;B1:Down / B2:Up
  804. optionsRookie
  805. ;Rookie
  806. optionsAmateur
  807. ;Amateur
  808. optionsSemi
  809. ;Semi-Pro
  810. optionsPro
  811. optionsAce
  812. optionsSame
  813. ;All the Same
  814. optionsRandom
  815. ;Random
  816. optionsKm
  817. optionsMiles
  818. ;Miles
  819. pf1gpTCNormal
  820. ;_Normal  (Fixed)
  821. pf1gpTCOn
  822. ;_On  (Changable)
  823. pf1gpTCOff
  824. ;Off (_Changable)
  825. prefsSelectMan
  826. ;Select as normal
  827. prefsEngMan
  828. ;English
  829. prefsFreMan
  830. ;French
  831. prefsGerMan
  832. ;German
  833. prefsAutoDetect
  834. ;Auto Detect
  835. sampleWrench
  836. ;Air-Socket Wrench
  837. sampleCarPass1
  838. ;Car Pass 1
  839. sampleCarPass2
  840. ;Car Pass 2
  841. sampleKlaxon
  842. ;Klaxon
  843. sampleSkid
  844. ;Skid
  845. sampleRev
  846. ;Rev Start
  847. sampleCrash
  848. ;Crash
  849. sampleEngine
  850. ;Engine
  851. setupTyreA
  852. ;A (Hard)
  853. setupTyreB
  854. ;B (Medium)
  855. setupTyreC
  856. ;C (Soft)
  857. setupTyreD
  858. ;D (V.Soft)
  859. statsRecords
  860. ;Lap Records
  861. statsRecordsQual
  862. ;Lap Records (Qualifying)
  863. statsRecordsHOF
  864. ;Lap Records (Hall of Fame format)
  865. statsRecordsRace
  866. ;Lap Records (Race)
  867. statsSetups
  868. ;Car Setups
  869. statsSetupsQual
  870. ;Car Setups (Qualifying)
  871. statsSetupsRace
  872. ;Car Setups (Race)
  873. statsDriverPerf
  874. ;Driver Performance
  875. statsTeamPerf
  876. ;Team Performance
  877. teamNormal
  878. ;Normal
  879. teamPitOrder
  880. ;Pit Order
  881. gfxGear
  882. ;Gear
  883. gfxAids
  884. ;Driver Aids
  885. gfxOppSpread
  886. ;Opposition Spread
  887. gfxPitLight
  888. ;Pit Light
  889. gfxBestGearBkg
  890. ;Best Gear (background)
  891. gfxBestGear
  892. ;Best Gear
  893. gfxDetailTop
  894. ;Detail (top half)
  895. gfxDetailBot
  896. ;Detail (bottom half)
  897. gfxFrontWing
  898. ;Front Wing Damage
  899. gfxRearWing
  900. ;Rear Wing Damage
  901. gfxRookie
  902. ;Rookie Light
  903. gfxAmateur
  904. ;Amateur Light
  905. gfxSemiPro
  906. ;Semi-Pro Light
  907. gfxPro
  908. ;Pro Light
  909. gfxAce
  910. ;Ace Light
  911. gfxStatus
  912. ;Driver Status Light
  913. displayLow
  914. displayMedium
  915. ;Medium
  916. displayFull
  917. ;Full
  918. TXT_default
  919. ;Default
  920. TXT_Qual
  921. ;Qualifying
  922. TXT_Race
  923. ;Race
  924. TXT_MemPatchesActive
  925. ;Memory Patches Active
  926. TXT_PatchActive
  927. ;Active
  928. TeamWinTitle
  929. ;Team Editor
  930. DriverWinTitle
  931. ;Driver Editor
  932. CameraWinTitle
  933. ;Camera Adjustment
  934. RecordWinTitle
  935. ;Lap Record Editor
  936. SetupWinTitle
  937. ;Car Setup Editor
  938. OptionsWinTitle
  939. ;Standard Options
  940. ControlWinTitle
  941. ;Car Control
  942. CheatWinTitle
  943. ;Cheats
  944. PaletteWinTitle
  945. ;In-Game Colours
  946. DisplayWinTitle
  947. ;Display
  948. BackdropWinTitle
  949. ;Backdrops
  950. PrefsWinTitle
  951. ;Preferences
  952. SampleWinTitle
  953. ;Sound Samples
  954. StatsWinTitle
  955. ;Statistics
  956. GfxWinTitle
  957. ;Graphics - Cockpit
  958. CalcWinTitle
  959. ;Calculator
  960. GameWinTitle
  961. ;In-Game Preferences
  962. PatchitWinTitle
  963. ;PatchF1GP
  964. GPPatchWinTitle
  965. ;GPPatch
  966. SFactorWinTitle
  967. ;Local Speed Factors
  968. RFactorWinTitle
  969. ;Local Risk Factors
  970. MiscWinTitle
  971. ;Miscellaneous
  972. CarEdWinTitle
  973. ;Car Colours
  974. CrewEdWinTitle
  975. ;Pit Crew Colours
  976. HelmetEdWinTitle
  977. ;Helmet Colours
  978. listfTeams
  979. ;Teams
  980. listfDrivers
  981. ;Drivers
  982. listfSetups
  983. ;Car Setups
  984. listfRecords
  985. ;Lap Records
  986. listfCamera
  987. ;Camera Views
  988. listfControl
  989. ;Car Control
  990. listfOptions
  991. ;Standard Options
  992. listfGame
  993. ;In-Game Prefs
  994. listfPrefs
  995. ;Preferences
  996. listfCheats
  997. ;Cheats
  998. listfDisplay
  999. ;Display
  1000. listfPalette
  1001. ;Colours
  1002. listmPatchF1GP
  1003. ;Car Control
  1004. listmGPPatch
  1005. ;Information
  1006. listmSFactor
  1007. ;Speed Factors
  1008. listmRFactor
  1009. ;Risk Factors
  1010. listmMisc
  1011. ;Miscellaneous
  1012. listoSound
  1013. ;Sound Samples
  1014. listoGfx
  1015. ;Graphics
  1016. listoStats
  1017. ;Statistics
  1018. listoCalc
  1019. ;Calculator
  1020. listoBackdrop
  1021. ;Backdrops
  1022. countryUSA
  1023. ;United States
  1024. countryBrazil
  1025. ;Brazil
  1026. countrySanMarino
  1027. ;San Marino
  1028. countryMonaco
  1029. ;Monaco
  1030. countryCanada
  1031. ;Canada
  1032. countryMexico
  1033. ;Mexico
  1034. countryFrance
  1035. ;France
  1036. countryGB
  1037. ;Great Britain
  1038. countryGermany
  1039. ;Germany
  1040. countryHungary
  1041. ;Hungary
  1042. countryBelgium
  1043. ;Belgium
  1044. countryItaly
  1045. ;Italy
  1046. countryPortugal
  1047. ;Portugal
  1048. countrySpain
  1049. ;Spain
  1050. countryJapan
  1051. ;Japan
  1052. countryAustralia
  1053. ;Australia
  1054. gppatchTurboKeys
  1055. ;_Enable Turbo Keys?
  1056. prefsQuickExit
  1057. ;Quick _Exit?
  1058. gamePitTime
  1059. ;Minimum _Pitstop Time:
  1060. gameDamageTime
  1061. ;_Damage Repair Time:
  1062. paletteImport
  1063. ;_Import
  1064. paletteExport
  1065. ;_Export
  1066. TXT_PaletteReqTitle
  1067. ;Select IFF image/palette file
  1068. ;********
  1069. ; V3.33+
  1070. ;********
  1071. TXT_F1GPCorrupt
  1072. ;It appears that a previous version of F1GP-Ed has corrupted your\n\
  1073. ;copy of the game.  Please delete the \"%s\"\n\
  1074. ;file and make a new copy of the \"f1gp\" file from your original\n\
  1075. ;game disks before continuing.  Sorry!
  1076. ;********
  1077. ; V3.34+
  1078. ;********
  1079. miscAudioFilter
  1080. ;_Audio Filter:
  1081. miscOn
  1082. miscOff
  1083. miscMultiPatches
  1084. ;Multiplayer Patches
  1085. miscFixMultiSpeed
  1086. ;_Fix Speed Problems?
  1087. miscSafeIndestruct
  1088. ;_Safe Indestructibility?
  1089. prefsWetQual
  1090. ;All Sessio_ns Wet?
  1091. gppatchXOffset
  1092. ;_X Offset:
  1093. gppatchYOffset
  1094. ;_Y Offset:
  1095. recordLoadMix
  1096. ;Load & _Mix
  1097. recordToday
  1098. ;T_oday
  1099. ; END
  1100.