home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 10 / amigaformatcd10.iso / -screenplay- / utilities / f1gp-ed / catalogs / newcatalog.ct (.txt) next >
Amiga Catalog Translation file  |  1996-12-01  |  17KB  |  731 lines

  1. ## version 
  2. ## language 
  3. ## codeset 0
  4. ;   F1GP-Ed 3.23 Catalog Translation File
  5. ;   Program Copyright 
  6.  1994-1996 Oliver Roberts
  7. ;   Internet: Oliver@POBoxes.com
  8. ;   Translator: <your name>
  9. ;     Internet: <your email address>
  10. ;      Address: <your snail mail address>
  11. ;   This file contains the catalog-definitions and the english strings
  12. ;   that are builtin.  If you would prefer the text in F1GP-Ed to be in
  13. ;   another language (ie your own), then you might want to translate the
  14. ;   strings in this file and send the completed file back to me.
  15. ;   IMPORTANT: Please check with me before translating, just in case
  16. ;              somebody else has already done the translation, or is
  17. ;              currently working on it - I don't want you to waste your
  18. ;              time.
  19. ;   The following defines a sequence of strings. Each definition looks as
  20. ;   follows:
  21. ;   MSG_STRING_NAME
  22. ;   text
  23. ;   ;english
  24. ;   where:
  25. ;      MSG_STRING_NAME is the name of the macro-definition, that will be
  26. ;                      used to get the string - do NOT change this!
  27. ;      text            is the text the string will contain (fill this in)
  28. ;      ;english        is the text in english
  29. ;   *** strings can contain certain tokens:
  30. ;      \      denotes the string continues on the next line in this file
  31. ;      \n     denotes a physical newline (carriage return)
  32. ;      _      denotes a keyboard shortcut (following letter is the shortcut)
  33. ;   Lines beginning with semi-colons (;) are comments.
  34. ;   Some strings contain printf control codes (e.g. %d) - make sure these
  35. ;   appear in the translated string.
  36. ;   A NOTE ABOUT KEYBOARD SHORTCUTS
  37. ;     You may redefine any of the English keyboard shortcuts, or omit any
  38. ;     of them (ie no _ in translation, when there is one in the English
  39. ;     string).  However, if the English string doesn't have a shortcut
  40. ;     you shouldn't add one to your translation, as it won't do anything!
  41. ;     Localized shortcuts are supported starting with F1GP-Ed 3.10
  42. ;   IMPORTANT NOTE ABOUT STRING LENGTHS
  43. ;     Generally, it is okay to make strings that appear in requesters,
  44. ;     menus and key redefinition windows as long as you wish (within
  45. ;     reason).  You have to be a bit more careful when translating
  46. ;     gadget labels and other text that appears inside editor windows
  47. ;     to make sure they fit.  Generally, if the english string only
  48. ;     just fits into its space (with fixed width 8 point font), then
  49. ;     you shouldn't really make the translated string longer than the
  50. ;     english one.  Don't worry too much about this - you can always
  51. ;     correct overlong strings once you've got the .catalog from me.
  52. ;   AND NOW THE DEFINITIONS SHALL BEGIN... GOOD LUCK :-)
  53. ;************************************************************************
  54. ;** Text used in various requester buttons
  55. TXT_Load
  56. ;Load
  57. TXT_Save
  58. ;Save
  59. TXT_Select
  60. ;Select
  61. TXT_Replace
  62. ;Replace
  63. TXT_Cancel
  64. ;Cancel
  65. TXT_SharewareInfo
  66. ;Shareware Info
  67. ;*******************************************************************
  68. ;** Various requester title text
  69. ;** (string length is not too important)
  70. TXT_DisplayErrorTitle
  71. ;F1GP-Ed Message
  72. TXT_ConfirmReqTitle
  73. ;F1GP-Ed Request
  74. TXT_DataFileReqTitle
  75. ;Select F1GP-Ed datafile
  76. TXT_SampleReqTitle
  77. ;Select RAW sound sample
  78. TXT_DirReqTitle
  79. ;Select directory
  80. TXT_BinReqTitle
  81. ;Select F1GP disk #2 directory
  82. TXT_RecordsReqTitle
  83. ;Select F1GP lap records file
  84. TXT_NamesReqTitle
  85. ;Select F1GP names file
  86. TXT_SetupReqTitle
  87. ;Select F1GP global car setups file
  88. TXT_SingleSetupReqTitle
  89. ;Select F1GP car setup file
  90. TXT_OutputTextReqTitle
  91. ;Select output file
  92. TXT_GfxReqTitle
  93. ;Select RAW Image
  94. TXT_GfxSetReqTitle
  95. ;Select graphics settings file
  96. TXT_GfxReqTitleIFF
  97. ;Select IFF ILBM or RAW Image
  98. TXT_StatsReqTitle
  99. ;Select calculator events file
  100. TXT_SampleSetReqTitle
  101. ;Select sound settings file
  102. ;********************************************************************
  103. ;** Warnings that require responses
  104. ;** (string length is not important)
  105. TXT_FileExists
  106. ;File exists, replace?
  107. ;TXT_SampleTooSmall (51//)                  REMOVED IN V3.20
  108. ;Warning: Sample is smaller than the\n\     DON'T TRANSLATE IT
  109. ;recommended size.  Remaining space\n\
  110. ;will be cleared.  Do you still\n\
  111. ;want to save it?
  112. ;TXT_SampleTooBig (52//)            REMOVED IN V3.20
  113. ;Warning: Sample size is larger than\n\     DON'T TRANSLATE IT
  114. ;the recommended size.  Sample will\n\
  115. ;be truncated.  Do you still want to\n\
  116. ;save it?
  117. TXT_ConfirmQuit
  118. ;Are you sure you want to quit?
  119. TXT_ModifyBin
  120. ;This will directly modify your F1GP binary.\n\
  121. ;Please make sure you are using a backup\n\n\
  122. ;Version \
  123. TXT_MemWarn
  124. ;This option will directly alter system memory.\n\
  125. ;Make sure you have saved all your work\n\n\
  126. ;Version \
  127. TXT_PatchQuit
  128. ;Memory Patches still active.\n\
  129. ;Remove them, and then quit?
  130. TXT_CloseWindows
  131. ;Change screen now?\n\
  132. ;(all windows will be closed)
  133. TXT_ImageTooBig
  134. ;Warning: Image is larger than 320x184x4.\n\
  135. ;Right and bottom edges will be cropped\n\
  136. ;where required.  Do you still want to\n\
  137. ;save it?
  138. TXT_SampleTooBig2
  139. ;Warning: %s\n\
  140. ;is larger than the maximum size (%d bytes).\n\n\
  141. ;The sound sample will be truncated.
  142. ;**********************************************************************
  143. ;** Error messages
  144. ;** (string length is not important)
  145. ;TXT_NoGadtools (100//)        REMOVED IN V3.10
  146. ;Requires gadtools13.library V34
  147. ;TXT_NoAsl (101//)        REMOVED IN V3.10
  148. ;Requires asl.library V38 or reqtools.library V38
  149. ;TXT_NoReqtools (102//)        REMOVED IN V3.10
  150. ;Requires reqtools.library V38
  151. TXT_ScreenOpenFailed
  152. ;Could not open screen
  153. TXT_NotABinary
  154. ;Not a F1GP or WC Binary!  The size of the `f1gp'\n\
  155. ;file should be 582780, 582988 or 582992 bytes.
  156. TXT_WrongFileType
  157. ;Expected different file type
  158. ;TXT_LessThan26Selected (106//)
  159. ;You must have at least 26 drivers\n\
  160. ;allocated to the teams.
  161. TXT_StackTooSmall
  162. ;Stack too small - F1GP-Ed needs at least 4000 bytes
  163. TXT_NotInMem
  164. ;Cannot find F1GP in memory - aborting operation
  165. TXT_ClickGFXError
  166. ;Could not allocate memory to enable colour editor
  167. TXT_Crippled
  168. ;You haven't registered - feature disabled
  169. ;TXT_NoF1GPLib (111//)        REMOVED IN V3.10
  170. ;Requires f1gp.library V35
  171. TXT_Requires
  172. ;Requires
  173. TXT_NotEnoughDrivers
  174. ;You must have at least %d drivers\n\
  175. ;allocated to the teams.  Also,\n\
  176. ;ensure there are enough teams.
  177. TXT_UnhandledILBM
  178. ;Sorry, cannot handle this image type
  179. TXT_CorruptILBM
  180. ;Unable to load ILBM - appears to be corrupt
  181. TXT_ImageTooSmall
  182. ;Image too small
  183. TXT_NoMem
  184. ;Not enough memory available
  185. ;**********************************************************************
  186. ;** Camera editor text
  187. ;** (string is important)
  188. cameraLength
  189. ;_Length of Shot:
  190. cameraSpeed
  191. ;_Tracking Speed:
  192. cameraZoom
  193. ;_Zoom:
  194. cameraHeight
  195. ;_Height:
  196. cameraPresets
  197. ;_Presets:
  198. cameraRide
  199. ;_Ride Height:
  200. cameraTrackCam
  201. ;Trackside Camera
  202. cameraChaseCam
  203. ;Chase Cameras
  204. cameraBothCam
  205. ;Trackside & Chase
  206. cameraInCar
  207. ;In-Car
  208. ;*********************************************************************
  209. ;** Cheat editor text
  210. ;** (string length is important)
  211. cheatQPractice
  212. ;_Q Tyres in Practice?
  213. cheatUnlimited
  214. ;_Unlimited Q Tyres?
  215. cheatAids
  216. ;_All Driving Aids?
  217. cheatTeamHP
  218. ;Use _Team HP?
  219. cheatPlayerHP
  220. ;_Player HP:
  221. cheatFinishHP
  222. ;_Finish HP:
  223. cheatDegradeHP
  224. ;_Degrade HP?
  225. cheatMultiFix
  226. ;_Multiplayer Fix?
  227. ;********************************************************************
  228. ;** Car Control editor text
  229. ;** (string length is important)
  230. controlLeft
  231. ;_left
  232. controlCentre
  233. ;centre
  234. controlRight
  235. ;right
  236. controlBack
  237. ;back
  238. controlForward
  239. controlAGear
  240. ;Analog _Gearchange:
  241. controlKeyDef
  242. ;Keyboard _Default?
  243. controlCali
  244. ;Analog Joystick Calibration
  245. controlSteerHelp
  246. ;Analog _Super-Steering Help?
  247. ;*********************************************************************
  248. ;** Driver editor text
  249. ;** (string length is important)
  250. driverName
  251. ;_Name:
  252. driverSelect
  253. ;_Selected?
  254. driverQual
  255. ;_Qual:
  256. driverRace
  257. ;_Race:
  258. driverHelmet
  259. ;Edit _Helmet...
  260. driverUp
  261. driverDown
  262. ;_Down
  263. driverGlobal
  264. ;Global
  265. ;*********************************************************************
  266. ;** In-game prefs editor text
  267. ;** (string length is important)
  268. gameDamage1
  269. ;_Hit Wall (retire):
  270. gameDamage2
  271. ;Hit Car (retire):
  272. gameDamage3
  273. ;Hit Car (damage):
  274. gameDamage4
  275. ;Hit Wall (damage):
  276. gameDetail
  277. ;_Detail Level:
  278. gameFramesSec
  279. ;_Frames/sec:
  280. gameTargetDisp
  281. ;_Target Display:
  282. gameYellow
  283. ;_Yellow Flag Delay:
  284. gameRemoval
  285. ;_Car Removal Delay:
  286. gameDamage
  287. ;Car Fragility
  288. gameSteering
  289. ;_Reverse Steering Help?
  290. gameFuelLoad
  291. ;_Practice Fuel Load:
  292. ;*********************************************************************
  293. ;** Common memory patch GUI text
  294. ;** (string length is important)
  295. memInstall
  296. ;_Install
  297. memRemove
  298. ;_Remove
  299. ;*********************************************************************
  300. ;**  Main window text
  301. ;**  (string length is important)
  302. mainMemPatch
  303. ;Memory Patches
  304. mainFileEd
  305. ;File Editors
  306. mainOther
  307. ;Other
  308. mainBinFile
  309. ;F1GP Binary:
  310. ;*********************************************************************
  311. ;** F1GP options editor text
  312. ;** (string length is important)
  313. optionsBrakes
  314. ;Auto _Brakes?
  315. optionsGears
  316. ;Auto _Gears?
  317. optionsSpins
  318. ;_Self-Righting Spins?
  319. optionsIndes
  320. ;_Indestructable?
  321. optionsLine
  322. ;Dotted `Best _Line'?
  323. optionsGear
  324. ;S_uggested Gear?
  325. optionsStandard
  326. ;Opposition S_tandard:
  327. optionsSpread
  328. ;Opposition Spr_ead:
  329. optionsPrac
  330. ;_Practice:
  331. optionsQual
  332. ;_Qualifying:
  333. optionsDist
  334. ;_Race Distance:
  335. optionsMulti
  336. ;_Multiplayer Turns:
  337. optionsUnits
  338. ;U_nits:
  339. optionsFast
  340. ;_Fast Windows?
  341. optionsAnims
  342. ;_Animations?
  343. optionsAnalog
  344. ;Analog _Joystick?
  345. optionsSetups
  346. ;Separate Qual/Race _Car Setups?
  347. optionsHelp
  348. ;Help Options
  349. optionsRace
  350. ;Race Options
  351. optionsGame
  352. ;Game Options
  353. ;*********************************************************************
  354. ;** PatchF1GP GUI text
  355. ;** (string length is important)
  356. pf1gpInterrupt
  357. ;Interrupt _Enabled?
  358. pf1gpDebounce
  359. ;_Debounce:
  360. pf1gpDigi
  361. ;Digital _Joystick Gears
  362. pf1gpKey
  363. ;_2 Key Gearchange?
  364. pf1gpTraction
  365. ;Traction Control
  366. pf1gpPitSpeed
  367. ;_Pit Lane Speed Limiter?
  368. pf1gpSpeedLimit
  369. ;Speed _Limit:
  370. pf1gpSnapshot
  371. ;Position _Snapshot Keys?
  372. ;*********************************************************************
  373. ;** Prefs editor text
  374. ;** (string length is important)
  375. prefsQuick
  376. ;Select _Quick Race?
  377. prefsSkip
  378. ;_Skip Startup Menu?
  379. prefsManual
  380. ;_Manual:
  381. prefsTiming
  382. ;_Timing:
  383. prefsDefDir
  384. ;_Default Dir:
  385. prefsLevel
  386. ;_Level Name:
  387. prefsGUI
  388. ;Fast _GUI?
  389. prefsFilter
  390. ;_File Filter?
  391. prefsLaps
  392. ;Quick _Race Laps:
  393. prefsWetProb
  394. ;_Wet Race Probability:
  395. prefsFirst
  396. ;_1st:
  397. prefsTenth
  398. ;10th:
  399. prefsPoints
  400. ;Points
  401. prefsQualLaps
  402. ;Q_ual Laps:
  403. prefsAudioInt
  404. ;Nice _Audio?
  405. prefsWetUSA
  406. ;Wet at P_hoenix?
  407. ;*********************************************************************
  408. ;** Record editor text
  409. ;** (string length is important)
  410. recordCondition
  411. ;_Condition
  412. recordDriver
  413. ;_Driver:
  414. recordTeam
  415. ;_Team:
  416. recordTime
  417. ;T_ime:
  418. recordDate
  419. ;D_ate:
  420. recordLoad
  421. ;_Load
  422. recordSave
  423. ;_Save
  424. ;*********************************************************************
  425. ;** Sample editor text
  426. ;** (string length is important)
  427. sampleBin
  428. ;F1GP _Binary...
  429. sampleMem
  430. ;_Memory...
  431. sampleSave
  432. ;Save RAW sample to:
  433. sampleVolume
  434. ;_Volume:
  435. sampleLength
  436. ;_Length:
  437. sampleStart
  438. ;_Start at:
  439. sampleSamFile
  440. ;S_ample:
  441. sampleSaveMode
  442. ;Save M_ode
  443. sampleCurrent
  444. ;Current
  445. sampleAll
  446. ;*********************************************************************
  447. ;** Car Setup Editor text
  448. ;** (string length is important)
  449. setupFrontW
  450. ;_Front Wing:
  451. setupRearW
  452. ;_Rear Wing:
  453. setup1
  454. ;1st:
  455. setup2
  456. ;2nd:
  457. setup3
  458. ;3rd:
  459. setup4
  460. ;4th:
  461. setup5
  462. ;5th:
  463. setup6
  464. ;6th:
  465. setupBrake
  466. ;_Brake Balance:
  467. setupTyre
  468. ;_Tyre Compound:
  469. setupLoadGlob
  470. ;Load _Global
  471. setupSaveGlob
  472. ;Save Gl_obal
  473. setupGear
  474. ;Gear
  475. setupRatios
  476. ;Ratios
  477. setupRear
  478. ;Rear
  479. setupFront
  480. ;Front
  481. setupCCTyre
  482. ;Computer Car Tyre Co_mpound:
  483. setupPitTyre
  484. ;_Default Tyre Compound:
  485. ;*********************************************************************
  486. ;** Stats GUI text
  487. ;** (string length is important)
  488. statsOutput
  489. ;_Output:
  490. statsPrint
  491. ;_Print
  492. ;*********************************************************************
  493. ;** Team editor text
  494. ;** (string length is important)
  495. TXT_NoDriver
  496. ;None
  497. teamMax
  498. ;Ma_x Teams:
  499. teamEngine
  500. ;_Engine:
  501. teamHP
  502. ;_HP:
  503. teamDriverA
  504. ;Driver _A:
  505. teamDriverB
  506. ;Driver _B:
  507. teamCar
  508. ;Edit _Car...
  509. teamCrew
  510. ;Edit _Pit Crew...
  511. teamSpeed
  512. ;Speed _Factor:
  513. teamRisk
  514. ;_Risk Factor:
  515. teamRiskRace
  516. ;Race Ris_k Factor:
  517. teamDefRisk
  518. ;Nor_mal Risk Factors?
  519. ;*********************************************************************
  520. ;** Graphics editor text
  521. ;** (string length is important)
  522. ;gfxSave (900//)        REMOVED IN V3.10
  523. ;Save RAW Bitmap to:
  524. ;gfxCockpit (901//)        REMOVED IN V3.10
  525. ;Cockpit
  526. gfxImage
  527. ;_Image:
  528. gfxLoadSettings
  529. ;_Load Settings...
  530. gfxSaveSettings
  531. ;_Save Settings As...
  532. gfxPosition
  533. ;Position
  534. gfxSaveImage
  535. ;Save Image & Positions to:
  536. ;*********************************************************************
  537. ;** Keyboard Redefinition windows
  538. ;** (string length is not important)
  539. keyDefine
  540. ;Redefine _Keys...
  541. keySteerRight
  542. ;Steer Right
  543. keySteerLeft
  544. ;Steer Left
  545. keyBrake
  546. ;Brake
  547. keyAccelerate
  548. ;Accelerate
  549. keyShowTimes
  550. ;Show positions and times
  551. keyTimesOff
  552. ;Positions and times off
  553. keyPositions
  554. ;Positions front/behind
  555. keySetupMenu
  556. ;Car setup menu
  557. keyHUDUp
  558. ;Move HUD up
  559. keyHUDDown
  560. ;Move HUD down
  561. keyHUDLeft
  562. ;Move HUD left
  563. keyHUDRight
  564. ;Move HUD right
  565. keyToggleHUD
  566. ;Toggle HUD
  567. keyHUDSize
  568. ;Change HUD size
  569. keyForChase
  570. ;Forward chase view
  571. keyYourCar
  572. ;View your car
  573. keyRevChase
  574. ;Reverse chase view
  575. keyNextCar
  576. ;Next car
  577. keyPrevCar
  578. ;Previous car
  579. keyTrackside
  580. ;Trackside view
  581. keyCockpit
  582. ;Cockpit view
  583. keyChangeUp
  584. ;Change up a gear
  585. keyChangeDown
  586. ;Change down a gear
  587. keySnapshot1
  588. ;Snapshot position 1
  589. keySnapshot2
  590. ;Snapshot position 2
  591. keyRestore1
  592. ;Restore position 1
  593. keyRestore2
  594. ;Restore position 2
  595. ;*********************************************************************
  596. ;** Local Speed Factor window
  597. ;** (string length is important)
  598. sfactorLocal
  599. ;_Local Speed Factor:
  600. sfactorReset
  601. ;Re_set
  602. sfactorDec
  603. ;_Decrease All
  604. sfactorInc
  605. ;I_ncrease All
  606. sfactorWetFactor
  607. ;In Wet Weather:
  608. sfactorWetReduce
  609. ;_Auto-Reduce in the wet?
  610. sfactorCorrectFPS
  611. ;_Frame Rate Correction?
  612. sfactorActual
  613. ;Actual:
  614. ;*********************************************************************
  615. ;** Misc patches window
  616. ;** (string length is important)
  617. miscPitLight
  618. ;_Pit Light Off?
  619. miscLess26Cars
  620. ;_Less cars in races?
  621. miscCorrectClock
  622. ;_Correct Clock?
  623. ;*********************************************************************
  624. ;** Auto Calculation window
  625. ;** (string length is important)
  626. realEvent
  627. ;_Event:
  628. realInclude
  629. ;_Include in calculation?
  630. realNew
  631. ;_New
  632. realRemove
  633. ;Dele_te
  634. realFastest
  635. ;_Fastest Team HP:
  636. realSlowest
  637. ;S_lowest Team HP:
  638. realCalculate
  639. ;C_alculate Current
  640. realDriver
  641. ;Driver:
  642. realQualTime
  643. ;_Qualifying Time:
  644. realRaceLap
  645. ;Fastest _Race Lap:
  646. realIgnore
  647. ;I_gnore Race?
  648. realBestDriver
  649. ;_Best Driver:
  650. realWorstDriver
  651. ;_Worst Driver:
  652. realCalcAll
  653. ;_Calculate All
  654. realMateFactor
  655. ;_Mate Factor:
  656. ;*********************************************************************
  657. ;** Local Risk Factor window
  658. ;** (string length is important)
  659. rfactorLocal
  660. ;_Local Risk Factor:
  661. rfactorLocalRace
  662. ;L_ocal Race Risk Factor:
  663. ;*********************************************************************
  664. ;** Menu text
  665. ;** (string length is not important)
  666. menuProjectTitle
  667. ;Project
  668. menuFileTitle
  669. ;File
  670. menuWindowTitle
  671. ;Window
  672. menuMemoryTitle
  673. ;Memory
  674. menuSettingsTitle
  675. ;Settings
  676. menuNew
  677. menuLoad
  678. ;Load from
  679. ;*** The 3 sub-item strings below are only used by the menuLoad item ***
  680. menuDatafile
  681. ;Datafile...
  682. menuBinary
  683. ;F1GP Binary
  684. menuMemory
  685. ;Memory
  686. menuSave
  687. ;Save to
  688. menuAbout
  689. ;About...
  690. menuQuit
  691. ;Quit
  692. ;*** The 3 sub-item strings below are only used by the menuSave item ***
  693. menuDatafileSave
  694. ;Datafile...
  695. menuBinarySave
  696. ;F1GP Binary
  697. menuMemorySave
  698. ;Memory
  699. menuSaveAll
  700. menuLoadNames
  701. ;Load Names...
  702. menuSaveNames
  703. ;Save Names...
  704. menuDefault
  705. ;Default settings
  706. menuInstall
  707. ;Install Patches
  708. menuRemove
  709. ;Remove Patches
  710. menuIcons
  711. ;Create Icons?
  712. menuOverwrite
  713. ;Overwrite Files?
  714. menuConfirm
  715. ;Confirmation Requests?
  716. menuFilter
  717. ;File Filter?
  718. menuSavePos
  719. ;Save Window Positions?
  720. menuScreen
  721. ;Screen
  722. menuScreenPub
  723. ;Public
  724. menuScreenCust
  725. ;Custom...
  726. menuSaveSettings
  727. ;Save Settings
  728. menuRepatch
  729. ;Patch After Loading?
  730. ; END
  731.