1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/lowlevellibsandfws/apputils/tsrc/t_strings/StringTableF.st Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,12 @@
1.4 +# StringTableF.st
1.5 +# Copyright (c) 2006 Symbian Ltd. All rights reserved.
1.6 +# Example String Table
1.7 +fstringtable StringTableF
1.8 +!// Some types of fruit
1.9 +# This comment won't appear in the .h file, but the one above is.
1.10 +EApple apple
1.11 +EOrange orange
1.12 +EBanana banana
1.13 +# Some animals
1.14 +ECat cat
1.15 +EDog dog