## version 
## language 
## codeset 0
;
;   F1GP-Ed 3.20+ Catalog Translation File
;   Program Copyright © 1994-1996 Oliver Roberts
;   Internet: Oliver@POBoxes.com
;
;   Translator: <your name>
;     Internet: <your email address>
;      Address: <your snail mail address>
;
;   This file contains the catalog-definitions and the english strings
;   that are builtin.  If you would prefer the text in F1GP-Ed to be in
;   another language (ie your own), then you might want to translate the
;   strings in this file and send the completed file back to me.
;
;   IMPORTANT: Please check with me before translating, just in case
;              somebody else has already done the translation, or is
;              currently working on it - I don't want you to waste your
;              time.
;
;   The following defines a sequence of strings. Each definition looks as
;   follows:
;
;   MSG_STRING_NAME
;   text
;   ;english
;
;   where:
;
;      MSG_STRING_NAME is the name of the macro-definition, that will be
;                      used to get the string - do NOT change this!
;      text            is the text the string will contain (fill this in)
;      ;english        is the text in english
;
;   *** strings can contain certain tokens:
;
;      \      denotes the string continues on the next line in this file
;      \n     denotes a physical newline (carriage return)
;      _      denotes a keyboard shortcut (following letter is the shortcut)
;
;   Lines beginning with semi-colons (;) are comments.
;
;   Some strings contain printf control codes (e.g. %d) - make sure these
;   appear in the translated string.
;
;   A NOTE ABOUT KEYBOARD SHORTCUTS
;
;     You may redefine any of the English keyboard shortcuts, or omit any
;     of them (ie no _ in translation, when there is one in the English
;     string).  However, if the English string doesn't have a shortcut
;     you shouldn't add one to your translation, as it won't do anything!
;     Localized shortcuts are supported starting with F1GP-Ed 3.10
;
;   IMPORTANT NOTE ABOUT STRING LENGTHS
;
;     Generally, it is okay to make strings that appear in requesters,
;     menus and key redefinition windows as long as you wish (within
;     reason).  You have to be a bit more careful when translating
;     gadget labels and other text that appears inside editor windows
;     to make sure they fit.  Generally, if the english string only
;     just fits into its space (with fixed width 8 point font), then
;     you shouldn't really make the translated string longer than the
;     english one.  Don't worry too much about this - you can always
;     correct overlong strings once you've got the .catalog from me.
;
;   AND NOW THE DEFINITIONS SHALL BEGIN... GOOD LUCK :-)
;
;
;************************************************************************
;** Text used in various requester buttons
;**
TXT_Load

;Load
;
TXT_Save

;Save
;
TXT_Select

;Select
;
TXT_Replace

;Replace
;
TXT_Cancel

;Cancel
;
TXT_SharewareInfo

;Shareware Info
;
;
;*******************************************************************
;** Various requester title text
;** (string length is not too important)
;**
TXT_DisplayErrorTitle

;F1GP-Ed Message
;
TXT_ConfirmReqTitle

;F1GP-Ed Request
;
TXT_DataFileReqTitle

;Select F1GP-Ed datafile
;
TXT_SampleReqTitle

;Select RAW sound sample
;
TXT_DirReqTitle

;Select directory
;
TXT_BinReqTitle

;Select F1GP disk #2 directory
;
TXT_RecordsReqTitle

;Select F1GP lap records file
;
TXT_NamesReqTitle

;Select F1GP names file
;
TXT_SetupReqTitle

;Select F1GP global car setups file
;
TXT_SingleSetupReqTitle

;Select F1GP car setup file
;
TXT_OutputTextReqTitle

;Select output file
;
TXT_GfxReqTitle

;Select RAW Image
;
TXT_GfxSetReqTitle

;Select graphics settings file
;
TXT_GfxReqTitleIFF

;Select IFF ILBM or RAW Image
;
TXT_StatsReqTitle

;Select calculator events file
;
TXT_SampleSetReqTitle

;Select sound settings file
;
;
;********************************************************************
;** Warnings that require responses
;** (string length is not important)
;**
TXT_FileExists

;File exists, replace?
;
;TXT_SampleTooSmall (51//)                  REMOVED IN V3.20
;Warning: Sample is smaller than the\n\     DON'T TRANSLATE IT
;recommended size.  Remaining space\n\
;will be cleared.  Do you still\n\
;want to save it?
;
;TXT_SampleTooBig (52//)		    REMOVED IN V3.20
;Warning: Sample size is larger than\n\     DON'T TRANSLATE IT
;the recommended size.  Sample will\n\
;be truncated.  Do you still want to\n\
;save it?
;
TXT_ConfirmQuit

;Are you sure you want to quit?
;
TXT_ModifyBin

;This will directly modify your F1GP binary.\n\
;Please make sure you are using a backup\n\n\
;Version \
;
;
TXT_MemWarn

;This option will directly alter system memory.\n\
;Make sure you have saved all your work\n\n\
;Version \
;
;
TXT_PatchQuit

;Memory Patches still active.\n\
;Remove them, and then quit?
;
TXT_CloseWindows

;Change screen now?\n\
;(all windows will be closed)
;
TXT_ImageTooBig

;Warning: Image is larger than 320x184x4.\n\
;Right and bottom edges will be cropped\n\
;where required.  Do you still want to\n\
;save it?
;
TXT_SampleTooBig2

;Warning: %s\n\
;is larger than the maximum size (%d bytes).\n\n\
;The sound sample will be truncated.
;
;
;**********************************************************************
;** Error messages
;** (string length is not important)
;**
;TXT_NoGadtools (100//)		REMOVED IN V3.10
;Requires gadtools13.library V34
;
;TXT_NoAsl (101//)		REMOVED IN V3.10
;Requires asl.library V38 or reqtools.library V38
;
;TXT_NoReqtools (102//)		REMOVED IN V3.10
;Requires reqtools.library V38
;
TXT_ScreenOpenFailed

;Could not open screen
;
TXT_NotABinary

;Not a F1GP or WC Binary!  The size of the `f1gp'\n\
;file should be 582780, 582988 or 582992 bytes.
;
TXT_WrongFileType

;Expected different file type
;
;TXT_LessThan26Selected (106//)
;You must have at least 26 drivers\n\
;allocated to the teams.
;
TXT_StackTooSmall

;Stack too small - F1GP-Ed needs at least 4000 bytes
;
TXT_NotInMem

;Cannot find F1GP in memory - aborting operation
;
TXT_ClickGFXError

;Could not allocate memory to enable colour editor
;
TXT_Crippled

;You haven't registered - feature disabled
;
;TXT_NoF1GPLib (111//)		REMOVED IN V3.10
;Requires f1gp.library V35
;
TXT_Requires

;Requires
;
TXT_NotEnoughDrivers

;You must have at least %d drivers\n\
;allocated to the teams.  Also,\n\
;ensure there are enough teams.
;
TXT_UnhandledILBM

;Sorry, cannot handle this image type
;
TXT_CorruptILBM

;Unable to load ILBM - appears to be corrupt
;
TXT_ImageTooSmall

;Image too small
;
TXT_NoMem

;Not enough memory available
;
;
;**********************************************************************
;** Camera editor text
;** (string is important)
;**
cameraLength

;_Length of Shot:
;
cameraSpeed

;_Tracking Speed:
;
cameraZoom

;_Zoom:
;
cameraHeight

;_Height:
;
cameraPresets

;_Presets:
;
cameraRide

;_Ride Height:
;
cameraTrackCam

;Trackside Camera
;
cameraChaseCam

;Chase Cameras
;
cameraBothCam

;Trackside & Chase
;
cameraInCar

;In-Car
;
;
;*********************************************************************
;** Cheat editor text
;** (string length is important)
;**
cheatQPractice

;_Q Tyres in Practice?
;
cheatUnlimited

;_Unlimited Q Tyres?
;
cheatAids

;_All Driving Aids?
;
cheatTeamHP

;Use _Team HP?
;
cheatPlayerHP

;_Player HP:
;
cheatFinishHP

;_Finish HP:
;
cheatDegradeHP

;_Degrade HP?
;
cheatMultiFix

;_Multiplayer Fix?
;
;********************************************************************
;** Car Control editor text
;** (string length is important)
;**
controlLeft

;_left
;
controlCentre

;centre
;
controlRight

;right
;
controlBack

;back
;
controlForward

;fwd
;
controlAGear

;Analog _Gearchange:
;
controlKeyDef

;Keyboard _Default?
;
controlCali

;Analog Joystick Calibration
;
;
;*********************************************************************
;** Driver editor text
;** (string length is important)
;**
driverName

;_Name:
;
driverSelect

;_Selected?
;
driverQual

;_Qual:
;
driverRace

;_Race:
;
driverHelmet

;Edit _Helmet...
;
driverUp

;_Up
;
driverDown

;_Down
;
driverGlobal

;Global
;
;
;*********************************************************************
;** In-game prefs editor text
;** (string length is important)
;**
gameDamage1

;_Hit Wall (retire):
;
gameDamage2

;Hit Car (retire):
;
gameDamage3

;Hit Car (damage):
;
gameDamage4

;Hit Wall (damage):
;
gameDetail

;_Detail Level:
;
gameFramesSec

;_Frames/sec:
;
gameTargetDisp

;_Target Display:
;
gameYellow

;_Yellow Flag Delay:
;
gameRemoval

;_Car Removal Delay:
;
gameDamage

;Car Fragility
;
gameSteering

;_Reverse Steering Help?
;
;
;*********************************************************************
;** Common memory patch GUI text
;** (string length is important)
;**
memInstall

;_Install
;
memRemove

;_Remove
;
;
;*********************************************************************
;**  Main window text
;**  (string length is important)
;**
mainMemPatch

;Memory Patches
;
mainFileEd

;File Editors
;
mainOther

;Other
;
mainBinFile

;F1GP Binary:
;
;
;*********************************************************************
;** F1GP options editor text
;** (string length is important)
;**
optionsBrakes

;Auto _Brakes?
;
optionsGears

;Auto _Gears?
;
optionsSpins

;_Self-Righting Spins?
;
optionsIndes

;_Indestructable?
;
optionsLine

;Dotted `Best _Line'?
;
optionsGear

;S_uggested Gear?
;
optionsStandard

;Opposition S_tandard:
;
optionsSpread

;Opposition Spr_ead:
;
optionsPrac

;_Practice:
;
optionsQual

;_Qualifying:
;
optionsDist

;_Race Distance:
;
optionsMulti

;_Multiplayer Turns:
;
optionsUnits

;U_nits:
;
optionsFast

;_Fast Windows?
;
optionsAnims

;_Animations?
;
optionsAnalog

;Analog _Joystick?
;
optionsSetups

;Separate Qual/Race _Car Setups?
;
optionsHelp

;Help Options
;
optionsRace

;Race Options
;
optionsGame

;Game Options
;
;
;*********************************************************************
;** PatchF1GP GUI text
;** (string length is important)
;**
pf1gpInterrupt

;Interrupt _Enabled?
;
pf1gpDebounce

;_Debounce:
;
pf1gpDigi

;Digital _Joystick Gears
;
pf1gpKey

;_2 Key Gearchange?
;
pf1gpTraction

;Traction Control
;
pf1gpPitSpeed

;_Pit Lane Speed Limiter?
;
pf1gpSpeedLimit

;Speed _Limit:
;
pf1gpSnapshot

;Position _Snapshot Keys?
;
;
;*********************************************************************
;** Prefs editor text
;** (string length is important)
;**
prefsQuick

;Select _Quick Race?
;
prefsSkip

;_Skip Startup Menu?
;
prefsManual

;_Manual:
;
prefsTiming

;_Timing:
;
prefsDefDir

;_Default Dir:
;
prefsLevel

;_Level Name:
;
prefsGUI

;Fast _GUI?
;
prefsFilter

;_File Filter?
;
prefsLaps

;Quick _Race Laps:
;
prefsWetProb

;_Wet Race Probability:
;
prefsFirst

;_1st:
;
prefsTenth

;10th:
;
prefsPoints

;Points
;
prefsQualLaps

;Q_ual Laps:
;
prefsAudioInt

;Nice _Audio?
;
prefsWetUSA

;Wet at P_hoenix?
;
;
;*********************************************************************
;** Record editor text
;** (string length is important)
;**
recordCondition

;_Condition
;
recordDriver

;_Driver:
;
recordTeam

;_Team:
;
recordTime

;T_ime:
;
recordDate

;D_ate:
;
recordLoad

;_Load
;
recordSave

;_Save
;
;
;*********************************************************************
;** Sample editor text
;** (string length is important)
;**
sampleBin

;F1GP _Binary...
;
sampleMem

;_Memory...
;
sampleSave

;Save RAW sample to:
;
sampleVolume

;_Volume:
;
sampleLength

;_Length:
;
sampleStart

;_Start at:
;
sampleSamFile

;S_ample:
;
sampleSaveMode

;Save M_ode
;
sampleCurrent

;Current
;
sampleAll

;All
;
;
;*********************************************************************
;** Car Setup Editor text
;** (string length is important)
;**
setupFrontW

;_Front Wing:
;
setupRearW

;_Rear Wing:
;
setup1

;1st:
;
setup2

;2nd:
;
setup3

;3rd:
;
setup4

;4th:
;
setup5

;5th:
;
setup6

;6th:
;
setupBrake

;_Brake Balance:
;
setupTyre

;_Tyre Compound:
;
setupLoadGlob

;Load _Global
;
setupSaveGlob

;Save Gl_obal
;
setupGear

;Gear
;
setupRatios

;Ratios
;
setupRear

;Rear
;
setupFront

;Front
;
setupCCTyre

;Computer Car Tyre Co_mpound:
;
setupPitTyre

;_Default Tyre Compound:
;
;
;*********************************************************************
;** Stats GUI text
;** (string length is important)
;**
statsOutput

;_Output:
;
statsPrint

;_Print
;
;
;*********************************************************************
;** Team editor text
;** (string length is important)
;**
TXT_NoDriver

;None
;
teamMax

;Ma_x Teams:
;
teamEngine

;_Engine:
;
teamHP

;_HP:
;
teamDriverA

;Driver _A:
;
teamDriverB

;Driver _B:
;
teamCar

;Edit _Car...
;
teamCrew

;Edit _Pit Crew...
;
teamSpeed

;Speed _Factor:
;
teamRisk

;_Risk Factor:
;
teamRiskRace

;Race Ris_k Factor:
;
teamDefRisk

;Nor_mal Risk Factors?
;
;
;*********************************************************************
;** Graphics editor text
;** (string length is important)
;**
;gfxSave (900//)		REMOVED IN V3.10
;Save RAW Bitmap to:
;
;gfxCockpit (901//)		REMOVED IN V3.10
;Cockpit
;
gfxX

;_X:
;
gfxY

;_Y:
;
gfxImage

;_Image:
;
gfxLoadSettings

;_Load Settings...
;
gfxSaveSettings

;_Save Settings As...
;
gfxPosition

;Position
;
gfxSaveImage

;Save Image & Positions to:
;
;*********************************************************************
;** Keyboard Redefinition windows
;** (string length is not important)
;**
keyDefine

;Redefine _Keys...
;
keySteerRight

;Steer Right
;
keySteerLeft

;Steer Left
;
keyBrake

;Brake
;
keyAccelerate

;Accelerate
;
keyShowTimes

;Show positions and times
;
keyTimesOff

;Positions and times off
;
keyPositions

;Positions front/behind
;
keySetupMenu

;Car setup menu
;
keyHUDUp

;Move HUD up
;
keyHUDDown

;Move HUD down
;
keyHUDLeft

;Move HUD left
;
keyHUDRight

;Move HUD right
;
keyToggleHUD

;Toggle HUD
;
keyHUDSize

;Change HUD size
;
keyForChase

;Forward chase view
;
keyYourCar

;View your car
;
keyRevChase

;Reverse chase view
;
keyNextCar

;Next car
;
keyPrevCar

;Previous car
;
keyTrackside

;Trackside view
;
keyCockpit

;Cockpit view
;
keyChangeUp

;Change up a gear
;
keyChangeDown

;Change down a gear
;
keySnapshot1

;Snapshot position 1
;
keySnapshot2

;Snapshot position 2
;
keyRestore1

;Restore position 1
;
keyRestore2

;Restore position 2
;
;
;*********************************************************************
;** Local Speed Factor window
;** (string length is important)
;**
sfactorLocal

;_Local Speed Factor:
;
sfactorReset

;Re_set
;
sfactorDec

;_Decrease All
;
sfactorInc

;I_ncrease All
;
sfactorWetFactor

;In Wet Weather:
;
sfactorWetReduce

;_Auto-Reduce in the wet?
;
;
;*********************************************************************
;** Misc patches window
;** (string length is important)
;**
miscPitLight

;_Pit Light Off?
;
miscLess26Cars

;_Less cars in races?
;
;
;*********************************************************************
;** Auto Calculation window
;** (string length is important)
;**
realEvent

;_Event:
;
realInclude

;_Include in calculation?
;
realNew

;_New
;
realRemove

;Dele_te
;
realFastest

;_Fastest Team HP:
;
realSlowest

;S_lowest Team HP:
;
realCalculate

;C_alculate Current
;
realDriver

;Driver:
;
realQualTime

;_Qualifying Time:
;
realRaceLap

;Fastest _Race Lap:
;
realIgnore

;I_gnore Race?
;
realBestDriver

;_Best Driver:
;
realWorstDriver

;_Worst Driver:
;
realCalcAll

;_Calculate All
;
realMateFactor

;_Mate Factor:
;
;
;*********************************************************************
;** Local Risk Factor window
;** (string length is important)
;**
rfactorLocal

;_Local Risk Factor:
;
rfactorLocalRace

;L_ocal Race Risk Factor:
;
;
;*********************************************************************
;** Menu text
;** (string length is not important)
;**
menuProjectTitle

;Project
;
menuFileTitle

;File
;
menuWindowTitle

;Window
;
menuMemoryTitle

;Memory
;
menuSettingsTitle

;Settings
;
menuNew

;New
;
menuLoad

;Load from
;
menuDatafile

;Datafile...
;
menuBinary

;F1GP Binary...
;
menuMemory

;Memory
;
menuSave

;Save to
;
menuAbout

;About...
;
menuQuit

;Quit
;
menuLoadNames

;Load Names...
;
menuSaveNames

;Save Names...
;
menuDefault

;Default settings
;
menuInstall

;Install Patches
;
menuRemove

;Remove Patches
;
menuIcons

;Create Icons?
;
menuOverwrite

;Overwrite Files?
;
menuConfirm

;Confirmation Requests?
;
menuFilter

;File Filter?
;
menuSavePos

;Save Window Positions?
;
menuScreen

;Screen
;
menuScreenPub

;Public
;
menuScreenCust

;Custom...
;
menuSaveSettings

;Save Settings
;
menuRepatch

;Patch After Loading?
;
menuSaveAll

;All
;
; END
