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}; 1212 /////////////////////////////////////////////////////////////////////////////////////////////////// 1213String STR_ItemValTEXTVADJTOP 1214{ 1215 Text [ en-US ] = "Top" ; 1216}; 1217String STR_ItemValTEXTVADJCENTER 1218{ 1219 Text [ en-US ] = "Center" ; 1220}; 1221String STR_ItemValTEXTVADJBOTTOM 1222{ 1223 Text [ en-US ] = "Bottom" ; 1224}; 1225String STR_ItemValTEXTVADJBLOCK 1226{ 1227 Text [ en-US ] = "Use entire height" ; 1228}; 1229String STR_ItemValTEXTVADJSTRETCH 1230{ 1231 Text [ en-US ] = "Stretched" ; 1232}; 1233String STR_ItemValTEXTHADJLEFT 1234{ 1235 Text [ en-US ] = "Left" ; 1236}; 1237String STR_ItemValTEXTHADJCENTER 1238{ 1239 Text [ en-US ] = "Center" ; 1240}; 1241String STR_ItemValTEXTHADJRIGHT 1242{ 1243 Text [ en-US ] = "Right" ; 1244}; 1245String STR_ItemValTEXTHADJBLOCK 1246{ 1247 Text [ en-US ] = "Use entire width" ; 1248}; 1249String STR_ItemValTEXTHADJSTRETCH 1250{ 1251 Text [ en-US ] = "Stretched" ; 1252}; 1253 /////////////////////////////////////////////////////////////////////////////////////////////////// 1254String STR_ItemValTEXTANI_NONE 1255{ 1256 Text [ en-US ] = "off" ; 1257}; 1258String STR_ItemValTEXTANI_BLINK 1259{ 1260 Text [ en-US ] = "flash" ; 1261}; 1262String STR_ItemValTEXTANI_SCROLL 1263{ 1264 Text [ en-US ] = "Scroll Through" ; 1265}; 1266String STR_ItemValTEXTANI_ALTERNATE 1267{ 1268 Text [ en-US ] = "alternating" ; 1269}; 1270String STR_ItemValTEXTANI_SLIDE 1271{ 1272 Text [ en-US ] = "Scroll In" ; 1273}; 1274String STR_ItemValTEXTANI_LEFT 1275{ 1276 Text [ en-US ] = "left" ; 1277}; 1278String STR_ItemValTEXTANI_UP 1279{ 1280 Text [ en-US ] = "up" ; 1281}; 1282String STR_ItemValTEXTANI_RIGHT 1283{ 1284 Text [ en-US ] = "right" ; 1285}; 1286String STR_ItemValTEXTANI_DOWN 1287{ 1288 Text [ en-US ] = "down" ; 1289}; 1290 /////////////////////////////////////////////////////////////////////////////////////////////////// 1291String STR_ItemValEDGE_ORTHOLINES 1292{ 1293 Text [ en-US ] = "Standard Connector" ; 1294}; 1295String STR_ItemValEDGE_THREELINES 1296{ 1297 Text [ en-US ] = "Line Connector" ; 1298}; 1299String STR_ItemValEDGE_ONELINE 1300{ 1301 Text [ en-US ] = "Straight Connector" ; 1302}; 1303String STR_ItemValEDGE_BEZIER 1304{ 1305 Text [ en-US ] = "Curved Connector" ; 1306}; 1307 /////////////////////////////////////////////////////////////////////////////////////////////////// 1308String STR_ItemValMEASURE_STD 1309{ 1310 Text [ en-US ] = "Standard" ; 1311}; 1312String STR_ItemValMEASURE_RADIUS 1313{ 1314 Text [ en-US ] = "Radius" ; 1315}; 1316String STR_ItemValMEASURE_TEXTHAUTO 1317{ 1318 Text [ en-US ] = "automatic" ; 1319}; 1320String STR_ItemValMEASURE_TEXTLEFTOUTSIDE 1321{ 1322 Text [ en-US ] = "left outside" ; 1323}; 1324String STR_ItemValMEASURE_TEXTINSIDE 1325{ 1326 Text [ en-US ] = "inside (centered)" ; 1327}; 1328String STR_ItemValMEASURE_TEXTRIGHTOUTSID 1329{ 1330 Text [ en-US ] = "right outside" ; 1331}; 1332String STR_ItemValMEASURE_TEXTVAUTO 1333{ 1334 Text [ en-US ] = "automatic" ; 1335}; 1336String STR_ItemValMEASURE_ABOVE 1337{ 1338 Text [ en-US ] = "on the line" ; 1339}; 1340String STR_ItemValMEASURETEXT_BREAKEDLINE 1341{ 1342 Text [ en-US ] = "broken line" ; 1343}; 1344String STR_ItemValMEASURE_BELOW 1345{ 1346 Text [ en-US ] = "below the line" ; 1347}; 1348String STR_ItemValMEASURETEXT_VERTICALCEN 1349{ 1350 Text [ en-US ] = "centered" ; 1351}; 1352 /////////////////////////////////////////////////////////////////////////////////////////////////// 1353String STR_ItemValCIRC_FULL 1354{ 1355 Text [ en-US ] = "full circle" ; 1356}; 1357String STR_ItemValCIRC_SECT 1358{ 1359 Text [ en-US ] = "Circle Pie" ; 1360}; 1361String STR_ItemValCIRC_CUT 1362{ 1363 Text [ en-US ] = "Circle segment" ; 1364}; 1365String STR_ItemValCIRC_ARC 1366{ 1367 Text [ en-US ] = "Arc" ; 1368}; 1369 /////////////////////////////////////////////////////////////////////////////////////////////////// 1370 //////////////////////////////////////////////////////////////////////////////////////////////////// 1371String STR_ItemNam_SHADOW 1372{ 1373 Text [ en-US ] = "Shadow" ; 1374}; 1375String STR_ItemNam_SHADOWCOLOR 1376{ 1377 Text [ en-US ] = "Shadow color" ; 1378}; 1379String STR_ItemNam_SHADOWXDIST 1380{ 1381 Text [ en-US ] = "Horizontal shadow outline" ; 1382}; 1383String STR_ItemNam_SHADOWYDIST 1384{ 1385 Text [ en-US ] = "Vertical shadow outline" ; 1386}; 1387String STR_ItemNam_SHADOWTRANSPARENCE 1388{ 1389 Text [ en-US ] = "Shadow transparency" ; 1390}; 1391String STR_ItemNam_SHADOW3D 1392{ 1393 Text [ en-US ] = "3D shadow" ; 1394}; 1395String STR_ItemNam_SHADOWPERSP 1396{ 1397 Text [ en-US ] = "Perspective shadow" ; 1398}; 1399String STR_ItemNam_CAPTIONTYPE 1400{ 1401 Text [ en-US ] = "Callout type" ; 1402}; 1403String STR_ItemNam_CAPTIONFIXEDANGLE 1404{ 1405 Text [ en-US ] = "Given angle" ; 1406}; 1407String STR_ItemNam_CAPTIONANGLE 1408{ 1409 Text [ en-US ] = "Angle" ; 1410}; 1411String STR_ItemNam_CAPTIONGAP 1412{ 1413 Text [ en-US ] = "Gap" ; 1414}; 1415String STR_ItemNam_CAPTIONESCDIR 1416{ 1417 Text [ en-US ] = "Exit direction" ; 1418}; 1419String STR_ItemNam_CAPTIONESCISREL 1420{ 1421 Text [ en-US ] = "Relative exit position" ; 1422}; 1423String STR_ItemNam_CAPTIONESCREL 1424{ 1425 Text [ en-US ] = "Exit Position" ; 1426}; 1427String STR_ItemNam_CAPTIONESCABS 1428{ 1429 Text [ en-US ] = "Exit Position" ; 1430}; 1431String STR_ItemNam_CAPTIONLINELEN 1432{ 1433 Text [ en-US ] = "Line length" ; 1434}; 1435String STR_ItemNam_CAPTIONFITLINELEN 1436{ 1437 Text [ en-US ] = "Auto line length" ; 1438}; 1439String STR_ItemNam_ECKENRADIUS 1440{ 1441 Text [ en-US ] = "Corner radius" ; 1442}; 1443String STR_ItemNam_TEXT_LEFTDIST 1444{ 1445 Text [ en-US ] = "Left border spacing" ; 1446}; 1447String STR_ItemNam_TEXT_RIGHTDIST 1448{ 1449 Text [ en-US ] = "Right border spacing" ; 1450}; 1451String STR_ItemNam_TEXT_UPPERDIST 1452{ 1453 Text [ en-US ] = "Upper border spacing" ; 1454}; 1455String STR_ItemNam_TEXT_LOWERDIST 1456{ 1457 Text [ en-US ] = "Lower border spacing" ; 1458}; 1459String STR_ItemNam_TEXT_AUTOGROWHEIGHT 1460{ 1461 Text [ en-US ] = "AutoFit frame height" ; 1462}; 1463String STR_ItemNam_TEXT_MINFRAMEHEIGHT 1464{ 1465 Text [ en-US ] = "Min. frame height" ; 1466}; 1467String STR_ItemNam_TEXT_MAXFRAMEHEIGHT 1468{ 1469 Text [ en-US ] = "Max. frame height" ; 1470}; 1471String STR_ItemNam_TEXT_AUTOGROWWIDTH 1472{ 1473 Text [ en-US ] = "AutoFit frame width" ; 1474}; 1475String STR_ItemNam_TEXT_MINFRAMEWIDTH 1476{ 1477 Text [ en-US ] = "Min. frame width" ; 1478}; 1479String STR_ItemNam_TEXT_MAXFRAMEWIDTH 1480{ 1481 Text [ en-US ] = "Max. frame width" ; 1482}; 1483String STR_ItemNam_TEXT_VERTADJUST 1484{ 1485 Text [ en-US ] = "Vertical text anchor" ; 1486}; 1487String STR_ItemNam_TEXT_HORZADJUST 1488{ 1489 Text [ en-US ] = "Horizontal text anchor" ; 1490}; 1491String STR_ItemNam_TEXT_FITTOSIZE 1492{ 1493 Text [ en-US ] = "Fit text to frame" ; 1494}; 1495 1496String STR_ItemNam_GRAFRED 1497{ 1498 Text [ en-US ] = "Red"; 1499}; 1500String STR_ItemNam_GRAFGREEN 1501{ 1502 Text [ en-US ] = "Green"; 1503}; 1504String STR_ItemNam_GRAFBLUE 1505{ 1506 Text [ en-US ] = "Blue"; 1507}; 1508String STR_ItemNam_GRAFLUMINANCE 1509{ 1510 Text [ en-US ] = "Brightness"; 1511}; 1512String STR_ItemNam_GRAFCONTRAST 1513{ 1514 Text [ en-US ] = "Contrast"; 1515}; 1516String STR_ItemNam_GRAFGAMMA 1517{ 1518 Text [ en-US ] = "Gamma"; 1519}; 1520String STR_ItemNam_GRAFTRANSPARENCE 1521{ 1522 Text [ en-US ] = "Transparency"; 1523}; 1524String STR_ItemNam_GRAFINVERT 1525{ 1526 Text [ en-US ] = "Invert"; 1527}; 1528String STR_ItemNam_GRAFMODE 1529{ 1530 Text [ en-US ] = "Graphics mode"; 1531}; 1532String STR_ItemNam_GRAFRESERVE2 { Text = "" ; }; 1533String STR_ItemNam_GRAFRESERVE3 { Text = "" ; }; 1534String STR_ItemNam_GRAFRESERVE4 { Text = "" ; }; 1535String STR_ItemNam_GRAFRESERVE5 { Text = "" ; }; 1536String STR_ItemNam_GRAFRESERVE6 { Text = "" ; }; 1537 1538String STR_ItemNam_RESERVE19 { Text = "" ; }; 1539String STR_ItemNamSET_MISC 1540{ 1541 Text [ en-US ] = "Various attributes" ; 1542}; 1543String STR_ItemNam_OBJMOVEPROTECT 1544{ 1545 Text [ en-US ] = "Position protected" ; 1546}; 1547String STR_ItemNam_OBJSIZEPROTECT 1548{ 1549 Text [ en-US ] = "Size Protection" ; 1550}; 1551String STR_ItemNam_OBJPRINTABLE 1552{ 1553 Text [ en-US ] = "Don't print" ; 1554}; 1555String STR_ItemNam_LAYERID 1556{ 1557 Text [ en-US ] = "Layer Indicator" ; 1558}; 1559String STR_ItemNam_LAYERNAME 1560{ 1561 Text [ en-US ] = "Le~vel" ; 1562}; 1563String STR_ItemNam_OBJECTNAME 1564{ 1565 Text [ en-US ] = "Object name" ; 1566}; 1567String STR_ItemNam_STARTANGLE 1568{ 1569 Text [ en-US ] = "Start angle" ; 1570}; 1571String STR_ItemNam_ENDANGLE 1572{ 1573 Text [ en-US ] = "Final angle" ; 1574}; 1575String STR_ItemNam_POSITIONX 1576{ 1577 Text [ en-US ] = "X Position" ; 1578}; 1579String STR_ItemNam_POSITIONY 1580{ 1581 Text [ en-US ] = "Y Position" ; 1582}; 1583String STR_ItemNam_SIZEWIDTH 1584{ 1585 Text [ en-US ] = "Width" ; 1586}; 1587String STR_ItemNam_SIZEHEIGHT 1588{ 1589 Text [ en-US ] = "Height" ; 1590}; 1591String STR_ItemNam_ROTATEANGLE 1592{ 1593 Text [ en-US ] = "Rotation angle" ; 1594}; 1595String STR_ItemNam_SHEARANGLE 1596{ 1597 Text [ en-US ] = "Shear angle" ; 1598}; 1599 //////////////////////////////////////////////////////////////////////////////////////////////////// 1600 //////////////////////////////////////////////////////////////////////////////////////////////////// 1601 //////////////////////////////////////////////////////////////////////////////////////////////////// 1602 // Ende der gecachten Strings 1603 1604 // und hier noch Bitmaps 1605Bitmap BMAP_GrafikEi { File = "grafikei.bmp" ; }; 1606Bitmap BMAP_GrafikDe { File = "grafikde.bmp" ; }; 1607 1608// Strings fuer den Vorlagen-Dialog 1609String SIP_UNKNOWN_ATTR 1610{ 1611 Text [ en-US ] = "Unknown attribute"; 1612}; 1613 1614// Strings fuer den Vorlagen-Dialog 1615String SIP_XA_LINESTYLE 1616{ 1617 Text [ en-US ] = "Line style"; 1618}; 1619 1620String SIP_XA_LINEDASH 1621{ 1622 Text [ en-US ] = "Line pattern"; 1623}; 1624 1625String SIP_XA_LINEWIDTH 1626{ 1627 Text [ en-US ] = "Line width"; 1628}; 1629 1630String SIP_XA_LINECOLOR 1631{ 1632 Text [ en-US ] = "Line color"; 1633}; 1634 1635String SIP_XA_LINESTART 1636{ 1637 Text [ en-US ] = "Line head"; 1638}; 1639 1640String SIP_XA_LINEEND 1641{ 1642 Text [ en-US ] = "Line end"; 1643}; 1644 1645String SIP_XA_LINESTARTWIDTH 1646{ 1647 Text [ en-US ] = "Line head width"; 1648}; 1649 1650String SIP_XA_LINEENDWIDTH 1651{ 1652 Text [ en-US ] = "Line end width"; 1653}; 1654 1655String SIP_XA_LINESTARTCENTER 1656{ 1657 Text [ en-US ] = "Center arrowhead"; 1658}; 1659 1660String SIP_XA_LINEENDCENTER 1661{ 1662 Text [ en-US ] = "Center arrowend"; 1663}; 1664 1665String SIP_XA_LINETRANSPARENCE 1666{ 1667 Text [ en-US ] = "Line transparency"; 1668}; 1669 1670String SIP_XA_LINEJOINT 1671{ 1672 Text [ en-US ] = "Line joint"; 1673}; 1674 1675String SIP_XA_LINERESERVED2 1676{ 1677 Text [ en-US ] = "Line reserved for 2"; 1678}; 1679 1680String SIP_XA_LINERESERVED3 1681{ 1682 Text [ en-US ] = "Line reserved for 3"; 1683}; 1684 1685String SIP_XA_LINERESERVED4 1686{ 1687 Text [ en-US ] = "Line reserved for 4"; 1688}; 1689 1690String SIP_XA_LINERESERVED5 1691{ 1692 Text [ en-US ] = "Line reserved for 5"; 1693}; 1694 1695String SIP_XA_LINERESERVED_LAST 1696{ 1697 Text [ en-US ] = "Line reserved for 6"; 1698}; 1699 1700String SIP_XATTRSET_LINE 1701{ 1702 Text [ en-US ] = "Line attributes"; 1703}; 1704 1705String SIP_XA_FILLSTYLE 1706{ 1707 Text [ en-US ] = "Fill style"; 1708}; 1709 1710String SIP_XA_FILLCOLOR 1711{ 1712 Text [ en-US ] = "Fillcolor"; 1713}; 1714 1715String SIP_XA_FILLGRADIENT 1716{ 1717 Text [ en-US ] = "Gradient"; 1718}; 1719 1720String SIP_XA_FILLHATCH 1721{ 1722 Text [ en-US ] = "Hatching"; 1723}; 1724 1725String SIP_XA_FILLBITMAP 1726{ 1727 Text [ en-US ] = "Fillbitmap"; 1728}; 1729 1730String SIP_XA_FILLTRANSPARENCE 1731{ 1732 Text [ en-US ] = "Transparency"; 1733}; 1734 1735String SIP_XA_GRADIENTSTEPCOUNT 1736{ 1737 Text [ en-US ] = "Number of gradient steps"; 1738}; 1739 1740String SIP_XA_FILLBMP_TILE 1741{ 1742 Text [ en-US ] = "Tile fill"; 1743}; 1744 1745String SIP_XA_FILLBMP_POS 1746{ 1747 Text [ en-US ] = "Fillbitmap position"; 1748}; 1749 1750String SIP_XA_FILLBMP_SIZEX 1751{ 1752 Text [ en-US ] = "Fillbitmap width"; 1753}; 1754 1755String SIP_XA_FILLBMP_SIZEY 1756{ 1757 Text [ en-US ] = "Height of fillbitmap"; 1758}; 1759 1760String SIP_XA_FILLFLOATTRANSPARENCE 1761{ 1762 Text [ en-US ] = "Transparent gradient"; 1763}; 1764 1765String SIP_XA_SECONDARYFILLCOLOR 1766{ 1767 Text [ en-US ] = "Fill reserved for 2"; 1768}; 1769 1770String SIP_XA_FILLBMP_SIZELOG 1771{ 1772 Text [ en-US ] = "Tile size not in %"; 1773}; 1774 1775String SIP_XA_FILLBMP_TILEOFFSETX 1776{ 1777 Text [ en-US ] = "Tile offset X in %"; 1778}; 1779 1780String SIP_XA_FILLBMP_TILEOFFSETY 1781{ 1782 Text [ en-US ] = "Tile offset Y in %"; 1783}; 1784 1785String SIP_XA_FILLBMP_STRETCH 1786{ 1787 Text [ en-US ] = "Bitmap scaling"; 1788}; 1789 1790String SIP_XA_FILLRESERVED3 1791{ 1792 Text [ en-US ] = "Bitmap reserved for 3"; 1793}; 1794 1795String SIP_XA_FILLRESERVED4 1796{ 1797 Text [ en-US ] = "Bitmap reserved for 4"; 1798}; 1799 1800String SIP_XA_FILLRESERVED5 1801{ 1802 Text [ en-US ] = "Bitmap reserved for 5"; 1803}; 1804 1805String SIP_XA_FILLRESERVED6 1806{ 1807 Text [ en-US ] = "Bitmap reserved for 6"; 1808}; 1809 1810String SIP_XA_FILLRESERVED7 1811{ 1812 Text [ en-US ] = "Bitmap reserved for 7"; 1813}; 1814 1815String SIP_XA_FILLRESERVED8 1816{ 1817 Text [ en-US ] = "Bitmap reserved for 8"; 1818}; 1819 1820String SIP_XA_FILLBMP_POSOFFSETX 1821{ 1822 Text [ en-US ] = "Tile position X in %"; 1823}; 1824 1825String SIP_XA_FILLBMP_POSOFFSETY 1826{ 1827 Text [ en-US ] = "Tile position Y in %"; 1828}; 1829 1830String SIP_XA_FILLBACKGROUND 1831{ 1832 Text [ en-US ] = "Background fill"; 1833}; 1834 1835String SIP_XA_FILLRESERVED10 1836{ 1837 Text [ en-US ] = "Fill reserved for 10"; 1838}; 1839 1840String SIP_XA_FILLRESERVED11 1841{ 1842 Text [ en-US ] = "Fill reserved for 11"; 1843}; 1844 1845String SIP_XA_FILLRESERVED_LAST 1846{ 1847 Text [ en-US ] = "Fill reserved for 12"; 1848}; 1849 1850String SIP_XATTRSET_FILL 1851{ 1852 Text [ en-US ] = "Area attributes"; 1853}; 1854 1855String SIP_XA_FORMTXTSTYLE 1856{ 1857 Text [ en-US ] = "Fontwork style"; 1858}; 1859 1860String SIP_XA_FORMTXTADJUST 1861{ 1862 Text [ en-US ] = "Fontwork alignment"; 1863}; 1864 1865String SIP_XA_FORMTXTDISTANCE 1866{ 1867 Text [ en-US ] = "Fontwork spacing"; 1868}; 1869 1870String SIP_XA_FORMTXTSTART 1871{ 1872 Text [ en-US ] = "Fontwork font begin"; 1873}; 1874 1875String SIP_XA_FORMTXTMIRROR 1876{ 1877 Text [ en-US ] = "Fontwork mirror"; 1878}; 1879 1880String SIP_XA_FORMTXTOUTLINE 1881{ 1882 Text [ en-US ] = "Fontwork outline"; 1883}; 1884 1885String SIP_XA_FORMTXTSHADOW 1886{ 1887 Text [ en-US ] = "Fontwork shadow"; 1888}; 1889 1890String SIP_XA_FORMTXTSHDWCOLOR 1891{ 1892 Text [ en-US ] = "Fontwork shadow color"; 1893}; 1894 1895String SIP_XA_FORMTXTSHDWXVAL 1896{ 1897 Text [ en-US ] = "Fontwork shadow offset X"; 1898}; 1899 1900String SIP_XA_FORMTXTSHDWYVAL 1901{ 1902 Text [ en-US ] = "Fontwork shadow offset Y"; 1903}; 1904 1905String SIP_XA_FORMTXTSTDFORM 1906{ 1907 Text [ en-US ] = "Fontwork default form"; 1908}; 1909 1910String SIP_XA_FORMTXTHIDEFORM 1911{ 1912 Text [ en-US ] = "Hide fontwork outline"; 1913}; 1914 1915String SIP_XA_FORMTXTSHDWTRANSP 1916{ 1917 Text [ en-US ] = "Fontwork shadow transparency"; 1918}; 1919 1920String SIP_XA_FTRESERVED2 1921{ 1922 Text [ en-US ] = "Fontwork reserved for 2"; 1923}; 1924 1925String SIP_XA_FTRESERVED3 1926{ 1927 Text [ en-US ] = "Fontwork reserved for 3"; 1928}; 1929 1930String SIP_XA_FTRESERVED4 1931{ 1932 Text [ en-US ] = "Fontwork reserved for 4"; 1933}; 1934 1935String SIP_XA_FTRESERVED5 1936{ 1937 Text [ en-US ] = "Fontwork reserved for 5"; 1938}; 1939 1940String SIP_XA_FTRESERVED_LAST 1941{ 1942 Text [ en-US ] = "Fontwork reserved for 6"; 1943}; 1944 1945String SIP_SA_SHADOW 1946{ 1947 Text [ en-US ] = "Shadow"; 1948}; 1949 1950String SIP_SA_SHADOWCOLOR 1951{ 1952 Text [ en-US ] = "Shadow color"; 1953}; 1954 1955String SIP_SA_SHADOWXDIST 1956{ 1957 Text [ en-US ] = "Shadow spacing X"; 1958}; 1959 1960String SIP_SA_SHADOWYDIST 1961{ 1962 Text [ en-US ] = "Shadow spacing Y"; 1963}; 1964 1965String SIP_SA_SHADOWTRANSPARENCE 1966{ 1967 Text [ en-US ] = "Shadow transparency"; 1968}; 1969 1970String SIP_SA_SHADOW3D 1971{ 1972 Text [ en-US ] = "3D shadow"; 1973}; 1974 1975String SIP_SA_SHADOWPERSP 1976{ 1977 Text [ en-US ] = "Perspective shadow"; 1978}; 1979 1980String SIP_SA_CAPTIONTYPE 1981{ 1982 Text [ en-US ] = "Type of legend"; 1983}; 1984 1985String SIP_SA_CAPTIONFIXEDANGLE 1986{ 1987 Text [ en-US ] = "Fixed legend angle"; 1988}; 1989 1990String SIP_SA_CAPTIONANGLE 1991{ 1992 Text [ en-US ] = "Legend angle"; 1993}; 1994 1995String SIP_SA_CAPTIONGAP 1996{ 1997 Text [ en-US ] = "Legend lines spacing"; 1998}; 1999 2000String SIP_SA_CAPTIONESCDIR 2001{ 2002 Text [ en-US ] = "Legend exit alignment"; 2003}; 2004 2005String SIP_SA_CAPTIONESCISREL 2006{ 2007 Text [ en-US ] = "Relative exit legend"; 2008}; 2009 2010String SIP_SA_CAPTIONESCREL 2011{ 2012 Text [ en-US ] = "Relative exit legend"; 2013}; 2014 2015String SIP_SA_CAPTIONESCABS 2016{ 2017 Text [ en-US ] = "Absolute exit of legend"; 2018}; 2019 2020String SIP_SA_CAPTIONLINELEN 2021{ 2022 Text [ en-US ] = "Legend line length"; 2023}; 2024 2025String SIP_SA_CAPTIONFITLINELEN 2026{ 2027 Text [ en-US ] = "AutoLength of legend lines"; 2028}; 2029 2030String SIP_SA_ECKENRADIUS 2031{ 2032 Text [ en-US ] = "Corner radius"; 2033}; 2034 2035String SIP_SA_TEXT_MINFRAMEHEIGHT 2036{ 2037 Text [ en-US ] = "Minimal frame height"; 2038}; 2039 2040String SIP_SA_TEXT_AUTOGROWHEIGHT 2041{ 2042 Text [ en-US ] = "AutoFit height"; 2043}; 2044 2045String SIP_SA_TEXT_FITTOSIZE 2046{ 2047 Text [ en-US ] = "Fit text to frame"; 2048}; 2049 2050String SIP_SA_TEXT_LEFTDIST 2051{ 2052 Text [ en-US ] = "Left text frame spacing"; 2053}; 2054 2055String SIP_SA_TEXT_RIGHTDIST 2056{ 2057 Text [ en-US ] = "Right text frame spacing"; 2058}; 2059 2060String SIP_SA_TEXT_UPPERDIST 2061{ 2062 Text [ en-US ] = "Upper text frame spacing"; 2063}; 2064 2065String SIP_SA_TEXT_LOWERDIST 2066{ 2067 Text [ en-US ] = "Lower text frame spacing"; 2068}; 2069 2070String SIP_SA_TEXT_VERTADJUST 2071{ 2072 Text [ en-US ] = "Vertical text anchor"; 2073}; 2074 2075String SIP_SA_TEXT_MAXFRAMEHEIGHT 2076{ 2077 Text [ en-US ] = "Maximal frame height"; 2078}; 2079 2080String SIP_SA_TEXT_MINFRAMEWIDTH 2081{ 2082 Text [ en-US ] = "Minimal frame width"; 2083}; 2084 2085String SIP_SA_TEXT_MAXFRAMEWIDTH 2086{ 2087 Text [ en-US ] = "Maximal frame width"; 2088}; 2089 2090String SIP_SA_TEXT_AUTOGROWWIDTH 2091{ 2092 Text [ en-US ] = "AutoFit width"; 2093}; 2094 2095String SIP_SA_TEXT_HORZADJUST 2096{ 2097 Text [ en-US ] = "Horizontal text anchor"; 2098}; 2099 2100String SIP_SA_TEXT_ANIKIND 2101{ 2102 Text [ en-US ] = "Ticker"; 2103}; 2104 2105String SIP_SA_TEXT_ANIDIRECTION 2106{ 2107 Text [ en-US ] = "Ticker direction"; 2108}; 2109 2110String SIP_SA_TEXT_ANISTARTINSIDE 2111{ 2112 Text [ en-US ] = "Ticker start inside"; 2113}; 2114 2115String SIP_SA_TEXT_ANISTOPINSIDE 2116{ 2117 Text [ en-US ] = "Ticker stop inside"; 2118}; 2119 2120String SIP_SA_TEXT_ANICOUNT 2121{ 2122 Text [ en-US ] = "Number of ticker runs"; 2123}; 2124 2125String SIP_SA_TEXT_ANIDELAY 2126{ 2127 Text [ en-US ] = "Speed of ticker"; 2128}; 2129 2130String SIP_SA_TEXT_ANIAMOUNT 2131{ 2132 Text [ en-US ] = "Ticker step size"; 2133}; 2134 2135String SIP_SA_TEXT_CONTOURFRAME 2136{ 2137 Text [ en-US ] = "Outline text flow"; 2138}; 2139 2140String SIP_SA_CUSTOMSHAPE_ADJUSTMENT 2141{ 2142 Text[ en-US ] = "Shape Adjustment"; 2143}; 2144 2145String SIP_SA_XMLATTRIBUTES 2146{ 2147 Text [ en-US ] = "User-defined attributes"; 2148}; 2149 2150String SIP_SA_TEXT_USEFIXEDCELLHEIGHT 2151{ 2152 Text [ en-US ] = "Use font-independent line spacing"; 2153}; 2154 2155String SIP_SA_WORDWRAP 2156{ 2157 Text[ en-US ] = "Word wrap text in shape"; 2158}; 2159 2160String SIP_SA_AUTOGROWSIZE 2161{ 2162 Text[ en-US ] = "Auto grow shape to fit text"; 2163}; 2164 2165String SIP_SA_RESERVE18 2166{ 2167 Text [ en-US ] = "SvDraw reserved for 18"; 2168}; 2169 2170String SIP_SA_RESERVE19 2171{ 2172 Text [ en-US ] = "SvDraw reserved for 19"; 2173}; 2174 2175String SIP_SA_EDGEKIND 2176{ 2177 Text [ en-US ] = "Type of connector"; 2178}; 2179 2180String SIP_SA_EDGENODE1HORZDIST 2181{ 2182 Text [ en-US ] = "Horz. spacing object 1"; 2183}; 2184 2185String SIP_SA_EDGENODE1VERTDIST 2186{ 2187 Text [ en-US ] = "Vert. spacing object 1"; 2188}; 2189 2190String SIP_SA_EDGENODE2HORZDIST 2191{ 2192 Text [ en-US ] = "Horz. spacing object 2"; 2193}; 2194 2195String SIP_SA_EDGENODE2VERTDIST 2196{ 2197 Text [ en-US ] = "Vert. spacing object 2"; 2198}; 2199 2200String SIP_SA_EDGENODE1GLUEDIST 2201{ 2202 Text [ en-US ] = "Glue spacing object 1"; 2203}; 2204 2205String SIP_SA_EDGENODE2GLUEDIST 2206{ 2207 Text [ en-US ] = "Glue spacing object 2"; 2208}; 2209 2210String SIP_SA_EDGELINEDELTAANZ 2211{ 2212 Text [ en-US ] = "Number of movable lines"; 2213}; 2214 2215String SIP_SA_EDGELINE1DELTA 2216{ 2217 Text [ en-US ] = "Offset line 1"; 2218}; 2219 2220String SIP_SA_EDGELINE2DELTA 2221{ 2222 Text [ en-US ] = "Offset line 2"; 2223}; 2224 2225String SIP_SA_EDGELINE3DELTA 2226{ 2227 Text [ en-US ] = "Offset line 3"; 2228}; 2229 2230String SIP_SA_MEASUREKIND 2231{ 2232 Text [ en-US ] = "Type of dimensioning"; 2233}; 2234 2235String SIP_SA_MEASURETEXTHPOS 2236{ 2237 Text [ en-US ] = "Dimension value - horizontal position"; 2238}; 2239 2240String SIP_SA_MEASURETEXTVPOS 2241{ 2242 Text [ en-US ] = "Dimension value - vertical position"; 2243}; 2244 2245String SIP_SA_MEASURELINEDIST 2246{ 2247 Text [ en-US ] = "Dimension line space"; 2248}; 2249 2250String SIP_SA_MEASUREHELPLINEOVERHANG 2251{ 2252 Text [ en-US ] = "Dimension help line overhang"; 2253}; 2254 2255String SIP_SA_MEASUREHELPLINEDIST 2256{ 2257 Text [ en-US ] = "Dimension help line spacing"; 2258}; 2259 2260String SIP_SA_MEASUREHELPLINE1LEN 2261{ 2262 Text [ en-US ] = "Backlog of dimension help line 1"; 2263}; 2264 2265String SIP_SA_MEASUREHELPLINE2LEN 2266{ 2267 Text [ en-US ] = "Backlog of dimension help line 2"; 2268}; 2269 2270String SIP_SA_MEASUREBELOWREFEDGE 2271{ 2272 Text [ en-US ] = "Lower edge dimensioning"; 2273}; 2274 2275String SIP_SA_MEASURETEXTROTA90 2276{ 2277 Text [ en-US ] = "Dimension value across dimension line"; 2278}; 2279 2280String SIP_SA_MEASURETEXTUPSIDEDOWN 2281{ 2282 Text [ en-US ] = "Rotate dimension value by 180 degree"; 2283}; 2284 2285String SIP_SA_MEASUREOVERHANG 2286{ 2287 Text [ en-US ] = "Dimension line overhang"; 2288}; 2289 2290String SIP_SA_MEASUREUNIT 2291{ 2292 Text [ en-US ] = "Measure unit"; 2293}; 2294 2295String SIP_SA_MEASURESCALE 2296{ 2297 Text [ en-US ] = "Additional scale factor"; 2298}; 2299 2300String SIP_SA_MEASURESHOWUNIT 2301{ 2302 Text [ en-US ] = "Measure unit display"; 2303}; 2304 2305String SIP_SA_MEASUREFORMATSTRING 2306{ 2307 Text [ en-US ] = "Dimension value format"; 2308}; 2309 2310String SIP_SA_MEASURETEXTAUTOANGLE 2311{ 2312 Text [ en-US ] = "AutoPositioning of the dimension value"; 2313}; 2314 2315String SIP_SA_MEASURETEXTAUTOANGLEVIEW 2316{ 2317 Text [ en-US ] = "Angle for the automatic positioning of the dimension value"; 2318}; 2319 2320String SIP_SA_MEASURETEXTISFIXEDANGLE 2321{ 2322 Text [ en-US ] = "Determination of the dimension value angle"; 2323}; 2324 2325String SIP_SA_MEASURETEXTFIXEDANGLE 2326{ 2327 Text [ en-US ] = "Angle of the dimension value"; 2328}; 2329 2330String SIP_SA_MEASUREDECIMALPLACES 2331{ 2332 Text [ en-US ] = "Decimal places"; 2333}; 2334 2335String SIP_SA_MEASURERESERVE05 2336{ 2337 Text [ en-US ] = "Dimensioning reserved 5"; 2338}; 2339 2340String SIP_SA_MEASURERESERVE06 2341{ 2342 Text [ en-US ] = "Dimensioning reserved for 6"; 2343}; 2344 2345String SIP_SA_MEASURERESERVE07 2346{ 2347 Text [ en-US ] = "Dimensioning reserved for 7"; 2348}; 2349 2350String SIP_SA_CIRCKIND 2351{ 2352 Text [ en-US ] = "Type of circle"; 2353}; 2354 2355String SIP_SA_CIRCSTARTANGLE 2356{ 2357 Text [ en-US ] = "Start angle"; 2358}; 2359 2360String SIP_SA_CIRCENDANGLE 2361{ 2362 Text [ en-US ] = "End angle"; 2363}; 2364 2365String SIP_SA_CIRCRESERVE0 2366{ 2367 Text [ en-US ] = "Circle reserved for 0"; 2368}; 2369 2370String SIP_SA_CIRCRESERVE1 2371{ 2372 Text [ en-US ] = "Circle reserved for 1"; 2373}; 2374 2375String SIP_SA_CIRCRESERVE2 2376{ 2377 Text [ en-US ] = "Circle reserved for 2"; 2378}; 2379 2380String SIP_SA_CIRCRESERVE3 2381{ 2382 Text [ en-US ] = "Circle reserved for 3"; 2383}; 2384 2385String SIP_SA_OBJMOVEPROTECT 2386{ 2387 Text [ en-US ] = "Protected object position"; 2388}; 2389 2390String SIP_SA_OBJSIZEPROTECT 2391{ 2392 Text [ en-US ] = "Protected object size"; 2393}; 2394 2395String SIP_SA_OBJPRINTABLE 2396{ 2397 Text [ en-US ] = "Object, printable"; 2398}; 2399 2400String SIP_SA_OBJVISIBLE 2401{ 2402 Text [ en-US ] = "Object, visible"; 2403}; 2404 2405String SIP_SA_LAYERID 2406{ 2407 Text [ en-US ] = "Level ID"; 2408}; 2409 2410String SIP_SA_LAYERNAME 2411{ 2412 Text [ en-US ] = "Layer"; 2413}; 2414 2415String SIP_SA_OBJECTNAME 2416{ 2417 Text [ en-US ] = "Object name"; 2418}; 2419 2420String SIP_SA_ALLPOSITIONX 2421{ 2422 Text [ en-US ] = "Position X, complete"; 2423}; 2424 2425String SIP_SA_ALLPOSITIONY 2426{ 2427 Text [ en-US ] = "Position Y, complete"; 2428}; 2429 2430String SIP_SA_ALLSIZEWIDTH 2431{ 2432 Text [ en-US ] = "Total Width"; 2433}; 2434 2435String SIP_SA_ALLSIZEHEIGHT 2436{ 2437 Text [ en-US ] = "Height, complete"; 2438}; 2439 2440String SIP_SA_ONEPOSITIONX 2441{ 2442 Text [ en-US ] = "Single position X"; 2443}; 2444 2445String SIP_SA_ONEPOSITIONY 2446{ 2447 Text [ en-US ] = "Single position Y"; 2448}; 2449 2450String SIP_SA_ONESIZEWIDTH 2451{ 2452 Text [ en-US ] = "Single width"; 2453}; 2454 2455String SIP_SA_ONESIZEHEIGHT 2456{ 2457 Text [ en-US ] = "Single height"; 2458}; 2459 2460String SIP_SA_LOGICSIZEWIDTH 2461{ 2462 Text [ en-US ] = "Logical width"; 2463}; 2464 2465String SIP_SA_LOGICSIZEHEIGHT 2466{ 2467 Text [ en-US ] = "Logical height"; 2468}; 2469 2470String SIP_SA_ROTATEANGLE 2471{ 2472 Text [ en-US ] = "Single rotation angle"; 2473}; 2474 2475String SIP_SA_SHEARANGLE 2476{ 2477 Text [ en-US ] = "Single shear angle"; 2478}; 2479 2480String SIP_SA_MOVEX 2481{ 2482 Text [ en-US ] = "Move horizontally"; 2483}; 2484 2485String SIP_SA_MOVEY 2486{ 2487 Text [ en-US ] = "Move vertically"; 2488}; 2489 2490String SIP_SA_RESIZEXONE 2491{ 2492 Text [ en-US ] = "Resize X, single"; 2493}; 2494 2495String SIP_SA_RESIZEYONE 2496{ 2497 Text [ en-US ] = "Resize Y, single"; 2498}; 2499 2500String SIP_SA_ROTATEONE 2501{ 2502 Text [ en-US ] = "Single rotation"; 2503}; 2504 2505String SIP_SA_HORZSHEARONE 2506{ 2507 Text [ en-US ] = "Single horizontal shear"; 2508}; 2509 2510String SIP_SA_VERTSHEARONE 2511{ 2512 Text [ en-US ] = "Single vertical shear"; 2513}; 2514 2515String SIP_SA_RESIZEXALL 2516{ 2517 Text [ en-US ] = "Resize X, complete"; 2518}; 2519 2520String SIP_SA_RESIZEYALL 2521{ 2522 Text [ en-US ] = "Resize Y, complete"; 2523}; 2524 2525String SIP_SA_ROTATEALL 2526{ 2527 Text [ en-US ] = "Rotate all"; 2528}; 2529 2530String SIP_SA_HORZSHEARALL 2531{ 2532 Text [ en-US ] = "Shear horizontal, complete"; 2533}; 2534 2535String SIP_SA_VERTSHEARALL 2536{ 2537 Text [ en-US ] = "Shear vertical, complete"; 2538}; 2539 2540String SIP_SA_TRANSFORMREF1X 2541{ 2542 Text [ en-US ] = "Reference point 1 X"; 2543}; 2544 2545String SIP_SA_TRANSFORMREF1Y 2546{ 2547 Text [ en-US ] = "Reference point 1 Y"; 2548}; 2549 2550String SIP_SA_TRANSFORMREF2X 2551{ 2552 Text [ en-US ] = "Reference point 2 X"; 2553}; 2554 2555String SIP_SA_TRANSFORMREF2Y 2556{ 2557 Text [ en-US ] = "Reference point 2 Y"; 2558}; 2559 2560String SIP_EE_PARA_HYPHENATE 2561{ 2562 Text [ en-US ] = "Hyphenation"; 2563}; 2564 2565String SIP_EE_PARA_BULLETSTATE 2566{ 2567 Text [ en-US ] = "Display bullets"; 2568}; 2569 2570String SIP_EE_PARA_OUTLLRSPACE 2571{ 2572 Text [ en-US ] = "Numbering indents"; 2573}; 2574 2575String SIP_EE_PARA_OUTLLEVEL 2576{ 2577 Text [ en-US ] = "Numbering level"; 2578}; 2579 2580String SIP_EE_PARA_BULLET 2581{ 2582 Text [ en-US ] = "Bullets and Numberings"; 2583}; 2584 2585String SIP_EE_PARA_LRSPACE 2586{ 2587 Text [ en-US ] = "Indents"; 2588}; 2589 2590String SIP_EE_PARA_ULSPACE 2591{ 2592 Text [ en-US ] = "Paragraph spacing"; 2593}; 2594 2595String SIP_EE_PARA_SBL 2596{ 2597 Text [ en-US ] = "Line spacing"; 2598}; 2599 2600String SIP_EE_PARA_JUST 2601{ 2602 Text [ en-US ] = "Paragraph alignment"; 2603}; 2604 2605String SIP_EE_PARA_TABS 2606{ 2607 Text [ en-US ] = "Tabulators"; 2608}; 2609 2610String SIP_EE_CHAR_COLOR 2611{ 2612 Text [ en-US ] = "Font color"; 2613}; 2614 2615String SIP_EE_CHAR_FONTINFO 2616{ 2617 Text [ en-US ] = "Character set"; 2618}; 2619 2620String SIP_EE_CHAR_FONTHEIGHT 2621{ 2622 Text [ en-US ] = "Font size"; 2623}; 2624 2625String SIP_EE_CHAR_FONTWIDTH 2626{ 2627 Text [ en-US ] = "Font width"; 2628}; 2629 2630String SIP_EE_CHAR_WEIGHT 2631{ 2632 Text [ en-US ] = "Bold (thickness)"; 2633}; 2634 2635String SIP_EE_CHAR_UNDERLINE 2636{ 2637 Text [ en-US ] = "Underline"; 2638}; 2639 2640String SIP_EE_CHAR_OVERLINE 2641{ 2642 Text [ en-US ] = "Overline"; 2643}; 2644 2645String SIP_EE_CHAR_STRIKEOUT 2646{ 2647 Text [ en-US ] = "Strikethrough"; 2648}; 2649 2650String SIP_EE_CHAR_ITALIC 2651{ 2652 Text [ en-US ] = "Italic"; 2653}; 2654 2655String SIP_EE_CHAR_OUTLINE 2656{ 2657 Text [ en-US ] = "Outline"; 2658}; 2659 2660String SIP_EE_CHAR_SHADOW 2661{ 2662 Text [ en-US ] = "Font shadow"; 2663}; 2664 2665String SIP_EE_CHAR_ESCAPEMENT 2666{ 2667 Text [ en-US ] = "Superscript/subscript"; 2668}; 2669 2670String SIP_EE_CHAR_PAIRKERNING 2671{ 2672 Text [ en-US ] = "Kerning"; 2673}; 2674 2675String SIP_EE_CHAR_KERNING 2676{ 2677 Text [ en-US ] = "Manual kerning"; 2678}; 2679 2680String SIP_EE_CHAR_WLM 2681{ 2682 Text [ en-US ] = "No underline for spaces"; 2683}; 2684 2685String SIP_EE_FEATURE_TAB 2686{ 2687 Text [ en-US ] = "Tabulator"; 2688}; 2689 2690String SIP_EE_FEATURE_LINEBR 2691{ 2692 Text [ en-US ] = "Optional line break"; 2693}; 2694 2695String SIP_EE_FEATURE_NOTCONV 2696{ 2697 Text [ en-US ] = "Non-convertible character"; 2698}; 2699 2700String SIP_EE_FEATURE_FIELD 2701{ 2702 Text [ en-US ] = "Fields"; 2703}; 2704 2705String SIP_SA_GRAFRED 2706{ 2707 Text [ en-US ] = "Red"; 2708}; 2709String SIP_SA_GRAFGREEN 2710{ 2711 Text [ en-US ] = "Green"; 2712}; 2713String SIP_SA_GRAFBLUE 2714{ 2715 Text [ en-US ] = "Blue"; 2716}; 2717String SIP_SA_GRAFLUMINANCE 2718{ 2719 Text [ en-US ] = "Brightness"; 2720}; 2721String SIP_SA_GRAFCONTRAST 2722{ 2723 Text [ en-US ] = "Contrast"; 2724}; 2725String SIP_SA_GRAFGAMMA 2726{ 2727 Text [ en-US ] = "Gamma"; 2728}; 2729String SIP_SA_GRAFTRANSPARENCE 2730{ 2731 Text [ en-US ] = "Transparency"; 2732}; 2733String SIP_SA_GRAFINVERT 2734{ 2735 Text [ en-US ] = "Invert"; 2736}; 2737String SIP_SA_GRAFMODE 2738{ 2739 Text [ en-US ] = "Graphics mode"; 2740}; 2741String SIP_SA_GRAFCROP 2742{ 2743 Text [ en-US ] = "Crop"; 2744 2745}; 2746String SIP_SA_GRAFRESERVE3 { Text = "" ; }; 2747String SIP_SA_GRAFRESERVE4 { Text = "" ; }; 2748String SIP_SA_GRAFRESERVE5 { Text = "" ; }; 2749String SIP_SA_GRAFRESERVE6 { Text = "" ; }; 2750 2751Bitmap SIP_SA_PAGESHADOW35X35 2752{ 2753 File = "pageshadow35x35.png"; 2754}; 2755 2756Bitmap SIP_SA_MARKERS 2757{ 2758 File = "markers.bmp"; 2759}; 2760 2761Bitmap SIP_SA_FINE_MARKERS 2762{ 2763 File = "markers2.bmp"; 2764}; 2765 2766// #100499# 2767Bitmap BMP_SVXOLEOBJ 2768{ 2769 File = "oleobj.bmp" ; 2770}; 2771 2772// #101928# 2773Bitmap SIP_SA_ACCESSIBILITY_MARKERS 2774{ 2775 File = "markersACC.bmp"; 2776}; 2777 2778String STR_ObjNameSingulMEDIA 2779{ 2780 Text [ en-US ] = "Media object" ; 2781}; 2782String STR_ObjNamePluralMEDIA 2783{ 2784 Text [ en-US ] = "Media objects" ; 2785}; 2786 2787// drawing layer table strings 2788 2789String STR_TABLE_ATTR 2790{ 2791 Text [ en-US ] = "Apply table attributes" ; 2792}; 2793String STR_TABLE_AUTOFMT 2794{ 2795 Text [ en-US ] = "AutoFormat table" ; 2796}; 2797String STR_TABLE_INSCOL 2798{ 2799 Text [ en-US ] = "Insert column" ; 2800}; 2801String STR_TABLE_INSROW 2802{ 2803 Text [ en-US ] = "Insert row" ; 2804}; 2805String STR_UNDO_COL_DELETE 2806{ 2807 Text [ en-US ] = "Delete column" ; 2808}; 2809String STR_UNDO_ROW_DELETE 2810{ 2811 Text [ en-US ] = "Delete row" ; 2812}; 2813String STR_TABLE_SPLIT 2814{ 2815 Text [ en-US ] = "Split cells" ; 2816}; 2817String STR_TABLE_MERGE 2818{ 2819 Text [ en-US ] = "Merge cells" ; 2820}; 2821String STR_TABLE_NUMFORMAT 2822{ 2823 Text [ en-US ] = "Format cell" ; 2824}; 2825 2826String STR_TABLE_DISTRIBUTE_ROWS 2827{ 2828 Text [ en-US ] = "Distribute rows" ; 2829}; 2830 2831String STR_TABLE_DISTRIBUTE_COLUMNS 2832{ 2833 Text [ en-US ] = "Distribute columns" ; 2834}; 2835 2836String STR_TABLE_STYLE 2837{ 2838 Text [ en-US ] = "Table style" ; 2839}; 2840 2841String STR_TABLE_STYLE_SETTINGS 2842{ 2843 Text [ en-US ] = "Table style settings" ; 2844}; 2845 2846String STR_ObjNameSingulTable 2847{ 2848 Text [ en-US ] = "Table"; 2849}; 2850String STR_ObjNamePluralTable 2851{ 2852 Text [ en-US ] = "Tables"; 2853}; 2854 2855Bitmap SIP_SA_CROP_MARKERS 2856{ 2857 File = "cropmarkers.bmp"; 2858}; 2859 2860Bitmap SIP_SA_CROP_FINE_MARKERS 2861{ 2862 File = "cropmarkers2.bmp"; 2863}; 2864 2865Bitmap SIP_SA_ACCESSIBILITY_CROP_MARKERS 2866{ 2867 File = "cropmarkersACC.bmp"; 2868}; 2869 2870//IAccessibility2 Implementation 2009----- 2871String STR_ObjNameSingulFONTWORK 2872{ 2873 Text [ en-US ] = "font work" ; 2874}; 2875String STR_ObjNamePluralFONTWORK 2876{ 2877 Text [ en-US ] = "font works" ; 2878}; 2879//-----IAccessibility2 Implementation 2009 2880 2881