xref: /trunk/main/sw/source/ui/shells/shells.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#include <svx/svxids.hrc>
28#include <svx/globlmn.hrc>
29#include "toolbox.hrc"
30#include "helpid.h"
31InfoBox MSG_NO_RULER
32{
33    BUTTONS = WB_OK ;
34    DEFBUTTON = WB_DEF_OK ;
35    Message [ en-US ] = "There are no bitmaps in the Gallery theme 'Rulers'." ;
36};
37String STR_GRFILTER_OPENERROR
38{
39        Text [ en-US ] = "Graphics file cannot be opened" ;
40    Text [ x-comment ] = " ";
41};
42String STR_GRFILTER_IOERROR
43{
44        Text [ en-US ] = "Graphics file cannot be read" ;
45    Text [ x-comment ] = " ";
46};
47String STR_GRFILTER_FORMATERROR
48{
49        Text [ en-US ] = "Unknown graphic format" ;
50    Text [ x-comment ] = " ";
51};
52String STR_GRFILTER_VERSIONERROR
53{
54        Text [ en-US ] = "This graphic file version is not supported" ;
55    Text [ x-comment ] = " ";
56};
57String STR_GRFILTER_FILTERERROR
58{
59        Text [ en-US ] = "Graphics filter not found" ;
60    Text [ x-comment ] = " ";
61};
62String STR_GRFILTER_TOOBIG
63{
64    Text [ en-US ] = "Not enough memory to insert the picture." ;
65    Text [ x-comment ] = " ";
66};
67String STR_INSERT_GRAPHIC
68{
69    Text [ en-US ] = "Insert picture" ;
70};
71String STR_NO_ADDRESSBOOK
72{
73        Text [ en-US ] = "An Address Book does not exist" ;
74    Text [ x-comment ] = " ";
75};
76String STR_NOTIZ_INSERT
77{
78        Text [ en-US ] = "Insert Note" ;
79    Text [ x-comment ] = " ";
80};
81String STR_REDLINE_COMMENT
82{
83        Text [ en-US ] = "Comment: " ;
84    Text [ x-comment ] = " ";
85};
86String STR_REDLINE_INSERTED
87{
88        Text [ en-US ] = "Insertion" ;
89    Text [ x-comment ] = " ";
90};
91String STR_REDLINE_DELETED
92{
93        Text [ en-US ] = "Deletion" ;
94    Text [ x-comment ] = " ";
95};
96String STR_REDLINE_AUTOFMT
97{
98        Text [ en-US ] = "AutoCorrect";
99    Text [ x-comment ] = " ";
100};
101String STR_REDLINE_FORMATED
102{
103        Text [ en-US ] = "Formats" ;
104    Text [ x-comment ] = " ";
105};
106String STR_REDLINE_TABLECHG
107{
108        Text [ en-US ] = "Table Changes" ;
109    Text [ x-comment ] = " ";
110};
111String STR_REDLINE_FMTCOLLSET
112{
113        Text [ en-US ] = "Applied Paragraph Styles";
114    Text [ x-comment ] = " ";
115};
116String STR_REDLINE_TITLE
117{
118        Text [ en-US ] = "AutoCorrect";
119    Text [ x-comment ] = " ";
120};
121String STR_REDLINE_MSG
122{
123        Text [ en-US ] = "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reject particular changes.";
124    Text [ x-comment ] = " ";
125};
126String STR_REDLINE_ACCEPT_ALL
127{
128        Text [ en-US ] = "Accept All";
129    Text [ x-comment ] = " ";
130};
131String STR_REDLINE_REJECT_ALL
132{
133        Text [ en-US ] = "Reject All";
134    Text [ x-comment ] = " ";
135};
136String STR_REDLINE_EDIT
137{
138        Text [ en-US ] = "Edit Changes";
139    Text [ x-comment ] = " ";
140};
141QueryBox DLG_IMPORT_DBNAME
142{
143    BUTTONS = WB_YES_NO ;
144    DEFBUTTON = WB_DEF_NO ;
145    Message [ en-US ] = "Use database name as default database for the document?" ;
146    Message [ x-comment ] = " ";
147};
148String STR_PAGE
149{
150        Text [ en-US ] = "Page " ;
151    Text [ x-comment ] = " ";
152};
153String RID_TEXT_TOOLBOX
154{
155    /* ### ACHTUNG: Neuer Text in Resource? Textobjektleiste : Textleiste */
156        Text [ en-US ] = "Text Object Bar" ;
157    Text [ x-comment ] = " ";
158};
159String RID_TABLE_TOOLBOX
160{
161        Text [ en-US ] = "Table Object Bar" ;
162    Text [ x-comment ] = " ";
163};
164String RID_FRAME_TOOLBOX
165{
166        Text [ en-US ] = "Frame Object Bar" ;
167    Text [ x-comment ] = " ";
168};
169String RID_GRAFIK_TOOLBOX
170{
171        Text [ en-US ] = "Graphics Object Bar" ;
172    Text [ x-comment ] = " ";
173};
174String RID_OLE_TOOLBOX
175{
176        Text [ en-US ] = "Object" ;
177    Text [ x-comment ] = " ";
178};
179String RID_DRAW_TOOLBOX
180{
181        Text [ en-US ] = "Draw Object Bar" ;
182    Text [ x-comment ] = " ";
183};
184String RID_BEZIER_TOOLBOX
185{
186        Text [ en-US ] = "Bézier Object Bar" ;
187    Text [ x-comment ] = " ";
188};
189String RID_DRAW_TEXT_TOOLBOX
190{
191    Text [ en-US ] = "Text Object Bar/Graphics" ;
192    Text [ x-comment ] = " ";
193};
194String RID_NUM_TOOLBOX
195{
196        Text [ en-US ] = "Numbering Object Bar" ;
197    Text [ x-comment ] = " ";
198};
199String STR_SHELLNAME_TEXT
200{
201        Text [ en-US ] = "Text" ;
202    Text [ x-comment ] = " ";
203};
204String STR_SHELLNAME_TABLE
205{
206        Text [ en-US ] = "Table" ;
207    Text [ x-comment ] = " ";
208};
209String STR_SHELLNAME_FRAME
210{
211        Text [ en-US ] = "Frame" ;
212    Text [ x-comment ] = " ";
213};
214String STR_SHELLNAME_GRAPHIC
215{
216        Text [ en-US ] = "Graphics" ;
217    Text [ x-comment ] = " ";
218};
219String STR_SHELLNAME_OBJECT
220{
221        Text [ en-US ] = "Object" ;
222    Text [ x-comment ] = " ";
223};
224String STR_SHELLNAME_LIST
225{
226        Text [ en-US ] = "List" ;
227    Text [ x-comment ] = " ";
228};
229String STR_SHELLNAME_DRAW
230{
231        Text [ en-US ] = "Drawing" ;
232    Text [ x-comment ] = " ";
233};
234String STR_SHELLNAME_DRAWFORM
235{
236        Text [ en-US ] = "Forms" ;
237    Text [ x-comment ] = " ";
238};
239String STR_SHELLNAME_BEZIER
240{
241        Text [ en-US ] = "Bézier" ;
242    Text [ x-comment ] = " ";
243};
244String STR_SHELLNAME_DRAW_TEXT
245{
246        Text [ en-US ] = "Draw text" ;
247    Text [ x-comment ] = " ";
248};
249 //Strings fuer Gallery/Hintergrund
250String STR_SWBG_PARAGRAPH
251{
252        Text [ en-US ] = "Paragraph" ;
253    Text [ x-comment ] = " ";
254};
255String STR_SWBG_GRAPHIC
256{
257        Text [ en-US ] = "Graphics" ;
258    Text [ x-comment ] = " ";
259};
260String STR_SWBG_OLE
261{
262        Text [ en-US ] = "OLE object" ;
263    Text [ x-comment ] = " ";
264};
265String STR_SWBG_FRAME
266{
267        Text [ en-US ] = "Frame" ;
268    Text [ x-comment ] = " ";
269};
270String STR_SWBG_TABLE
271{
272        Text [ en-US ] = "Table" ;
273    Text [ x-comment ] = " ";
274};
275String STR_SWBG_TABLE_ROW
276{
277        Text [ en-US ] = "Table row" ;
278    Text [ x-comment ] = " ";
279};
280String STR_SWBG_TABLE_CELL
281{
282        Text [ en-US ] = "Table cell" ;
283    Text [ x-comment ] = " ";
284};
285String STR_SWBG_PAGE
286{
287        Text [ en-US ] = "Page" ;
288    Text [ x-comment ] = " ";
289};
290String STR_SWBG_HEADER
291{
292        Text [ en-US ] = "Header" ;
293    Text [ x-comment ] = " ";
294};
295String STR_SWBG_FOOTER
296{
297        Text [ en-US ] = "Footer" ;
298    Text [ x-comment ] = " ";
299};
300 //Ende: Strings fuer Gallery/Hintergrund
301
302// #i68101# no longer needed:
303// String STR_NAME_SHAPE_LABEL {// String STR_NAME_SHAPE_DIALOG { Text [ de ] = "Objekt benennen" ; Text [ en-US ] = "Name Object"; };
304
305
306