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