home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / 001 / entities_lite.h next >
Text File  |  2002-07-22  |  3KB  |  69 lines

  1.  
  2. /*
  3.  *@@sourcefile entities.h:
  4.  *      string replacements for the INF and HLP files.
  5.  *
  6.  */
  7.  
  8. #define xwp "eComStation"
  9. #define os2 "eComStation"
  10. #define warp "OS/2 Warp"
  11. #define warp4 "OS/2 Warp 4"
  12. #define winos2 "Win16"
  13. #define warpcenter "eComCenter"
  14. #define xcenter "eCenter"
  15. #define xbutton "eButton"
  16. #define xshutdown "eShutdown"
  17. #define pgr "ePager"
  18. #define contact-user "xworkplace-user@yahoogroups.com"
  19. #define contact-dev "xworkplace-dev@yahoogroups.com"
  20.  
  21. #define cfgsys "<CODE>CONFIG.SYS</CODE>"
  22.  
  23. // V0.9.19: added these two entities. Please replace all occurences
  24. // in your translation with the entity (i.e. replace "System Setup"
  25. // with &syssetup;) to allow for dynamic string replacements.
  26. #define syssetup "System Setup"
  27. #define cfgfdr "\"Extended Menu Options\" folder"
  28. #define popmenu "pop-up menu"
  29.  
  30. // V0.9.20: added the following
  31. #define eexe "Text Editor"
  32. #define sysfdr "Local System"
  33. #define cntryobj "Locale"
  34. #define minwinv "Minimized Window Viewer"
  35. #define os2short "eCS"
  36. #define connectfdr "Local Network"
  37. #define winos2setup "Win16 Settings"
  38. #define link_desktop "<IMG SRC=\"img/desktop_mini.gif\"><A HREF=\"objects/obj_desktop.html\">Desktop</A>"
  39. #define link_progobjs "<A HREF=\"objects/obj_pgmobj.html\">program objects</A>"
  40. #define link_tempsfdr "<IMG SRC=\"img/os2temps_mini.gif\"><A HREF=\"objects/obj_os2wptemplates.html\">\"Templates\" folder</A>"
  41. #define link_cmdfdr "<IMG SRC=\"img/os2cmdpfdr_mini.gif\"><A HREF=\"objects/obj_os2cmdfdr.html\">\"Command Prompts\" folder</A>"
  42. #define link_drivesfdr "<IMG SRC=\"img/os2drives_mini.gif\"><A HREF=\"objects/obj_os2drivfdr.html\">\"Drives\" folder</A>"
  43. #define link_warpcenter "<A HREF=\"objects/obj_os2warpcenter.html\">&warpcenter;</A>"
  44. #define link_sysfdr "<IMG SRC=\"img/os2system_mini.gif\"><A HREF=\"objects/obj_os2system.html\">\"&sysfdr;\" folder</A>"
  45. #define link_syssetupfdr "<IMG SRC=\"img/setupfdr_mini.gif\"><A HREF=\"objects/obj_setupfdr.html\">\"&syssetup;\" folder</A>"
  46. #define link_lookfdr "<IMG SRC=\"img/setup_look_mini.gif\"><A HREF=\"objects/obj_setup_look.html\">\"Appearance\" folder</A>"
  47. #define link_wpnetgrp "<IMG SRC=\"img/os2wpnetgrp_mini.gif\"><A HREF=\"objects/obj_os2wpnetgrp.html\">\"File and Print Client Resource Browser\"</A>"
  48. #define link_internet "<A HREF=\"glossary/gls_internet.html\">Internet</A>"
  49. #define link_tcpip "<A HREF=\"glossary/gls_prot_tcpip.html\">TCP/IP</A>"
  50. #define link_netbios "<A HREF=\"glossary/gls_prot_netbios.html\">NetBIOS</A>"
  51. #define link_peer "<A HREF=\"glossary/gls_peer.html\">File and Print Client</A>"
  52. // for the xwphelp2 dir, replace all occurences of
  53. // <A HREF="objects/obj_wps.html">"Workplace Shell" object</A>
  54. // with
  55. // &link_wpsobj;
  56. // which defines a mini icon with the link to the page
  57. #define link_wpsobj "<IMG SRC=\"img/xfwps_mini.gif\"><A HREF=\"objects/obj_wps.html\">\"Workplace Shell\" object</A>"
  58. // for the xwphelp2 dir, replace all occurences of
  59. // <A HREF="objects/obj_fdr_main.html">folders</A>
  60. // (note, plural) with
  61. // &link_folders;
  62. #define link_folders "<A HREF=\"objects/obj_fdr_main.html\">folders</A>"
  63. // for the xwphelp2 dir, replace all occurences of
  64. // <A HREF="objects/obj_dataf.html">data files</A>
  65. // (note, plural) with
  66. // &link_datafiles;
  67. #define link_datafiles "<A HREF=\"objects/obj_dataf.html\">data files</A>"
  68.  
  69.