xref: /AOO42X/main/desktop/source/deployment/misc/dp_misc.src (revision 3f137713004ace5dce39278826a0cb7472fb9212)
1158fda6aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3158fda6aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4158fda6aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5158fda6aSAndrew Rist * distributed with this work for additional information
6158fda6aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7158fda6aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8158fda6aSAndrew Rist * "License"); you may not use this file except in compliance
9158fda6aSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11158fda6aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13158fda6aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14158fda6aSAndrew Rist * software distributed under the License is distributed on an
15158fda6aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16158fda6aSAndrew Rist * KIND, either express or implied.  See the License for the
17158fda6aSAndrew Rist * specific language governing permissions and limitations
18158fda6aSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20158fda6aSAndrew Rist *************************************************************/
21158fda6aSAndrew Rist
22cdf0e10cSrcweir#include "dp_misc.hrc"
23cdf0e10cSrcweir
24cdf0e10cSrcweirString RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN {
25cdf0e10cSrcweir    Text [en-US] = "Unknown" ;
26cdf0e10cSrcweir};
27cdf0e10cSrcweir
28cdf0e10cSrcweirString RID_DEPLYOMENT_DEPENDENCIES_MIN {
298951e390SHerbert Dürr    Text [en-US] = "Extension requires at least Apache OpenOffice %VERSION" ;
30cdf0e10cSrcweir};
31cdf0e10cSrcweir
32cdf0e10cSrcweirString RID_DEPLYOMENT_DEPENDENCIES_MAX {
338951e390SHerbert Dürr    Text [en-US] = "Extension doesn't support versions greater than: Apache OpenOffice %VERSION" ;
34cdf0e10cSrcweir};
35*3f137713Smseidel
36*3f137713Smseidel// ********************************************************************** EOF
37