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