xref: /AOO41X/main/sd/source/core/glob.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/* StarView ressource file */
28*cdf0e10cSrcweir
29*cdf0e10cSrcweir#define __RSC
30*cdf0e10cSrcweir
31*cdf0e10cSrcweir#include "misc.hxx"
32*cdf0e10cSrcweir#include "glob.hrc"
33*cdf0e10cSrcweir#include "sderror.hxx"
34*cdf0e10cSrcweir
35*cdf0e10cSrcweirString STR_LAYER_BCKGRND
36*cdf0e10cSrcweir{
37*cdf0e10cSrcweir	Text [ en-US ] = "Background" ;
38*cdf0e10cSrcweir};
39*cdf0e10cSrcweirString STR_LAYER_BCKGRNDOBJ
40*cdf0e10cSrcweir{
41*cdf0e10cSrcweir	Text [ en-US ] = "Background objects" ;
42*cdf0e10cSrcweir};
43*cdf0e10cSrcweirString STR_LAYER_LAYOUT
44*cdf0e10cSrcweir{
45*cdf0e10cSrcweir	Text [ en-US ] = "Layout" ;
46*cdf0e10cSrcweir};
47*cdf0e10cSrcweirString STR_LAYER_CONTROLS
48*cdf0e10cSrcweir{
49*cdf0e10cSrcweir	Text [ en-US ] = "Controls" ;
50*cdf0e10cSrcweir};
51*cdf0e10cSrcweirString STR_LAYER_MEASURELINES
52*cdf0e10cSrcweir{
53*cdf0e10cSrcweir	Text [ en-US ] = "Dimension Lines" ;
54*cdf0e10cSrcweir};
55*cdf0e10cSrcweirString STR_PAGE
56*cdf0e10cSrcweir{
57*cdf0e10cSrcweir	Text [ en-US ] = "Slide" ;
58*cdf0e10cSrcweir};
59*cdf0e10cSrcweirString STR_PAGE_NAME
60*cdf0e10cSrcweir{
61*cdf0e10cSrcweir	Text [ en-US ] = "Page" ;
62*cdf0e10cSrcweir};
63*cdf0e10cSrcweirString STR_SLIDE_NAME
64*cdf0e10cSrcweir{
65*cdf0e10cSrcweir	Text [ en-US ] = "Slide" ;
66*cdf0e10cSrcweir};
67*cdf0e10cSrcweirString STR_MASTERPAGE
68*cdf0e10cSrcweir{
69*cdf0e10cSrcweir	Text [ en-US ] = "Background" ;
70*cdf0e10cSrcweir};
71*cdf0e10cSrcweirString STR_NOTES
72*cdf0e10cSrcweir{
73*cdf0e10cSrcweir	Text [ en-US ] = "(Notes)" ;
74*cdf0e10cSrcweir};
75*cdf0e10cSrcweirString STR_HANDOUT
76*cdf0e10cSrcweir{
77*cdf0e10cSrcweir	Text [ en-US ] = "Handouts" ;
78*cdf0e10cSrcweir};
79*cdf0e10cSrcweirString STR_PRESOBJ_MPTITLE
80*cdf0e10cSrcweir{
81*cdf0e10cSrcweir	Text [ en-US ] = "Click to edit the title text format" ;
82*cdf0e10cSrcweir};
83*cdf0e10cSrcweirString STR_PRESOBJ_MPOUTLINE
84*cdf0e10cSrcweir{
85*cdf0e10cSrcweir	Text [ en-US ] = "Click to edit the outline text format" ;
86*cdf0e10cSrcweir};
87*cdf0e10cSrcweirString STR_PRESOBJ_MPOUTLLAYER2
88*cdf0e10cSrcweir{
89*cdf0e10cSrcweir	Text [ en-US ] = "Second Outline Level" ;
90*cdf0e10cSrcweir};
91*cdf0e10cSrcweirString STR_PRESOBJ_MPOUTLLAYER3
92*cdf0e10cSrcweir{
93*cdf0e10cSrcweir	Text [ en-US ] = "Third Outline Level" ;
94*cdf0e10cSrcweir};
95*cdf0e10cSrcweirString STR_PRESOBJ_MPOUTLLAYER4
96*cdf0e10cSrcweir{
97*cdf0e10cSrcweir	Text [ en-US ] = "Fourth Outline Level" ;
98*cdf0e10cSrcweir};
99*cdf0e10cSrcweirString STR_PRESOBJ_MPOUTLLAYER5
100*cdf0e10cSrcweir{
101*cdf0e10cSrcweir	Text [ en-US ] = "Fifth Outline Level" ;
102*cdf0e10cSrcweir};
103*cdf0e10cSrcweirString STR_PRESOBJ_MPOUTLLAYER6
104*cdf0e10cSrcweir{
105*cdf0e10cSrcweir	Text [ en-US ] = "Sixth Outline Level" ;
106*cdf0e10cSrcweir};
107*cdf0e10cSrcweirString STR_PRESOBJ_MPOUTLLAYER7
108*cdf0e10cSrcweir{
109*cdf0e10cSrcweir	Text [ en-US ] = "Seventh Outline Level" ;
110*cdf0e10cSrcweir};
111*cdf0e10cSrcweirString STR_PRESOBJ_MPOUTLLAYER8
112*cdf0e10cSrcweir{
113*cdf0e10cSrcweir	Text [ en-US ] = "Eighth Outline Level" ;
114*cdf0e10cSrcweir};
115*cdf0e10cSrcweirString STR_PRESOBJ_MPOUTLLAYER9
116*cdf0e10cSrcweir{
117*cdf0e10cSrcweir	Text [ en-US ] = "Ninth Outline Level" ;
118*cdf0e10cSrcweir};
119*cdf0e10cSrcweirString STR_PRESOBJ_MPNOTESTITLE
120*cdf0e10cSrcweir{
121*cdf0e10cSrcweir	Text [ en-US ] = "Click to move the slide" ;
122*cdf0e10cSrcweir};
123*cdf0e10cSrcweirString STR_PRESOBJ_MPNOTESTEXT
124*cdf0e10cSrcweir{
125*cdf0e10cSrcweir	Text [ en-US ] = "Click to edit the notes format" ;
126*cdf0e10cSrcweir};
127*cdf0e10cSrcweirString STR_PRESOBJ_TITLE
128*cdf0e10cSrcweir{
129*cdf0e10cSrcweir	Text [ en-US ] = "Click to add title" ;
130*cdf0e10cSrcweir};
131*cdf0e10cSrcweirString STR_PRESOBJ_OUTLINE
132*cdf0e10cSrcweir{
133*cdf0e10cSrcweir	Text [ en-US ] = "Click to add text" ;
134*cdf0e10cSrcweir};
135*cdf0e10cSrcweirString STR_PRESOBJ_TEXT
136*cdf0e10cSrcweir{
137*cdf0e10cSrcweir	Text [ en-US ] = "Click to add text" ;
138*cdf0e10cSrcweir};
139*cdf0e10cSrcweirString STR_PRESOBJ_NOTESTEXT
140*cdf0e10cSrcweir{
141*cdf0e10cSrcweir	Text [ en-US ] = "Click to add notes" ;
142*cdf0e10cSrcweir};
143*cdf0e10cSrcweirString STR_PRESOBJ_GRAPHIC
144*cdf0e10cSrcweir{
145*cdf0e10cSrcweir	Text [ en-US ] = "Double-click to add graphics" ;
146*cdf0e10cSrcweir};
147*cdf0e10cSrcweirString STR_PRESOBJ_OBJECT
148*cdf0e10cSrcweir{
149*cdf0e10cSrcweir	Text [ en-US ] = "Double-click to add an object" ;
150*cdf0e10cSrcweir};
151*cdf0e10cSrcweirString STR_PRESOBJ_CHART
152*cdf0e10cSrcweir{
153*cdf0e10cSrcweir	Text [ en-US ] = "Double-click to add a chart" ;
154*cdf0e10cSrcweir};
155*cdf0e10cSrcweirString STR_PRESOBJ_ORGCHART
156*cdf0e10cSrcweir{
157*cdf0e10cSrcweir	Text [ en-US ] = "Double-click to add an organization chart" ;
158*cdf0e10cSrcweir};
159*cdf0e10cSrcweirString STR_PRESOBJ_TABLE
160*cdf0e10cSrcweir{
161*cdf0e10cSrcweir	Text [ en-US ] = "Double-click to add a spreadsheet" ;
162*cdf0e10cSrcweir};
163*cdf0e10cSrcweirString STR_OUTLINEVIEWSHELL
164*cdf0e10cSrcweir{
165*cdf0e10cSrcweir	Text [ en-US ] = "Outline View" ;
166*cdf0e10cSrcweir};
167*cdf0e10cSrcweirString STR_DRAWVIEWSHELL
168*cdf0e10cSrcweir{
169*cdf0e10cSrcweir	Text [ en-US ] = "Drawing View" ;
170*cdf0e10cSrcweir};
171*cdf0e10cSrcweirString STR_PRESVIEWSHELL
172*cdf0e10cSrcweir{
173*cdf0e10cSrcweir	Text [ en-US ] = "Presentation mode" ;
174*cdf0e10cSrcweir};
175*cdf0e10cSrcweirString STR_PREVIEWVIEWSHELL
176*cdf0e10cSrcweir{
177*cdf0e10cSrcweir	Text [ en-US ] = "Preview Window";
178*cdf0e10cSrcweir};
179*cdf0e10cSrcweirString STR_TEXTOBJECTBARSHELL
180*cdf0e10cSrcweir{
181*cdf0e10cSrcweir	Text [ en-US ] = "Text Mode" ;
182*cdf0e10cSrcweir};
183*cdf0e10cSrcweirString STR_STDOBJECTBARSHELL
184*cdf0e10cSrcweir{
185*cdf0e10cSrcweir	Text [ en-US ] = "Document Mode" ;
186*cdf0e10cSrcweir};
187*cdf0e10cSrcweirString STR_BEZIEROBJECTBARSHELL
188*cdf0e10cSrcweir{
189*cdf0e10cSrcweir	Text [ en-US ] = "Bézier mode" ;
190*cdf0e10cSrcweir};
191*cdf0e10cSrcweirString STR_APPLICATIONOBJECTBAR
192*cdf0e10cSrcweir{
193*cdf0e10cSrcweir	Text [ en-US ] = "StarImpress 4.0" ;
194*cdf0e10cSrcweir};
195*cdf0e10cSrcweirString STR_GLUEPOINTSOBJECTBARSHELL
196*cdf0e10cSrcweir{
197*cdf0e10cSrcweir	Text [ en-US ] = "Glue Points Mode" ;
198*cdf0e10cSrcweir};
199*cdf0e10cSrcweir/* nicht uebersetzen */
200*cdf0e10cSrcweirString STR_LAYOUT_TITLE
201*cdf0e10cSrcweir{
202*cdf0e10cSrcweir	Text = "Titel" ;
203*cdf0e10cSrcweir};
204*cdf0e10cSrcweir/* nicht uebersetzen */
205*cdf0e10cSrcweirString STR_LAYOUT_OUTLINE
206*cdf0e10cSrcweir{
207*cdf0e10cSrcweir	Text = "Gliederung" ;
208*cdf0e10cSrcweir};
209*cdf0e10cSrcweir/* nicht uebersetzen */
210*cdf0e10cSrcweirString STR_LAYOUT_BACKGROUND
211*cdf0e10cSrcweir{
212*cdf0e10cSrcweir	Text = "Hintergrund" ;
213*cdf0e10cSrcweir};
214*cdf0e10cSrcweir/* nicht uebersetzen */
215*cdf0e10cSrcweirString STR_LAYOUT_BACKGROUNDOBJECTS
216*cdf0e10cSrcweir{
217*cdf0e10cSrcweir	Text = "Hintergrundobjekte" ;
218*cdf0e10cSrcweir};
219*cdf0e10cSrcweir/* nicht uebersetzen */
220*cdf0e10cSrcweirString STR_LAYOUT_NOTES
221*cdf0e10cSrcweir{
222*cdf0e10cSrcweir	Text = "Notizen" ;
223*cdf0e10cSrcweir};
224*cdf0e10cSrcweirString STR_LAYOUT_DEFAULT_NAME
225*cdf0e10cSrcweir{
226*cdf0e10cSrcweir	Text [ en-US ] = "Default" ;
227*cdf0e10cSrcweir};
228*cdf0e10cSrcweirString STR_LAYOUT_DEFAULT_TITLE_NAME
229*cdf0e10cSrcweir{
230*cdf0e10cSrcweir	Text [ en-US ] = "Title" ;
231*cdf0e10cSrcweir};
232*cdf0e10cSrcweirString STR_STANDARD_STYLESHEET_NAME
233*cdf0e10cSrcweir{
234*cdf0e10cSrcweir	Text [ en-US ] = "Default" ;
235*cdf0e10cSrcweir};
236*cdf0e10cSrcweirString STR_BAD_PASSWORD_OR_FILE_CORRUPTED
237*cdf0e10cSrcweir{
238*cdf0e10cSrcweir	Text [ en-US ] = "The password is incorrect or the file is damaged." ;
239*cdf0e10cSrcweir};
240*cdf0e10cSrcweirString STR_UNDO_MOVEPAGES
241*cdf0e10cSrcweir{
242*cdf0e10cSrcweir	Text [ en-US ] = "Move slides" ;
243*cdf0e10cSrcweir};
244*cdf0e10cSrcweirString STR_NOT_ENOUGH_MEMORY
245*cdf0e10cSrcweir{
246*cdf0e10cSrcweir	Text [ en-US ] = "Not enough memory!\nThe action will be aborted." ;
247*cdf0e10cSrcweir};
248*cdf0e10cSrcweir/* nicht uebersetzen */
249*cdf0e10cSrcweirString STR_LAYOUT_SUBTITLE
250*cdf0e10cSrcweir{
251*cdf0e10cSrcweir	Text = "Untertitel" ;
252*cdf0e10cSrcweir};
253*cdf0e10cSrcweirString STR_POOLSHEET_MEASURE
254*cdf0e10cSrcweir{
255*cdf0e10cSrcweir	Text [ en-US ] = "Dimension Line" ;
256*cdf0e10cSrcweir};
257*cdf0e10cSrcweirString STR_POOLSHEET_OBJWITHARROW
258*cdf0e10cSrcweir{
259*cdf0e10cSrcweir	Text [ en-US ] = "Object with arrow" ;
260*cdf0e10cSrcweir};
261*cdf0e10cSrcweirString STR_POOLSHEET_OBJWITHSHADOW
262*cdf0e10cSrcweir{
263*cdf0e10cSrcweir	Text [ en-US ] = "Object with shadow" ;
264*cdf0e10cSrcweir};
265*cdf0e10cSrcweirString STR_POOLSHEET_OBJWITHOUTFILL
266*cdf0e10cSrcweir{
267*cdf0e10cSrcweir	Text [ en-US ] = "Object without fill" ;
268*cdf0e10cSrcweir};
269*cdf0e10cSrcweirString STR_POOLSHEET_TEXT
270*cdf0e10cSrcweir{
271*cdf0e10cSrcweir	Text [ en-US ] = "Text" ;
272*cdf0e10cSrcweir};
273*cdf0e10cSrcweirString STR_POOLSHEET_TEXTBODY
274*cdf0e10cSrcweir{
275*cdf0e10cSrcweir	Text [ en-US ] = "Text body" ;
276*cdf0e10cSrcweir};
277*cdf0e10cSrcweirString STR_POOLSHEET_TEXTBODY_JUSTIFY
278*cdf0e10cSrcweir{
279*cdf0e10cSrcweir	Text [ en-US ] = "Text body justified" ;
280*cdf0e10cSrcweir};
281*cdf0e10cSrcweirString STR_POOLSHEET_TEXTBODY_INDENT
282*cdf0e10cSrcweir{
283*cdf0e10cSrcweir	Text [ en-US ] = "First line indent" ;
284*cdf0e10cSrcweir};
285*cdf0e10cSrcweirString STR_POOLSHEET_TITLE
286*cdf0e10cSrcweir{
287*cdf0e10cSrcweir	Text [ en-US ] = "Title" ;
288*cdf0e10cSrcweir};
289*cdf0e10cSrcweirString STR_POOLSHEET_TITLE1
290*cdf0e10cSrcweir{
291*cdf0e10cSrcweir	Text [ en-US ] = "Title1" ;
292*cdf0e10cSrcweir};
293*cdf0e10cSrcweirString STR_POOLSHEET_TITLE2
294*cdf0e10cSrcweir{
295*cdf0e10cSrcweir	Text [ en-US ] = "Title2" ;
296*cdf0e10cSrcweir};
297*cdf0e10cSrcweirString STR_POOLSHEET_HEADLINE
298*cdf0e10cSrcweir{
299*cdf0e10cSrcweir	Text [ en-US ] = "Heading" ;
300*cdf0e10cSrcweir};
301*cdf0e10cSrcweirString STR_POOLSHEET_HEADLINE1
302*cdf0e10cSrcweir{
303*cdf0e10cSrcweir	Text [ en-US ] = "Heading1" ;
304*cdf0e10cSrcweir};
305*cdf0e10cSrcweir
306*cdf0e10cSrcweirString STR_POOLSHEET_HEADLINE2
307*cdf0e10cSrcweir{
308*cdf0e10cSrcweir	Text [ en-US ] = "Heading2" ;
309*cdf0e10cSrcweir};
310*cdf0e10cSrcweirString STR_EMPTY_STYLESHEET_NAME
311*cdf0e10cSrcweir{
312*cdf0e10cSrcweir	Text [ en-US ] = "Blank template" ;
313*cdf0e10cSrcweir};
314*cdf0e10cSrcweirString STR_PSEUDOSHEET_TITLE
315*cdf0e10cSrcweir{
316*cdf0e10cSrcweir	Text [ en-US ] = "Title" ;
317*cdf0e10cSrcweir};
318*cdf0e10cSrcweirString STR_PSEUDOSHEET_SUBTITLE
319*cdf0e10cSrcweir{
320*cdf0e10cSrcweir	Text [ en-US ] = "Subtitle";
321*cdf0e10cSrcweir};
322*cdf0e10cSrcweirString STR_PSEUDOSHEET_OUTLINE
323*cdf0e10cSrcweir{
324*cdf0e10cSrcweir	Text [ en-US ] = "Outline" ;
325*cdf0e10cSrcweir};
326*cdf0e10cSrcweirString STR_PSEUDOSHEET_BACKGROUNDOBJECTS
327*cdf0e10cSrcweir{
328*cdf0e10cSrcweir	Text [ en-US ] = "Background objects" ;
329*cdf0e10cSrcweir};
330*cdf0e10cSrcweirString STR_PSEUDOSHEET_BACKGROUND
331*cdf0e10cSrcweir{
332*cdf0e10cSrcweir	Text [ en-US ] = "Background" ;
333*cdf0e10cSrcweir};
334*cdf0e10cSrcweirString STR_PSEUDOSHEET_NOTES
335*cdf0e10cSrcweir{
336*cdf0e10cSrcweir	Text [ en-US ] = "Notes" ;
337*cdf0e10cSrcweir};
338*cdf0e10cSrcweirString STR_GRAFOBJECTBARSHELL
339*cdf0e10cSrcweir{
340*cdf0e10cSrcweir	Text [ en-US ] = "Graphics mode" ;
341*cdf0e10cSrcweir};
342*cdf0e10cSrcweir
343*cdf0e10cSrcweirString STR_MEDIAOBJECTBARSHELL
344*cdf0e10cSrcweir{
345*cdf0e10cSrcweir	Text [ en-US ] = "Media Playback" ;
346*cdf0e10cSrcweir};
347*cdf0e10cSrcweir
348*cdf0e10cSrcweirString STR_TABLEOBJECTBARSHELL
349*cdf0e10cSrcweir{
350*cdf0e10cSrcweir	Text [ de ] = "Tabelle" ;
351*cdf0e10cSrcweir	Text [ en-US ] = "Table" ;
352*cdf0e10cSrcweir	Text [ x-comment ] = " ";
353*cdf0e10cSrcweir};
354*cdf0e10cSrcweir
355*cdf0e10cSrcweirString STR_POWERPOINT_IMPORT
356*cdf0e10cSrcweir{
357*cdf0e10cSrcweir	Text [ en-US ] = "PowerPoint Import";
358*cdf0e10cSrcweir};
359*cdf0e10cSrcweir
360*cdf0e10cSrcweirString STR_POOLSHEET_ARROW
361*cdf0e10cSrcweir{
362*cdf0e10cSrcweir	Text [ en-US ] = "Arrow" ;
363*cdf0e10cSrcweir};
364*cdf0e10cSrcweir
365*cdf0e10cSrcweir
366*cdf0e10cSrcweirString STR_LOAD_DOC
367*cdf0e10cSrcweir{
368*cdf0e10cSrcweir	Text [ en-US ] = "Load Document" ;
369*cdf0e10cSrcweir};
370*cdf0e10cSrcweirString STR_SAVE_DOC
371*cdf0e10cSrcweir{
372*cdf0e10cSrcweir	Text [ en-US ] = "Save Document" ;
373*cdf0e10cSrcweir};
374*cdf0e10cSrcweir
375*cdf0e10cSrcweir#define ERR_CODE( class, err )	(class | (err - ERROR_SD_BASE))
376*cdf0e10cSrcweir#define WARN_CODE( class, err )	(class | ( err - WARN_SD_BASE))
377*cdf0e10cSrcweir
378*cdf0e10cSrcweirResource RID_SD_ERRHDL
379*cdf0e10cSrcweir{
380*cdf0e10cSrcweir	String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_ROWCOL )
381*cdf0e10cSrcweir	{
382*cdf0e10cSrcweir		Text [ en-US ] = "File format error found at $(ARG1)(row,col)." ;
383*cdf0e10cSrcweir	};
384*cdf0e10cSrcweir	String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_FILE_ROWCOL )
385*cdf0e10cSrcweir	{
386*cdf0e10cSrcweir		Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at position $(ARG2)(row,col).";
387*cdf0e10cSrcweir	};
388*cdf0e10cSrcweir	String ERR_CODE ( ERRCODE_CLASS_READ , WARN_FORMAT_FILE_ROWCOL )
389*cdf0e10cSrcweir	{
390*cdf0e10cSrcweir		Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at position $(ARG2)(row,col).";
391*cdf0e10cSrcweir	};
392*cdf0e10cSrcweir};
393*cdf0e10cSrcweir
394*cdf0e10cSrcweirString STR_3DOBJECTBARSHELL
395*cdf0e10cSrcweir{
396*cdf0e10cSrcweir	Text [ en-US ] = "3-D Settings" ;
397*cdf0e10cSrcweir};
398*cdf0e10cSrcweirString STR_FONTWORKOBJECTBARSHELL
399*cdf0e10cSrcweir{
400*cdf0e10cSrcweir	Text [ en-US ] = "Fontwork" ;
401*cdf0e10cSrcweir};
402*cdf0e10cSrcweir
403*cdf0e10cSrcweirString STR_POOLSHEET_BANDED_CELL
404*cdf0e10cSrcweir{
405*cdf0e10cSrcweir	Text [ en-US ] = "Banding cell" ;
406*cdf0e10cSrcweir};
407*cdf0e10cSrcweir
408*cdf0e10cSrcweirString STR_POOLSHEET_HEADER
409*cdf0e10cSrcweir{
410*cdf0e10cSrcweir	Text [ en-US ] = "Header" ;
411*cdf0e10cSrcweir};
412*cdf0e10cSrcweir
413*cdf0e10cSrcweirString STR_POOLSHEET_TOTAL
414*cdf0e10cSrcweir{
415*cdf0e10cSrcweir	Text [ en-US ] = "Total line" ;
416*cdf0e10cSrcweir};
417*cdf0e10cSrcweir
418*cdf0e10cSrcweirString STR_POOLSHEET_FIRST_COLUMN
419*cdf0e10cSrcweir{
420*cdf0e10cSrcweir	Text [ en-US ] = "First column" ;
421*cdf0e10cSrcweir};
422*cdf0e10cSrcweir
423*cdf0e10cSrcweirString STR_POOLSHEET_LAST_COLUMN
424*cdf0e10cSrcweir{
425*cdf0e10cSrcweir	Text [ en-US ] = "Last column" ;
426*cdf0e10cSrcweir};
427