lowlevellibsandfws/apputils/tsrc/t_strings/StringTableF.st
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 # StringTableF.st
       
     2 # Copyright (c) 2006 Symbian Ltd.  All rights reserved.
       
     3 # Example String Table
       
     4 fstringtable StringTableF
       
     5 !// Some types of fruit
       
     6 # This comment won't appear in the .h file, but the one above is.
       
     7 EApple apple
       
     8 EOrange orange
       
     9 EBanana banana
       
    10 # Some animals
       
    11 ECat cat
       
    12 EDog dog