xref: /AOO41X/main/filter/source/xsltdialog/xmlfilterdialogstrings.hrc (revision 2891ce0415644228802896c9cbd2569a574fa930)
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
22
23
24#ifndef _XMLFILTERDIALOGSTRINGS_HRC_
25#define _XMLFILTERDIALOGSTRINGS_HRC_
26
27#include "xmlfiltercommon.hrc"
28
29#define STR_COLUMN_HEADER_NAME                  (RID_XSLT_DIALOG_START + 0)
30#define STR_COLUMN_HEADER_TYPE                  (RID_XSLT_DIALOG_START + 1)
31#define STR_UNKNOWN_APPLICATION                 (RID_XSLT_DIALOG_START + 2)
32#define STR_IMPORT_ONLY                         (RID_XSLT_DIALOG_START + 3)
33#define STR_IMPORT_EXPORT                       (RID_XSLT_DIALOG_START + 4)
34#define STR_EXPORT_ONLY                         (RID_XSLT_DIALOG_START + 5)
35
36#define STR_WARN_DELETE                         (RID_XSLT_DIALOG_START + 10)
37#define STR_NO_ERRORS_FOUND                     (RID_XSLT_DIALOG_START + 11)
38#define STR_NOT_SPECIFIED                       (RID_XSLT_DIALOG_START + 12)
39
40#define STR_DEFAULT_FILTER_NAME                 (RID_XSLT_DIALOG_START + 13)
41#define STR_DEFAULT_EXTENSION                   (RID_XSLT_DIALOG_START + 14)
42
43#define STR_ERROR_FILTER_NAME_EXISTS            (RID_XSLT_DIALOG_START + 15)
44#define STR_ERROR_TYPE_NAME_EXISTS              (RID_XSLT_DIALOG_START + 16)
45#define STR_ERROR_DTD_NOT_FOUND                 (RID_XSLT_DIALOG_START + 17)
46#define STR_ERROR_EXPORT_XSLT_NOT_FOUND         (RID_XSLT_DIALOG_START + 18)
47#define STR_ERROR_IMPORT_XSLT_NOT_FOUND         (RID_XSLT_DIALOG_START + 19)
48#define STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND     (RID_XSLT_DIALOG_START + 20)
49#define STR_DEFAULT_UI_NAME                     (RID_XSLT_DIALOG_START + 21)
50#define STR_UNDEFINED_FILTER                    (RID_XSLT_DIALOG_START + 22)
51
52#define STR_FILTER_HAS_BEEN_SAVED               (RID_XSLT_DIALOG_START + 23)
53#define STR_FILTERS_HAVE_BEEN_SAVED             (RID_XSLT_DIALOG_START + 24)
54#define STR_FILTER_PACKAGE                      (RID_XSLT_DIALOG_START + 25)
55#define STR_FILTER_INSTALLED                    (RID_XSLT_DIALOG_START + 26)
56#define STR_FILTERS_INSTALLED                   (RID_XSLT_DIALOG_START + 27)
57#define STR_NO_FILTERS_FOUND                    (RID_XSLT_DIALOG_START + 28)
58
59#define STR_APPL_NAME_WRITER                    (RID_XSLT_DIALOG_START + 30)
60#define STR_APPL_NAME_CALC                      (RID_XSLT_DIALOG_START + 31)
61#define STR_APPL_NAME_IMPRESS                   (RID_XSLT_DIALOG_START + 32)
62#define STR_APPL_NAME_DRAW                      (RID_XSLT_DIALOG_START + 33)
63#define STR_APPL_NAME_OASIS_WRITER              (RID_XSLT_DIALOG_START + 34)
64#define STR_APPL_NAME_OASIS_CALC                (RID_XSLT_DIALOG_START + 35)
65#define STR_APPL_NAME_OASIS_IMPRESS             (RID_XSLT_DIALOG_START + 36)
66#define STR_APPL_NAME_OASIS_DRAW                (RID_XSLT_DIALOG_START + 37)
67
68#endif
69