build fix
[LibreOffice.git] / filter / source / xsltdialog / xmlfilterdialogstrings.src
blobaf886465f1df2454968e7e02c10d43794a7bd683
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "xmlfilterdialogstrings.hrc"
22 String STR_COLUMN_HEADER_NAME
24     Text [ en-US ]      = "Name";
27 String STR_COLUMN_HEADER_TYPE
29     Text [ en-US ]      = "Type";
32 String STR_UNKNOWN_APPLICATION
34     Text [ en-US ]      = "Unknown";
37 String STR_IMPORT_ONLY
39     Text [ en-US ]      = "import filter";
42 String STR_IMPORT_EXPORT
44     Text [ en-US ]      = "import/export filter";
47 String STR_EXPORT_ONLY
49     Text [ en-US ]      = "export filter";
52 String STR_APPL_NAME_WRITER
54     Text                    = "%PRODUCTNAME Writer (.sxw)";
57 String STR_APPL_NAME_CALC
59     Text                    = "%PRODUCTNAME Calc (.sxc)";
62 String STR_APPL_NAME_IMPRESS
64     Text                    = "%PRODUCTNAME Impress (.sxi)";
67 String STR_APPL_NAME_DRAW
69     Text                    = "%PRODUCTNAME Draw (.sxd)";
72 String STR_APPL_NAME_OASIS_WRITER
74     Text = "%PRODUCTNAME Writer (.odt)";
77 String STR_APPL_NAME_OASIS_CALC
79     Text = "%PRODUCTNAME Calc (.ods)";
82 String STR_APPL_NAME_OASIS_IMPRESS
84     Text = "%PRODUCTNAME Impress (.odp)";
87 String STR_APPL_NAME_OASIS_DRAW
89     Text = "%PRODUCTNAME Draw (.odg)";
92 String STR_WARN_DELETE
94     Text [ en-US ]      = "Do you really want to delete the XML Filter '%s'? This action cannot be undone.";
97 String STR_ERROR_FILTER_NAME_EXISTS
99     Text [ en-US ]  = "An XML filter with the name '%s' already exists. Please enter a different name.";
102 String STR_ERROR_TYPE_NAME_EXISTS
104     Text [ en-US ]  = "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name.";
107 String STR_ERROR_EXPORT_XSLT_NOT_FOUND
109     Text [ en-US ]  = "The XSLT for export cannot be found. Please enter a valid path.";
112 String STR_ERROR_IMPORT_XSLT_NOT_FOUND
114     Text [ en-US ]  = "The XSLT for import cannot be found. Please enter a valid path.";
117 String STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND
119     Text [ en-US ]  = "The given import template cannot be found. Please enter a valid path.";
122 String STR_NOT_SPECIFIED
124     Text [ en-US ]      = "Not specified";
127 String STR_NO_ERRORS_FOUND
129     Text                = "No errors found.";
132 String STR_DEFAULT_FILTER_NAME
134     Text [ en-US ]  = "New Filter";
137 String STR_DEFAULT_UI_NAME
139     Text [ en-US ]  = "Untitled";
142 String STR_DEFAULT_EXTENSION
144     Text                = "xml";
147 String STR_UNDEFINED_FILTER
149     Text [ en-US ]  = "undefined filter";
152 String STR_FILTER_HAS_BEEN_SAVED
154     Text [ en-US ]  = "The XML filter '%s' has been saved as package '%s'. ";
157 String STR_FILTERS_HAVE_BEEN_SAVED
159     Text [ en-US ]  = "%s XML filters have been saved in the package '%s'.";
162 String STR_FILTER_PACKAGE
164     Text [ en-US ]  = "XSLT filter package";
167 String STR_FILTER_INSTALLED
169     Text [ en-US ]  = "The XML filter '%s' has been installed successfully.";
172 String STR_FILTERS_INSTALLED
174     Text [ en-US ]  = "%s XML filters have been installed successfully.";
177 String STR_NO_FILTERS_FOUND
179     Text [ en-US ]  = "No XML filter could be installed because the package '%s' does not contain any XML filters.";
182 String STR_XML_FILTER_LISTBOX
184     Text [ en-US ]  = "XML Filter List";
187 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */