equal
deleted
inserted
replaced
|
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 |