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.src,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 #include "xmlfilterdialogstrings.hrc"
34 String STR_COLUMN_HEADER_NAME
36 Text [ en-US ] = "Name";
39 String STR_COLUMN_HEADER_TYPE
41 Text [ en-US ] = "Type";
44 String STR_UNKNOWN_APPLICATION
46 Text [ en-US ] = "Unknown";
49 String STR_IMPORT_ONLY
51 Text [ en-US ] = "import filter";
54 String STR_IMPORT_EXPORT
56 Text [ en-US ] = "import/export filter";
59 String STR_EXPORT_ONLY
61 Text [ en-US ] = "export filter";
64 String STR_APPL_NAME_WRITER
66 Text = "%PRODUCTNAME Writer (.sxw)";
69 String STR_APPL_NAME_CALC
71 Text = "%PRODUCTNAME Calc (.sxc)";
74 String STR_APPL_NAME_IMPRESS
76 Text = "%PRODUCTNAME Impress (.sxi)";
79 String STR_APPL_NAME_DRAW
81 Text = "%PRODUCTNAME Draw (.sxd)";
84 String STR_APPL_NAME_OASIS_WRITER
86 Text = "%PRODUCTNAME Writer (.odt)";
89 String STR_APPL_NAME_OASIS_CALC
91 Text = "%PRODUCTNAME Calc (.ods)";
94 String STR_APPL_NAME_OASIS_IMPRESS
96 Text = "%PRODUCTNAME Impress (.odp)";
99 String STR_APPL_NAME_OASIS_DRAW
101 Text = "%PRODUCTNAME Draw (.odg)";
104 String STR_WARN_DELETE
106 Text [ en-US ] = "Do you really want to delete the XML Filter '%s'? This action cannot be undone.";
109 String STR_ERROR_FILTER_NAME_EXISTS
111 Text [ en-US ] = "An XML filter with the name '%s' already exists. Please enter a different name.";
114 String STR_ERROR_TYPE_NAME_EXISTS
116 Text [ en-US ] = "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name.";
119 String STR_ERROR_DTD_NOT_FOUND
121 Text [ en-US ] = "The DTD could not be found. Please enter a valid path.";
124 String STR_ERROR_EXPORT_XSLT_NOT_FOUND
126 Text [ en-US ] = "The XSLT for export cannot be found. Please enter a valid path.";
129 String STR_ERROR_IMPORT_XSLT_NOT_FOUND
131 Text [ en-US ] = "The XSLT for import cannot be found. Please enter a valid path.";
134 String STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND
136 Text [ en-US ] = "The given import template cannot be found. Please enter a valid path.";
139 String STR_NOT_SPECIFIED
141 Text [ en-US ] = "Not specified";
144 String STR_NO_ERRORS_FOUND
146 Text = "No errors found.";
149 String STR_DEFAULT_FILTER_NAME
151 Text [ en-US ] = "New Filter";
154 String STR_DEFAULT_UI_NAME
156 Text [ en-US ] = "Untitled";
159 String STR_DEFAULT_EXTENSION
164 String STR_UNDEFINED_FILTER
166 Text [ en-US ] = "undefined filter";
169 String STR_FILTER_HAS_BEEN_SAVED
171 Text [ en-US ] = "The XML filter '%s' has been saved as package '%s'. ";
174 String STR_FILTERS_HAVE_BEEN_SAVED
176 Text [ en-US ] = "%s XML filters have been saved in the package '%s'.";
179 String STR_FILTER_PACKAGE
181 Text [ en-US ] = "XSLT filter package";
184 String STR_FILTER_INSTALLED
186 Text [ en-US ] = "The XML filter '%s' has been installed successfully.";
189 String STR_FILTERS_INSTALLED
191 Text [ en-US ] = "%s XML filters have been installed successfully.";
194 String STR_NO_FILTERS_FOUND
196 Text [ en-US ] = "No XML filter could be installed because the package '%s' does not contain any XML filters.";