215
|
1 |
# about.ini
|
|
2 |
# contains information about a feature
|
|
3 |
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
|
4 |
# "%key" are externalized strings defined in about.properties
|
|
5 |
# This file does not need to be translated.
|
|
6 |
|
|
7 |
# Property "aboutText" contains blurb for feature details in the "About"
|
|
8 |
# dialog (translated). Maximum 15 lines and 75 characters per line.
|
|
9 |
aboutText=%blurb
|
|
10 |
|
|
11 |
# Property "featureImage" contains path to feature image (32x32)
|
|
12 |
featureImage=eclipse32.png
|
|
13 |
|
|
14 |
# Property "windowImage" contains path to window icon (16x16)
|
|
15 |
# needed for primary features only
|
|
16 |
windowImage=eclipse.png
|
|
17 |
|
|
18 |
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
|
19 |
# needed for primary features only
|
|
20 |
aboutImage=eclipse_lg.png
|
|
21 |
|
|
22 |
# Property "appName" contains name of the application (translated)
|
|
23 |
# needed for primary features only
|
|
24 |
appName=Eclipse
|
|
25 |
|
|
26 |
# Property "welcomePage" contains path to welcome page (special XML-based format)
|
|
27 |
# ($nl$/ prefix to permit locale-specific translations of entire file)
|
|
28 |
#welcomePage=$nl$/welcome.xml
|
|
29 |
|
|
30 |
# Property "welcomePerspective" contains the id of the perspective in which the
|
|
31 |
# welcome page is to be opened.
|
|
32 |
# optional
|
|
33 |
|
|
34 |
# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page
|
|
35 |
# optional
|
|
36 |
#tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html
|
|
37 |
|