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