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