0
|
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 |
#windowImage=icons/compatibility_analyser_run_16.png
|
|
19 |
|
|
20 |
# Property "featureImage" contains path to feature image (32x32)
|
|
21 |
# Not using this in here because we do not want the icon to
|
|
22 |
# show on about dialog. Only using aboutText above.
|
|
23 |
#featureImage=icons/compatibility_analyser_run_16.png
|
|
24 |
|
|
25 |
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
|
26 |
# needed for primary features only
|
|
27 |
#aboutImage=icons/compatibility_analyser_run_16.png
|
|
28 |
|
|
29 |
# Property "appName" contains name of the application (translated)
|
|
30 |
# needed for primary features only
|
|
31 |
|
|
32 |
# Property "welcomePerspective" contains the id of the perspective in which the
|
|
33 |
# welcome page is to be opened.
|
|
34 |
# optional
|