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 ------------------------------------------------------------------ 25#include <cuires.hrc> 26 27String RID_SVXSTR_DESC_GRADIENT 28{ 29 Text [ en-US ] = "Please enter a name for the gradient:" ; 30}; 31String RID_SVXSTR_ASK_DEL_GRADIENT 32{ 33 Text [ en-US ] = "Do you want to delete the gradient?" ; 34}; 35String RID_SVXSTR_ASK_CHANGE_GRADIENT 36{ 37 Text [ en-US ] = "The gradient was modified without saving. \nModify the selected gradient or add a new gradient." ; 38}; 39String RID_SVXSTR_DESC_NEW_BITMAP 40{ 41 Text [ en-US ] = "Please enter a name for the bitmap:" ; 42}; 43String RID_SVXSTR_DESC_EXT_BITMAP 44{ 45 Text [ en-US ] = "Please enter a name for the external bitmap:" ; 46}; 47String RID_SVXSTR_ASK_DEL_BITMAP 48{ 49 Text [ en-US ] = "Are you sure you want to delete the bitmap?" ; 50}; 51String RID_SVXSTR_ASK_CHANGE_BITMAP 52{ 53 Text [ en-US ] = "The bitmap was modified without saving. \nModify the selected bitmap or add a new bitmap." ; 54}; 55String RID_SVXSTR_DESC_LINESTYLE 56{ 57 Text [ en-US ] = "Please enter a name for the line style:" ; 58}; 59String RID_SVXSTR_ASK_DEL_LINESTYLE 60{ 61 Text [ en-US ] = "Do you want to delete the line style?" ; 62}; 63String RID_SVXSTR_ASK_CHANGE_LINESTYLE 64{ 65 Text [ en-US ] = "The line style was modified without saving. \nModify the selected line style or add a new line style." ; 66}; 67String RID_SVXSTR_DESC_HATCH 68{ 69 Text [ en-US ] = "Please enter a name for the hatching:" ; 70}; 71String RID_SVXSTR_ASK_DEL_HATCH 72{ 73 Text [ en-US ] = "Do you want to delete the hatching?" ; 74}; 75String RID_SVXSTR_ASK_CHANGE_HATCH 76{ 77 Text [ en-US ] = "The hatching type was modified but not saved. \nModify the selected hatching type or add a new hatching type." ; 78}; 79String RID_SVXSTR_CHANGE 80{ 81 Text [ en-US ] = "Modify" ; 82}; 83String RID_SVXSTR_ADD 84{ 85 Text [ en-US ] = "Add" ; 86}; 87String RID_SVXSTR_DESC_COLOR 88{ 89 Text [ en-US ] = "Please enter a name for the new color:" ; 90}; 91String RID_SVXSTR_ASK_DEL_COLOR 92{ 93 Text [ en-US ] = "Do you want to delete the color?" ; 94}; 95String RID_SVXSTR_ASK_CHANGE_COLOR 96{ 97 Text [ en-US ] = "The color was modified without saving.\nModify the selected color or add a new color." ; 98}; 99String RID_SVXSTR_TABLE 100{ 101 Text [ en-US ] = "Table" ; 102}; 103String RID_SVXSTR_WRITE_DATA_ERROR 104{ 105 Text [ en-US ] = "The file could not be saved!" ; 106}; 107String RID_SVXSTR_READ_DATA_ERROR 108{ 109 Text [ en-US ] = "The file could not be loaded!" ; 110}; 111String RID_SVXSTR_WARN_TABLE_OVERWRITE 112{ 113 Text [ en-US ] = "The list was modified without saving. Would you like to save the list now?" ; 114}; 115String RID_SVXSTR_WARN_NAME_DUPLICATE 116{ 117 Text [ en-US ] = "The name you have entered already exists. \nPlease choose another name." ; 118}; 119String RID_SVXSTR_DESC_LINEEND 120{ 121 Text [ en-US ] = "Please enter a name for the new arrowhead:" ; 122}; 123String RID_SVXSTR_ASK_DEL_LINEEND 124{ 125 Text [ en-US ] = "Do you want to delete the arrowhead?" ; 126}; 127String RID_SVXSTR_ASK_CHANGE_LINEEND 128{ 129 Text [ en-US ] = "The arrowhead was modified without saving.\nWould you like to save the arrowhead now?" ; 130}; 131 132// ********************************************************************** EOF 133