Line | |
---|
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 "About" dialog (translated)
|
---|
8 | # Maximum 15 lines and 75 characters per line.
|
---|
9 | aboutText=%blurb
|
---|
10 |
|
---|
11 | # Property "windowImage" contains path to window icon (16x16)
|
---|
12 | windowImage=eclipse.gif
|
---|
13 |
|
---|
14 | # Property "featureImage" contains path to feature image (32x32)
|
---|
15 | featureImage=eclipse32.gif
|
---|
16 |
|
---|
17 | # Property "aboutImage" contains path to product image.
|
---|
18 | # Full-sized product image: no larger than 500x330 pixels
|
---|
19 | # Half-sized product image: no larger than 250x330 pixels
|
---|
20 | # A full-sized product image is shown without the "aboutText" blurb.
|
---|
21 | # A half-sized product image is shown with the "aboutText" blurb beside it.
|
---|
22 | aboutImage=eclipse_lg.gif
|
---|
23 |
|
---|
24 | # Property "appName" contains name of the application (translated)
|
---|
25 | appName=%appName
|
---|
26 |
|
---|
27 | # Property "welcomePage" contains path to welcome page (special XML-based format)
|
---|
28 | # ($nl$/ prefix to permit locale-specific translations of entire file)
|
---|
29 | welcomePage=$nl$/welcome.xml
|
---|
30 |
|
---|
31 | # Property "welcomePerspective" contains the id of the perspective in which the
|
---|
32 | # welcome page is to be opened.
|
---|
33 | # optional
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.