1 # 2 # Copyright (C) 2012 The Android Open Source Project 3 # 4 # Licensed under the Apache License, Version 2.0 (the "License"); 5 # you may not use this file except in compliance with the License. 6 # You may obtain a copy of the License at 7 # 8 # http://www.apache.org/licenses/LICENSE-2.0 9 # 10 # Unless required by applicable law or agreed to in writing, software 11 # distributed under the License is distributed on an "AS IS" BASIS, 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 # See the License for the specific language governing permissions and 14 # limitations under the License. 15 # 16 17 # about.ini 18 # contains information about a feature 19 # java.io.Properties file (ISO 8859-1 with "\" escapes) 20 # "%key" are externalized strings defined in about.properties 21 # This file does not need to be translated. 22 23 # Property "aboutText" contains blurb for "About" dialog (translated) 24 aboutText=%blurb 25 26 # Property "windowImage" contains path to window icon (16x16) 27 # needed for primary features only 28 29 # Property "featureImage" contains path to feature image (32x32) 30 featureImage=resources/plate32.png 31 32 # Property "aboutImage" contains path to product image (500x330 or 115x164) 33 # needed for primary features only 34 35 # Property "appName" contains name of the application (translated) 36 # needed for primary features only 37 38 # Property "welcomePerspective" contains the id of the perspective in which the 39 # welcome page is to be opened. 40 # optional