1 # ************************************************************* 2 # 3 # Licensed to the Apache Software Foundation (ASF) under one 4 # or more contributor license agreements. See the NOTICE file 5 # distributed with this work for additional information 6 # regarding copyright ownership. The ASF licenses this file 7 # to you under the Apache License, Version 2.0 (the 8 # "License"); you may not use this file except in compliance 9 # with the License. You may obtain a copy of the License at 10 # 11 # http://www.apache.org/licenses/LICENSE-2.0 12 # 13 # Unless required by applicable law or agreed to in writing, 14 # software distributed under the License is distributed on an 15 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 # KIND, either express or implied. See the License for the 17 # specific language governing permissions and limitations 18 # under the License. 19 # 20 # ************************************************************* 21 # Window System API 22 # x-no-translate 23 24 # TopComponent 25 LBL_component_name=<name of component> 26 #LBL_mode_name=<name of mode> 27 #LBL_workspace_name=<name of workspace> 28 29 # WizardDescriptor 30 # Dialog title: 31 TITLE_wizard=Select Path to OpenOffice.org Installation 32 33 # WizardDescriptor.Iterator 34 # Label the sequence #. Appears at top of pane: 35 # e.g. "Panel Name (1 of 3)" 36 TITLE_x_of_y={0} of {1} 37 # Provide list of steps to show in left pane: 38 #LBL_step_1=Select First Thing 39 #LBL_step_2=Configure Details 40 41 # WizardDescriptor.Panel 42 # Will appear in dialog title; see above 43 TITLE_ParcelPropertiesVisualPanel=Parcel Recipe Properties 44 TITLE_SelectPathVisualPanel=Path to OpenOffice.org 45 46 # CallableSystemAction 47 LBL_Action=Run Action 48