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