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