equal
deleted
inserted
replaced
|
1 ######################################################################################## |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
|
3 ######################################################################################## |
|
4 |
|
5 # about.ini |
|
6 # contains information about a feature |
|
7 # java.io.Properties file (ISO 8859-1 with "\" escapes) |
|
8 # "%key" are externalized strings defined in about.properties |
|
9 # This file does not need to be translated. |
|
10 |
|
11 # Property "aboutText" contains blurb for "About" dialog (translated) |
|
12 # This text is shown in Feature Details -dialog when feature is selected. |
|
13 aboutText=%productBlurb |
|
14 |
|
15 # Property "windowImage" contains path to window icon (16x16) |
|
16 # needed for primary features only |
|
17 |
|
18 # Property "featureImage" contains path to feature image (32x32) |
|
19 # Not using this in here because we do not want the icon to |
|
20 # show on about dialog. Only using aboutText above. |
|
21 #featureImage=icons/ |
|
22 |
|
23 # Property "aboutImage" contains path to product image (500x330 or 115x164) |
|
24 # needed for primary features only |
|
25 |
|
26 # Property "appName" contains name of the application (translated) |
|
27 # needed for primary features only |
|
28 |
|
29 # Property "welcomePerspective" contains the id of the perspective in which the |
|
30 # welcome page is to be opened. |
|
31 # optional |