home *** CD-ROM | disk | FTP | other *** search
/ fxPAINT 1.0 / fxPAINT 1.0.iso / tools / ics / software / ics.lzh / ICS / Programmer / catalogs / ICS_Library.cd < prev    next >
Encoding:
Text File  |  2001-09-05  |  14.6 KB  |  645 lines

  1. ;    $VER: ICS_library.cd 2.02 (13.05.99)
  2. ;
  3. ;    This  is  the  master  catalog  description  file  to generate foreign
  4. ;    language catalogs for use with `ICS'.
  5. ;
  6. ;    Please keep the following in mind:
  7. ;
  8. ;    · Although  the  Style Guide suggests that keyboard shortcuts for menu
  9. ;      items  should  be  translated  along  with  the  label  text, common
  10. ;      practice  is  not  to  translate  them.  This  makes  it  easier for
  11. ;      experienced users to operate the program.
  12. ;
  13. ;    · Do  not change the sequence of  the catalog entries in the file  and
  14. ;      do not change the names of the entries either.
  15. ;
  16. ;    · Please read the locale library documentation on how to format
  17. ;      strings before translating this catalog
  18. ;
  19. ;    · Please do contact Wolf Faust before translating a catalog.
  20. ;      This makes sure you do have the latest .cd file and your translation
  21. ;      thus has the right version to work with the latest ICS library.
  22. ;      There may already be someone preparing a translation. So contact me!
  23. ;
  24. ;    · Once you are finished with the translation table, send it to me on
  25. ;      disk or via eMail. Don't compile the catalog on your own!.
  26. ;
  27. ;    Thank  you  very much for your generous offer to translate the catalog
  28. ;    descriptions!
  29. ;                  -Wolf
  30. ;
  31. ##header LOCALESTR_ICS
  32. ##arrayopts const
  33. ; ##prototype STRPTR __asm GetString(register __a0 struct LocaleInfo *li, register __d0 ULONG id);
  34. ; Locale strings for ics library
  35. ;
  36. ; All ID's below 200 are error messages the calling application should not display. Just notice and abort quietly.
  37. ;
  38. MSG_GUI_USERABORTED (1//)
  39. You did abort the ICS process.
  40. ;
  41. ;
  42. ; All ID's >=200 and below 2000 will cause Fault() text to be appended to message text if available.
  43. ;
  44. ; FILE: amiga.c
  45. ;
  46. MSG_ERR_FOPEN (200//)
  47. \nCan't open file '%s'.
  48. ;
  49. MSG_ERR_FSIZE (//)
  50. Can't get filesize.
  51. ;
  52. MSG_ERR_FSEEK (//)
  53. Can't seek position in file.
  54. ;
  55. MSG_ERR_FREAD (//)
  56. Error while reading file.
  57. ;
  58. MSG_ERR_FWRITE (//)
  59. Error while writing file.
  60. ;
  61. ; monitor.c
  62. ;
  63. MSG_ERR_FDIRSCAN (//)
  64. Can't read/scan/access the '%s' directory.
  65. ;
  66. ; FILE: winmonadd.c
  67. ;
  68. MSG_ERR_FDELETE (//)
  69. Can't delete file '%s'.
  70. ;
  71. ;
  72. ;
  73. ;
  74. ;
  75. ;
  76. ;
  77. ;
  78. ; All ID's below are messages without system Fault() returns
  79. ;
  80. ; Now let's define some basic text used in many ways...
  81. ;
  82. ; Program Name for user interface - similar to GUIPRGMNAME define.
  83. MSG_GUIPRGMNAME (2000//)
  84. ICS
  85. ; Status Process Name
  86. MSG_PRGMNAME_STATUS (//)
  87. ICS_Status_Process
  88. ;
  89. MSG_ERR_MEMORY (//)
  90. Not enough free memory.\nFailed to get %ld bytes.
  91. ;
  92. MSG_ARG_INVALID (//)
  93. Bad function argument given by application.\nFunction called: '%s()'.
  94. ;
  95. MSG_ERR_UNKNOWN (//)
  96. Unknown error cause.
  97. ;
  98. MSG_ERRMSG_HEADER (//)
  99. \nICS Error %ld: 
  100. ;
  101. MSG_ERR_NOMSGPORT (//)
  102. Can't create message port. Low memory?
  103. ;
  104. MSG_ERR_NOMSG (//)
  105. Can't create message. Low memory?
  106. ;
  107. MSG_GUI_ERRCREATEGADGET (//)
  108. Can't create gadgets in window.
  109. ;
  110. MSG_GUI_ERROPENWINDOW (//)
  111. Can't open window.
  112. ;
  113. MSG_GUI_ERRCREATEMENU (//)
  114. Can't create menu. Low memory?
  115. ;
  116. MSG_GD_SAVE (//)
  117. sS\000_Save
  118. ;
  119. MSG_GD_USE (//)
  120. uU\000_Use
  121. ;
  122. MSG_GD_CANCEL (//)
  123. cC\000_Cancel
  124. ; use in requesters
  125. MSG_GUI_ABORTBUTTON (//)
  126. Abort
  127. ; use in requesters
  128. MSG_GUI_ASKABORTGAD (//)
  129. Abort|Continue
  130. ; use in requesters
  131. MSG_GUI_CONTINUEBUTTON (//)
  132. Continue
  133. ; use in requesters
  134. MSG_GUI_ASKDELETEGAD (//)
  135. Delete|Abort
  136. ; use in various error message routines
  137. MSG_GUI_SHOWERR (//)
  138. Error while running ICS!
  139. ;
  140. MSG_ERR_ALLOCASL (//)
  141. Can't allocate filerequester. Low memory?
  142. ;
  143. MSG_ERR_BADPATH (//)
  144. Path or filename not valid.
  145. ;
  146. MSG_TXTUNNAMED (//)
  147. Unnamed
  148. ;
  149. MSG_TXTUNKNOWN (//)
  150. Unknown
  151. ;
  152. ; at least used in winmonadd.c and winmonwhite.c
  153. MSG_NOPROFILENAME (//)
  154. No profile name defined.
  155. ;
  156. MSG_ASK_DELSETING (//)
  157. Are you sure you want to delete?
  158. ;
  159. MSG_BAD_INTCOLORSPACE (//)
  160. Internal calculation failed because of unsupported\ncolor space conversion requested (Type: %ld)
  161. ;
  162. ;
  163. ;
  164. ;
  165. ; FILE: amiga.c
  166. ;
  167. MSG_ERR_REASON (3000//)
  168. \nReason
  169. ;
  170. ;
  171. ; FILE: gamutmap.c
  172. ;
  173. MSG_ERR_BADRENDERINTENT (4000//)
  174. Unsupported render intent for gamut mapping (Type: %ld).
  175. ;
  176. ;
  177. ; FILE: LibInitSAS.c
  178. ;
  179. ;
  180. MSG_BAD_CPU68020 (5000//)
  181. Failed to open ICS Library.\nReason: The library requires\na 68020 processor or newer.\nPlease install the correct ICS library for\nyour hardware.
  182. ;
  183. MSG_BAD_CPU68040 (//)
  184. Failed to open ICS Library.\nReason: The library requires\na 68040 processor or newer.\nPlease install the correct ICS library for\nyour hardware.
  185. ;
  186. MSG_BAD_NOFPU (//)
  187. Failed to open ICS Library.\nReason: The library was compiled for\nan Amiga with floating point unit (FPU).\nPlease install the correct ICS library for\nyour hardware.\nOn 68040/60 CPU systems make sure you do have a working\n68040.library or 68060.library installed in LIBS:.
  188. ;
  189. ;
  190. ; FILE: lut.c
  191. ;
  192. MSG_BAD_NOLUTSPACE (6000//)
  193. Creation of LUT failed. Requested color space (%ld to %ld)\nis not supported by the LUT routine.
  194. ;
  195. ;
  196. ; FILE: read.c
  197. ;
  198. MSG_EMPTY_PROFILE (7000//)
  199. Empty, corrupt or missing file.\nFilename: '%s'
  200. ;
  201. MSG_BAD_PROCOMMAND (//)
  202. %s command in profile is wrong.\nPlease make sure the selected profile is valid\nand you do have the latest ICS version.
  203. ;
  204. MSG_NO_FIELDS (//)
  205. Can't find a NUMBER_OF_FIELDS value\nbefore the BEGIN_DATA_FORMAT command\nin the device profile.
  206. ;
  207. MSG_NO_NUMFIELDS (//)
  208. Can't find a NUMBER_OF_FIELDS and/or\nBEGIN_DATA_FORMAT command in the profile.
  209. ;
  210. MSG_BAD_CMDORDER (//)
  211. \nCan't find a %s command before\nthe %s command in the profile.
  212. ;
  213. MSG_BAD_CALSPACE (//)
  214. NUMBER_OF_FIELDS and/or BEGIN_DATA_FORMAT\nlines in profile are incorrect, missing\nor do not contain info in required color space\nfor BEGIN_CALIB_DATA.
  215. ;
  216. MSG_BAD_TWICEDATA (//)
  217. Profile contains BEGIN_CALIB_DATA or BEGIN_BALANCE_DATA twice.
  218. ;
  219. MSG_BAD_BALSPACE (//)
  220. NUMBER_OF_FIELDS and/or BEGIN_DATA_FORMAT\nlines in profile are incorrect, missing\nor do not contain info in required color space\nfor BEGIN_BALANCE_DATA.
  221. ;
  222. MSG_BAD_DATAFORMAT (//)
  223. NUMBER_OF_FIELDS value does not\nreflect amount of fields in the\ndata section of the profile (%ld?).\nOr maybe the profile data is corrupt.
  224. ;
  225. MSG_TOOMANY_SETS (//)
  226. Amount of color sets found in profile (>=%ld)\ndoes not match number specified by %s (%ld).
  227. ;
  228. MSG_TOOMANY_NUMBERS (//)
  229. Amount of numbers found in the profile\nafter %s does not\nmatch format and specified sets.
  230. ;
  231. MSG_SUDDEN_PROFILEEOF (//)
  232. Unexpected end of profile data.
  233. ;
  234. MSG_MISSING_CMD (//)
  235. The profile did not contain a\n%s information.
  236. ;
  237. MSG_PROFILE_BADVERSION (//)
  238. The scanner profile has version %ld.\nThe profile needs to be at least version %ld.\nPlease recreate the scanner profile.
  239. ;
  240. ;
  241. ; FILE: trans.c
  242. ;
  243. MSG_BAD_FPROFILE (8000//)
  244. Not a valid profile.\nFilename: '%s'
  245. ;
  246. ;
  247. ; FILE: mainfuncs.c
  248. ;
  249. MSG_BAD_APPARG (9000//)
  250. Bad or missing function argument\nduring call from application to library.
  251. ;
  252. MSG_ILLEGAL_TRANSDEV (//)
  253. Color matching function can not be\ncreated for specified type of\nsource and destination device.
  254. ;
  255. MSG_BAD_MODEOFF (//)
  256. ICS was disabled during the creation\nof the specified transformation function.\nOnly transformations created with ICS enabled\ncan later be used with ICS enabled.
  257. ;
  258. MSG_BAD_SCANTLCARG (//)
  259. Bad function argument by application.\nNot all three color ICS_ScanTLC* tags are provided.
  260. ;
  261. MSG_BAD_INOUTCOLORSPACE (//)
  262. Unsupported color space transformation\nrequested (From: %ld, To: %ld.).
  263. ;
  264. ; FILE: matrix.c
  265. ;
  266. MSG_BADMATH_MATMUL (10000//)
  267. I can't multiply a %ldx%ld matrix with a %ldx%ld matrix.
  268. MSG_BADMATH_NOMATRIX (//)
  269. Not enough free memory for allocating a %ldx%ld matrix.
  270. MSG_BADMATH_NOPIVOT (//)
  271. Can't find pivot element of matrix. Values do not compute.
  272. MSG_BADMATH_NOSQUARE (//)
  273. Can't perform wanted matrix function on a non-square %ldx%ld matrix.
  274. MSG_BADMATH_SUBSTIT (//)
  275. Can't perform forward/backward substition on matrix.
  276. ;
  277. ; FILE: winsupport.c
  278. ;
  279. MSG_GUI_CANTGETPUBSCREEN (11000//)
  280. Can't get lock on public screen.
  281. ;
  282. MSG_GUI_BADSCREENID (//)
  283. Screen mode ID is invalid.
  284. ;
  285. MSG_GUI_NODRAWINFO (//)
  286. Can't get systems screen drawinfo data.
  287. ;
  288. MSG_GUI_ERROPENFONT (//)
  289. Can't open font for ICS user interface.\nHint: Make sure the screen used\nis large enough for all ICS windows.
  290. ;
  291. MSG_GUI_ERRGETVISUAL (//)
  292. System call to GetVisualInfo() routine failed.
  293. ;
  294. ; FILE: winstatus.c
  295. ;
  296. MSG_GUI_ASKABORT (12000//)
  297. Sure you want to abort?
  298. ;
  299. MSG_GUI_ABORTMSG (//)
  300. Aborting...
  301. ;
  302. MSG_GUI_NOTASK (//)
  303. Can't create task for status window.
  304. ;
  305. ; Status window messages
  306. ;
  307. MSG_STATUST_INTODEV (13000//)
  308. ICS: Init Input to Display function
  309. ;
  310. MSG_STATUS_INIT (//)
  311. Initialising...
  312. ;
  313. MSG_STATUS_END (//)
  314. Finished initialization.
  315. ;
  316. MSG_STATUS_BALANCE (//)
  317. Creating Graybalance/TLC Correction
  318. ;
  319. MSG_STATUS_GAMMA (//)
  320. Creating Gamma Correction
  321. ;
  322. MSG_STATUS_REGRESSION (//)
  323. Calibrating RGB->CIE Lab Function
  324. ;
  325. MSG_STATUS_ANALPROFILE (//)
  326. Analysing device profile
  327. ;
  328. MSG_STATUS_READPROFILE (//)
  329. Reading device profile
  330. ;
  331. MSG_STATUS_LUT (//)
  332. Creating a transformation LUT
  333. ;
  334. MSG_STATUS_URGBLUT (//)
  335. Creating RGB transformation LUT
  336. ;
  337. MSG_STATUS_GRAYLUT (//)
  338. Creating b/w transformation LUT
  339. ;
  340. MSG_STATUS_LOADLUT (//)
  341. Loading LUT cache file
  342. ;
  343. MSG_STATUS_INITLUT (//)
  344. Creating LUT structure
  345. ;
  346. MSG_STATUS_SAVELUT (//)
  347. Saving LUT cache file
  348. ;
  349. MSG_STATUS_COLCORRECT (//)
  350. Correcting Colors
  351. ;
  352. ; FILE: winmain.c
  353. ;
  354. MSG_DEMO_EXPIRED (//)
  355. Sorry, the installed version of the\nICS library expired on %s.\nPlease update the free ICS software.\nHint: Check 'hard/misc/ICS.lha' on AmiNet InterNet sites.
  356. ;
  357. MSG_DEMO_SOONEXPIRED (//)
  358. Warning: the installed ICS library version\nwill soon expire (%s).\nPlease update the ICS software as soon as possible.
  359. ;
  360. MSG_WINMAIN_WRITEDISKOBJECT (14000//)
  361. Can't write icon for\nfile:'%s'.
  362. ;
  363. MSG_WINMAIN_WINTITLE (//)
  364. ICS Preferences
  365. ;
  366. MSG_WINMAIN_GD_ICSON (//)
  367. eE\000_Enable ICS Color Management
  368. ;
  369. MSG_WINMAIN_GD_SELINPUT (//)
  370. tT\000Selec_t
  371. ;
  372. MSG_WINMAIN_GD_SELDISPLAY (//)
  373. lL\000Se_lect
  374. ;
  375. MSG_WINMAIN_GD_DISPLAYTEXT (//)
  376. Device: %s; White: %s; Gamma: %s
  377. ;
  378. MSG_WINMAIN_GD_AMBIENT (//)
  379. oO\000Surr_ound Relative Luminance
  380. ;
  381. MSG_WINMAIN_GD_RENDERINTENT (//)
  382. rR\000_Rendering Intent  
  383. ;
  384. MSG_WINMAIN_IT_INPUTDEVICE (//)
  385.  Input Device 
  386. ;
  387. MSG_WINMAIN_CY_AMBIENT0 (//)
  388. Average
  389. ;
  390. MSG_WINMAIN_CY_AMBIENT1 (//)
  391. Dim
  392. ;
  393. MSG_WINMAIN_CY_AMBIENT2 (//)
  394. Dark
  395. ;
  396. MSG_WINMAIN_CY_RENDERINT0 (//)
  397. Perceptual
  398. ;
  399. MSG_WINMAIN_CY_RENDERINT1 (//)
  400. Relativ Colorimetric
  401. ;
  402. MSG_WINMAIN_CY_RENDERINT2 (//)
  403. Saturated
  404. ;
  405. MSG_WINMAIN_CY_RENDERINT3 (//)
  406. Absolut Colorimetric
  407. ;
  408. MSG_WINMAIN_IT_DISPLAYDEVICE (//)
  409.  Display Device 
  410. ;
  411. MSG_ASL_ICSPREFTITLE (//)
  412. Select ICS preferences file.
  413. ;
  414. MSG_ASL_INPUTTITLE (//)
  415. Select scanner profile.
  416. ;
  417. MSG_ASL_SAVEPREFTITLE (//)
  418. Select ICS preferences file.
  419. ;
  420. ; menu text
  421. ;
  422. MSG_MENUPROJECT_MENU (15000//)
  423. Project
  424. ;
  425. MSG_MENUPROJECT_OPEN (//)
  426. O\000Open...
  427. ;
  428. MSG_MENUPROJECT_SAVE_AS (//)
  429. A\000Save As...
  430. ;
  431. MSG_MENUPROJECT_ABOUT (//)
  432. B\000About...
  433. ;
  434. MSG_MENUPROJECT_QUIT (//)
  435. Q\000Quit
  436. ;
  437. MSG_MENUEDIT_MENU (//)
  438. Edit
  439. ;
  440. MSG_MENUEDIT_RESET_TO_DEFAULTS (//)
  441. D\000Reset To Defaults
  442. ;
  443. MSG_MENUEDIT_LAST_SAVED (//)
  444. L\000Last Saved
  445. ;
  446. MSG_MENUEDIT_RESTORE (//)
  447. R\000Restore
  448. ;
  449. MSG_MENUSETTINGS_MENU (//)
  450. Settings
  451. ;
  452. MSG_MENUSETTINGS_CREATEICON (//)
  453. I\000Create Icons?
  454. ;
  455. ; outconvert.c
  456. ;
  457. MSG_BAD_OUTDEVICETYPE (16000//)
  458. Type of output device not supported (Type: %ld).
  459. ;
  460. MSG_BAD_OUTPUTCOLORSPACE (//)
  461. Unsupported output color space transformation\nrequested (Type: %ld.).
  462. ;
  463. ; inconvert.c
  464. ;
  465. MSG_BAD_INDEVICETYPE (17000//)
  466. Type of input device not supported (Type: %ld).
  467. ;
  468. MSG_BAD_INPUTCOLORSPACE (//)
  469. Unsupported input color space transformation\nrequested (Type: %ld.).
  470. ;
  471. ; prefs.c
  472. ;
  473. MSG_BAD_PREFS (18000//)
  474. Corrupt or wrong ICS setting file.
  475. ;
  476. MSG_BAD_PREFSVERSION (//)
  477. Wrong ICS setting file version.\nThe setting file seems to be version %ld.\nThis ICS library can load setting file versions %ld to %ld.
  478. ;
  479. ; winmonitor.c
  480. ;
  481. MSG_WINMON_WINTITLE (19000//)
  482. ICS Display Preferences
  483. ;
  484. MSG_WINMON_GD_USE (//)
  485. uU\000_Use
  486. ;
  487. MSG_WINMON_GD_CANCEL (//)
  488. cC\000_Cancel
  489. ;
  490. MSG_WINMON_GD_MONITOR (//)
  491.  \000Display Color
  492. ;
  493. MSG_WINMON_GD_WHITE (//)
  494.  \000White Point
  495. ;
  496. MSG_WINMON_GD_MONADD (//)
  497. aA\000_Add
  498. ;
  499. MSG_WINMON_GD_MONDEL (//)
  500.  \000Del
  501. ;
  502. MSG_WINMON_GD_MONEDIT (//)
  503. eE\000_Edit
  504. ;
  505. MSG_WINMON_GD_WHITEADD (//)
  506. dD\000A_dd
  507. ;
  508. MSG_WINMON_GD_WHITEDEL (//)
  509.  \000Del
  510. ;
  511. MSG_WINMON_GD_WHITEEDIT (//)
  512. iI\000Ed_it
  513. ;
  514. MSG_WINMON_GD_GAMMA (//)
  515. mM\000Display Ga_mma
  516. ;
  517. MSG_WINMON_GD_BRIGHT (//)
  518. hH\000Brig_htness
  519. ;
  520. MSG_WINMON_GD_RED (//)
  521. rR\000_Red
  522. ;
  523. MSG_WINMON_GD_GREEN (//)
  524. gG\000_Green
  525. ;
  526. MSG_WINMON_GD_BLUE (//)
  527. lL\000B_lue
  528. ;
  529. MSG_WINMON_GD_DEFAULT (//)
  530. fF\000De_fault
  531. ;
  532. MSG_WINMON_GD_DETERM (//)
  533. bB\000Cali_brate...
  534. ;
  535. MSG_WINMON_MONITORMISSING (//)
  536. Can't find profile '%s'.\nPlease select a new display color profile or cancel.
  537. ;
  538. MSG_WINMON_WHITEMISSING (//)
  539. Can't find profile '%s'.\nPlease select a new white point profile or cancel.
  540. ;
  541. MSG_WINMON_MONITORVERSION (//)
  542. The display color profile is faulty or has wrong version.
  543. ;
  544. MSG_WINMON_WHITEVERSION (//)
  545. The white point profile is faulty or has wrong version.
  546. ;
  547. MSG_WINMON_NODELPROFILE (//)
  548. I can't delete profile. It does not exist.
  549. ;
  550. ; winmonadd.c
  551. ;
  552. MSG_WINMONADD_WINTITLE (20000//)
  553. ICS Display Color Profile
  554. ;
  555. MSG_ERR_PROFILEEXISTS (//)
  556. Profile name already exists.
  557. ;
  558. MSG_ERRMONADD_BADREDVALUE (//)
  559. Illegal display red CIE value. Make sure 0 < x+y < 1.
  560. ;
  561. MSG_ERRMONADD_BADGREENVALUE (//)
  562. Illegal display green CIE value. Make sure 0 < x+y < 1.
  563. ;
  564. MSG_ERRMONADD_BADBLUEVALUE (//)
  565. Illegal display blue CIE value. Make sure 0 < x+y < 1.
  566. ;
  567. MSG_WINMONADD_GD_MONUSE (//)
  568. sS\000_Save
  569. ;
  570. MSG_WINMONADD_GD_MONCANCEL (//)
  571. cC\000_Cancel
  572. ;
  573. MSG_WINMONADD_GD_MONNAME (//)
  574. dD\000_Display
  575. ;
  576. MSG_WINMONADD_GD_REDX (//)
  577. rR\000_Red x
  578. ;
  579. MSG_WINMONADD_GD_REDY (//)
  580. eE\000R_ed y
  581. ;
  582. MSG_WINMONADD_GD_GREENX (//)
  583. gG\000_Green x
  584. ;
  585. MSG_WINMONADD_GD_GREENY (//)
  586. nN\000Gree_n y
  587. ;
  588. MSG_WINMONADD_GD_BLUEX (//)
  589. bB\000_Blue x
  590. ;
  591. MSG_WINMONADD_GD_BLUEY (//)
  592. lL\000B_lue y
  593. ;
  594. ; winmonwhite.c
  595. ;
  596. MSG_WINWHITEADD_WINTITLE (21000//)
  597. ICS White Point Profile
  598. ;
  599. MSG_WINWHITEADD_GD_WHITEUSE (//)
  600. sS\000_Save
  601. ;
  602. MSG_WINWHITEADD_GD_WHITECANCEL (//)
  603. cC\000_Cancel
  604. ;
  605. MSG_WINWHITEADD_GD_WHITENAME (//)
  606. wW\000_White Point
  607. ;
  608. MSG_WINWHITEADD_GD_WHITEX (//)
  609. iI\000C_IE x
  610. ;
  611. MSG_WINWHITEADD_GD_WHITEY (//)
  612. eE\000CI_E y
  613. ;
  614. MSG_ERRMONWHITE_BADREDVALUE (//)
  615. Illegal white point CIE value. Make sure 0 < x+y < 1.
  616. ;
  617. MSG_ERRMONWHITE_PROFILEVERSION (//)
  618. The white point profile is faulty or has wrong version.
  619. ;
  620. ; wingamma.c
  621. ;
  622. MSG_WINGAMMA_WINTITLE (22000//)
  623. ICS Gamma Finder
  624. ;
  625. MSG_ERRGAMMA_SCREENDEPTH (//)
  626. The screen used does not support\nenough colors for the gamma window.\nThe gamma window does need at least a 4 color screen.
  627. ;
  628. MSG_ERRGAMMA_NOAA (//)
  629. It seems your system is still using\nan old graphic chipset without a graphic board.\nThus you have a limited amount of shades per color.\nYou may continue, but the gamma value determined\nmight not be very precise.
  630. ;
  631. MSG_WINGAMMA_GD_GAMMAUSE (//)
  632. uU\000_Use
  633. ;
  634. MSG_WINGAMMA_GD_GAMMACANCEL (//)
  635. cC\000_Cancel
  636. ;
  637. MSG_WINGAMMA_GD_GAMMASLIDER (//)
  638. mM\000_Make Rectangle Match Background
  639. ;
  640. ;
  641. ;
  642. ;
  643. ; This must be last entry in this .cd file... otherwise you do get an endless loop...
  644. LASTTEXTID (99999//)
  645.