sl@0: # StringTableC.st sl@0: # Copyright (c) 2006 Symbian Ltd. All rights reserved. sl@0: # Example String Table sl@0: stringtable StringTableC sl@0: !// Some types of fruit sl@0: # This comment won't appear in the .h file, but the one above is. sl@0: EApple apple sl@0: EOrange orange sl@0: EBanana banana sl@0: # Some animals sl@0: ECat cat sl@0: EDog dog