0
|
1 |
################################################################################
|
|
2 |
#
|
|
3 |
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
4 |
# All rights reserved.
|
|
5 |
# This component and the accompanying materials are made available
|
|
6 |
# under the terms of "Eclipse Public License v1.0"
|
|
7 |
# which accompanies this distribution, and is available
|
|
8 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
9 |
#
|
|
10 |
# Initial Contributors:
|
|
11 |
# Nokia Corporation - initial contribution.
|
|
12 |
#
|
|
13 |
# Contributors:
|
|
14 |
#
|
|
15 |
# Description:
|
|
16 |
#
|
|
17 |
#
|
|
18 |
################################################################################
|
|
19 |
|
|
20 |
# about.ini
|
|
21 |
# contains information about a feature
|
|
22 |
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
|
23 |
# "%key" are externalized strings defined in about.properties
|
|
24 |
# This file does not need to be translated.
|
|
25 |
|
|
26 |
# Property "aboutText" contains blurb for "About" dialog (translated)
|
|
27 |
# This text is shown in Feature Details -dialog when feature is selected.
|
|
28 |
aboutText=%productBlurb
|
|
29 |
|
|
30 |
# Property "windowImage" contains path to window icon (16x16)
|
|
31 |
# needed for primary features only
|
|
32 |
|
|
33 |
# Property "featureImage" contains path to feature image (32x32)
|
|
34 |
# Not using this in here because we do not want the icon to
|
|
35 |
# show on about dialog. Only using aboutText above.
|
|
36 |
#featureImage=icons/
|
|
37 |
|
|
38 |
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
|
39 |
# needed for primary features only
|
|
40 |
|
|
41 |
# Property "appName" contains name of the application (translated)
|
|
42 |
# needed for primary features only
|
|
43 |
|
|
44 |
# Property "welcomePerspective" contains the id of the perspective in which the
|
|
45 |
# welcome page is to be opened.
|
|
46 |
# optional
|