xref: /aoo41x/main/sw/source/ui/shells/shells.src (revision 8660f102)
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#include <svx/svxids.hrc>
24#include <svx/globlmn.hrc>
25#include "toolbox.hrc"
26#include "helpid.h"
27InfoBox MSG_NO_RULER
28{
29	BUTTONS = WB_OK ;
30	DEFBUTTON = WB_DEF_OK ;
31	Message [ en-US ] = "There are no bitmaps in the Gallery theme 'Rulers'." ;
32};
33String STR_GRFILTER_OPENERROR
34{
35		Text [ en-US ] = "Graphics file cannot be opened" ;
36	Text [ x-comment ] = " ";
37};
38String STR_GRFILTER_IOERROR
39{
40		Text [ en-US ] = "Graphics file cannot be read" ;
41	Text [ x-comment ] = " ";
42};
43String STR_GRFILTER_FORMATERROR
44{
45		Text [ en-US ] = "Unknown graphic format" ;
46	Text [ x-comment ] = " ";
47};
48String STR_GRFILTER_VERSIONERROR
49{
50		Text [ en-US ] = "This graphic file version is not supported" ;
51	Text [ x-comment ] = " ";
52};
53String STR_GRFILTER_FILTERERROR
54{
55		Text [ en-US ] = "Graphics filter not found" ;
56	Text [ x-comment ] = " ";
57};
58String STR_GRFILTER_TOOBIG
59{
60	Text [ en-US ] = "Not enough memory to insert the picture." ;
61	Text [ x-comment ] = " ";
62};
63String STR_INSERT_GRAPHIC
64{
65    Text [ en-US ] = "Insert picture" ;
66};
67String STR_NO_ADDRESSBOOK
68{
69		Text [ en-US ] = "An Address Book does not exist" ;
70	Text [ x-comment ] = " ";
71};
72String STR_NOTIZ_INSERT
73{
74		Text [ en-US ] = "Insert Note" ;
75	Text [ x-comment ] = " ";
76};
77String STR_REDLINE_COMMENT
78{
79		Text [ en-US ] = "Comment: " ;
80	Text [ x-comment ] = " ";
81};
82String STR_REDLINE_INSERTED
83{
84		Text [ en-US ] = "Insertion" ;
85	Text [ x-comment ] = " ";
86};
87String STR_REDLINE_DELETED
88{
89		Text [ en-US ] = "Deletion" ;
90	Text [ x-comment ] = " ";
91};
92String STR_REDLINE_AUTOFMT
93{
94		Text [ en-US ] = "AutoCorrect";
95	Text [ x-comment ] = " ";
96};
97String STR_REDLINE_FORMATED
98{
99		Text [ en-US ] = "Formats" ;
100	Text [ x-comment ] = " ";
101};
102String STR_REDLINE_TABLECHG
103{
104		Text [ en-US ] = "Table Changes" ;
105	Text [ x-comment ] = " ";
106};
107String STR_REDLINE_FMTCOLLSET
108{
109		Text [ en-US ] = "Applied Paragraph Styles";
110	Text [ x-comment ] = " ";
111};
112String STR_REDLINE_TITLE
113{
114		Text [ en-US ] = "AutoCorrect";
115	Text [ x-comment ] = " ";
116};
117String STR_REDLINE_MSG
118{
119		Text [ en-US ] = "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reject particular changes.";
120	Text [ x-comment ] = " ";
121};
122String STR_REDLINE_ACCEPT_ALL
123{
124		Text [ en-US ] = "Accept All";
125	Text [ x-comment ] = " ";
126};
127String STR_REDLINE_REJECT_ALL
128{
129		Text [ en-US ] = "Reject All";
130	Text [ x-comment ] = " ";
131};
132String STR_REDLINE_EDIT
133{
134		Text [ en-US ] = "Edit Changes";
135	Text [ x-comment ] = " ";
136};
137QueryBox DLG_IMPORT_DBNAME
138{
139	BUTTONS = WB_YES_NO ;
140	DEFBUTTON = WB_DEF_NO ;
141	Message [ en-US ] = "Use database name as default database for the document?" ;
142	Message [ x-comment ] = " ";
143};
144String STR_PAGE
145{
146		Text [ en-US ] = "Page " ;
147	Text [ x-comment ] = " ";
148};
149String RID_TEXT_TOOLBOX
150{
151	/* ### ACHTUNG: Neuer Text in Resource? Textobjektleiste : Textleiste */
152		Text [ en-US ] = "Text Object Bar" ;
153	Text [ x-comment ] = " ";
154};
155String RID_TABLE_TOOLBOX
156{
157		Text [ en-US ] = "Table Object Bar" ;
158	Text [ x-comment ] = " ";
159};
160String RID_FRAME_TOOLBOX
161{
162		Text [ en-US ] = "Frame Object Bar" ;
163	Text [ x-comment ] = " ";
164};
165String RID_GRAFIK_TOOLBOX
166{
167		Text [ en-US ] = "Graphics Object Bar" ;
168	Text [ x-comment ] = " ";
169};
170String RID_OLE_TOOLBOX
171{
172		Text [ en-US ] = "Object" ;
173	Text [ x-comment ] = " ";
174};
175String RID_DRAW_TOOLBOX
176{
177		Text [ en-US ] = "Draw Object Bar" ;
178	Text [ x-comment ] = " ";
179};
180String RID_BEZIER_TOOLBOX
181{
182		Text [ en-US ] = "Bézier Object Bar" ;
183	Text [ x-comment ] = " ";
184};
185String RID_DRAW_TEXT_TOOLBOX
186{
187    Text [ en-US ] = "Text Object Bar/Graphics" ;
188	Text [ x-comment ] = " ";
189};
190String RID_NUM_TOOLBOX
191{
192		Text [ en-US ] = "Numbering Object Bar" ;
193	Text [ x-comment ] = " ";
194};
195String STR_SHELLNAME_TEXT
196{
197		Text [ en-US ] = "Text" ;
198	Text [ x-comment ] = " ";
199};
200String STR_SHELLNAME_TABLE
201{
202		Text [ en-US ] = "Table" ;
203	Text [ x-comment ] = " ";
204};
205String STR_SHELLNAME_FRAME
206{
207		Text [ en-US ] = "Frame" ;
208	Text [ x-comment ] = " ";
209};
210String STR_SHELLNAME_GRAPHIC
211{
212		Text [ en-US ] = "Graphics" ;
213	Text [ x-comment ] = " ";
214};
215String STR_SHELLNAME_OBJECT
216{
217		Text [ en-US ] = "Object" ;
218	Text [ x-comment ] = " ";
219};
220String STR_SHELLNAME_LIST
221{
222		Text [ en-US ] = "List" ;
223	Text [ x-comment ] = " ";
224};
225String STR_SHELLNAME_DRAW
226{
227		Text [ en-US ] = "Drawing" ;
228	Text [ x-comment ] = " ";
229};
230String STR_SHELLNAME_DRAWFORM
231{
232		Text [ en-US ] = "Forms" ;
233	Text [ x-comment ] = " ";
234};
235String STR_SHELLNAME_BEZIER
236{
237		Text [ en-US ] = "Bézier" ;
238	Text [ x-comment ] = " ";
239};
240String STR_SHELLNAME_DRAW_TEXT
241{
242		Text [ en-US ] = "Draw text" ;
243	Text [ x-comment ] = " ";
244};
245 //Strings fuer Gallery/Hintergrund
246String STR_SWBG_PARAGRAPH
247{
248		Text [ en-US ] = "Paragraph" ;
249	Text [ x-comment ] = " ";
250};
251String STR_SWBG_GRAPHIC
252{
253		Text [ en-US ] = "Graphics" ;
254	Text [ x-comment ] = " ";
255};
256String STR_SWBG_OLE
257{
258		Text [ en-US ] = "OLE object" ;
259	Text [ x-comment ] = " ";
260};
261String STR_SWBG_FRAME
262{
263		Text [ en-US ] = "Frame" ;
264	Text [ x-comment ] = " ";
265};
266String STR_SWBG_TABLE
267{
268		Text [ en-US ] = "Table" ;
269	Text [ x-comment ] = " ";
270};
271String STR_SWBG_TABLE_ROW
272{
273		Text [ en-US ] = "Table row" ;
274	Text [ x-comment ] = " ";
275};
276String STR_SWBG_TABLE_CELL
277{
278		Text [ en-US ] = "Table cell" ;
279	Text [ x-comment ] = " ";
280};
281String STR_SWBG_PAGE
282{
283		Text [ en-US ] = "Page" ;
284	Text [ x-comment ] = " ";
285};
286String STR_SWBG_HEADER
287{
288		Text [ en-US ] = "Header" ;
289	Text [ x-comment ] = " ";
290};
291String STR_SWBG_FOOTER
292{
293		Text [ en-US ] = "Footer" ;
294	Text [ x-comment ] = " ";
295};
296 //Ende: Strings fuer Gallery/Hintergrund
297
298// #i68101# no longer needed:
299// String STR_NAME_SHAPE_LABEL {// String STR_NAME_SHAPE_DIALOG { Text [ de ] = "Objekt benennen" ; Text [ en-US ] = "Name Object"; };
300
301
302