xref: /trunk/main/cui/source/tabpages/strings.src (revision 9cd2463e16d9c8c25b716d04d131401acf53759f)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
19cdf0e10cSrcweir *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23*9cd2463eSmseidel
24cdf0e10cSrcweir// include ------------------------------------------------------------------
25cdf0e10cSrcweir#include <cuires.hrc>
26cdf0e10cSrcweir
27cdf0e10cSrcweirString RID_SVXSTR_DESC_GRADIENT
28cdf0e10cSrcweir{
29cdf0e10cSrcweir    Text [ en-US ] = "Please enter a name for the gradient:" ;
30cdf0e10cSrcweir};
31cdf0e10cSrcweirString RID_SVXSTR_ASK_DEL_GRADIENT
32cdf0e10cSrcweir{
33cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the gradient?" ;
34cdf0e10cSrcweir};
35cdf0e10cSrcweirString RID_SVXSTR_ASK_CHANGE_GRADIENT
36cdf0e10cSrcweir{
37cdf0e10cSrcweir    Text [ en-US ] = "The gradient was modified without saving. \nModify the selected gradient or add a new gradient." ;
38cdf0e10cSrcweir};
39cdf0e10cSrcweirString RID_SVXSTR_DESC_NEW_BITMAP
40cdf0e10cSrcweir{
41cdf0e10cSrcweir    Text [ en-US ] = "Please enter a name for the bitmap:" ;
42cdf0e10cSrcweir};
43cdf0e10cSrcweirString RID_SVXSTR_DESC_EXT_BITMAP
44cdf0e10cSrcweir{
45cdf0e10cSrcweir    Text [ en-US ] = "Please enter a name for the external bitmap:" ;
46cdf0e10cSrcweir};
47cdf0e10cSrcweirString RID_SVXSTR_ASK_DEL_BITMAP
48cdf0e10cSrcweir{
49cdf0e10cSrcweir    Text [ en-US ] = "Are you sure you want to delete the bitmap?" ;
50cdf0e10cSrcweir};
51cdf0e10cSrcweirString RID_SVXSTR_ASK_CHANGE_BITMAP
52cdf0e10cSrcweir{
53cdf0e10cSrcweir    Text [ en-US ] = "The bitmap was modified without saving. \nModify the selected bitmap or add a new bitmap." ;
54cdf0e10cSrcweir};
55cdf0e10cSrcweirString RID_SVXSTR_DESC_LINESTYLE
56cdf0e10cSrcweir{
57cdf0e10cSrcweir    Text [ en-US ] = "Please enter a name for the line style:" ;
58cdf0e10cSrcweir};
59cdf0e10cSrcweirString RID_SVXSTR_ASK_DEL_LINESTYLE
60cdf0e10cSrcweir{
61cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the line style?" ;
62cdf0e10cSrcweir};
63cdf0e10cSrcweirString RID_SVXSTR_ASK_CHANGE_LINESTYLE
64cdf0e10cSrcweir{
65cdf0e10cSrcweir    Text [ en-US ] = "The line style was modified without saving. \nModify the selected line style or add a new line style." ;
66cdf0e10cSrcweir};
67cdf0e10cSrcweirString RID_SVXSTR_DESC_HATCH
68cdf0e10cSrcweir{
69cdf0e10cSrcweir    Text [ en-US ] = "Please enter a name for the hatching:" ;
70cdf0e10cSrcweir};
71cdf0e10cSrcweirString RID_SVXSTR_ASK_DEL_HATCH
72cdf0e10cSrcweir{
73cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the hatching?" ;
74cdf0e10cSrcweir};
75cdf0e10cSrcweirString RID_SVXSTR_ASK_CHANGE_HATCH
76cdf0e10cSrcweir{
77cdf0e10cSrcweir    Text [ en-US ] = "The hatching type was modified but not saved. \nModify the selected hatching type or add a new hatching type." ;
78cdf0e10cSrcweir};
79cdf0e10cSrcweirString RID_SVXSTR_CHANGE
80cdf0e10cSrcweir{
81cdf0e10cSrcweir    Text [ en-US ] = "Modify" ;
82cdf0e10cSrcweir};
83cdf0e10cSrcweirString RID_SVXSTR_ADD
84cdf0e10cSrcweir{
85cdf0e10cSrcweir    Text [ en-US ] = "Add" ;
86cdf0e10cSrcweir};
87cdf0e10cSrcweirString RID_SVXSTR_DESC_COLOR
88cdf0e10cSrcweir{
89cdf0e10cSrcweir    Text [ en-US ] = "Please enter a name for the new color:" ;
90cdf0e10cSrcweir};
91cdf0e10cSrcweirString RID_SVXSTR_ASK_DEL_COLOR
92cdf0e10cSrcweir{
93cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the color?" ;
94cdf0e10cSrcweir};
95cdf0e10cSrcweirString RID_SVXSTR_ASK_CHANGE_COLOR
96cdf0e10cSrcweir{
97cdf0e10cSrcweir    Text [ en-US ] = "The color was modified without saving.\nModify the selected color or add a new color." ;
98cdf0e10cSrcweir};
99cdf0e10cSrcweirString RID_SVXSTR_TABLE
100cdf0e10cSrcweir{
101cdf0e10cSrcweir    Text [ en-US ] = "Table" ;
102cdf0e10cSrcweir};
103cdf0e10cSrcweirString RID_SVXSTR_WRITE_DATA_ERROR
104cdf0e10cSrcweir{
105cdf0e10cSrcweir    Text [ en-US ] = "The file could not be saved!" ;
106cdf0e10cSrcweir};
107cdf0e10cSrcweirString RID_SVXSTR_READ_DATA_ERROR
108cdf0e10cSrcweir{
109cdf0e10cSrcweir    Text [ en-US ] = "The file could not be loaded!" ;
110cdf0e10cSrcweir};
111cdf0e10cSrcweirString RID_SVXSTR_WARN_TABLE_OVERWRITE
112cdf0e10cSrcweir{
113cdf0e10cSrcweir    Text [ en-US ] = "The list was modified without saving. Would you like to save the list now?" ;
114cdf0e10cSrcweir};
115cdf0e10cSrcweirString RID_SVXSTR_WARN_NAME_DUPLICATE
116cdf0e10cSrcweir{
117cdf0e10cSrcweir    Text [ en-US ] = "The name you have entered already exists. \nPlease choose another name." ;
118cdf0e10cSrcweir};
119cdf0e10cSrcweirString RID_SVXSTR_DESC_LINEEND
120cdf0e10cSrcweir{
121cdf0e10cSrcweir    Text [ en-US ] = "Please enter a name for the new arrowhead:" ;
122cdf0e10cSrcweir};
123cdf0e10cSrcweirString RID_SVXSTR_ASK_DEL_LINEEND
124cdf0e10cSrcweir{
125cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the arrowhead?" ;
126cdf0e10cSrcweir};
127cdf0e10cSrcweirString RID_SVXSTR_ASK_CHANGE_LINEEND
128cdf0e10cSrcweir{
129cdf0e10cSrcweir    Text [ en-US ] = "The arrowhead was modified without saving.\nWould you like to save the arrowhead now?" ;
130cdf0e10cSrcweir};
131cdf0e10cSrcweir
132*9cd2463eSmseidel// ********************************************************************** EOF
133