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