author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
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