merged tag ooo/DEV300_m102
[LibreOffice.git] / filter / source / xsltdialog / xmlfilterdialogstrings.hrc
bloba70b5d503df545d3ca47a9df9b49d23cfc405689
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #ifndef _XMLFILTERDIALOGSTRINGS_HRC_
29 #define _XMLFILTERDIALOGSTRINGS_HRC_
31 #include "xmlfiltercommon.hrc"
33 #define STR_COLUMN_HEADER_NAME                  (RID_XSLT_DIALOG_START + 0)
34 #define STR_COLUMN_HEADER_TYPE                  (RID_XSLT_DIALOG_START + 1)
35 #define STR_UNKNOWN_APPLICATION                 (RID_XSLT_DIALOG_START + 2)
36 #define STR_IMPORT_ONLY                         (RID_XSLT_DIALOG_START + 3)
37 #define STR_IMPORT_EXPORT                       (RID_XSLT_DIALOG_START + 4)
38 #define STR_EXPORT_ONLY                         (RID_XSLT_DIALOG_START + 5)
40 #define STR_WARN_DELETE                         (RID_XSLT_DIALOG_START + 10)
41 #define STR_NO_ERRORS_FOUND                     (RID_XSLT_DIALOG_START + 11)
42 #define STR_NOT_SPECIFIED                       (RID_XSLT_DIALOG_START + 12)
44 #define STR_DEFAULT_FILTER_NAME                 (RID_XSLT_DIALOG_START + 13)
45 #define STR_DEFAULT_EXTENSION                   (RID_XSLT_DIALOG_START + 14)
47 #define STR_ERROR_FILTER_NAME_EXISTS            (RID_XSLT_DIALOG_START + 15)
48 #define STR_ERROR_TYPE_NAME_EXISTS              (RID_XSLT_DIALOG_START + 16)
49 #define STR_ERROR_DTD_NOT_FOUND                 (RID_XSLT_DIALOG_START + 17)
50 #define STR_ERROR_EXPORT_XSLT_NOT_FOUND         (RID_XSLT_DIALOG_START + 18)
51 #define STR_ERROR_IMPORT_XSLT_NOT_FOUND         (RID_XSLT_DIALOG_START + 19)
52 #define STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND     (RID_XSLT_DIALOG_START + 20)
53 #define STR_DEFAULT_UI_NAME                     (RID_XSLT_DIALOG_START + 21)
54 #define STR_UNDEFINED_FILTER                    (RID_XSLT_DIALOG_START + 22)
56 #define STR_FILTER_HAS_BEEN_SAVED               (RID_XSLT_DIALOG_START + 23)
57 #define STR_FILTERS_HAVE_BEEN_SAVED             (RID_XSLT_DIALOG_START + 24)
58 #define STR_FILTER_PACKAGE                      (RID_XSLT_DIALOG_START + 25)
59 #define STR_FILTER_INSTALLED                    (RID_XSLT_DIALOG_START + 26)
60 #define STR_FILTERS_INSTALLED                   (RID_XSLT_DIALOG_START + 27)
61 #define STR_NO_FILTERS_FOUND                    (RID_XSLT_DIALOG_START + 28)
63 #define STR_APPL_NAME_WRITER                    (RID_XSLT_DIALOG_START + 30)
64 #define STR_APPL_NAME_CALC                      (RID_XSLT_DIALOG_START + 31)
65 #define STR_APPL_NAME_IMPRESS                   (RID_XSLT_DIALOG_START + 32)
66 #define STR_APPL_NAME_DRAW                      (RID_XSLT_DIALOG_START + 33)
67 #define STR_APPL_NAME_OASIS_WRITER              (RID_XSLT_DIALOG_START + 34)
68 #define STR_APPL_NAME_OASIS_CALC                (RID_XSLT_DIALOG_START + 35)
69 #define STR_APPL_NAME_OASIS_IMPRESS             (RID_XSLT_DIALOG_START + 36)
70 #define STR_APPL_NAME_OASIS_DRAW                (RID_XSLT_DIALOG_START + 37)
72 #endif