home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / base / root.15 / etc / dcu.d / locale / C / txtstrings / txtstrings~
Text File  |  1998-08-19  |  12KB  |  365 lines

  1. #ident    "@(#)dcu:locale/C/txtstrings    1.50.3.1"
  2.  
  3. FOOTER_HEIGHT=1
  4. TAB="    "
  5. PIPE="|"
  6.  
  7. # must be kept in sync with uts/io/autoconf/confmgr/cm_i386at.h
  8. unktype=0
  9. isatype=1
  10. eisatype=2
  11. pcitype=4
  12. pcmciatype=8
  13. pnptype=16
  14. mcatype=32
  15. systype=64
  16. i2otype=128
  17. sys="SYSTEM"
  18. isa="ISA"
  19. eisa="EISA"
  20. mca="MCA"
  21. pci="PCI"
  22. pnp="PnP"
  23. pcmcia="PCMCIA"
  24. i2o="I2O"
  25.  
  26. #generic type strings
  27. Yes="Yes"
  28. Y='Y'
  29. No="No"
  30. N='N'
  31. none="none"
  32. used="used"
  33. unused="unused"
  34. unknown="UNKNOWN"
  35. unk="$unknown"
  36. noprompt="noprompt"
  37. prompt="prompt"
  38. unchanged="unchange"
  39. changed="change"
  40. dash="-"
  41. new="new"
  42. deleted="deleted"
  43.  
  44. BADNUM="Please enter a number between $2 and $3"
  45. DCU_GENERIC_HEADER="UnixWare Device Configuration Utility"
  46. ANY_CONTINUE_FOOTER="Press Any Key to Continue"
  47. DCU_CHOOSE_FOOTER="Use up/down arrow keys and ENTER to select"
  48. GENERIC_CONTINUE_FOOTER="Press ENTER to Continue"
  49. GENERIC_ABORT_FOOTER="Press Any Key to Abort Changes"
  50. DCUGENERIC_WAIT_FOOTER="Please wait."
  51. GENERIC_NO_CHOICES="There are no known choices available for this field, edit manually."
  52. NOTYET="THIS DCU FUNCTION IS NOT SUPPORTED"
  53. RM_OPEN_RDONLY="
  54. Unable to open Resource Manager Database for writing.
  55.  
  56. Opening it Read Only!
  57.  
  58.   Press ENTER to continue."
  59.  
  60. RM_OPEN_ERROR="
  61. Unable to open Resource Manager.
  62.  
  63.   Press ENTER to continue."
  64.  
  65. # For use in "choose" script
  66. CHOICES="Choices"
  67.  
  68. CHOOSE_APPLY_CONF="
  69. Enter the DCU to resolve conflicts.
  70. Ignore conflicts and Apply Changes.
  71. "
  72.  
  73. CHOOSE_EXIT_CONF="
  74. Ignore Changes and Exit DCU.
  75. Enter the DCU to Apply Changes.
  76. "
  77.  
  78. MODNOSAVE="WARNING: Some database entries have been modified without being saved."
  79.  
  80. DCUconflict="
  81.  ERROR: The Device Configuration Utility(DCU) has detected
  82.  a hardware conflict that requires attention and therefore
  83.  the installation cannot continue.
  84.  
  85.  TO FIX:
  86.  You must reconfigure the conflicting hardware. This may
  87.  require either changing hardware settings and/or execution
  88.  of a configuration utility.
  89.  
  90.  See the UnixWare Installation Handbook for more information.
  91.          - Appendix B, Hardware Configuration Notes
  92.          - Appendix E, Troubleshooting
  93.  
  94.  Please take note of the conflicts that will be displayed.
  95. "
  96.  
  97. DCUidboot="
  98.  
  99.                                Warning
  100.  
  101.  If you have changed your configuration, you may need to reboot your system.
  102.  
  103. "
  104.  
  105. DCUreboot="
  106.  The installation will now be terminated and
  107.  the system will be shutdown.
  108.  
  109.  NOTE: Either manual and/or DCU intervention is required
  110.  in order to perform a successful installation.
  111. "
  112.  
  113. DCUrebuild=" WARNING:
  114.  The unix kernel should be rebuilt and the system rebooted because
  115.  the attributes of some non-autoconfig driver have been modified.
  116.  
  117.  See the System Owner's Handbook for more information on how to
  118.  reconfigure your system."
  119.  
  120. # For use in "boards" script
  121. BDSUMMARY="Hardware Device Configuration"
  122. BDSFOOTER=" "
  123. BDSFOOTER2="TAB/arrow=Move, F1=Help, F2=Choices, F4=Verify, F6=Info, F7=Adv, F10=Return"
  124. BDCHFOOTER="F2=choices, F6=Info, PgUp/PgDown=More, ENTER=Return"
  125. BD_ERR_CNFG="Please use $N for $No or $Y for $Yes to configure resource."
  126. BD_ERR_INT="Please use F2 to select an interrupt vector number."
  127. BD_ERR_PORT="Please use F2 to select a port address."
  128. BD_ERR_ADDR="Please use F2 to select a memory address."
  129. BD_ERR_NODELETE="You can not deconfigure this board with the DCU."
  130. BD_BAD_IRQ="An interrupt vector must be between 0 and 15."
  131. BD_BAD_PORT="An I/O port number must be between 0 and ffff hex."
  132. BD_BAD_PORTE="The ending I/O address must be >= the starting I/O address."
  133. BD_BAD_MEM="An I/O memory address must be between 0 and ffffffff hex."
  134. BD_BAD_MEME="The ending memory address must be >= the starting memory address."
  135. BD_BAD_DMA="A DMA number must be between -1 and 7."
  136. BD_BAD_CPU="A CPU number must be between 0 and" # Sentence completed by dcu
  137. BD_ONE_CPU="There is only one CPU configured and the CPU numbering begins at 0."
  138. BD_BAD_UNIT="The Unit field requires a module-dependent numeric value, 0=unused."
  139. BD_BAD_IPL="An IPL number must be between 0 and 9."
  140. BD_BAD_ITYPE="An ITYPE number must be between 0 and 4."
  141. BD_BAD_NAME="Device Name is not one of the valid Choices."
  142. boarddriver="Driver"
  143. boardname="Device Name"
  144. boardisc="Configure"
  145. boardunit="Unit"
  146. boardipl="IPL"
  147. boarditype="ITYPE"
  148. ##################################
  149. # boardirq=MUST BE  = 3 CHARACTERS
  150. ##################################
  151. boardirq="IRQ"
  152. ##################################
  153. # boardios=MUST BE <= 7 CHARACTERS
  154. ##################################
  155. boardios="IOStart"
  156. ##################################
  157. # boardioe=MUST BE <= 5 CHARACTERS
  158. ##################################
  159. boardioe="IOEnd"
  160. boardport="Ports"
  161. ##################################
  162. # boardmems=MUST BE <= 8 CHARACTERS
  163. ##################################
  164. boardmems="MemStart"
  165. ##################################
  166. # boardmeme=MUST BE <= 8 CHARACTERS
  167. ##################################
  168. boardmeme="MemEnd"
  169. ##################################
  170. # boarddma=MUST BE  = 3 CHARACTERS
  171. ##################################
  172. boarddma="DMA"
  173. boardcpu="BindCPU"
  174. boardid="ID"
  175. ####################################
  176. # BoardName=MUST BE <= 20 CHARACTERS
  177. ####################################
  178. BoardName="Device Name"
  179. BoardId="Board Id"
  180. BoardBusType="Board Bus Type"
  181. DriverName="Driver Name"
  182. BoardInstance="Board Instance"
  183. IRQs="IRQ"
  184. UNITs="UNIT"
  185. IPLs="IPL"
  186. ITYPEs="ITYPE"
  187. Ports="IO Ports"
  188. DMAs="DMA"
  189. Memory_Addresses="BIOS Address"
  190.  
  191. #For use in boardxpnd
  192. ESCXNDFOOTER="Press ENTER to exit display."
  193. BDXNDTEXT="
  194.                                            
  195. Device Name:    \${BDNAME[bd]}              
  196. Board ID :    \${BDID[bd]}              
  197. Driver Name  :  \${BDMODNAME[bd]}
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209. "
  210.  
  211. #For use in "drivers" script
  212. DRVSUMMARY="Software Device Drivers"
  213. BRDCONFIG="New Hardware Configuration"
  214. CONFIG_INFO="Configuration Information"
  215. DRVFOOTER="Use TAB to move, Spacebar=Toggle, F1=Help, F5=New, F6=Info, ENTER=Return"
  216. NOSELECT="To configure board, you must select the driver first."
  217. NOSELECTMSG="The following are the typical configuration values for this driver.
  218.  If selected to be configured, the values in the first column are used.
  219. "
  220. SELECTMSG="
  221.  The following is the configuration information that reflects the state
  222.  of this driver upon entry into the current DCU session:
  223. "
  224. CONFFOOTER="F1=Help, F2=Choices, F4=Verify, F6=Info, F8=Cancel&Return, F10=Apply&Return"
  225. DRVHBA="Host Bus Adapter Driver Configuration"
  226.  
  227. NODRVCATS="
  228.  
  229. No drivers of that category have
  230. been loaded onto the system.
  231.  
  232. "
  233.  
  234. # For use in irq_conflict function
  235. IRQNOSHARE="IRQ conflicts with an interrupt vector which cannot be shared."
  236. IRQSELFSHARE="IRQ conflicts with an interrupt vector which can
  237. only be shared with another instance of the same module."
  238. IRQIPLSHARE="IRQ cannot be shared by modules with different IPL values."
  239.  
  240. ITYPE0IRQ="The following entry contains conflicting values.
  241. The ITYPE field indicates that the device does not use interrupts."
  242.  
  243. # For use in port_conflict functions
  244. IOCONF="The I/O address range conflicts with the following entry."
  245. IOSCONF="The starting I/O address field conflicts with the following entry."
  246. IOECONF="The ending I/O address field conflicts with the following entry."
  247. IOSREQ="The starting I/O address field is required for this entry."
  248. IOEREQ="The ending I/O address field is required for this entry."
  249.  
  250. # For use in mem_conflict functions
  251. MEMCONF="The memory address range conflicts with the following entry."
  252. MEMSCONF="The starting memory address field conflicts with the following entry."
  253. MEMECONF="The ending memory address field conflicts with the following entry."
  254. MEMSREQ="The starting memory address field is required for this entry."
  255. MEMEREQ="The ending memory address field is required for this entry."
  256.  
  257. # For use in dma_conflict function
  258. DMACONF="The following entries have conflicting DMA values:"
  259.  
  260. # For use by the silent mapping function
  261. DCUACTION="Unable to set DCU_ACTION Parameter for RMKEY."
  262.  
  263. # For use in verify function
  264. VERIFYFOOTER="Verifying board configuration ...."
  265. BD_NOSAVED="You must apply changes first (use F5 to apply changes)."
  266. DRV_NOVERIFY="does not support the verify function."
  267. VERIFYFAIL="verify failed."
  268. VERIFYSUCCESS="verified successfully."
  269.  
  270. # For use by Advanced options screen
  271. ADVCONFIG="Advanced Parameter Selection"
  272. ADVFOOTER="F1=Help, F2=Choices, F10=Return"
  273. ADVSAVED="Saving Board Specific Parmeters"
  274. ADVLNMSG="Advanced Parameters"
  275. BSPLNMSG="Board Specific Parameters"
  276. ADVCBINDCPUMSG="Select Bind CPU"
  277. ADVCIPLMSG="Select IPL" 
  278. ADVCITYPEMSG="Select ITYPE" 
  279.  
  280. # For use in "helpwin" script
  281. FIRST_PAGE_FOOTER="F1=More help, Page Down, Esc to exit help"
  282. MIDDLE_PAGE_FOOTER="F1=More help, Page Down, Page Up, Esc to exit help"
  283. LAST_PAGE_FOOTER="F1=More help, Page Up, Esc to exit help"
  284. ONLY_PAGE_FOOTER="F1=More help, Esc to exit help"
  285. MOREHELP_FOOTER="Use up/down arrow keys and ENTER to select, or Esc to exit help"
  286. MOREHELP_TITLE="Related help topics"
  287.  
  288. # For use in "dcumain" script
  289. DCUMAIN_TITLE="Device Configuration Utility Main Menu"
  290. DCUMAIN_FOOTER="Use up/down arrow keys and ENTER to select, F1=Help."
  291. BDUPDATE_FOOTER="Saving configuration information ..."
  292. BOARD_PROMPT="Select this to view boards configured in system."
  293. BOARD="^Hardware Device Configuration"
  294. DRIVER_PROMPT="Select this to view/modify configuration of drivers."
  295. DRIVER="^Software Device Drivers"
  296. SAVE="^Apply Changes & Exit DCU"
  297. SAVE_PROMPT="Select this to save configuration information and exit DCU."
  298. DCUCANCEL="^Exit DCU and Cancel Changes"
  299. DCUCANCEL_PROMPT="Select this to end DCU session without saving changes."
  300. RESTART="Restart DCU and Cancel Changes"
  301. RESTART_PROMPT="Select this to restart DCU session."
  302. CNFG_HBA="Host Bus Adapter Driver Configuration"
  303. CNFG_HBA_PROMPT="Select this to configure Host Bus Adapter driver(s)."
  304. LOAD_HBA="Install Host Bus Adapter Driver(s)"
  305. LOAD_HBA_PROMPT="Select this to install HBA driver(s) after completing configuration."
  306. DCUEXIT_ERR="Select \'$DCUCANCEL\' to exit DCU."
  307. BAD_UPDATE="WARNING: Error detected while updating resmgr database."
  308.  
  309. # For use in cnfgihv script
  310. CnfgFloppy2="
  311.    The Host Bus Adapter configuration information 
  312.    must be loaded before configuring the driver.
  313.  
  314.    Please insert a Host Bus Adapter diskette now.
  315.  
  316.      Press ESC to abort or F5 to continue.
  317.  
  318. "
  319. CnfgWait="
  320. Please wait while the Hardware      
  321. Configuration Information is loaded.
  322. "
  323. HdcWait="
  324. Please wait while the Hardware Device 
  325. Configuration screen is generated.
  326. "
  327. CnflWait="Checking Hardware Configuration."
  328.  
  329. DUPIHVCNFG="
  330. Duplicate diskette name detected.
  331. Configuration has been aborted.
  332.  
  333.     Any key to continue.
  334. "
  335. CNFGFLOPPY_HBA_FOOTER="Loading Host Bus Adapter configuration from diskette....."
  336. CNFGFLOPPY_FOOTER="Press ENTER to continue."
  337. CNFGREMOVE_FLOPPY_FOOTER="You may remove diskette now."
  338. CNFG_DUPDRV="Warning ... \$fn already loaded in system."
  339.  
  340. # For use in category
  341. CATMAIN_TITLE="Software Device Driver Selections"
  342. CATMAIN_HEADER="DRIVER   NAMES OF SUPPORTED DEVICES"
  343. CATMAIN_HEADER2="======   =========================="
  344. network_interface_cards="^Network Interface Cards"
  345. host_bus_adapters="^Host Bus Adapters"
  346. communications_cards="^Communications Cards"
  347. video_cards="^Video Cards"
  348. sound_boards="^Sound Boards"
  349. miscellaneous="^Miscellaneous"
  350. alldrivers="^All Software Device Drivers"
  351. catreturn="^Return to DCU Main Menu"
  352. CAT1_PROMPT="Select this to view or configure Network Driver(s)."
  353. CAT2_PROMPT="Select this to view or configure Host Bus Adapter driver(s)."
  354. CAT3_PROMPT="Select this to view or configure Communication driver(s)."
  355. CAT4_PROMPT="Select this to view or configure Video Card driver(s)."
  356. CAT5_PROMPT="Select this to view or configure Sound Board driver(s)."
  357. CAT6_PROMPT="Select this to view or configure other type driver(s)."
  358. CAT7_PROMPT="Select this to view or configure all types of hardware driver(s)."
  359. CAT8_PROMPT="Select this to return to the Device Configuration Utility Main Menu."
  360. CATMAIN_FOOTER="Use up/down arrow keys and ENTER to select, F1=Help."
  361.  
  362. Continued_String="(Page Up/Page Down for more)"
  363. PageDown_String="(Page Down for more)"
  364. PageUp_String="(Page Up for more)"
  365.