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