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