jpasch | 6c04517 | 2011-05-12 07:53:18 +0000 | [diff] [blame^] | 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) |
jpasch | 0731e0c | 2011-05-11 13:14:42 +0000 | [diff] [blame] | 8 | aboutText=%graphitiText |
jpasch | 6c04517 | 2011-05-12 07:53:18 +0000 | [diff] [blame^] | 9 | |
| 10 | # Property "featureImage" contains path to feature image (32x32) |
| 11 | featureImage=icons/graphiti32.png |
| 12 | |
| 13 | # Property "appName" contains name of the application (translated) |
| 14 | appName=%featureName |