xref: /aoo41x/main/svx/source/svdraw/svdstr.src (revision cdf0e10c)
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/* StarView resource file */
28
29#include "svx/svdstr.hrc"
30 // Ab hier gecachte Strings
31String STR_ObjNameSingulNONE
32{
33	Text [ en-US ] = "draw object" ;
34};
35String STR_ObjNamePluralNONE
36{
37	Text [ en-US ] = "draw objects" ;
38};
39 ////////////////////////////////////////////////////////////////////////////////////////////////////
40String STR_ObjNameSingulGRUP
41{
42	Text [ en-US ] = "group object" ;
43};
44String STR_ObjNamePluralGRUP
45{
46	Text [ en-US ] = "group objects" ;
47};
48String STR_ObjNameSingulGRUPEMPTY
49{
50	Text [ en-US ] = "blank group object" ;
51};
52String STR_ObjNamePluralGRUPEMPTY
53{
54	Text [ en-US ] = "Blank group objects" ;
55};
56 ////////////////////////////////////////////////////////////////////////////////////////////////////
57String STR_ObjNameSingulLINE
58{
59	Text [ en-US ] = "Line" ;
60};
61String STR_ObjNameSingulLINE_Hori
62{
63	Text [ en-US ] = "horizontal line" ;
64};
65String STR_ObjNameSingulLINE_Vert
66{
67	Text [ en-US ] = "Vertical line" ;
68};
69String STR_ObjNameSingulLINE_Diag
70{
71	Text [ en-US ] = "diagonal line" ;
72};
73String STR_ObjNamePluralLINE
74{
75	Text [ en-US ] = "Lines" ;
76};
77 ////////////////////////////////////////////////////////////////////////////////////////////////////
78String STR_ObjNameSingulRECT
79{
80	Text [ en-US ] = "Rectangle" ;
81};
82String STR_ObjNamePluralRECT
83{
84	Text [ en-US ] = "Rectangles" ;
85};
86String STR_ObjNameSingulQUAD
87{
88	Text [ en-US ] = "Square" ;
89};
90String STR_ObjNamePluralQUAD
91{
92	Text [ en-US ] = "Squares" ;
93};
94String STR_ObjNameSingulPARAL
95{
96	Text [ en-US ] = "Parallelogram" ;
97};
98String STR_ObjNamePluralPARAL
99{
100	Text [ en-US ] = "Parallelograms" ;
101};
102String STR_ObjNameSingulRAUTE
103{
104	Text [ en-US ] = "Rhombus" ;
105};
106String STR_ObjNamePluralRAUTE
107{
108	Text [ en-US ] = "Rhombuses" ;
109};
110String STR_ObjNameSingulRECTRND
111{
112	Text [ en-US ] = "Rounded rectangle" ;
113};
114String STR_ObjNamePluralRECTRND
115{
116	Text [ en-US ] = "Rounded Rectangles" ;
117};
118String STR_ObjNameSingulQUADRND
119{
120	Text [ en-US ] = "rounded square" ;
121};
122String STR_ObjNamePluralQUADRND
123{
124	Text [ en-US ] = "Rounded Squares" ;
125};
126String STR_ObjNameSingulPARALRND
127{
128	Text [ en-US ] = "Rounded Parallelogram" ;
129};
130String STR_ObjNamePluralPARALRND
131{
132	Text [ en-US ] = "Rounded parallelograms" ;
133};
134String STR_ObjNameSingulRAUTERND
135{
136	Text [ en-US ] = "rounded rhombus" ;
137};
138String STR_ObjNamePluralRAUTERND
139{
140	Text [ en-US ] = "Rounded rhombuses" ;
141};
142 ////////////////////////////////////////////////////////////////////////////////////////////////////
143String STR_ObjNameSingulCIRC
144{
145	Text [ en-US ] = "Circle" ;
146};
147String STR_ObjNamePluralCIRC
148{
149	Text [ en-US ] = "Circles" ;
150};
151String STR_ObjNameSingulSECT
152{
153	Text [ en-US ] = "Circle sector" ;
154};
155String STR_ObjNamePluralSECT
156{
157	Text [ en-US ] = "Circle sectors" ;
158};
159String STR_ObjNameSingulCARC
160{
161	Text [ en-US ] = "Arc" ;
162};
163String STR_ObjNamePluralCARC
164{
165	Text [ en-US ] = "Arcs" ;
166};
167String STR_ObjNameSingulCCUT
168{
169	Text [ en-US ] = "Circle segment" ;
170};
171String STR_ObjNamePluralCCUT
172{
173	Text [ en-US ] = "Circle segments" ;
174};
175String STR_ObjNameSingulCIRCE
176{
177	Text [ en-US ] = "Ellipse" ;
178};
179String STR_ObjNamePluralCIRCE
180{
181	Text [ en-US ] = "Ellipses" ;
182};
183String STR_ObjNameSingulSECTE
184{
185	Text [ en-US ] = "Ellipse Pie" ;
186};
187String STR_ObjNamePluralSECTE
188{
189	Text [ en-US ] = "Ellipse Pies" ;
190};
191String STR_ObjNameSingulCARCE
192{
193	Text [ en-US ] = "Elliptical arc" ;
194};
195String STR_ObjNamePluralCARCE
196{
197	Text [ en-US ] = "Elliptical arcs" ;
198};
199String STR_ObjNameSingulCCUTE
200{
201	Text [ en-US ] = "Ellipse Segment" ;
202};
203String STR_ObjNamePluralCCUTE
204{
205	Text [ en-US ] = "Ellipse Segments" ;
206};
207 ////////////////////////////////////////////////////////////////////////////////////////////////////
208String STR_ObjNameSingulPOLY
209{
210	Text [ en-US ] = "Polygon" ;
211};
212String STR_ObjNameSingulPOLY_PntAnz
213{
214	Text [ en-US ] = "Polygon %2 corners" ;
215};
216String STR_ObjNamePluralPOLY
217{
218	Text [ en-US ] = "Polygons" ;
219};
220String STR_ObjNameSingulPLIN
221{
222	Text [ en-US ] = "Polyline" ;
223};
224String STR_ObjNameSingulPLIN_PntAnz
225{
226	Text [ en-US ] = "Polyline with %2 corners" ;
227};
228String STR_ObjNamePluralPLIN
229{
230	Text [ en-US ] = "Polylines" ;
231};
232String STR_ObjNameSingulPATHLINE
233{
234	Text [ en-US ] = "Bézier curve" ;
235};
236String STR_ObjNamePluralPATHLINE
237{
238	Text [ en-US ] = "Bézier curves" ;
239};
240String STR_ObjNameSingulPATHFILL
241{
242	Text [ en-US ] = "Bézier curve" ;
243};
244String STR_ObjNamePluralPATHFILL
245{
246	Text [ en-US ] = "Bézier curves" ;
247};
248String STR_ObjNameSingulFREELINE
249{
250	Text [ en-US ] = "Freeform Line" ;
251};
252String STR_ObjNamePluralFREELINE
253{
254	Text [ en-US ] = "Freeform Lines" ;
255};
256String STR_ObjNameSingulFREEFILL
257{
258	Text [ en-US ] = "Freeform Line" ;
259};
260String STR_ObjNamePluralFREEFILL
261{
262	Text [ en-US ] = "Freeform Lines" ;
263};
264String STR_ObjNameSingulCOMBLINE
265{
266	Text [ en-US ] = "Curve" ;
267};
268String STR_ObjNamePluralCOMBLINE
269{
270	Text [ en-US ] = "Curve objects" ;
271};
272String STR_ObjNameSingulCOMBFILL
273{
274	Text [ en-US ] = "Curve" ;
275};
276String STR_ObjNamePluralCOMBFILL
277{
278	Text [ en-US ] = "Curve objects" ;
279};
280 ////////////////////////////////////////////////////////////////////////////////////////////////////
281String STR_ObjNameSingulNATSPLN
282{
283	Text [ en-US ] = "Natural Spline" ;
284};
285String STR_ObjNamePluralNATSPLN
286{
287	Text [ en-US ] = "Natural Splines" ;
288};
289String STR_ObjNameSingulPERSPLN
290{
291	Text [ en-US ] = "Periodic Spline" ;
292};
293String STR_ObjNamePluralPERSPLN
294{
295	Text [ en-US ] = "Periodic Splines" ;
296};
297 ////////////////////////////////////////////////////////////////////////////////////////////////////
298String STR_ObjNameSingulTEXT
299{
300	Text [ en-US ] = "Text Frame" ;
301};
302String STR_ObjNamePluralTEXT
303{
304	Text [ en-US ] = "Text Frame" ;
305};
306String STR_ObjNameSingulTEXTLNK
307{
308	Text [ en-US ] = "Linked text frame" ;
309};
310String STR_ObjNamePluralTEXTLNK
311{
312	Text [ en-US ] = "Linked text frames" ;
313};
314 //String STR_ObjNameSingulXTXT {
315 //    Text="Textfortsetzungsrahmen";
316 //    Text[ENGLISH]="drawobject";
317 //    Text[norwegian]="Tegneobjekt";
318 //    Text[italian]="Disegna oggetto";
319 //    Text[portuguese_brazilian]="Desenhar objeto";
320 //    Text[portuguese]="Desenhar objecto";
321 //    Text[finnish]="Piirto-objekti";
322 //    Text[danish]="Tegneobjekt";
323 //    Text[french]="Drawobject";
324 //    Text[swedish]="Ritobjekt";
325 //    Text[dutch]="Tekenobject";
326 //    Text[spanish]="Objeto de dibujo";
327 //    Text[english_us]="drawobject";
328 //};
329 //String STR_ObjNamePluralXTXT {
330 //    Text="Textfortsetzungsrahmen";
331 //    Text[ENGLISH]="drawobjects";
332 //    Text[norwegian]="Tegneobjektr";
333 //    Text[italian]="Disegna  oggetti";
334 //    Text[portuguese_brazilian]="Desenhar objetos";
335 //    Text[portuguese]="Desenhar objectos";
336 //    Text[finnish]="Piirto-objektit";
337 //    Text[danish]="Tegneobjekter";
338 //    Text[french]="Drawobjects";
339 //    Text[swedish]="Ritobjekt";
340 //    Text[dutch]="Tekenobjecten";
341 //    Text[spanish]="Objetos de dibujo";
342 //    Text[english_us]="drawobjects";
343 //};
344String STR_ObjNameSingulFITTEXT
345{
346	Text [ en-US ] = "Fit-to-size text object" ;
347};
348String STR_ObjNamePluralFITTEXT
349{
350	Text [ en-US ] = "Fit-to-size text objects" ;
351};
352String STR_ObjNameSingulFITALLTEXT
353{
354	Text [ en-US ] = "Fit-to-size text object" ;
355};
356String STR_ObjNamePluralFITALLTEXT
357{
358	Text [ en-US ] = "Fit-to-size text objects" ;
359};
360String STR_ObjNameSingulTITLETEXT
361{
362	Text [ en-US ] = "Title text" ;
363};
364String STR_ObjNamePluralTITLETEXT
365{
366	Text [ en-US ] = "Title texts" ;
367};
368String STR_ObjNameSingulOUTLINETEXT
369{
370	Text [ en-US ] = "Outline Text" ;
371};
372String STR_ObjNamePluralOUTLINETEXT
373{
374	Text [ en-US ] = "Outline Texts" ;
375};
376 ////////////////////////////////////////////////////////////////////////////////////////////////////
377String STR_ObjNameSingulGRAF
378{
379	Text [ en-US ] = "graphic" ;
380};
381String STR_ObjNamePluralGRAF
382{
383	Text [ en-US ] = "graphics" ;
384};
385String STR_ObjNameSingulGRAFLNK
386{
387	Text [ en-US ] = "Linked graphic" ;
388};
389String STR_ObjNamePluralGRAFLNK
390{
391	Text [ en-US ] = "Linked graphics" ;
392};
393String STR_ObjNameSingulGRAFNONE
394{
395	Text [ en-US ] = "Blank graphic object" ;
396};
397String STR_ObjNamePluralGRAFNONE
398{
399	Text [ en-US ] = "Blank graphic objects" ;
400};
401String STR_ObjNameSingulGRAFNONELNK
402{
403	Text [ en-US ] = "Blank linked graphic" ;
404};
405String STR_ObjNamePluralGRAFNONELNK
406{
407	Text [ en-US ] = "Blank linked graphics" ;
408};
409String STR_ObjNameSingulGRAFMTF
410{
411	Text [ en-US ] = "Metafile" ;
412};
413String STR_ObjNamePluralGRAFMTF
414{
415	Text [ en-US ] = "Metafiles" ;
416};
417String STR_ObjNameSingulGRAFMTFLNK
418{
419	Text [ en-US ] = "Linked Metafile" ;
420};
421String STR_ObjNamePluralGRAFMTFLNK
422{
423	Text [ en-US ] = "Linked Metafiles" ;
424};
425String STR_ObjNameSingulGRAFBMP
426{
427	Text [ en-US ] = "Bitmap" ;
428};
429String STR_ObjNameSingulGRAFBMPTRANS
430{
431	Text [ en-US ] = "Bitmap with transparency" ;
432};
433String STR_ObjNameSingulGRAFBMPLNK
434{
435	Text [ en-US ] = "Linked Bitmap" ;
436};
437String STR_ObjNameSingulGRAFBMPTRANSLNK
438{
439	Text [ en-US ] = "Linked bitmap with transparency" ;
440};
441String STR_ObjNamePluralGRAFBMP
442{
443	Text [ en-US ] = "Bitmaps" ;
444};
445String STR_ObjNamePluralGRAFBMPTRANS
446{
447	Text [ en-US ] = "Bitmaps with transparency" ;
448};
449String STR_ObjNamePluralGRAFBMPLNK
450{
451	Text [ en-US ] = "Linked bitmaps" ;
452};
453String STR_ObjNamePluralGRAFBMPTRANSLNK
454{
455	Text [ en-US ] = "Linked bitmaps with transparency" ;
456};
457String STR_ObjNameSingulCUSTOMSHAPE
458{
459	Text [ en-US ] =  "Shape";
460};
461String STR_ObjNamePluralCUSTOMSHAPE
462{
463	Text [ en-US ] =  "Shapes";
464};
465String STR_ObjNameSingulGRAFMAC
466{
467	Text [ en-US ] = "Mac graphic" ;
468};
469String STR_ObjNamePluralGRAFMAC
470{
471	Text [ en-US ] = "Mac graphics" ;
472};
473String STR_ObjNameSingulGRAFMACLNK
474{
475	Text [ en-US ] = "Linked Mac graphic" ;
476};
477String STR_ObjNamePluralGRAFMACLNK
478{
479	Text [ en-US ] = "Linked Mac graphics" ;
480};
481 ////////////////////////////////////////////////////////////////////////////////////////////////////
482String STR_ObjNameSingulOLE2
483{
484	Text [ en-US ] = "embedded object (OLE)" ;
485};
486String STR_ObjNamePluralOLE2
487{
488	Text [ en-US ] = "Embedded objects (OLE)" ;
489};
490String STR_ObjNameSingulUno
491{
492	Text [ en-US ] = "Control";
493};
494String STR_ObjNamePluralUno
495{
496	Text [ en-US ] = "Controls";
497};
498String STR_ObjNameSingulOLE2LNK
499{
500	Text [ en-US ] = "linked embedded object (OLE)" ;
501};
502String STR_ObjNamePluralOLE2LNK
503{
504	Text [ en-US ] = "Linked embedded objects (OLE)" ;
505};
506String STR_ObjOLE2NamePrefix
507{
508	Text [ en-US ] = "Object" ;
509};
510 ////////////////////////////////////////////////////////////////////////////////////////////////////
511String STR_ObjNameSingulFrame
512{
513	Text [ en-US ] = "Frame" ;
514};
515String STR_ObjNamePluralFrame
516{
517	Text [ en-US ] = "Frames" ;
518};
519String STR_ObjFrameNamePrefix
520{
521	Text [ en-US ] = "Frame" ;
522};
523 ////////////////////////////////////////////////////////////////////////////////////////////////////
524String STR_ObjNameSingulEDGE
525{
526	Text [ en-US ] = "Object Connectors" ;
527};
528String STR_ObjNamePluralEDGE
529{
530	Text [ en-US ] = "Object Connectors" ;
531};
532String STR_ObjNameSingulCAPTION
533{
534	Text [ en-US ] = "Callout" ;
535};
536String STR_ObjNamePluralCAPTION
537{
538	Text [ en-US ] = "Callouts" ;
539};
540 ////////////////////////////////////////////////////////////////////////////////////////////////////
541String STR_ObjNameSingulPAGE
542{
543	Text [ en-US ] = "Preview object" ;
544};
545String STR_ObjNamePluralPAGE
546{
547	Text [ en-US ] = "Preview objects" ;
548};
549String STR_ObjNameSingulMEASURE
550{
551	Text [ en-US ] = "Dimension line" ;
552};
553String STR_ObjNamePluralMEASURE
554{
555	Text [ en-US ] = "Dimensioning objects" ;
556};
557String STR_ObjNamePlural
558{
559	Text [ en-US ] = "draw objects" ;
560};
561String STR_ObjNameNoObj
562{
563	Text [ en-US ] = "No draw object" ;
564};
565String STR_ObjNameAnd
566{
567	Text [ en-US ] = "and" ;
568};
569String STR_ObjNameSingulPlural
570{
571	Text [ en-US ] = "draw object(s)" ;
572};
573
574 ////////////////////////////////////////////////////////////////////////////////////////////////////
575 ////////////////////////////////////////////////////////////////////////////////////////////////////
576 ////////////////////////////////////////////////////////////////////////////////////////////////////
577
578// Neu ab 537: Namen fuer 3D-Objekte
579String STR_ObjNameSingulCube3d
580{
581	Text [ en-US ] = "3D cube";
582};
583
584String STR_ObjNamePluralCube3d
585{
586	Text [ en-US ] = "3D cubes";
587};
588
589String STR_ObjNameSingulExtrude3d
590{
591	Text [ en-US ] = "Extrusion object";
592};
593
594String STR_ObjNamePluralExtrude3d
595{
596	Text [ en-US ] = "Extrusion objects";
597};
598
599String STR_ObjNameSingulLabel3d
600{
601	Text [ en-US ] = "3D text";
602};
603
604String STR_ObjNamePluralLabel3d
605{
606	Text [ en-US ] = "3D texts";
607};
608
609String STR_ObjNameSingulLathe3d
610{
611	Text [ en-US ] = "rotation object";
612};
613
614String STR_ObjNamePluralLathe3d
615{
616	Text [ en-US ] = "rotation objects";
617};
618
619String STR_ObjNameSingulObj3d
620{
621	Text [ en-US ] = "3D object";
622};
623
624String STR_ObjNamePluralObj3d
625{
626	Text [ en-US ] = "3D objects";
627};
628
629String STR_ObjNamePluralPoly3d
630{
631	Text [ en-US ] = "3D polygons";
632};
633
634String STR_ObjNameSingulScene3d
635{
636	Text [ en-US ] = "3D scene";
637};
638
639String STR_ObjNamePluralScene3d
640{
641	Text [ en-US ] = "3D scenes";
642};
643
644String STR_ObjNameSingulSphere3d
645{
646	Text [ en-US ] = "sphere";
647};
648
649String STR_ObjNamePluralSphere3d
650{
651	Text [ en-US ] = "spheres";
652};
653
654 ////////////////////////////////////////////////////////////////////////////////////////////////////
655 ////////////////////////////////////////////////////////////////////////////////////////////////////
656 ////////////////////////////////////////////////////////////////////////////////////////////////////
657
658String STR_EditWithCopy
659{
660	Text [ en-US ] = "with copy" ;
661};
662String STR_EditPosSize
663{
664	Text [ en-US ] = "Set position and size for %1" ;
665};
666String STR_EditDelete
667{
668	Text [ en-US ] = "Delete %1" ;
669};
670String STR_EditMovToTop
671{
672	Text [ en-US ] = "Move %1 forward" ;
673};
674String STR_EditMovToBtm
675{
676	Text [ en-US ] = "Move %1 further back" ;
677};
678String STR_EditPutToTop
679{
680	Text [ en-US ] = "Move %1 to front" ;
681};
682String STR_EditPutToBtm
683{
684	Text [ en-US ] = "Move %1 to back" ;
685};
686String STR_EditRevOrder
687{
688	Text [ en-US ] = "Reverse order of %1" ;
689};
690String STR_EditMove
691{
692	Text [ en-US ] = "Move %1" ;
693};
694String STR_EditResize
695{
696	Text [ en-US ] = "Resize %1" ;
697};
698String STR_EditRotate
699{
700	Text [ en-US ] = "Rotate %1" ;
701};
702String STR_EditMirrorHori
703{
704	Text [ en-US ] = "Flip %1 horizontal" ;
705};
706String STR_EditMirrorVert
707{
708	Text [ en-US ] = "Flip %1 vertical" ;
709};
710String STR_EditMirrorDiag
711{
712	Text [ en-US ] = "Flip %1 diagonal" ;
713};
714String STR_EditMirrorFree
715{
716	Text [ en-US ] = "Flip %1 freehand" ;
717};
718String STR_EditShear
719{
720	Text [ en-US ] = "Distort %1 (slant)" ;
721};
722String STR_EditCrook
723{
724	Text [ en-US ] = "Arrange %1 in circle" ;
725};
726String STR_EditCrookContortion
727{
728	Text [ en-US ] = "Curve %1 in circle" ;
729};
730String STR_EditDistort
731{
732	Text [ en-US ] = "Distort %1" ;
733};
734String STR_EditRipUp
735{
736	Text [ en-US ] = "Undo %1" ;
737};
738String STR_EditSetPointsSmooth
739{
740	Text [ en-US ] = "Modify bézier properties of %1" ;
741};
742String STR_EditSetSegmentsKind
743{
744	Text [ en-US ] = "Modify bézier properties of %1" ;
745};
746String STR_EditShut
747{
748	Text [ en-US ] = "Close %1" ;
749};
750String STR_EditSetGlueEscDir
751{
752	Text [ en-US ] = "Set exit direction for %1" ;
753};
754String STR_EditSetGluePercent
755{
756	Text [ en-US ] = "Set relative attribute at %1" ;
757};
758String STR_EditSetGlueAlign
759{
760	Text [ en-US ] = "Set reference point for %1" ;
761};
762String STR_EditGroup
763{
764	Text [ en-US ] = "Group %1" ;
765};
766String STR_EditUngroup
767{
768	Text [ en-US ] = "Ungroup %1" ;
769};
770String STR_EditSetAttributes
771{
772	Text [ en-US ] = "Apply attributes to %1" ;
773};
774String STR_EditSetStylesheet
775{
776	Text [ en-US ] = "Apply Styles to %1" ;
777};
778String STR_EditDelStylesheet
779{
780	Text [ en-US ] = "Remove Style from %1" ;
781};
782String STR_EditConvToPoly
783{
784	Text [ en-US ] = "Convert %1 to polygon" ;
785};
786String STR_EditConvToPolys
787{
788	Text [ en-US ] = "Convert %1 to polygons" ;
789};
790String STR_EditConvToCurve
791{
792	Text [ en-US ] = "Convert %1 to curve" ;
793};
794String STR_EditConvToCurves
795{
796	Text [ en-US ] = "Convert %1 to curves" ;
797};
798String STR_EditConvToContour
799{
800	Text [ en-US ] = "Convert %1 to contour";
801};
802String STR_EditConvToContours
803{
804	Text [ en-US ] = "Convert %1 to contours";
805};
806String STR_EditAlign
807{
808	Text [ en-US ] = "Align %1" ;
809};
810String STR_EditAlignVTop
811{
812	Text [ en-US ] = "Align %1 to top" ;
813};
814String STR_EditAlignVBottom
815{
816	Text [ en-US ] = "Align %1 to bottom" ;
817};
818String STR_EditAlignVCenter
819{
820	Text [ en-US ] = "Horizontally center %1" ;
821};
822String STR_EditAlignHLeft
823{
824	Text [ en-US ] = "Align %1 to left" ;
825};
826String STR_EditAlignHRight
827{
828	Text [ en-US ] = "Align %1 to right" ;
829};
830String STR_EditAlignHCenter
831{
832	Text [ en-US ] = "Vertically center %1" ;
833};
834String STR_EditAlignCenter
835{
836	Text [ en-US ] = "Center %1" ;
837};
838String STR_EditTransform
839{
840	Text [ en-US ] = "Transform %1" ;
841};
842String STR_EditCombine_PolyPoly
843{
844	Text [ en-US ] = "Combine %1" ;
845};
846String STR_EditMergeMergePoly
847{
848	Text [ en-US ] = "Merge %1";
849};
850String STR_EditMergeSubstractPoly
851{
852	Text [ en-US ] = "Subtract %1";
853};
854String STR_EditMergeIntersectPoly
855{
856	Text [ en-US ] = "Intersect %1";
857};
858String STR_DistributeMarkedObjects
859{
860	Text [ en-US ] = "Distribute selected objects";
861};
862String STR_EditCombine_OnePoly
863{
864	Text [ en-US ] = "Combine %1" ;
865};
866String STR_EditDismantle_Polys
867{
868	Text [ en-US ] = "Split %1" ;
869};
870String STR_EditDismantle_Lines
871{
872	Text [ en-US ] = "Split %1" ;
873};
874String STR_EditImportMtf
875{
876	Text [ en-US ] = "Split %1" ;
877};
878String STR_EditImportSGV
879{
880	Text = "StarDraw Dos Zeichnung importieren" ;
881};
882String STR_EditImportHPGL
883{
884	Text = "HPGL importieren" ;
885};
886String STR_EditImportDXF
887{
888	Text = "DXF importieren" ;
889};
890String STR_ExchangePaste
891{
892	Text [ en-US ] = "Insert object(s)" ;
893};
894String STR_ExchangeClpCut
895{
896	Text [ en-US ] = "Cut %1" ;
897};
898String STR_ExchangeClpPaste
899{
900	Text [ en-US ] = "Paste Clipboard" ;
901};
902String STR_ExchangeDD
903{
904	Text [ en-US ] = "Drag and Drop %1" ;
905};
906String STR_ExchangeDDPaste
907{
908	Text [ en-US ] = "Insert Drag and Drop" ;
909};
910String STR_DragInsertPoint
911{
912	Text [ en-US ] = "Insert point to %1" ;
913};
914String STR_DragInsertGluePoint
915{
916	Text [ en-US ] = "Insert glue point to %1" ;
917};
918String STR_DragMethMovHdl
919{
920	Text [ en-US ] = "Move reference-point" ;
921};
922String STR_DragMethObjOwn
923{
924	Text [ en-US ] = "Geometrically change %1" ;
925};
926String STR_DragMethMove
927{
928	Text [ en-US ] = "Move %1" ;
929};
930String STR_DragMethResize
931{
932	Text [ en-US ] = "Resize %1" ;
933};
934String STR_DragMethRotate
935{
936	Text [ en-US ] = "Rotate %1" ;
937};
938String STR_DragMethMirrorHori
939{
940	Text [ en-US ] = "Flip %1 horizontal" ;
941};
942String STR_DragMethMirrorVert
943{
944	Text [ en-US ] = "Flip %1 vertical" ;
945};
946String STR_DragMethMirrorDiag
947{
948	Text [ en-US ] = "Flip %1 diagonal" ;
949};
950String STR_DragMethMirrorFree
951{
952	Text [ en-US ] = "Flip %1 freehand" ;
953};
954String STR_DragMethGradient
955{
956	Text [ en-US ] = "Interactive gradient for %1";
957};
958String STR_DragMethTransparence
959{
960	Text [ en-US ] = "Interactive transparency for %1";
961};
962String STR_DragMethShear
963{
964	Text [ en-US ] = "Distort %1 (slant)" ;
965};
966String STR_DragMethCrook
967{
968	Text [ en-US ] = "Arrange %1 in circle" ;
969};
970String STR_DragMethCrookContortion
971{
972	Text [ en-US ] = "Curve %1 in circle" ;
973};
974String STR_DragMethDistort
975{
976	Text [ en-US ] = "Distort %1" ;
977};
978String STR_DragMethCrop
979{
980	Text [ en-US ] = "Crop %O" ;
981};
982
983String STR_DragRectEckRad
984{
985	Text [ en-US ] = "Alter radius by %1" ;
986};
987String STR_DragPathObj
988{
989	Text [ en-US ] = "Change %1" ;
990};
991String STR_DragRectResize
992{
993	Text [ en-US ] = "Resize %1" ;
994};
995String STR_DragCaptFram
996{
997	Text [ en-US ] = "Move %1" ;
998};
999String STR_DragCaptTail
1000{
1001	Text [ en-US ] = "Move end point of %1" ;
1002};
1003String STR_DragCircAngle
1004{
1005	Text [ en-US ] = "Adjust angle by %1" ;
1006};
1007String STR_DragEdgeTail
1008{
1009	Text [ en-US ] = "Change %1" ;
1010};
1011String STR_ViewTextEdit
1012{
1013	Text [ en-US ] = "TextEdit: Paragraph %1, Row %2, Column %3" ;
1014};
1015String STR_ViewMarked
1016{
1017	Text [ en-US ] = "%1 selected" ;
1018};
1019String STR_ViewMarkedPoint
1020{
1021	Text [ en-US ] = "Point from %1" ;
1022};
1023String STR_ViewMarkedPoints
1024{
1025	Text [ en-US ] = "%2 points from %1" ;
1026};
1027String STR_ViewMarkedGluePoint
1028{
1029	Text [ en-US ] = "Glue point from %1" ;
1030};
1031String STR_ViewMarkedGluePoints
1032{
1033	Text [ en-US ] = "%2 glue points from %1" ;
1034};
1035String STR_ViewMarkObjs
1036{
1037	Text [ en-US ] = "Mark objects" ;
1038};
1039String STR_ViewMarkMoreObjs
1040{
1041	Text [ en-US ] = "Mark additional objects" ;
1042};
1043String STR_ViewMarkPoints
1044{
1045	Text [ en-US ] = "Mark points" ;
1046};
1047String STR_ViewMarkMorePoints
1048{
1049	Text [ en-US ] = "Mark additional points" ;
1050};
1051String STR_ViewMarkGluePoints
1052{
1053	Text [ en-US ] = "Mark glue points" ;
1054};
1055String STR_ViewMarkMoreGluePoints
1056{
1057	Text [ en-US ] = "Mark additional glue points" ;
1058};
1059String STR_ViewCreateObj
1060{
1061	Text [ en-US ] = "Create %1" ;
1062};
1063String STR_UndoInsertObj
1064{
1065	Text [ en-US ] = "Insert %1" ;
1066};
1067String STR_UndoCopyObj
1068{
1069	Text [ en-US ] = "Copy %1" ;
1070};
1071String STR_UndoObjOrdNum
1072{
1073	Text [ en-US ] = "Change object order of %1" ;
1074};
1075String STR_UndoObjSetText
1076{
1077	Text [ en-US ] = "Edit text of %1" ;
1078};
1079String STR_UndoNewPage
1080{
1081	Text [ en-US ] = "Insert page" ;
1082};
1083String STR_UndoDelPage
1084{
1085	Text [ en-US ] = "Delete page" ;
1086};
1087String STR_UndoCopPage
1088{
1089	Text [ en-US ] = "Copy page" ;
1090};
1091String STR_UndoMovPage
1092{
1093	Text [ en-US ] = "Change order of pages" ;
1094};
1095String STR_UndoNewPageMasterDscr
1096{
1097	Text [ en-US ] = "Assign background page" ;
1098};
1099String STR_UndoDelPageMasterDscr
1100{
1101	Text [ en-US ] = "Clear background page assignment" ;
1102};
1103String STR_UndoMovPageMasterDscr
1104{
1105	Text [ en-US ] = "Move background page assignment" ;
1106};
1107String STR_UndoChgPageMasterDscr
1108{
1109	Text [ en-US ] = "Change background page assignment" ;
1110};
1111String STR_UndoMergeModel
1112{
1113	Text [ en-US ] = "Insert document" ;
1114};
1115String STR_UndoNewLayer
1116{
1117	Text [ en-US ] = "Insert Layer" ;
1118};
1119String STR_UndoDelLayer
1120{
1121	Text [ en-US ] = "Delete layer" ;
1122};
1123String STR_UndoMovLayer
1124{
1125	Text [ en-US ] = "Change order of layers" ;
1126};
1127// --> OD 2009-07-09 #i73249#
1128String STR_UndoObjName
1129{
1130    Text [ en-US ] = "Change object name of %1 to" ;
1131};
1132String STR_UndoObjTitle
1133{
1134    Text [ en-US ] = "Change object title of %1" ;
1135};
1136String STR_UndoObjDescription
1137{
1138    Text [ en-US ] = "Change object description of %1" ;
1139};
1140// <--
1141String STR_StandardLayerName
1142{
1143	Text [ en-US ] = "Standard" ;
1144};
1145 ////////////////////////////////////////////////////////////////////////////////////////////////////
1146 ////////////////////////////////////////////////////////////////////////////////////////////////////
1147 ////////////////////////////////////////////////////////////////////////////////////////////////////
1148String STR_ItemValON
1149{
1150	Text [ en-US ] = "on" ;
1151};
1152String STR_ItemValOFF
1153{
1154	Text [ en-US ] = "off" ;
1155};
1156String STR_ItemValYES
1157{
1158	Text [ en-US ] = "yes" ;
1159};
1160String STR_ItemValNO
1161{
1162	Text [ en-US ] = "No" ;
1163};
1164 ////////////////////////////////////////////////////////////////////////////////////////////////////
1165String STR_ItemValCAPTIONTYPE1
1166{
1167	Text [ en-US ] = "Type 1" ;
1168};
1169String STR_ItemValCAPTIONTYPE2
1170{
1171	Text [ en-US ] = "Type 2" ;
1172};
1173String STR_ItemValCAPTIONTYPE3
1174{
1175	Text [ en-US ] = "Type 3" ;
1176};
1177String STR_ItemValCAPTIONTYPE4
1178{
1179	Text [ en-US ] = "Type 4" ;
1180};
1181String STR_ItemValCAPTIONESCHORI
1182{
1183	Text [ en-US ] = "Horizontal" ;
1184};
1185String STR_ItemValCAPTIONESCVERT
1186{
1187	Text [ en-US ] = "Vertical" ;
1188};
1189String STR_ItemValCAPTIONESCBESTFIT
1190{
1191	Text [ en-US ] = "Automatic" ;
1192};
1193 ///////////////////////////////////////////////////////////////////////////////////////////////////
1194String STR_ItemValFITTOSIZENONE
1195{
1196	Text [ en-US ] = "Off" ;
1197};
1198String STR_ItemValFITTOSIZEPROP
1199{
1200	Text [ en-US ] = "Proportional" ;
1201};
1202String STR_ItemValFITTOSIZEALLLINES
1203{
1204	Text [ en-US ] = "Fit to size (all rows separately) " ;
1205};
1206String STR_ItemValFITTOSIZERESIZEAT
1207{
1208	Text [ en-US ] = "Use hard attributes" ;
1209};
1210 ///////////////////////////////////////////////////////////////////////////////////////////////////
1211String STR_ItemValTEXTVADJTOP
1212{
1213	Text [ en-US ] = "Top" ;
1214};
1215String STR_ItemValTEXTVADJCENTER
1216{
1217	Text [ en-US ] = "Center" ;
1218};
1219String STR_ItemValTEXTVADJBOTTOM
1220{
1221	Text [ en-US ] = "Bottom" ;
1222};
1223String STR_ItemValTEXTVADJBLOCK
1224{
1225	Text [ en-US ] = "Use entire height" ;
1226};
1227String STR_ItemValTEXTVADJSTRETCH
1228{
1229	Text [ en-US ] = "Stretched" ;
1230};
1231String STR_ItemValTEXTHADJLEFT
1232{
1233	Text [ en-US ] = "Left" ;
1234};
1235String STR_ItemValTEXTHADJCENTER
1236{
1237	Text [ en-US ] = "Center" ;
1238};
1239String STR_ItemValTEXTHADJRIGHT
1240{
1241	Text [ en-US ] = "Right" ;
1242};
1243String STR_ItemValTEXTHADJBLOCK
1244{
1245	Text [ en-US ] = "Use entire width" ;
1246};
1247String STR_ItemValTEXTHADJSTRETCH
1248{
1249	Text [ en-US ] = "Stretched" ;
1250};
1251 ///////////////////////////////////////////////////////////////////////////////////////////////////
1252String STR_ItemValTEXTANI_NONE
1253{
1254	Text [ en-US ] = "off" ;
1255};
1256String STR_ItemValTEXTANI_BLINK
1257{
1258	Text [ en-US ] = "flash" ;
1259};
1260String STR_ItemValTEXTANI_SCROLL
1261{
1262	Text [ en-US ] = "Scroll Through" ;
1263};
1264String STR_ItemValTEXTANI_ALTERNATE
1265{
1266	Text [ en-US ] = "alternating" ;
1267};
1268String STR_ItemValTEXTANI_SLIDE
1269{
1270	Text [ en-US ] = "Scroll In" ;
1271};
1272String STR_ItemValTEXTANI_LEFT
1273{
1274	Text [ en-US ] = "left" ;
1275};
1276String STR_ItemValTEXTANI_UP
1277{
1278	Text [ en-US ] = "up" ;
1279};
1280String STR_ItemValTEXTANI_RIGHT
1281{
1282	Text [ en-US ] = "right" ;
1283};
1284String STR_ItemValTEXTANI_DOWN
1285{
1286	Text [ en-US ] = "down" ;
1287};
1288 ///////////////////////////////////////////////////////////////////////////////////////////////////
1289String STR_ItemValEDGE_ORTHOLINES
1290{
1291	Text [ en-US ] = "Standard Connector" ;
1292};
1293String STR_ItemValEDGE_THREELINES
1294{
1295	Text [ en-US ] = "Line Connector" ;
1296};
1297String STR_ItemValEDGE_ONELINE
1298{
1299	Text [ en-US ] = "Straight Connector" ;
1300};
1301String STR_ItemValEDGE_BEZIER
1302{
1303	Text [ en-US ] = "Curved Connector" ;
1304};
1305 ///////////////////////////////////////////////////////////////////////////////////////////////////
1306String STR_ItemValMEASURE_STD
1307{
1308	Text [ en-US ] = "Standard" ;
1309};
1310String STR_ItemValMEASURE_RADIUS
1311{
1312	Text [ en-US ] = "Radius" ;
1313};
1314String STR_ItemValMEASURE_TEXTHAUTO
1315{
1316	Text [ en-US ] = "automatic" ;
1317};
1318String STR_ItemValMEASURE_TEXTLEFTOUTSIDE
1319{
1320	Text [ en-US ] = "left outside" ;
1321};
1322String STR_ItemValMEASURE_TEXTINSIDE
1323{
1324	Text [ en-US ] = "inside (centered)" ;
1325};
1326String STR_ItemValMEASURE_TEXTRIGHTOUTSID
1327{
1328	Text [ en-US ] = "right outside" ;
1329};
1330String STR_ItemValMEASURE_TEXTVAUTO
1331{
1332	Text [ en-US ] = "automatic" ;
1333};
1334String STR_ItemValMEASURE_ABOVE
1335{
1336	Text [ en-US ] = "on the line" ;
1337};
1338String STR_ItemValMEASURETEXT_BREAKEDLINE
1339{
1340	Text [ en-US ] = "broken line" ;
1341};
1342String STR_ItemValMEASURE_BELOW
1343{
1344	Text [ en-US ] = "below the line" ;
1345};
1346String STR_ItemValMEASURETEXT_VERTICALCEN
1347{
1348	Text [ en-US ] = "centered" ;
1349};
1350 ///////////////////////////////////////////////////////////////////////////////////////////////////
1351String STR_ItemValCIRC_FULL
1352{
1353	Text [ en-US ] = "full circle" ;
1354};
1355String STR_ItemValCIRC_SECT
1356{
1357	Text [ en-US ] = "Circle Pie" ;
1358};
1359String STR_ItemValCIRC_CUT
1360{
1361	Text [ en-US ] = "Circle segment" ;
1362};
1363String STR_ItemValCIRC_ARC
1364{
1365	Text [ en-US ] = "Arc" ;
1366};
1367 ///////////////////////////////////////////////////////////////////////////////////////////////////
1368 ////////////////////////////////////////////////////////////////////////////////////////////////////
1369String STR_ItemNam_SHADOW
1370{
1371	Text [ en-US ] = "Shadow" ;
1372};
1373String STR_ItemNam_SHADOWCOLOR
1374{
1375	Text [ en-US ] = "Shadow color" ;
1376};
1377String STR_ItemNam_SHADOWXDIST
1378{
1379	Text [ en-US ] = "Horizontal shadow outline" ;
1380};
1381String STR_ItemNam_SHADOWYDIST
1382{
1383	Text [ en-US ] = "Vertical shadow outline" ;
1384};
1385String STR_ItemNam_SHADOWTRANSPARENCE
1386{
1387	Text [ en-US ] = "Shadow transparency" ;
1388};
1389String STR_ItemNam_SHADOW3D
1390{
1391	Text [ en-US ] = "3D shadow" ;
1392};
1393String STR_ItemNam_SHADOWPERSP
1394{
1395	Text [ en-US ] = "Perspective shadow" ;
1396};
1397String STR_ItemNam_CAPTIONTYPE
1398{
1399	Text [ en-US ] = "Callout type" ;
1400};
1401String STR_ItemNam_CAPTIONFIXEDANGLE
1402{
1403	Text [ en-US ] = "Given angle" ;
1404};
1405String STR_ItemNam_CAPTIONANGLE
1406{
1407	Text [ en-US ] = "Angle" ;
1408};
1409String STR_ItemNam_CAPTIONGAP
1410{
1411	Text [ en-US ] = "Gap" ;
1412};
1413String STR_ItemNam_CAPTIONESCDIR
1414{
1415	Text [ en-US ] = "Exit direction" ;
1416};
1417String STR_ItemNam_CAPTIONESCISREL
1418{
1419	Text [ en-US ] = "Relative exit position" ;
1420};
1421String STR_ItemNam_CAPTIONESCREL
1422{
1423	Text [ en-US ] = "Exit Position" ;
1424};
1425String STR_ItemNam_CAPTIONESCABS
1426{
1427	Text [ en-US ] = "Exit Position" ;
1428};
1429String STR_ItemNam_CAPTIONLINELEN
1430{
1431	Text [ en-US ] = "Line length" ;
1432};
1433String STR_ItemNam_CAPTIONFITLINELEN
1434{
1435	Text [ en-US ] = "Auto line length" ;
1436};
1437String STR_ItemNam_ECKENRADIUS
1438{
1439	Text [ en-US ] = "Corner radius" ;
1440};
1441String STR_ItemNam_TEXT_LEFTDIST
1442{
1443	Text [ en-US ] = "Left border spacing" ;
1444};
1445String STR_ItemNam_TEXT_RIGHTDIST
1446{
1447	Text [ en-US ] = "Right border spacing" ;
1448};
1449String STR_ItemNam_TEXT_UPPERDIST
1450{
1451	Text [ en-US ] = "Upper border spacing" ;
1452};
1453String STR_ItemNam_TEXT_LOWERDIST
1454{
1455	Text [ en-US ] = "Lower border spacing" ;
1456};
1457String STR_ItemNam_TEXT_AUTOGROWHEIGHT
1458{
1459	Text [ en-US ] = "AutoFit frame height" ;
1460};
1461String STR_ItemNam_TEXT_MINFRAMEHEIGHT
1462{
1463	Text [ en-US ] = "Min. frame height" ;
1464};
1465String STR_ItemNam_TEXT_MAXFRAMEHEIGHT
1466{
1467	Text [ en-US ] = "Max. frame height" ;
1468};
1469String STR_ItemNam_TEXT_AUTOGROWWIDTH
1470{
1471	Text [ en-US ] = "AutoFit frame width" ;
1472};
1473String STR_ItemNam_TEXT_MINFRAMEWIDTH
1474{
1475	Text [ en-US ] = "Min. frame width" ;
1476};
1477String STR_ItemNam_TEXT_MAXFRAMEWIDTH
1478{
1479	Text [ en-US ] = "Max. frame width" ;
1480};
1481String STR_ItemNam_TEXT_VERTADJUST
1482{
1483	Text [ en-US ] = "Vertical text anchor" ;
1484};
1485String STR_ItemNam_TEXT_HORZADJUST
1486{
1487	Text [ en-US ] = "Horizontal text anchor" ;
1488};
1489String STR_ItemNam_TEXT_FITTOSIZE
1490{
1491	Text [ en-US ] = "Fit text to frame" ;
1492};
1493
1494String STR_ItemNam_GRAFRED
1495{
1496	Text [ en-US ] = "Red";
1497};
1498String STR_ItemNam_GRAFGREEN
1499{
1500	Text [ en-US ] = "Green";
1501};
1502String STR_ItemNam_GRAFBLUE
1503{
1504	Text [ en-US ] = "Blue";
1505};
1506String STR_ItemNam_GRAFLUMINANCE
1507{
1508	Text [ en-US ] = "Brightness";
1509};
1510String STR_ItemNam_GRAFCONTRAST
1511{
1512	Text [ en-US ] = "Contrast";
1513};
1514String STR_ItemNam_GRAFGAMMA
1515{
1516	Text [ en-US ] = "Gamma";
1517};
1518String STR_ItemNam_GRAFTRANSPARENCE
1519{
1520	Text [ en-US ] = "Transparency";
1521};
1522String STR_ItemNam_GRAFINVERT
1523{
1524	Text [ en-US ] = "Invert";
1525};
1526String STR_ItemNam_GRAFMODE
1527{
1528	Text [ en-US ] = "Graphics mode";
1529};
1530String STR_ItemNam_GRAFRESERVE2	{ Text = "" ; };
1531String STR_ItemNam_GRAFRESERVE3	{ Text = "" ; };
1532String STR_ItemNam_GRAFRESERVE4	{ Text = "" ; };
1533String STR_ItemNam_GRAFRESERVE5	{ Text = "" ; };
1534String STR_ItemNam_GRAFRESERVE6	{ Text = "" ; };
1535
1536String STR_ItemNam_RESERVE19 { Text = "" ; };
1537String STR_ItemNamSET_MISC
1538{
1539	Text [ en-US ] = "Various attributes" ;
1540};
1541String STR_ItemNam_OBJMOVEPROTECT
1542{
1543	Text [ en-US ] = "Position protected" ;
1544};
1545String STR_ItemNam_OBJSIZEPROTECT
1546{
1547	Text [ en-US ] = "Size Protection" ;
1548};
1549String STR_ItemNam_OBJPRINTABLE
1550{
1551	Text [ en-US ] = "Don't print" ;
1552};
1553String STR_ItemNam_LAYERID
1554{
1555	Text [ en-US ] = "Layer Indicator" ;
1556};
1557String STR_ItemNam_LAYERNAME
1558{
1559	Text [ en-US ] = "Le~vel" ;
1560};
1561String STR_ItemNam_OBJECTNAME
1562{
1563	Text [ en-US ] = "Object name" ;
1564};
1565String STR_ItemNam_STARTANGLE
1566{
1567	Text [ en-US ] = "Start angle" ;
1568};
1569String STR_ItemNam_ENDANGLE
1570{
1571	Text [ en-US ] = "Final angle" ;
1572};
1573String STR_ItemNam_POSITIONX
1574{
1575	Text [ en-US ] = "X Position" ;
1576};
1577String STR_ItemNam_POSITIONY
1578{
1579	Text [ en-US ] = "Y Position" ;
1580};
1581String STR_ItemNam_SIZEWIDTH
1582{
1583	Text [ en-US ] = "Width" ;
1584};
1585String STR_ItemNam_SIZEHEIGHT
1586{
1587	Text [ en-US ] = "Height" ;
1588};
1589String STR_ItemNam_ROTATEANGLE
1590{
1591	Text [ en-US ] = "Rotation angle" ;
1592};
1593String STR_ItemNam_SHEARANGLE
1594{
1595	Text [ en-US ] = "Shear angle" ;
1596};
1597 ////////////////////////////////////////////////////////////////////////////////////////////////////
1598 ////////////////////////////////////////////////////////////////////////////////////////////////////
1599 ////////////////////////////////////////////////////////////////////////////////////////////////////
1600 // Ende der gecachten Strings
1601
1602 // und hier noch Bitmaps
1603Bitmap BMAP_GrafikEi { File = "grafikei.bmp" ; };
1604Bitmap BMAP_GrafikDe { File = "grafikde.bmp" ; };
1605
1606// Strings fuer den Vorlagen-Dialog
1607String SIP_UNKNOWN_ATTR
1608{
1609	Text [ en-US ] = "Unknown attribute";
1610};
1611
1612// Strings fuer den Vorlagen-Dialog
1613String SIP_XA_LINESTYLE
1614{
1615	Text [ en-US ] = "Line style";
1616};
1617
1618String SIP_XA_LINEDASH
1619{
1620	Text [ en-US ] = "Line pattern";
1621};
1622
1623String SIP_XA_LINEWIDTH
1624{
1625	Text [ en-US ] = "Line width";
1626};
1627
1628String SIP_XA_LINECOLOR
1629{
1630	Text [ en-US ] = "Line color";
1631};
1632
1633String SIP_XA_LINESTART
1634{
1635	Text [ en-US ] = "Line head";
1636};
1637
1638String SIP_XA_LINEEND
1639{
1640	Text [ en-US ] = "Line end";
1641};
1642
1643String SIP_XA_LINESTARTWIDTH
1644{
1645	Text [ en-US ] = "Line head width";
1646};
1647
1648String SIP_XA_LINEENDWIDTH
1649{
1650	Text [ en-US ] = "Line end width";
1651};
1652
1653String SIP_XA_LINESTARTCENTER
1654{
1655	Text [ en-US ] = "Center arrowhead";
1656};
1657
1658String SIP_XA_LINEENDCENTER
1659{
1660	Text [ en-US ] = "Center arrowend";
1661};
1662
1663String SIP_XA_LINETRANSPARENCE
1664{
1665	Text [ en-US ] = "Line transparency";
1666};
1667
1668String SIP_XA_LINEJOINT
1669{
1670	Text [ en-US ] = "Line joint";
1671};
1672
1673String SIP_XA_LINERESERVED2
1674{
1675	Text [ en-US ] = "Line reserved for 2";
1676};
1677
1678String SIP_XA_LINERESERVED3
1679{
1680	Text [ en-US ] = "Line reserved for 3";
1681};
1682
1683String SIP_XA_LINERESERVED4
1684{
1685	Text [ en-US ] = "Line reserved for 4";
1686};
1687
1688String SIP_XA_LINERESERVED5
1689{
1690	Text [ en-US ] = "Line reserved for 5";
1691};
1692
1693String SIP_XA_LINERESERVED_LAST
1694{
1695	Text [ en-US ] = "Line reserved for 6";
1696};
1697
1698String SIP_XATTRSET_LINE
1699{
1700	Text [ en-US ] = "Line attributes";
1701};
1702
1703String SIP_XA_FILLSTYLE
1704{
1705	Text [ en-US ] = "Fill style";
1706};
1707
1708String SIP_XA_FILLCOLOR
1709{
1710	Text [ en-US ] = "Fillcolor";
1711};
1712
1713String SIP_XA_FILLGRADIENT
1714{
1715	Text [ en-US ] = "Gradient";
1716};
1717
1718String SIP_XA_FILLHATCH
1719{
1720	Text [ en-US ] = "Hatching";
1721};
1722
1723String SIP_XA_FILLBITMAP
1724{
1725	Text [ en-US ] = "Fillbitmap";
1726};
1727
1728String SIP_XA_FILLTRANSPARENCE
1729{
1730	Text [ en-US ] = "Transparency";
1731};
1732
1733String SIP_XA_GRADIENTSTEPCOUNT
1734{
1735	Text [ en-US ] = "Number of gradient steps";
1736};
1737
1738String SIP_XA_FILLBMP_TILE
1739{
1740	Text [ en-US ] = "Tile fill";
1741};
1742
1743String SIP_XA_FILLBMP_POS
1744{
1745	Text [ en-US ] = "Fillbitmap position";
1746};
1747
1748String SIP_XA_FILLBMP_SIZEX
1749{
1750	Text [ en-US ] = "Fillbitmap width";
1751};
1752
1753String SIP_XA_FILLBMP_SIZEY
1754{
1755	Text [ en-US ] = "Height of fillbitmap";
1756};
1757
1758String SIP_XA_FILLFLOATTRANSPARENCE
1759{
1760	Text [ en-US ] = "Transparent gradient";
1761};
1762
1763String SIP_XA_SECONDARYFILLCOLOR
1764{
1765	Text [ en-US ] = "Fill reserved for 2";
1766};
1767
1768String SIP_XA_FILLBMP_SIZELOG
1769{
1770	Text [ en-US ] = "Tile size not in %";
1771};
1772
1773String SIP_XA_FILLBMP_TILEOFFSETX
1774{
1775	Text [ en-US ] = "Tile offset X in %";
1776};
1777
1778String SIP_XA_FILLBMP_TILEOFFSETY
1779{
1780	Text [ en-US ] = "Tile offset Y in %";
1781};
1782
1783String SIP_XA_FILLBMP_STRETCH
1784{
1785	Text [ en-US ] = "Bitmap scaling";
1786};
1787
1788String SIP_XA_FILLRESERVED3
1789{
1790	Text [ en-US ] = "Bitmap reserved for 3";
1791};
1792
1793String SIP_XA_FILLRESERVED4
1794{
1795	Text [ en-US ] = "Bitmap reserved for 4";
1796};
1797
1798String SIP_XA_FILLRESERVED5
1799{
1800	Text [ en-US ] = "Bitmap reserved for 5";
1801};
1802
1803String SIP_XA_FILLRESERVED6
1804{
1805	Text [ en-US ] = "Bitmap reserved for 6";
1806};
1807
1808String SIP_XA_FILLRESERVED7
1809{
1810	Text [ en-US ] = "Bitmap reserved for 7";
1811};
1812
1813String SIP_XA_FILLRESERVED8
1814{
1815	Text [ en-US ] = "Bitmap reserved for 8";
1816};
1817
1818String SIP_XA_FILLBMP_POSOFFSETX
1819{
1820	Text [ en-US ] = "Tile position X in %";
1821};
1822
1823String SIP_XA_FILLBMP_POSOFFSETY
1824{
1825	Text [ en-US ] = "Tile position Y in %";
1826};
1827
1828String SIP_XA_FILLBACKGROUND
1829{
1830	Text [ en-US ] = "Background fill";
1831};
1832
1833String SIP_XA_FILLRESERVED10
1834{
1835	Text [ en-US ] = "Fill reserved for 10";
1836};
1837
1838String SIP_XA_FILLRESERVED11
1839{
1840	Text [ en-US ] = "Fill reserved for 11";
1841};
1842
1843String SIP_XA_FILLRESERVED_LAST
1844{
1845	Text [ en-US ] = "Fill reserved for 12";
1846};
1847
1848String SIP_XATTRSET_FILL
1849{
1850	Text [ en-US ] = "Area attributes";
1851};
1852
1853String SIP_XA_FORMTXTSTYLE
1854{
1855	Text [ en-US ] = "Fontwork style";
1856};
1857
1858String SIP_XA_FORMTXTADJUST
1859{
1860	Text [ en-US ] = "Fontwork alignment";
1861};
1862
1863String SIP_XA_FORMTXTDISTANCE
1864{
1865	Text [ en-US ] = "Fontwork spacing";
1866};
1867
1868String SIP_XA_FORMTXTSTART
1869{
1870	Text [ en-US ] = "Fontwork font begin";
1871};
1872
1873String SIP_XA_FORMTXTMIRROR
1874{
1875	Text [ en-US ] = "Fontwork mirror";
1876};
1877
1878String SIP_XA_FORMTXTOUTLINE
1879{
1880	Text [ en-US ] = "Fontwork outline";
1881};
1882
1883String SIP_XA_FORMTXTSHADOW
1884{
1885	Text [ en-US ] = "Fontwork shadow";
1886};
1887
1888String SIP_XA_FORMTXTSHDWCOLOR
1889{
1890	Text [ en-US ] = "Fontwork shadow color";
1891};
1892
1893String SIP_XA_FORMTXTSHDWXVAL
1894{
1895	Text [ en-US ] = "Fontwork shadow offset X";
1896};
1897
1898String SIP_XA_FORMTXTSHDWYVAL
1899{
1900	Text [ en-US ] = "Fontwork shadow offset Y";
1901};
1902
1903String SIP_XA_FORMTXTSTDFORM
1904{
1905	Text [ en-US ] = "Fontwork default form";
1906};
1907
1908String SIP_XA_FORMTXTHIDEFORM
1909{
1910	Text [ en-US ] = "Hide fontwork outline";
1911};
1912
1913String SIP_XA_FORMTXTSHDWTRANSP
1914{
1915	Text [ en-US ] = "Fontwork shadow transparency";
1916};
1917
1918String SIP_XA_FTRESERVED2
1919{
1920	Text [ en-US ] = "Fontwork reserved for 2";
1921};
1922
1923String SIP_XA_FTRESERVED3
1924{
1925	Text [ en-US ] = "Fontwork reserved for 3";
1926};
1927
1928String SIP_XA_FTRESERVED4
1929{
1930	Text [ en-US ] = "Fontwork reserved for 4";
1931};
1932
1933String SIP_XA_FTRESERVED5
1934{
1935	Text [ en-US ] = "Fontwork reserved for 5";
1936};
1937
1938String SIP_XA_FTRESERVED_LAST
1939{
1940	Text [ en-US ] = "Fontwork reserved for 6";
1941};
1942
1943String SIP_SA_SHADOW
1944{
1945	Text [ en-US ] = "Shadow";
1946};
1947
1948String SIP_SA_SHADOWCOLOR
1949{
1950	Text [ en-US ] = "Shadow color";
1951};
1952
1953String SIP_SA_SHADOWXDIST
1954{
1955	Text [ en-US ] = "Shadow spacing X";
1956};
1957
1958String SIP_SA_SHADOWYDIST
1959{
1960	Text [ en-US ] = "Shadow spacing Y";
1961};
1962
1963String SIP_SA_SHADOWTRANSPARENCE
1964{
1965	Text [ en-US ] = "Shadow transparency";
1966};
1967
1968String SIP_SA_SHADOW3D
1969{
1970	Text [ en-US ] = "3D shadow";
1971};
1972
1973String SIP_SA_SHADOWPERSP
1974{
1975	Text [ en-US ] = "Perspective shadow";
1976};
1977
1978String SIP_SA_CAPTIONTYPE
1979{
1980	Text [ en-US ] = "Type of legend";
1981};
1982
1983String SIP_SA_CAPTIONFIXEDANGLE
1984{
1985	Text [ en-US ] = "Fixed legend angle";
1986};
1987
1988String SIP_SA_CAPTIONANGLE
1989{
1990	Text [ en-US ] = "Legend angle";
1991};
1992
1993String SIP_SA_CAPTIONGAP
1994{
1995	Text [ en-US ] = "Legend lines spacing";
1996};
1997
1998String SIP_SA_CAPTIONESCDIR
1999{
2000	Text [ en-US ] = "Legend exit alignment";
2001};
2002
2003String SIP_SA_CAPTIONESCISREL
2004{
2005	Text [ en-US ] = "Relative exit legend";
2006};
2007
2008String SIP_SA_CAPTIONESCREL
2009{
2010	Text [ en-US ] = "Relative exit legend";
2011};
2012
2013String SIP_SA_CAPTIONESCABS
2014{
2015	Text [ en-US ] = "Absolute exit of legend";
2016};
2017
2018String SIP_SA_CAPTIONLINELEN
2019{
2020	Text [ en-US ] = "Legend line length";
2021};
2022
2023String SIP_SA_CAPTIONFITLINELEN
2024{
2025	Text [ en-US ] = "AutoLength of legend lines";
2026};
2027
2028String SIP_SA_ECKENRADIUS
2029{
2030	Text [ en-US ] = "Corner radius";
2031};
2032
2033String SIP_SA_TEXT_MINFRAMEHEIGHT
2034{
2035	Text [ en-US ] = "Minimal frame height";
2036};
2037
2038String SIP_SA_TEXT_AUTOGROWHEIGHT
2039{
2040	Text [ en-US ] = "AutoFit height";
2041};
2042
2043String SIP_SA_TEXT_FITTOSIZE
2044{
2045	Text [ en-US ] = "Fit text to frame";
2046};
2047
2048String SIP_SA_TEXT_LEFTDIST
2049{
2050	Text [ en-US ] = "Left text frame spacing";
2051};
2052
2053String SIP_SA_TEXT_RIGHTDIST
2054{
2055	Text [ en-US ] = "Right text frame spacing";
2056};
2057
2058String SIP_SA_TEXT_UPPERDIST
2059{
2060	Text [ en-US ] = "Upper text frame spacing";
2061};
2062
2063String SIP_SA_TEXT_LOWERDIST
2064{
2065	Text [ en-US ] = "Lower text frame spacing";
2066};
2067
2068String SIP_SA_TEXT_VERTADJUST
2069{
2070	Text [ en-US ] = "Vertical text anchor";
2071};
2072
2073String SIP_SA_TEXT_MAXFRAMEHEIGHT
2074{
2075	Text [ en-US ] = "Maximal frame height";
2076};
2077
2078String SIP_SA_TEXT_MINFRAMEWIDTH
2079{
2080	Text [ en-US ] = "Minimal frame width";
2081};
2082
2083String SIP_SA_TEXT_MAXFRAMEWIDTH
2084{
2085	Text [ en-US ] = "Maximal frame width";
2086};
2087
2088String SIP_SA_TEXT_AUTOGROWWIDTH
2089{
2090	Text [ en-US ] = "AutoFit width";
2091};
2092
2093String SIP_SA_TEXT_HORZADJUST
2094{
2095	Text [ en-US ] = "Horizontal text anchor";
2096};
2097
2098String SIP_SA_TEXT_ANIKIND
2099{
2100	Text [ en-US ] = "Ticker";
2101};
2102
2103String SIP_SA_TEXT_ANIDIRECTION
2104{
2105	Text [ en-US ] = "Ticker direction";
2106};
2107
2108String SIP_SA_TEXT_ANISTARTINSIDE
2109{
2110	Text [ en-US ] = "Ticker start inside";
2111};
2112
2113String SIP_SA_TEXT_ANISTOPINSIDE
2114{
2115	Text [ en-US ] = "Ticker stop inside";
2116};
2117
2118String SIP_SA_TEXT_ANICOUNT
2119{
2120	Text [ en-US ] = "Number of ticker runs";
2121};
2122
2123String SIP_SA_TEXT_ANIDELAY
2124{
2125	Text [ en-US ] = "Speed of ticker";
2126};
2127
2128String SIP_SA_TEXT_ANIAMOUNT
2129{
2130	Text [ en-US ] = "Ticker step size";
2131};
2132
2133String SIP_SA_TEXT_CONTOURFRAME
2134{
2135	Text [ en-US ] = "Outline text flow";
2136};
2137
2138String SIP_SA_CUSTOMSHAPE_ADJUSTMENT
2139{
2140	Text[ en-US ] = "Shape Adjustment";
2141};
2142
2143String SIP_SA_XMLATTRIBUTES
2144{
2145	Text [ en-US ] = "User-defined attributes";
2146};
2147
2148String SIP_SA_TEXT_USEFIXEDCELLHEIGHT
2149{
2150	Text [ en-US ] = "Use font-independent line spacing";
2151};
2152
2153String SIP_SA_WORDWRAP
2154{
2155	Text[ en-US ] = "Word wrap text in shape";
2156};
2157
2158String SIP_SA_AUTOGROWSIZE
2159{
2160	Text[ en-US ] = "Auto grow shape to fit text";
2161};
2162
2163String SIP_SA_RESERVE18
2164{
2165	Text [ en-US ] = "SvDraw reserved for 18";
2166};
2167
2168String SIP_SA_RESERVE19
2169{
2170	Text [ en-US ] = "SvDraw reserved for 19";
2171};
2172
2173String SIP_SA_EDGEKIND
2174{
2175	Text [ en-US ] = "Type of connector";
2176};
2177
2178String SIP_SA_EDGENODE1HORZDIST
2179{
2180	Text [ en-US ] = "Horz. spacing object 1";
2181};
2182
2183String SIP_SA_EDGENODE1VERTDIST
2184{
2185	Text [ en-US ] = "Vert. spacing object 1";
2186};
2187
2188String SIP_SA_EDGENODE2HORZDIST
2189{
2190	Text [ en-US ] = "Horz. spacing object 2";
2191};
2192
2193String SIP_SA_EDGENODE2VERTDIST
2194{
2195	Text [ en-US ] = "Vert. spacing object 2";
2196};
2197
2198String SIP_SA_EDGENODE1GLUEDIST
2199{
2200	Text [ en-US ] = "Glue spacing object 1";
2201};
2202
2203String SIP_SA_EDGENODE2GLUEDIST
2204{
2205	Text [ en-US ] = "Glue spacing object 2";
2206};
2207
2208String SIP_SA_EDGELINEDELTAANZ
2209{
2210	Text [ en-US ] = "Number of movable lines";
2211};
2212
2213String SIP_SA_EDGELINE1DELTA
2214{
2215	Text [ en-US ] = "Offset line 1";
2216};
2217
2218String SIP_SA_EDGELINE2DELTA
2219{
2220	Text [ en-US ] = "Offset line 2";
2221};
2222
2223String SIP_SA_EDGELINE3DELTA
2224{
2225	Text [ en-US ] = "Offset line 3";
2226};
2227
2228String SIP_SA_MEASUREKIND
2229{
2230	Text [ en-US ] = "Type of dimensioning";
2231};
2232
2233String SIP_SA_MEASURETEXTHPOS
2234{
2235	Text [ en-US ] = "Dimension value - horizontal position";
2236};
2237
2238String SIP_SA_MEASURETEXTVPOS
2239{
2240	Text [ en-US ] = "Dimension value - vertical position";
2241};
2242
2243String SIP_SA_MEASURELINEDIST
2244{
2245	Text [ en-US ] = "Dimension line space";
2246};
2247
2248String SIP_SA_MEASUREHELPLINEOVERHANG
2249{
2250	Text [ en-US ] = "Dimension help line overhang";
2251};
2252
2253String SIP_SA_MEASUREHELPLINEDIST
2254{
2255	Text [ en-US ] = "Dimension help line spacing";
2256};
2257
2258String SIP_SA_MEASUREHELPLINE1LEN
2259{
2260	Text [ en-US ] = "Backlog of dimension help line 1";
2261};
2262
2263String SIP_SA_MEASUREHELPLINE2LEN
2264{
2265	Text [ en-US ] = "Backlog of dimension help line 2";
2266};
2267
2268String SIP_SA_MEASUREBELOWREFEDGE
2269{
2270	Text [ en-US ] = "Lower edge dimensioning";
2271};
2272
2273String SIP_SA_MEASURETEXTROTA90
2274{
2275	Text [ en-US ] = "Dimension value across dimension line";
2276};
2277
2278String SIP_SA_MEASURETEXTUPSIDEDOWN
2279{
2280	Text [ en-US ] = "Rotate dimension value by 180 degree";
2281};
2282
2283String SIP_SA_MEASUREOVERHANG
2284{
2285	Text [ en-US ] = "Dimension line overhang";
2286};
2287
2288String SIP_SA_MEASUREUNIT
2289{
2290	Text [ en-US ] = "Measure unit";
2291};
2292
2293String SIP_SA_MEASURESCALE
2294{
2295	Text [ en-US ] = "Additional scale factor";
2296};
2297
2298String SIP_SA_MEASURESHOWUNIT
2299{
2300	Text [ en-US ] = "Measure unit display";
2301};
2302
2303String SIP_SA_MEASUREFORMATSTRING
2304{
2305	Text [ en-US ] = "Dimension value format";
2306};
2307
2308String SIP_SA_MEASURETEXTAUTOANGLE
2309{
2310	Text [ en-US ] = "AutoPositioning of the dimension value";
2311};
2312
2313String SIP_SA_MEASURETEXTAUTOANGLEVIEW
2314{
2315	Text [ en-US ] = "Angle for the automatic positioning of the dimension value";
2316};
2317
2318String SIP_SA_MEASURETEXTISFIXEDANGLE
2319{
2320	Text [ en-US ] = "Determination of the dimension value angle";
2321};
2322
2323String SIP_SA_MEASURETEXTFIXEDANGLE
2324{
2325	Text [ en-US ] = "Angle of the dimension value";
2326};
2327
2328String SIP_SA_MEASUREDECIMALPLACES
2329{
2330	Text [ en-US ] = "Decimal places";
2331};
2332
2333String SIP_SA_MEASURERESERVE05
2334{
2335	Text [ en-US ] = "Dimensioning reserved 5";
2336};
2337
2338String SIP_SA_MEASURERESERVE06
2339{
2340	Text [ en-US ] = "Dimensioning reserved for 6";
2341};
2342
2343String SIP_SA_MEASURERESERVE07
2344{
2345	Text [ en-US ] = "Dimensioning reserved for 7";
2346};
2347
2348String SIP_SA_CIRCKIND
2349{
2350	Text [ en-US ] = "Type of circle";
2351};
2352
2353String SIP_SA_CIRCSTARTANGLE
2354{
2355	Text [ en-US ] = "Start angle";
2356};
2357
2358String SIP_SA_CIRCENDANGLE
2359{
2360	Text [ en-US ] = "End angle";
2361};
2362
2363String SIP_SA_CIRCRESERVE0
2364{
2365	Text [ en-US ] = "Circle reserved for 0";
2366};
2367
2368String SIP_SA_CIRCRESERVE1
2369{
2370	Text [ en-US ] = "Circle reserved for 1";
2371};
2372
2373String SIP_SA_CIRCRESERVE2
2374{
2375	Text [ en-US ] = "Circle reserved for 2";
2376};
2377
2378String SIP_SA_CIRCRESERVE3
2379{
2380	Text [ en-US ] = "Circle reserved for 3";
2381};
2382
2383String SIP_SA_OBJMOVEPROTECT
2384{
2385	Text [ en-US ] = "Protected object position";
2386};
2387
2388String SIP_SA_OBJSIZEPROTECT
2389{
2390	Text [ en-US ] = "Protected object size";
2391};
2392
2393String SIP_SA_OBJPRINTABLE
2394{
2395	Text [ en-US ] = "Object, printable";
2396};
2397
2398String SIP_SA_OBJVISIBLE
2399{
2400	Text [ en-US ] = "Object, visible";
2401};
2402
2403String SIP_SA_LAYERID
2404{
2405	Text [ en-US ] = "Level ID";
2406};
2407
2408String SIP_SA_LAYERNAME
2409{
2410	Text [ en-US ] = "Layer";
2411};
2412
2413String SIP_SA_OBJECTNAME
2414{
2415	Text [ en-US ] = "Object name";
2416};
2417
2418String SIP_SA_ALLPOSITIONX
2419{
2420	Text [ en-US ] = "Position X, complete";
2421};
2422
2423String SIP_SA_ALLPOSITIONY
2424{
2425	Text [ en-US ] = "Position Y, complete";
2426};
2427
2428String SIP_SA_ALLSIZEWIDTH
2429{
2430	Text [ en-US ] = "Total Width";
2431};
2432
2433String SIP_SA_ALLSIZEHEIGHT
2434{
2435	Text [ en-US ] = "Height, complete";
2436};
2437
2438String SIP_SA_ONEPOSITIONX
2439{
2440	Text [ en-US ] = "Single position X";
2441};
2442
2443String SIP_SA_ONEPOSITIONY
2444{
2445	Text [ en-US ] = "Single position Y";
2446};
2447
2448String SIP_SA_ONESIZEWIDTH
2449{
2450	Text [ en-US ] = "Single width";
2451};
2452
2453String SIP_SA_ONESIZEHEIGHT
2454{
2455	Text [ en-US ] = "Single height";
2456};
2457
2458String SIP_SA_LOGICSIZEWIDTH
2459{
2460	Text [ en-US ] = "Logical width";
2461};
2462
2463String SIP_SA_LOGICSIZEHEIGHT
2464{
2465	Text [ en-US ] = "Logical height";
2466};
2467
2468String SIP_SA_ROTATEANGLE
2469{
2470	Text [ en-US ] = "Single rotation angle";
2471};
2472
2473String SIP_SA_SHEARANGLE
2474{
2475	Text [ en-US ] = "Single shear angle";
2476};
2477
2478String SIP_SA_MOVEX
2479{
2480	Text [ en-US ] = "Move horizontally";
2481};
2482
2483String SIP_SA_MOVEY
2484{
2485	Text [ en-US ] = "Move vertically";
2486};
2487
2488String SIP_SA_RESIZEXONE
2489{
2490	Text [ en-US ] = "Resize X, single";
2491};
2492
2493String SIP_SA_RESIZEYONE
2494{
2495	Text [ en-US ] = "Resize Y, single";
2496};
2497
2498String SIP_SA_ROTATEONE
2499{
2500	Text [ en-US ] = "Single rotation";
2501};
2502
2503String SIP_SA_HORZSHEARONE
2504{
2505	Text [ en-US ] = "Single horizontal shear";
2506};
2507
2508String SIP_SA_VERTSHEARONE
2509{
2510	Text [ en-US ] = "Single vertical shear";
2511};
2512
2513String SIP_SA_RESIZEXALL
2514{
2515	Text [ en-US ] = "Resize X, complete";
2516};
2517
2518String SIP_SA_RESIZEYALL
2519{
2520	Text [ en-US ] = "Resize Y, complete";
2521};
2522
2523String SIP_SA_ROTATEALL
2524{
2525	Text [ en-US ] = "Rotate all";
2526};
2527
2528String SIP_SA_HORZSHEARALL
2529{
2530	Text [ en-US ] = "Shear horizontal, complete";
2531};
2532
2533String SIP_SA_VERTSHEARALL
2534{
2535	Text [ en-US ] = "Shear vertical, complete";
2536};
2537
2538String SIP_SA_TRANSFORMREF1X
2539{
2540	Text [ en-US ] = "Reference point 1 X";
2541};
2542
2543String SIP_SA_TRANSFORMREF1Y
2544{
2545	Text [ en-US ] = "Reference point 1 Y";
2546};
2547
2548String SIP_SA_TRANSFORMREF2X
2549{
2550	Text [ en-US ] = "Reference point 2 X";
2551};
2552
2553String SIP_SA_TRANSFORMREF2Y
2554{
2555	Text [ en-US ] = "Reference point 2 Y";
2556};
2557
2558String SIP_EE_PARA_HYPHENATE
2559{
2560	Text [ en-US ] = "Hyphenation";
2561};
2562
2563String SIP_EE_PARA_BULLETSTATE
2564{
2565	Text [ en-US ] = "Display bullets";
2566};
2567
2568String SIP_EE_PARA_OUTLLRSPACE
2569{
2570	Text [ en-US ] = "Numbering indents";
2571};
2572
2573String SIP_EE_PARA_OUTLLEVEL
2574{
2575	Text [ en-US ] = "Numbering level";
2576};
2577
2578String SIP_EE_PARA_BULLET
2579{
2580	Text [ en-US ] = "Bullets and Numberings";
2581};
2582
2583String SIP_EE_PARA_LRSPACE
2584{
2585	Text [ en-US ] = "Indents";
2586};
2587
2588String SIP_EE_PARA_ULSPACE
2589{
2590	Text [ en-US ] = "Paragraph spacing";
2591};
2592
2593String SIP_EE_PARA_SBL
2594{
2595	Text [ en-US ] = "Line spacing";
2596};
2597
2598String SIP_EE_PARA_JUST
2599{
2600	Text [ en-US ] = "Paragraph alignment";
2601};
2602
2603String SIP_EE_PARA_TABS
2604{
2605	Text [ en-US ] = "Tabulators";
2606};
2607
2608String SIP_EE_CHAR_COLOR
2609{
2610	Text [ en-US ] = "Font color";
2611};
2612
2613String SIP_EE_CHAR_FONTINFO
2614{
2615	Text [ en-US ] = "Character set";
2616};
2617
2618String SIP_EE_CHAR_FONTHEIGHT
2619{
2620	Text [ en-US ] = "Font size";
2621};
2622
2623String SIP_EE_CHAR_FONTWIDTH
2624{
2625	Text [ en-US ] = "Font width";
2626};
2627
2628String SIP_EE_CHAR_WEIGHT
2629{
2630	Text [ en-US ] = "Bold (thickness)";
2631};
2632
2633String SIP_EE_CHAR_UNDERLINE
2634{
2635	Text [ en-US ] = "Underline";
2636};
2637
2638String SIP_EE_CHAR_OVERLINE
2639{
2640	Text [ en-US ] = "Overline";
2641};
2642
2643String SIP_EE_CHAR_STRIKEOUT
2644{
2645	Text [ en-US ] = "Strikethrough";
2646};
2647
2648String SIP_EE_CHAR_ITALIC
2649{
2650	Text [ en-US ] = "Italic";
2651};
2652
2653String SIP_EE_CHAR_OUTLINE
2654{
2655	Text [ en-US ] = "Outline";
2656};
2657
2658String SIP_EE_CHAR_SHADOW
2659{
2660	Text [ en-US ] = "Font shadow";
2661};
2662
2663String SIP_EE_CHAR_ESCAPEMENT
2664{
2665	Text [ en-US ] = "Superscript/subscript";
2666};
2667
2668String SIP_EE_CHAR_PAIRKERNING
2669{
2670	Text [ en-US ] = "Kerning";
2671};
2672
2673String SIP_EE_CHAR_KERNING
2674{
2675	Text [ en-US ] = "Manual kerning";
2676};
2677
2678String SIP_EE_CHAR_WLM
2679{
2680	Text [ en-US ] = "No underline for spaces";
2681};
2682
2683String SIP_EE_FEATURE_TAB
2684{
2685	Text [ en-US ] = "Tabulator";
2686};
2687
2688String SIP_EE_FEATURE_LINEBR
2689{
2690	Text [ en-US ] = "Optional line break";
2691};
2692
2693String SIP_EE_FEATURE_NOTCONV
2694{
2695	Text [ en-US ] = "Non-convertible character";
2696};
2697
2698String SIP_EE_FEATURE_FIELD
2699{
2700	Text [ en-US ] = "Fields";
2701};
2702
2703String SIP_SA_GRAFRED
2704{
2705	Text [ en-US ] = "Red";
2706};
2707String SIP_SA_GRAFGREEN
2708{
2709	Text [ en-US ] = "Green";
2710};
2711String SIP_SA_GRAFBLUE
2712{
2713	Text [ en-US ] = "Blue";
2714};
2715String SIP_SA_GRAFLUMINANCE
2716{
2717	Text [ en-US ] = "Brightness";
2718};
2719String SIP_SA_GRAFCONTRAST
2720{
2721	Text [ en-US ] = "Contrast";
2722};
2723String SIP_SA_GRAFGAMMA
2724{
2725	Text [ en-US ] = "Gamma";
2726};
2727String SIP_SA_GRAFTRANSPARENCE
2728{
2729	Text [ en-US ] = "Transparency";
2730};
2731String SIP_SA_GRAFINVERT
2732{
2733	Text [ en-US ] = "Invert";
2734};
2735String SIP_SA_GRAFMODE
2736{
2737	Text [ en-US ] = "Graphics mode";
2738};
2739String SIP_SA_GRAFCROP
2740{
2741	Text [ en-US ] = "Crop";
2742
2743};
2744String SIP_SA_GRAFRESERVE3 { Text = "" ; };
2745String SIP_SA_GRAFRESERVE4 { Text = "" ; };
2746String SIP_SA_GRAFRESERVE5 { Text = "" ; };
2747String SIP_SA_GRAFRESERVE6 { Text = "" ; };
2748
2749Bitmap SIP_SA_PAGESHADOW35X35
2750{
2751	File = "pageshadow35x35.png";
2752};
2753
2754Bitmap SIP_SA_MARKERS
2755{
2756	File = "markers.bmp";
2757};
2758
2759Bitmap SIP_SA_FINE_MARKERS
2760{
2761	File = "markers2.bmp";
2762};
2763
2764// #100499#
2765Bitmap BMP_SVXOLEOBJ
2766{
2767	File = "oleobj.bmp" ;
2768};
2769
2770// #101928#
2771Bitmap SIP_SA_ACCESSIBILITY_MARKERS
2772{
2773	File = "markersACC.bmp";
2774};
2775
2776String STR_ObjNameSingulMEDIA
2777{
2778	Text [ en-US ] = "Media object" ;
2779};
2780String STR_ObjNamePluralMEDIA
2781{
2782	Text [ en-US ] = "Media objects" ;
2783};
2784
2785// drawing layer table strings
2786
2787String STR_TABLE_ATTR
2788{
2789	Text [ en-US ] = "Apply table attributes" ;
2790};
2791String STR_TABLE_AUTOFMT
2792{
2793	Text [ en-US ] = "AutoFormat table" ;
2794};
2795String STR_TABLE_INSCOL
2796{
2797	Text [ en-US ] = "Insert column" ;
2798};
2799String STR_TABLE_INSROW
2800{
2801	Text [ en-US ] = "Insert row" ;
2802};
2803String STR_UNDO_COL_DELETE
2804{
2805	Text [ en-US ] = "Delete column" ;
2806};
2807String STR_UNDO_ROW_DELETE
2808{
2809	Text [ en-US ] = "Delete row" ;
2810};
2811String STR_TABLE_SPLIT
2812{
2813	Text [ en-US ] = "Split cells" ;
2814};
2815String STR_TABLE_MERGE
2816{
2817	Text [ en-US ] = "Merge cells" ;
2818};
2819String STR_TABLE_NUMFORMAT
2820{
2821	Text [ en-US ] = "Format cell" ;
2822};
2823
2824String STR_TABLE_DISTRIBUTE_ROWS
2825{
2826	Text [ en-US ] = "Distribute rows" ;
2827};
2828
2829String STR_TABLE_DISTRIBUTE_COLUMNS
2830{
2831	Text [ en-US ] = "Distribute columns" ;
2832};
2833
2834String STR_TABLE_STYLE
2835{
2836	Text [ en-US ] = "Table style" ;
2837};
2838
2839String STR_TABLE_STYLE_SETTINGS
2840{
2841	Text [ en-US ] = "Table style settings" ;
2842};
2843
2844String STR_ObjNameSingulTable
2845{
2846	Text [ en-US ] = "Table";
2847};
2848String STR_ObjNamePluralTable
2849{
2850	Text [ en-US ] = "Tables";
2851};
2852
2853Bitmap SIP_SA_CROP_MARKERS
2854{
2855	File = "cropmarkers.bmp";
2856};
2857
2858Bitmap SIP_SA_CROP_FINE_MARKERS
2859{
2860	File = "cropmarkers2.bmp";
2861};
2862
2863Bitmap SIP_SA_ACCESSIBILITY_CROP_MARKERS
2864{
2865	File = "cropmarkersACC.bmp";
2866};
2867
2868//IAccessibility2 Implementation 2009-----
2869String STR_ObjNameSingulFONTWORK
2870{
2871	Text [ en-US ] = "font work" ;
2872};
2873String STR_ObjNamePluralFONTWORK
2874{
2875	Text [ en-US ] = "font works" ;
2876};
2877//-----IAccessibility2 Implementation 2009
2878
2879