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