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