1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #include "xmlfilterdialogstrings.hrc"
31 String STR_COLUMN_HEADER_NAME
33 Text [ en-US ] = "Name";
36 String STR_COLUMN_HEADER_TYPE
38 Text [ en-US ] = "Type";
41 String STR_UNKNOWN_APPLICATION
43 Text [ en-US ] = "Unknown";
46 String STR_IMPORT_ONLY
48 Text [ en-US ] = "import filter";
51 String STR_IMPORT_EXPORT
53 Text [ en-US ] = "import/export filter";
56 String STR_EXPORT_ONLY
58 Text [ en-US ] = "export filter";
61 String STR_APPL_NAME_WRITER
63 Text = "%PRODUCTNAME Writer (.sxw)";
66 String STR_APPL_NAME_CALC
68 Text = "%PRODUCTNAME Calc (.sxc)";
71 String STR_APPL_NAME_IMPRESS
73 Text = "%PRODUCTNAME Impress (.sxi)";
76 String STR_APPL_NAME_DRAW
78 Text = "%PRODUCTNAME Draw (.sxd)";
81 String STR_APPL_NAME_OASIS_WRITER
83 Text = "%PRODUCTNAME Writer (.odt)";
86 String STR_APPL_NAME_OASIS_CALC
88 Text = "%PRODUCTNAME Calc (.ods)";
91 String STR_APPL_NAME_OASIS_IMPRESS
93 Text = "%PRODUCTNAME Impress (.odp)";
96 String STR_APPL_NAME_OASIS_DRAW
98 Text = "%PRODUCTNAME Draw (.odg)";
101 String STR_WARN_DELETE
103 Text [ en-US ] = "Do you really want to delete the XML Filter '%s'? This action cannot be undone.";
106 String STR_ERROR_FILTER_NAME_EXISTS
108 Text [ en-US ] = "An XML filter with the name '%s' already exists. Please enter a different name.";
111 String STR_ERROR_TYPE_NAME_EXISTS
113 Text [ en-US ] = "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name.";
116 String STR_ERROR_DTD_NOT_FOUND
118 Text [ en-US ] = "The DTD could not be found. Please enter a valid path.";
121 String STR_ERROR_EXPORT_XSLT_NOT_FOUND
123 Text [ en-US ] = "The XSLT for export cannot be found. Please enter a valid path.";
126 String STR_ERROR_IMPORT_XSLT_NOT_FOUND
128 Text [ en-US ] = "The XSLT for import cannot be found. Please enter a valid path.";
131 String STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND
133 Text [ en-US ] = "The given import template cannot be found. Please enter a valid path.";
136 String STR_NOT_SPECIFIED
138 Text [ en-US ] = "Not specified";
141 String STR_NO_ERRORS_FOUND
143 Text = "No errors found.";
146 String STR_DEFAULT_FILTER_NAME
148 Text [ en-US ] = "New Filter";
151 String STR_DEFAULT_UI_NAME
153 Text [ en-US ] = "Untitled";
156 String STR_DEFAULT_EXTENSION
161 String STR_UNDEFINED_FILTER
163 Text [ en-US ] = "undefined filter";
166 String STR_FILTER_HAS_BEEN_SAVED
168 Text [ en-US ] = "The XML filter '%s' has been saved as package '%s'. ";
171 String STR_FILTERS_HAVE_BEEN_SAVED
173 Text [ en-US ] = "%s XML filters have been saved in the package '%s'.";
176 String STR_FILTER_PACKAGE
178 Text [ en-US ] = "XSLT filter package";
181 String STR_FILTER_INSTALLED
183 Text [ en-US ] = "The XML filter '%s' has been installed successfully.";
186 String STR_FILTERS_INSTALLED
188 Text [ en-US ] = "%s XML filters have been installed successfully.";
191 String STR_NO_FILTERS_FOUND
193 Text [ en-US ] = "No XML filter could be installed because the package '%s' does not contain any XML filters.";