home *** CD-ROM | disk | FTP | other *** search
- /*
- #
- # COMPONENT_NAME: somx
- #
- # ORIGINS: 27
- #
- #
- # 10H9767, 10H9769 (C) COPYRIGHT International Business Machines Corp. 1992,1994
- # All Rights Reserved
- # Licensed Materials - Property of IBM
- # US Government Users Restricted Rights - Use, duplication or
- # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
-
-
-
-
- # DISCLAIMER OF WARRANTIES.
- # The following [enclosed] code is sample code created by IBM
- # Corporation. This sample code is not part of any standard or IBM
- # product and is provided to you solely for the purpose of assisting
- # you in the development of your applications. The code is provided
- # "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
- # NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- # FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
- # THIS CODE. IBM shall not be liable for any damages arising out of
- # your use of the sample code, even if they have been advised of the
- # possibility of such damages.
- #
- # DISTRIBUTION.
- # This sample code can be freely distributed, copied, altered, and
- # incorporated into other software, provided that it bears the above
- # Copyright notice and DISCLAIMER intact.
- */
- #include "msgid.h"
- STRINGTABLE
- BEGIN
- /*****************************************************************
- Note to translator:
- These strings are mostly names of dogs and their attributes,
- such as the sounds they make, color, genus, and species.
- *******************************************************************/
- LassieId "Lassie"
- GuffyId "Guffy"
- WaldoId "Waldo"
- PlutoId "Pluto"
- ElvisId "Elvis"
- SpikeId "Spike"
- ScaryId "Scary"
- RoarId "Roar!!!"
- GrrId "Grr"
- RetrieverId "Retriever"
- YellowId "yellow"
- PierreId "Pierre"
- YapId "yap yap"
- FrenchPoodleId "French Poodle"
- BlackId "black"
- GermanShepherdId "German Shepherd"
- BrownId "brown"
- RoverId "Rover"
- SeparatorId "=======================\n"
- PopulationId "Total animal population is currently %d.\n"
- UnknownId "<Unknown>"
- AnimalNameId "\nThe animal named %s"
- GenusId " (Genus: %s,"
- SpeciesId " Species: %s) says:\n"
- BreedMsgId "Its breed is %s"
- ColorMsgId " and its color is %s.\n"
- WOOFId "\tWOOF WOOF\n"
- SoundMsgId "(and sometimes: %s)\n"
- woofId "\twoof woof\n"
- UnnamedId "<Unnamed>"
- CanisId "Canis"
- FamiliarisId "Familiaris"
- END
-