source: trunk/src/plugins/org.eclipse.platform/about.ini

Last change on this file was 164, checked in by lpino, 16 years ago
  • Property svn:eol-style set to native
File size: 1.2 KB
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.
9aboutText=%blurb
10
11# Property "windowImage" contains path to window icon (16x16)
12windowImage=eclipse.gif
13
14# Property "featureImage" contains path to feature image (32x32)
15featureImage=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.
22aboutImage=eclipse_lg.gif
23
24# Property "appName" contains name of the application (translated)
25appName=%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)
29welcomePage=$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.