author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
sl@0 | 1 |
# StringTableC.st |
sl@0 | 2 |
# Copyright (c) 2006 Symbian Ltd. All rights reserved. |
sl@0 | 3 |
# Example String Table |
sl@0 | 4 |
stringtable StringTableC |
sl@0 | 5 |
!// Some types of fruit |
sl@0 | 6 |
# This comment won't appear in the .h file, but the one above is. |
sl@0 | 7 |
EApple apple |
sl@0 | 8 |
EOrange orange |
sl@0 | 9 |
EBanana banana |
sl@0 | 10 |
# Some animals |
sl@0 | 11 |
ECat cat |
sl@0 | 12 |
EDog dog |