1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include "xmlfilterdialogstrings.hrc" 25 26 27String STR_COLUMN_HEADER_NAME 28{ 29 Text [ en-US ] = "Name"; 30}; 31 32String STR_COLUMN_HEADER_TYPE 33{ 34 Text [ en-US ] = "Type"; 35}; 36 37String STR_UNKNOWN_APPLICATION 38{ 39 Text [ en-US ] = "Unknown"; 40}; 41 42String STR_IMPORT_ONLY 43{ 44 Text [ en-US ] = "import filter"; 45}; 46 47String STR_IMPORT_EXPORT 48{ 49 Text [ en-US ] = "import/export filter"; 50}; 51 52String STR_EXPORT_ONLY 53{ 54 Text [ en-US ] = "export filter"; 55}; 56 57String STR_APPL_NAME_WRITER 58{ 59 Text = "%PRODUCTNAME Writer (.sxw)"; 60}; 61 62String STR_APPL_NAME_CALC 63{ 64 Text = "%PRODUCTNAME Calc (.sxc)"; 65}; 66 67String STR_APPL_NAME_IMPRESS 68{ 69 Text = "%PRODUCTNAME Impress (.sxi)"; 70}; 71 72String STR_APPL_NAME_DRAW 73{ 74 Text = "%PRODUCTNAME Draw (.sxd)"; 75}; 76 77String STR_APPL_NAME_OASIS_WRITER 78{ 79 Text = "%PRODUCTNAME Writer (.odt)"; 80}; 81 82String STR_APPL_NAME_OASIS_CALC 83{ 84 Text = "%PRODUCTNAME Calc (.ods)"; 85}; 86 87String STR_APPL_NAME_OASIS_IMPRESS 88{ 89 Text = "%PRODUCTNAME Impress (.odp)"; 90}; 91 92String STR_APPL_NAME_OASIS_DRAW 93{ 94 Text = "%PRODUCTNAME Draw (.odg)"; 95}; 96 97String STR_WARN_DELETE 98{ 99 Text [ en-US ] = "Do you really want to delete the XML Filter '%s'? This action cannot be undone."; 100}; 101 102String STR_ERROR_FILTER_NAME_EXISTS 103{ 104 Text [ en-US ] = "An XML filter with the name '%s' already exists. Please enter a different name."; 105}; 106 107String STR_ERROR_TYPE_NAME_EXISTS 108{ 109 Text [ en-US ] = "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name."; 110}; 111 112String STR_ERROR_DTD_NOT_FOUND 113{ 114 Text [ en-US ] = "The DTD could not be found. Please enter a valid path."; 115}; 116 117String STR_ERROR_EXPORT_XSLT_NOT_FOUND 118{ 119 Text [ en-US ] = "The XSLT for export cannot be found. Please enter a valid path."; 120}; 121 122String STR_ERROR_IMPORT_XSLT_NOT_FOUND 123{ 124 Text [ en-US ] = "The XSLT for import cannot be found. Please enter a valid path."; 125}; 126 127String STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND 128{ 129 Text [ en-US ] = "The given import template cannot be found. Please enter a valid path."; 130}; 131 132String STR_NOT_SPECIFIED 133{ 134 Text [ en-US ] = "Not specified"; 135}; 136 137String STR_NO_ERRORS_FOUND 138{ 139 Text = "No errors found."; 140}; 141 142String STR_DEFAULT_FILTER_NAME 143{ 144 Text [ en-US ] = "New Filter"; 145}; 146 147String STR_DEFAULT_UI_NAME 148{ 149 Text [ en-US ] = "Untitled"; 150}; 151 152String STR_DEFAULT_EXTENSION 153{ 154 Text = "xml"; 155}; 156 157String STR_UNDEFINED_FILTER 158{ 159 Text [ en-US ] = "undefined filter"; 160}; 161 162String STR_FILTER_HAS_BEEN_SAVED 163{ 164 Text [ en-US ] = "The XML filter '%s' has been saved as package '%s'. "; 165}; 166 167String STR_FILTERS_HAVE_BEEN_SAVED 168{ 169 Text [ en-US ] = "%s XML filters have been saved in the package '%s'."; 170}; 171 172String STR_FILTER_PACKAGE 173{ 174 Text [ en-US ] = "XSLT filter package"; 175}; 176 177String STR_FILTER_INSTALLED 178{ 179 Text [ en-US ] = "The XML filter '%s' has been installed successfully."; 180}; 181 182String STR_FILTERS_INSTALLED 183{ 184 Text [ en-US ] = "%s XML filters have been installed successfully."; 185}; 186 187String STR_NO_FILTERS_FOUND 188{ 189 Text [ en-US ] = "No XML filter could be installed because the package '%s' does not contain any XML filters."; 190}; 191 192 193 194 195 196 197 198 199 200