home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somk / c / animals / msg.rc < prev    next >
Encoding:
Text File  |  1996-01-24  |  2.3 KB  |  75 lines

  1. /*
  2. #
  3. #   COMPONENT_NAME: somx
  4. #
  5. #   ORIGINS: 27
  6. #
  7. #
  8. #   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  9. #   All Rights Reserved
  10. #   Licensed Materials - Property of IBM
  11. #   US Government Users Restricted Rights - Use, duplication or
  12. #   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  13.  
  14.  
  15.  
  16.  
  17. # DISCLAIMER OF WARRANTIES.
  18. # The following [enclosed] code is sample code created by IBM
  19. # Corporation. This sample code is not part of any standard or IBM
  20. # product and is provided to you solely for the purpose of assisting
  21. # you in the development of your applications.  The code is provided
  22. # "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
  23. # NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  24. # FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
  25. # THIS CODE.  IBM shall not be liable for any damages arising out of
  26. # your use of the sample code, even if they have been advised of the
  27. # possibility of such damages.
  28. #
  29. # DISTRIBUTION.
  30. # This sample code can be freely distributed, copied, altered, and
  31. # incorporated into other software, provided that it bears the above
  32. # Copyright notice and DISCLAIMER intact.
  33. */
  34. #include "msgid.h"
  35. STRINGTABLE
  36. BEGIN
  37. /*****************************************************************
  38. Note to translator: 
  39. These strings are mostly names of dogs and their attributes,
  40. such as the sounds they make, color, genus, and species.
  41. *******************************************************************/
  42. LassieId    "Lassie"
  43. GuffyId        "Guffy"
  44. WaldoId        "Waldo"
  45. PlutoId        "Pluto"
  46. ElvisId        "Elvis"
  47. SpikeId        "Spike"
  48. ScaryId        "Scary"
  49. RoarId        "Roar!!!"
  50. GrrId        "Grr"
  51. RetrieverId    "Retriever"
  52. YellowId    "yellow"
  53. PierreId    "Pierre"
  54. YapId        "yap yap"
  55. FrenchPoodleId    "French Poodle"
  56. BlackId        "black"
  57. GermanShepherdId "German Shepherd"
  58. BrownId        "brown"
  59. RoverId        "Rover"
  60. SeparatorId    "=======================\n"
  61. PopulationId    "Total animal population is currently %d.\n"
  62. UnknownId    "<Unknown>"
  63. AnimalNameId    "\nThe animal named %s"
  64. GenusId        " (Genus: %s,"
  65. SpeciesId    " Species: %s) says:\n"
  66. BreedMsgId    "Its breed is %s"
  67. ColorMsgId    " and its color is %s.\n"
  68. WOOFId        "\tWOOF WOOF\n"
  69. SoundMsgId    "(and sometimes: %s)\n"
  70. woofId        "\twoof woof\n"
  71. UnnamedId    "<Unnamed>"
  72. CanisId        "Canis"
  73. FamiliarisId    "Familiaris"
  74. END
  75.