422
|
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 |
aboutText=%featureText
|
|
9 |
|
|
10 |
# Property "featureImage" contains path to feature image (32x32)
|
|
11 |
featureImage=modeling32.png
|
|
12 |
|
|
13 |
# Property "appName" contains name of the application (translated)
|
|
14 |
appName=%featureName
|
|
15 |
|
|
16 |
# Property "welcomePage" contains path to welcome page (special XML-based format)
|
|
17 |
welcomePage=$nl$/welcome.xml
|