1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "xmlfilterdialogstrings.hrc"
23 String STR_COLUMN_HEADER_NAME
25 Text [ en-US ] = "Name";
28 String STR_COLUMN_HEADER_TYPE
30 Text [ en-US ] = "Type";
33 String STR_UNKNOWN_APPLICATION
35 Text [ en-US ] = "Unknown";
38 String STR_IMPORT_ONLY
40 Text [ en-US ] = "import filter";
43 String STR_IMPORT_EXPORT
45 Text [ en-US ] = "import/export filter";
48 String STR_EXPORT_ONLY
50 Text [ en-US ] = "export filter";
53 String STR_APPL_NAME_WRITER
55 Text = "%PRODUCTNAME Writer (.sxw)";
58 String STR_APPL_NAME_CALC
60 Text = "%PRODUCTNAME Calc (.sxc)";
63 String STR_APPL_NAME_IMPRESS
65 Text = "%PRODUCTNAME Impress (.sxi)";
68 String STR_APPL_NAME_DRAW
70 Text = "%PRODUCTNAME Draw (.sxd)";
73 String STR_APPL_NAME_OASIS_WRITER
75 Text = "%PRODUCTNAME Writer (.odt)";
78 String STR_APPL_NAME_OASIS_CALC
80 Text = "%PRODUCTNAME Calc (.ods)";
83 String STR_APPL_NAME_OASIS_IMPRESS
85 Text = "%PRODUCTNAME Impress (.odp)";
88 String STR_APPL_NAME_OASIS_DRAW
90 Text = "%PRODUCTNAME Draw (.odg)";
93 String STR_WARN_DELETE
95 Text [ en-US ] = "Do you really want to delete the XML Filter '%s'? This action cannot be undone.";
98 String STR_ERROR_FILTER_NAME_EXISTS
100 Text [ en-US ] = "An XML filter with the name '%s' already exists. Please enter a different name.";
103 String STR_ERROR_TYPE_NAME_EXISTS
105 Text [ en-US ] = "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name.";
108 String STR_ERROR_EXPORT_XSLT_NOT_FOUND
110 Text [ en-US ] = "The XSLT for export cannot be found. Please enter a valid path.";
113 String STR_ERROR_IMPORT_XSLT_NOT_FOUND
115 Text [ en-US ] = "The XSLT for import cannot be found. Please enter a valid path.";
118 String STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND
120 Text [ en-US ] = "The given import template cannot be found. Please enter a valid path.";
123 String STR_NOT_SPECIFIED
125 Text [ en-US ] = "Not specified";
128 String STR_NO_ERRORS_FOUND
130 Text = "No errors found.";
133 String STR_DEFAULT_FILTER_NAME
135 Text [ en-US ] = "New Filter";
138 String STR_DEFAULT_UI_NAME
140 Text [ en-US ] = "Untitled";
143 String STR_DEFAULT_EXTENSION
148 String STR_UNDEFINED_FILTER
150 Text [ en-US ] = "undefined filter";
153 String STR_FILTER_HAS_BEEN_SAVED
155 Text [ en-US ] = "The XML filter '%s' has been saved as package '%s'. ";
158 String STR_FILTERS_HAVE_BEEN_SAVED
160 Text [ en-US ] = "%s XML filters have been saved in the package '%s'.";
163 String STR_FILTER_PACKAGE
165 Text [ en-US ] = "XSLT filter package";
168 String STR_FILTER_INSTALLED
170 Text [ en-US ] = "The XML filter '%s' has been installed successfully.";
173 String STR_FILTERS_INSTALLED
175 Text [ en-US ] = "%s XML filters have been installed successfully.";
178 String STR_NO_FILTERS_FOUND
180 Text [ en-US ] = "No XML filter could be installed because the package '%s' does not contain any XML filters.";
183 String STR_XML_FILTER_LISTBOX
185 Text [ en-US ] = "XML Filter List";
188 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */