| scerrors.src (82177cdb) | scerrors.src (5d6e8987) |
|---|---|
| 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 --- 148 unchanged lines hidden (view full) --- 157 String SCWARN_EXPORT_NONCONVERTIBLE_CHARS & ERRCODE_RES_MASK 158 { 159 Text [ en-US ] = "The following characters could not be converted to the selected character set\nand were written as Ӓ surrogates:\n\n$(ARG1)"; 160 }; 161 String SCWARN_IMPORT_FILE_ROWCOL & ERRCODE_RES_MASK 162 { 163 Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."; 164 }; | 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 --- 148 unchanged lines hidden (view full) --- 157 String SCWARN_EXPORT_NONCONVERTIBLE_CHARS & ERRCODE_RES_MASK 158 { 159 Text [ en-US ] = "The following characters could not be converted to the selected character set\nand were written as Ӓ surrogates:\n\n$(ARG1)"; 160 }; 161 String SCWARN_IMPORT_FILE_ROWCOL & ERRCODE_RES_MASK 162 { 163 Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."; 164 }; |
| 165 String SCWARN_IMPORT_FEATURES_LOST & ERRCODE_RES_MASK 166 { 167 Text [ en-US] = "Not all attributes could be read." ; 168 }; |
|
| 165}; 166 | 169}; 170 |