author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
1 # StringTableC.st
2 # Copyright (c) 2006 Symbian Ltd. All rights reserved.
3 # Example String Table
4 stringtable StringTableC
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