xref: /aoo42x/main/svx/source/dialog/sdstring.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 // include ------------------------------------------------------------------
28#include <svx/dialogs.hrc>
29 // pragma -------------------------------------------------------------------
30
31 // Strings fuer die Draw-Dialoge --------------------------------------------
32String RID_SVXSTR_SOLID
33{
34	/* ### ACHTUNG: Neuer Text in Resource? Durchg�ngig : Durchg�ngig */
35	/* ### ACHTUNG: Neuer Text in Resource? Durchg�ngig : Durchg�ngig */
36	Text [ en-US ] = "Continuous" ;
37};
38String RID_SVXSTR_GRADIENT
39{
40	Text [ en-US ] = "Gradient" ;
41};
42String RID_SVXSTR_BITMAP
43{
44	Text [ en-US ] = "Bitmap" ;
45};
46String RID_SVXSTR_LINESTYLE
47{
48	Text [ en-US ] = "Line Style" ;
49};
50String RID_SVXSTR_INVISIBLE
51{
52	Text [ en-US ] = "Invisible" ;
53};
54String RID_SVXSTR_COLOR
55{
56	Text [ en-US ] = "Color" ;
57};
58String RID_SVXSTR_HATCH
59{
60	Text [ en-US ] = "Hatching" ;
61};
62String RID_SVXSTR_LINEEND
63{
64	Text [ en-US ] = "Arrowheads" ;
65};
66
67String RID_SVXSTR_CLOSE
68{
69	/* ### ACHTUNG: Neuer Text in Resource? Schlie�en : Schlie�en */
70	/* ### ACHTUNG: Neuer Text in Resource? Schlie�en : Schlie�en */
71	Text [ en-US ] = "Close" ;
72};
73String RID_SVXSTR_BLACK
74{
75	Text [ en-US ] = "Black" ;
76};
77String RID_SVXSTR_BLUE
78{
79	Text [ en-US ] = "Blue" ;
80};
81String RID_SVXSTR_GREEN
82{
83	/* ### ACHTUNG: Neuer Text in Resource? Gr�n : Gr�n */
84	/* ### ACHTUNG: Neuer Text in Resource? Gr�n : Gr�n */
85	Text [ en-US ] = "Green" ;
86};
87String RID_SVXSTR_CYAN
88{
89	/* ### ACHTUNG: Neuer Text in Resource? T�rkis : T�rkis */
90	/* ### ACHTUNG: Neuer Text in Resource? T�rkis : T�rkis */
91	Text [ en-US ] = "Turquoise" ;
92};
93String RID_SVXSTR_RED
94{
95	Text [ en-US ] = "Red" ;
96};
97String RID_SVXSTR_MAGENTA
98{
99	/* ### ACHTUNG: Neuer Text in Resource? Magenta : Violett */
100	Text [ en-US ] = "Magenta" ;
101};
102String RID_SVXSTR_BROWN
103{
104	Text [ en-US ] = "Brown" ;
105};
106String RID_SVXSTR_GREY
107{
108	Text [ en-US ] = "Gray" ;
109};
110String RID_SVXSTR_LIGHTGREY
111{
112	Text [ en-US ] = "Light gray" ;
113};
114String RID_SVXSTR_LIGHTBLUE
115{
116	Text [ en-US ] = "Light blue" ;
117};
118String RID_SVXSTR_LIGHTGREEN
119{
120	/* ### ACHTUNG: Neuer Text in Resource? Hellgr�n : Hellgr�n */
121	/* ### ACHTUNG: Neuer Text in Resource? Hellgr�n : Hellgr�n */
122	Text [ en-US ] = "Light green" ;
123};
124String RID_SVXSTR_LIGHTCYAN
125{
126	/* ### ACHTUNG: Neuer Text in Resource? Hellt�rkis : Hellt�rkis */
127	/* ### ACHTUNG: Neuer Text in Resource? Hellt�rkis : Hellt�rkis */
128	Text [ en-US ] = "Light cyan" ;
129};
130String RID_SVXSTR_LIGHTRED
131{
132	Text [ en-US ] = "Light red" ;
133};
134String RID_SVXSTR_LIGHTMAGENTA
135{
136	/* ### ACHTUNG: Neuer Text in Resource? Hellmagenta : Hellviolett */
137	Text [ en-US ] = "Light magenta" ;
138};
139String RID_SVXSTR_YELLOW
140{
141	Text [ en-US ] = "Yellow" ;
142};
143String RID_SVXSTR_WHITE
144{
145	/* ### ACHTUNG: Neuer Text in Resource? Wei� : Wei� */
146	/* ### ACHTUNG: Neuer Text in Resource? Wei� : Wei� */
147	Text [ en-US ] = "White" ;
148};
149String RID_SVXSTR_BLUEGREY
150{
151	Text [ en-US ] = "Blue gray" ;
152};
153String RID_SVXSTR_ORANGE
154{
155	Text [ en-US ] = "Orange" ;
156};
157String RID_SVXSTR_ARROW
158{
159	Text [ en-US ] = "Arrow" ;
160};
161String RID_SVXSTR_SQUARE
162{
163	Text [ en-US ] = "Square" ;
164};
165String RID_SVXSTR_CIRCLE
166{
167	Text [ en-US ] = "Circle" ;
168};
169String RID_SVXSTR_NONE
170{
171	Text [ en-US ] = "- none -" ;
172};
173String RID_SVXSTR_TRANSPARENCE
174{
175	Text [ en-US ] = "Transparency" ;
176};
177String RID_SVXSTR_CENTERED
178{
179	Text [ en-US ] = "Centered" ;
180};
181String RID_SVXSTR_NOTCENTERED
182{
183	Text [ en-US ] = "Not centered" ;
184};
185String RID_SVXSTR_GRAFMODE_STANDARD
186{
187	Text [ en-US ] = "Default";
188};
189String RID_SVXSTR_GRAFMODE_GREYS
190{
191	Text [ en-US ] = "Grayscale";
192};
193String RID_SVXSTR_GRAFMODE_MONO
194{
195	Text [ en-US ] = "Black/White";
196};
197String RID_SVXSTR_GRAFMODE_WATERMARK
198{
199	Text [ en-US ] = "Watermark";
200};
201String STR_INSERT_VIDEO_EXTFILTER_IVF
202{
203    Text [ en-US ] = "Intel Indeo Video (*.ivf)" ;
204};
205
206String STR_INSERT_VIDEO_EXTFILTER_AVI
207{
208    Text [ en-US ] = "Video for Windows (*.avi)" ;
209};
210
211String STR_INSERT_VIDEO_EXTFILTER_MOV
212{
213    Text [ en-US ] = "QuickTime Movie (*.mov)" ;
214};
215
216String STR_INSERT_VIDEO_EXTFILTER_MPEG
217{
218    Text [ en-US ] = "MPEG - Motion Pictures Experts Group (*.mpe;*.mpeg;*.mpg)" ;
219};
220
221String STR_EXTFILTER_ALL
222{
223    Text [ en-US ] = "<All>" ;
224};
225
226String STR_INSERT_SOUND_TITLE
227{
228    Text [ en-US ] = "Insert sound" ;
229};
230
231String STR_INSERT_VIDEO_TITLE
232{
233    Text [ en-US ] = "Insert video" ;
234};
235
236
237// BM: some additional standard colors
238
239String RID_SVXSTR_VIOLET
240{
241	Text [ en-US ] = "Violet";
242};
243
244String RID_SVXSTR_BORDEAUX
245{
246	Text [ en-US ] = "Bordeaux";
247};
248
249String RID_SVXSTR_PALE_YELLOW
250{
251	Text [ en-US ] = "Pale yellow";
252};
253
254String RID_SVXSTR_PALE_GREEN
255{
256	Text [ en-US ] = "Pale green";
257};
258
259String RID_SVXSTR_DKVIOLET
260{
261	Text [ en-US ] = "Dark violet";
262};
263
264String RID_SVXSTR_SALMON
265{
266	Text [ en-US ] = "Salmon";
267};
268
269String RID_SVXSTR_SEABLUE
270{
271	Text [ en-US ] = "Sea blue";
272};
273
274String RID_SVXSTR_COLOR_SUN
275{
276	// attention: this is the color string for the Sun Microsystems specific colors !!!
277	Text [ en-US ] = "Sun" ;
278};
279
280String RID_SVXSTR_COLOR_CHART
281{
282	Text [ en-US ] = "Chart" ;
283};
284
285String RID_SVXSTR_TBLAFMT_3D
286{
287	Text [ en-US ] = "3D";
288};
289String RID_SVXSTR_TBLAFMT_BLACK1
290{
291	Text [ en-US ] = "Black 1";
292};
293String RID_SVXSTR_TBLAFMT_BLACK2
294{
295	Text [ en-US ] = "Black 2";
296};
297String RID_SVXSTR_TBLAFMT_BLUE
298{
299	Text [ en-US ] = "Blue";
300};
301String RID_SVXSTR_TBLAFMT_BROWN
302{
303	Text [ en-US ] = "Brown";
304};
305String RID_SVXSTR_TBLAFMT_CURRENCY
306{
307	Text [ en-US ] = "Currency";
308};
309String RID_SVXSTR_TBLAFMT_CURRENCY_3D
310{
311	Text [ en-US ] = "Currency 3D";
312};
313String RID_SVXSTR_TBLAFMT_CURRENCY_GRAY
314{
315	Text [ en-US ] = "Currency Gray";
316};
317String RID_SVXSTR_TBLAFMT_CURRENCY_LAVENDER
318{
319	Text [ en-US ] = "Currency Lavender";
320};
321String RID_SVXSTR_TBLAFMT_CURRENCY_TURQUOISE
322{
323	Text [ en-US ] = "Currency Turquoise";
324};
325String RID_SVXSTR_TBLAFMT_GRAY
326{
327	Text [ en-US ] = "Gray";
328};
329String RID_SVXSTR_TBLAFMT_GREEN
330{
331	Text [ en-US ] = "Green";
332};
333String RID_SVXSTR_TBLAFMT_LAVENDER
334{
335	Text [ en-US ] = "Lavender";
336};
337String RID_SVXSTR_TBLAFMT_RED
338{
339	Text [ en-US ] = "Red";
340};
341String RID_SVXSTR_TBLAFMT_TURQUOISE
342{
343	Text [ en-US ] = "Turquoise";
344};
345String RID_SVXSTR_TBLAFMT_YELLOW
346{
347	Text [ en-US ] = "Yellow";
348};
349
350String RID_SVXSTR_LINEJOINT_MIDDLE
351{
352	Text [ en-US ] = "Line joint averaged";
353};
354String RID_SVXSTR_LINEJOINT_BEVEL
355{
356	Text [ en-US ] = "Line joint bevel";
357};
358String RID_SVXSTR_LINEJOINT_MITER
359{
360	Text [ en-US ] = "Line joint miter";
361};
362String RID_SVXSTR_LINEJOINT_ROUND
363{
364	Text [ en-US ] = "Line joint round";
365};
366
367///////////////////////////////////////////////////////////////////////////////
368//
369// Reference-strings for standardcolor-table
370//
371
372/* nicht uebersetzen */
373String RID_SVXSTR_BLACK_DEF
374{
375	Text = "Black" ;
376};
377/* nicht uebersetzen */
378String RID_SVXSTR_BLUE_DEF
379{
380	Text = "Blue" ;
381};
382/* nicht uebersetzen */
383String RID_SVXSTR_GREEN_DEF
384{
385	Text = "Green" ;
386};
387/* nicht uebersetzen */
388String RID_SVXSTR_CYAN_DEF
389{
390	Text = "Turquoise" ;
391};
392/* nicht uebersetzen */
393String RID_SVXSTR_RED_DEF
394{
395	Text = "Red" ;
396};
397/* nicht uebersetzen */
398String RID_SVXSTR_MAGENTA_DEF
399{
400	Text = "Magenta" ;
401};
402/* nicht uebersetzen */
403String RID_SVXSTR_BROWN_DEF
404{
405	Text = "Brown" ;
406};
407/* nicht uebersetzen */
408String RID_SVXSTR_GREY_DEF
409{
410	Text = "Gray" ;
411};
412/* nicht uebersetzen */
413String RID_SVXSTR_LIGHTGREY_DEF
414{
415	Text = "Light gray" ;
416};
417/* nicht uebersetzen */
418String RID_SVXSTR_LIGHTBLUE_DEF
419{
420	Text = "Light blue" ;
421};
422/* nicht uebersetzen */
423String RID_SVXSTR_LIGHTGREEN_DEF
424{
425	Text = "Light green" ;
426};
427/* nicht uebersetzen */
428String RID_SVXSTR_LIGHTCYAN_DEF
429{
430	Text = "Light cyan" ;
431};
432/* nicht uebersetzen */
433String RID_SVXSTR_LIGHTRED_DEF
434{
435	Text = "Light red" ;
436};
437/* nicht uebersetzen */
438String RID_SVXSTR_LIGHTMAGENTA_DEF
439{
440	Text = "Light magenta" ;
441};
442/* nicht uebersetzen */
443String RID_SVXSTR_YELLOW_DEF
444{
445	Text = "Yellow" ;
446};
447/* nicht uebersetzen */
448String RID_SVXSTR_WHITE_DEF
449{
450	Text = "White" ;
451};
452/* nicht uebersetzen */
453String RID_SVXSTR_BLUEGREY_DEF
454{
455	Text = "Blue gray" ;
456};
457/* nicht uebersetzen */
458String RID_SVXSTR_ORANGE_DEF
459{
460	Text = "Orange" ;
461};
462/* nicht uebersetzen */
463String RID_SVXSTR_VIOLET_DEF
464{
465	Text = "Violet";
466};
467/* nicht uebersetzen */
468String RID_SVXSTR_BORDEAUX_DEF
469{
470	Text = "Bordeaux";
471};
472/* nicht uebersetzen */
473String RID_SVXSTR_PALE_YELLOW_DEF
474{
475	Text = "Pale yellow";
476};
477/* nicht uebersetzen */
478String RID_SVXSTR_PALE_GREEN_DEF
479{
480	Text = "Pale green";
481};
482/* nicht uebersetzen */
483String RID_SVXSTR_DKVIOLET_DEF
484{
485	Text = "Dark violet";
486};
487/* nicht uebersetzen */
488String RID_SVXSTR_SALMON_DEF
489{
490	Text = "Salmon";
491};
492/* nicht uebersetzen */
493String RID_SVXSTR_SEABLUE_DEF
494{
495	Text = "Sea blue";
496};
497/* nicht uebersetzen */
498String RID_SVXSTR_COLOR_SUN_DEF
499{
500	// attention: this is the color string for the Sun Microsystems specific colors !!!
501	Text = "Sun";
502};
503/* nicht uebersetzen */
504String RID_SVXSTR_COLOR_CHART_DEF
505{
506	Text = "Chart";
507};
508
509///////////////////////////////////////////////////////////////////////////////
510//
511// Reference-strings for standard-gradient-table
512//
513
514/* nicht uebersetzen */
515String RID_SVXSTR_GRDT0_DEF
516{
517	Text = "Gradient";
518};
519/* nicht uebersetzen */
520String RID_SVXSTR_GRDT1_DEF
521{
522	Text = "Linear blue/white";
523};
524/* nicht uebersetzen */
525String RID_SVXSTR_GRDT2_DEF
526{
527	Text = "Linear magenta/green";
528};
529/* nicht uebersetzen */
530String RID_SVXSTR_GRDT3_DEF
531{
532	Text = "Linear yellow/brown";
533};
534/* nicht uebersetzen */
535String RID_SVXSTR_GRDT4_DEF
536{
537	Text = "Radial green/black";
538};
539/* nicht uebersetzen */
540String RID_SVXSTR_GRDT5_DEF
541{
542	Text = "Radial red/yellow";
543};
544/* nicht uebersetzen */
545String RID_SVXSTR_GRDT6_DEF
546{
547	Text = "Rectangular red/white";
548};
549/* nicht uebersetzen */
550String RID_SVXSTR_GRDT7_DEF
551{
552	Text = "Square yellow/white";
553};
554/* nicht uebersetzen */
555String RID_SVXSTR_GRDT8_DEF
556{
557	Text = "Ellipsoid blue grey/light blue";
558};
559/* nicht uebersetzen */
560String RID_SVXSTR_GRDT9_DEF
561{
562	Text = "Axial light red/white";
563};
564
565String RID_SVXSTR_GRDT0
566{
567	Text [ en-US ] = "Gradient";
568};
569String RID_SVXSTR_GRDT1
570{
571	Text [ en-US ] = "Linear blue/white";
572};
573String RID_SVXSTR_GRDT2
574{
575	Text [ en-US ] = "Linear magenta/green";
576};
577String RID_SVXSTR_GRDT3
578{
579	Text [ en-US ] = "Linear yellow/brown";
580};
581String RID_SVXSTR_GRDT4
582{
583	Text [ en-US ] = "Radial green/black";
584};
585String RID_SVXSTR_GRDT5
586{
587	Text [ en-US ] = "Radial red/yellow";
588};
589String RID_SVXSTR_GRDT6
590{
591	Text [ en-US ] = "Rectangular red/white";
592};
593String RID_SVXSTR_GRDT7
594{
595	Text [ en-US ] = "Square yellow/white";
596};
597String RID_SVXSTR_GRDT8
598{
599	Text [ en-US ] = "Ellipsoid blue gray/light blue";
600};
601String RID_SVXSTR_GRDT9
602{
603	Text [ en-US ] = "Axial light red/white";
604};
605
606///////////////////////////////////////////////////////////////////////////////
607//
608// Reference-strings for standard-hatch-table
609//
610
611/* nicht uebersetzen */
612String RID_SVXSTR_HATCH0_DEF
613{
614	Text = "Black 45 Degrees Wide";
615};
616/* nicht uebersetzen */
617String RID_SVXSTR_HATCH1_DEF
618{
619	Text = "Black 45 Degrees";
620};
621/* nicht uebersetzen */
622String RID_SVXSTR_HATCH2_DEF
623{
624	Text = "Black -45 Degrees";
625};
626/* nicht uebersetzen */
627String RID_SVXSTR_HATCH3_DEF
628{
629	Text = "Black 90 Degrees";
630};
631/* nicht uebersetzen */
632String RID_SVXSTR_HATCH4_DEF
633{
634	Text = "Red Crossed 45 Degrees";
635};
636/* nicht uebersetzen */
637String RID_SVXSTR_HATCH5_DEF
638{
639	Text = "Red Crossed 0 Degrees";
640};
641/* nicht uebersetzen */
642String RID_SVXSTR_HATCH6_DEF
643{
644	Text = "Blue Crossed 45 Degrees";
645};
646/* nicht uebersetzen */
647String RID_SVXSTR_HATCH7_DEF
648{
649	Text = "Blue Crossed 0 Degrees";
650};
651/* nicht uebersetzen */
652String RID_SVXSTR_HATCH8_DEF
653{
654	Text = "Blue Triple 90 Degrees";
655};
656/* nicht uebersetzen */
657String RID_SVXSTR_HATCH9_DEF
658{
659	Text = "Black 0 Degrees";
660};
661/* nicht uebersetzen */
662String RID_SVXSTR_HATCH10_DEF
663{
664	Text = "Hatch";
665};
666
667String RID_SVXSTR_HATCH0
668{
669	Text [ en-US ] = "Black 45 degrees wide";
670};
671String RID_SVXSTR_HATCH1
672{
673	Text [ en-US ] = "Black 45 degrees";
674};
675String RID_SVXSTR_HATCH2
676{
677	Text [ en-US ] = "Black -45 degrees";
678};
679String RID_SVXSTR_HATCH3
680{
681	Text [ en-US ] = "Black 90 degrees";
682};
683String RID_SVXSTR_HATCH4
684{
685	Text [ en-US ] = "Red crossed 45 degrees";
686};
687String RID_SVXSTR_HATCH5
688{
689	Text [ en-US ] = "Red crossed 0 degrees";
690};
691String RID_SVXSTR_HATCH6
692{
693	Text [ en-US ] = "Blue crossed 45 degrees";
694};
695String RID_SVXSTR_HATCH7
696{
697	Text [ en-US ] = "Blue crossed 0 degrees";
698};
699String RID_SVXSTR_HATCH8
700{
701	Text [ en-US ] = "Blue triple 90 degrees";
702};
703String RID_SVXSTR_HATCH9
704{
705	Text [ en-US ] = "Black 0 degrees";
706};
707String RID_SVXSTR_HATCH10
708{
709	Text [ en-US ] = "Hatching" ;
710};
711
712///////////////////////////////////////////////////////////////////////////////
713//
714// Reference-strings for standard-bitmap-table
715//
716
717/* nicht uebersetzen */
718String RID_SVXSTR_BMP0_DEF
719{
720	Text = "Empty";
721};
722/* nicht uebersetzen */
723String RID_SVXSTR_BMP1_DEF
724{
725	Text = "Sky";
726};
727/* nicht uebersetzen */
728String RID_SVXSTR_BMP2_DEF
729{
730	Text = "Aqua";
731};
732/* nicht uebersetzen */
733String RID_SVXSTR_BMP3_DEF
734{
735	Text = "Coarse";
736};
737/* nicht uebersetzen */
738String RID_SVXSTR_BMP4_DEF
739{
740	Text = "Space Metal";
741};
742/* nicht uebersetzen */
743String RID_SVXSTR_BMP5_DEF
744{
745	Text = "Space";
746};
747/* nicht uebersetzen */
748String RID_SVXSTR_BMP6_DEF
749{
750	Text = "Metal";
751};
752/* nicht uebersetzen */
753String RID_SVXSTR_BMP7_DEF
754{
755	Text = "Wet";
756};
757/* nicht uebersetzen */
758String RID_SVXSTR_BMP8_DEF
759{
760	Text = "Marble";
761};
762/* nicht uebersetzen */
763String RID_SVXSTR_BMP9_DEF
764{
765	Text = "Linen";
766};
767/* nicht uebersetzen */
768String RID_SVXSTR_BMP10_DEF
769{
770	Text = "Stone";
771};
772/* nicht uebersetzen */
773String RID_SVXSTR_BMP11_DEF
774{
775	Text = "Pebbles";
776};
777/* nicht uebersetzen */
778String RID_SVXSTR_BMP12_DEF
779{
780	Text = "Wall";
781};
782/* nicht uebersetzen */
783String RID_SVXSTR_BMP13_DEF
784{
785	Text = "Red Wall";
786};
787/* nicht uebersetzen */
788String RID_SVXSTR_BMP14_DEF
789{
790	Text = "Pattern";
791};
792/* nicht uebersetzen */
793String RID_SVXSTR_BMP15_DEF
794{
795	Text = "Leaves";
796};
797/* nicht uebersetzen */
798String RID_SVXSTR_BMP16_DEF
799{
800	Text = "Lawn Artificial";
801};
802/* nicht uebersetzen */
803String RID_SVXSTR_BMP17_DEF
804{
805	Text = "Daisy";
806};
807/* nicht uebersetzen */
808String RID_SVXSTR_BMP18_DEF
809{
810	Text = "Orange";
811};
812/* nicht uebersetzen */
813String RID_SVXSTR_BMP19_DEF
814{
815	Text = "Fiery";
816};
817/* nicht uebersetzen */
818String RID_SVXSTR_BMP20_DEF
819{
820	Text = "Roses";
821};
822
823/* nicht uebersetzen */
824String RID_SVXSTR_BMP21_DEF
825{
826	Text = "Bitmape";
827};
828
829String RID_SVXSTR_BMP0
830{
831	Text [ en-US ] = "Blank";
832};
833String RID_SVXSTR_BMP1
834{
835	Text [ en-US ] = "Sky";
836};
837String RID_SVXSTR_BMP2
838{
839	Text [ en-US ] = "Water";
840};
841String RID_SVXSTR_BMP3
842{
843	Text [ en-US ] = "Coarse grained";
844};
845String RID_SVXSTR_BMP4
846{
847	Text [ en-US ] = "Mercury";
848};
849String RID_SVXSTR_BMP5
850{
851	Text [ en-US ] = "Space";
852};
853String RID_SVXSTR_BMP6
854{
855	Text [ en-US ] = "Metal";
856};
857String RID_SVXSTR_BMP7
858{
859	Text [ en-US ] = "Droplets";
860};
861String RID_SVXSTR_BMP8
862{
863	Text [ en-US ] = "Marble";
864};
865String RID_SVXSTR_BMP9
866{
867	Text [ en-US ] = "Linen";
868};
869String RID_SVXSTR_BMP10
870{
871	Text [ en-US ] = "Stone";
872};
873String RID_SVXSTR_BMP11
874{
875	Text [ en-US ] = "Gravel";
876};
877String RID_SVXSTR_BMP12
878{
879	Text [ en-US ] = "Wall";
880};
881String RID_SVXSTR_BMP13
882{
883	Text [ en-US ] = "Brownstone";
884};
885String RID_SVXSTR_BMP14
886{
887	Text [ en-US ] = "Netting";
888};
889String RID_SVXSTR_BMP15
890{
891	Text [ en-US ] = "Leaves";
892};
893String RID_SVXSTR_BMP16
894{
895	Text [ en-US ] = "Artificial Turf";
896};
897String RID_SVXSTR_BMP17
898{
899	Text [ en-US ] = "Daisy";
900};
901String RID_SVXSTR_BMP18
902{
903	Text [ en-US ] = "Orange";
904};
905String RID_SVXSTR_BMP19
906{
907	Text [ en-US ] = "Fiery";
908};
909String RID_SVXSTR_BMP20
910{
911	Text [ en-US ] = "Roses";
912};
913
914String RID_SVXSTR_BMP21
915{
916	Text [ en-US ] = "Bitmap";
917};
918///////////////////////////////////////////////////////////////////////////////
919//
920// Reference-strings for standard-dash-table
921//
922
923/* nicht uebersetzen */
924String RID_SVXSTR_DASH0_DEF
925{
926	Text = "Ultrafine Dashed";
927};
928/* nicht uebersetzen */
929String RID_SVXSTR_DASH1_DEF
930{
931	Text = "Fine Dashed";
932};
933/* nicht uebersetzen */
934String RID_SVXSTR_DASH2_DEF
935{
936	Text = "Ultrafine 2 Dots 3 Dashes";
937};
938/* nicht uebersetzen */
939String RID_SVXSTR_DASH3_DEF
940{
941	Text = "Fine Dotted";
942};
943/* nicht uebersetzen */
944String RID_SVXSTR_DASH4_DEF
945{
946	Text = "Line with Fine Dots";
947};
948/* nicht uebersetzen */
949String RID_SVXSTR_DASH5_DEF
950{
951	Text = "Fine Dashed (var)";
952};
953/* nicht uebersetzen */
954String RID_SVXSTR_DASH6_DEF
955{
956	Text = "3 Dashes 3 Dots (var)";
957};
958/* nicht uebersetzen */
959String RID_SVXSTR_DASH7_DEF
960{
961	Text = "Ultrafine Dotted (var)";
962};
963/* nicht uebersetzen */
964String RID_SVXSTR_DASH8_DEF
965{
966	Text = "Line Style 9";
967};
968/* nicht uebersetzen */
969String RID_SVXSTR_DASH9_DEF
970{
971	Text = "2 Dots 1 Dash";
972};
973/* nicht uebersetzen */
974String RID_SVXSTR_DASH10_DEF
975{
976	Text = "Dashed (var)";
977};
978/* nicht uebersetzen */
979String RID_SVXSTR_DASH11_DEF
980{
981	Text = "Dash";
982};
983
984String RID_SVXSTR_DASH0
985{
986	Text [ en-US ] = "Ultrafine dashed";
987};
988String RID_SVXSTR_DASH1
989{
990	Text [ en-US ] = "Fine dashed";
991};
992String RID_SVXSTR_DASH2
993{
994	Text [ en-US ] = "Ultrafine 2 dots 3 dashes";
995};
996String RID_SVXSTR_DASH3
997{
998	Text [ en-US ] = "Fine dotted";
999};
1000String RID_SVXSTR_DASH4
1001{
1002	Text [ en-US ] = "Line with fine dots";
1003};
1004String RID_SVXSTR_DASH5
1005{
1006	Text [ en-US ] = "Fine dashed (variable)";
1007};
1008String RID_SVXSTR_DASH6
1009{
1010	Text [ en-US ] = "3 dashes 3 dots (variable)";
1011};
1012String RID_SVXSTR_DASH7
1013{
1014	Text [ en-US ] = "Ultrafine dotted (variable)";
1015};
1016String RID_SVXSTR_DASH8
1017{
1018	Text [ en-US ] = "Line style 9";
1019};
1020String RID_SVXSTR_DASH9
1021{
1022	Text [ en-US ] = "2 dots 1 dash";
1023};
1024String RID_SVXSTR_DASH10
1025{
1026	Text [ en-US ] = "Dashed (variable)";
1027};
1028String RID_SVXSTR_DASH11
1029{
1030	Text [ en-US ] = "Dashed";
1031};
1032
1033///////////////////////////////////////////////////////////////////////////////
1034//
1035// Reference-strings for standard-line-end-table
1036//
1037
1038/* nicht uebersetzen */
1039String RID_SVXSTR_LEND0_DEF
1040{
1041	Text = "Arrow concave";
1042};
1043/* nicht uebersetzen */
1044String RID_SVXSTR_LEND1_DEF
1045{
1046	Text = "Square 45";
1047};
1048/* nicht uebersetzen */
1049String RID_SVXSTR_LEND2_DEF
1050{
1051	Text = "Small Arrow";
1052};
1053/* nicht uebersetzen */
1054String RID_SVXSTR_LEND3_DEF
1055{
1056	Text = "Dimension Lines";
1057};
1058/* nicht uebersetzen */
1059String RID_SVXSTR_LEND4_DEF
1060{
1061	Text = "Double Arrow";
1062};
1063/* nicht uebersetzen */
1064String RID_SVXSTR_LEND5_DEF
1065{
1066	Text = "Rounded short Arrow";
1067};
1068/* nicht uebersetzen */
1069String RID_SVXSTR_LEND6_DEF
1070{
1071	Text = "Symmetric Arrow";
1072};
1073/* nicht uebersetzen */
1074String RID_SVXSTR_LEND7_DEF
1075{
1076	Text = "Line Arrow";
1077};
1078/* nicht uebersetzen */
1079String RID_SVXSTR_LEND8_DEF
1080{
1081	Text = "Rounded large Arrow";
1082};
1083/* nicht uebersetzen */
1084String RID_SVXSTR_LEND9_DEF
1085{
1086	Text = "Circle";
1087};
1088/* nicht uebersetzen */
1089String RID_SVXSTR_LEND10_DEF
1090{
1091	Text = "Square";
1092};
1093/* nicht uebersetzen */
1094String RID_SVXSTR_LEND11_DEF
1095{
1096	Text = "Arrow";
1097};
1098
1099String RID_SVXSTR_LEND0
1100{
1101	Text [ en-US ] = "Arrow concave";
1102};
1103String RID_SVXSTR_LEND1
1104{
1105	Text [ en-US ] = "Square 45";
1106};
1107String RID_SVXSTR_LEND2
1108{
1109	Text [ en-US ] = "Small arrow";
1110};
1111String RID_SVXSTR_LEND3
1112{
1113	Text [ en-US ] = "Dimension lines";
1114};
1115String RID_SVXSTR_LEND4
1116{
1117	Text [ en-US ] = "Double Arrow";
1118};
1119String RID_SVXSTR_LEND5
1120{
1121	Text [ en-US ] = "Rounded short arrow";
1122};
1123String RID_SVXSTR_LEND6
1124{
1125	Text [ en-US ] = "Symmetric arrow";
1126};
1127String RID_SVXSTR_LEND7
1128{
1129	Text [ en-US ] = "Line arrow";
1130};
1131String RID_SVXSTR_LEND8
1132{
1133	Text [ en-US ] = "Rounded large arrow";
1134};
1135String RID_SVXSTR_LEND9
1136{
1137	Text [ en-US ] = "Circle";
1138};
1139String RID_SVXSTR_LEND10
1140{
1141	Text [ en-US ] = "Square";
1142};
1143String RID_SVXSTR_LEND11
1144{
1145	Text [ en-US ] = "Arrow";
1146};
1147
1148///////////////////////////////////////////////////////////////////////////////
1149//
1150// Reference-strings for standard transparence gradients
1151//
1152
1153/* nicht uebersetzen */
1154String RID_SVXSTR_TRASNGR0_DEF
1155{
1156	Text = "Transparency";
1157};
1158
1159String RID_SVXSTR_TRASNGR0
1160{
1161	Text [ en-US ] = "Transparency";
1162};
1163
1164 // ********************************************************************** EOF
1165
1166 // RID_SVXSTR_FIELDUNIT_TABLE --------------------------------------------
1167
1168StringArray RID_SVXSTR_FIELDUNIT_TABLE
1169{
1170	ItemList [ en-US ] =
1171	{
1172		< "Millimeter" ; FUNIT_MM ; > ;
1173		< "Centimeter" ; FUNIT_CM ; > ;
1174		< "Meter" ; FUNIT_M ; > ;
1175		< "Kilometer" ; FUNIT_KM ; > ;
1176		< "Inch" ; FUNIT_INCH ; > ;
1177		< "Foot" ; FUNIT_FOOT ; > ;
1178		< "Miles" ; FUNIT_MILE ; > ;
1179		< "Pica" ; FUNIT_PICA ; > ;
1180		< "Point" ; FUNIT_POINT ; > ;
1181	};
1182	};
1183
1184// unbekannte Zeichenfarbe
1185String RID_SVXSTR_COLOR_USER
1186{
1187	Text [ en-US ] = "User" ;
1188};
1189
1190String RID_SVXSTR_GALLERYPROPS_GALTHEME
1191{
1192	Text [ en-US ] = "Gallery Theme" ;
1193};
1194
1195//IAccessibility2 Implementation 2009-----
1196String RID_SVXSTR_GALLERY_THEMEITEMS
1197{
1198	Text [ en-US ] = "Theme Items";
1199};
1200String RID_SVXSTR_GALLERY_THEMENAME
1201{
1202	Text [ en-US ] = "Theme Name";
1203};
1204String RID_SVXSTR_GALLERY_FILESFOUND
1205{
1206	Text [ en-US ] = "Files Found";
1207};
1208String RID_SVXSTR_GALLERY_PREVIEW
1209{
1210	Text [ en-US ] = "Preview";
1211};
1212//-----IAccessibility2 Implementation 2009
1213