translation of German comments of the files in sd/sdi/

Change-Id: Ifc7de73dfeb4e12cbe76237558904f4f1f4b130e
This commit is contained in:
Urs Fässler 2013-03-01 10:14:00 +01:00 committed by Michael Meeks
parent ae147f1536
commit a0f8fa87a5
3 changed files with 24 additions and 24 deletions

View file

@ -111,7 +111,7 @@ interface DrawView
ExecMethod = FuSupport ; ExecMethod = FuSupport ;
StateMethod = GetMenuState ; StateMethod = GetMenuState ;
] ]
// Menue-Messages fuer temporaere Funktionen mit Dialog // Menu messages for temporary functions with dialog
SID_ATTR_ZOOM // ole : no, status : no SID_ATTR_ZOOM // ole : no, status : no
[ [
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
@ -1228,7 +1228,7 @@ interface DrawView
Export = FALSE ; Export = FALSE ;
] ]
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// Beginn FormSlots // Begin FormSlots
SID_FM_CREATE_CONTROL SID_FM_CREATE_CONTROL
[ [
ExecMethod = FuPermanent ; ExecMethod = FuPermanent ;
@ -1243,7 +1243,7 @@ interface DrawView
ExecMethod = ExecCtrl ; ExecMethod = ExecCtrl ;
StateMethod = GetCtrlState ; StateMethod = GetCtrlState ;
] ]
// Ende FormSlots // End FormSlots
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
SID_ATTR_FILL_STYLE // ole : no, status : ? SID_ATTR_FILL_STYLE // ole : no, status : ?
[ [
@ -1681,9 +1681,9 @@ interface DrawView
ExecMethod = FuSupport ; ExecMethod = FuSupport ;
StateMethod = GetMenuState ; StateMethod = GetMenuState ;
] ]
// Problem mit SID_ATTR_FILL_STYLE: // problem with SID_ATTR_FILL_STYLE:
// frueher XFillStyle, jetzt Property FillStyle (Get/Set) // former XFillStyle, now property FillStyle (Get/Set)
// deswegen Export = FALSE ! // therefore Export = FALSE !
SID_SETFILLSTYLE // ole : no, status : play rec SID_SETFILLSTYLE // ole : no, status : play rec
[ [
ExecMethod = AttrExec ; ExecMethod = AttrExec ;
@ -1705,9 +1705,9 @@ interface DrawView
ExecMethod = AttrExec ; ExecMethod = AttrExec ;
StateMethod = AttrState ; StateMethod = AttrState ;
] ]
// Problem mit SID_ATTR_LINE_WIDTH: // problem with SID_ATTR_LINE_WIDTH:
// frueher XLineWidth, jetzt Property LineWidth (Get/Set) // former XLineWidth, now property LineWidth (Get/Set)
// deswegen Export = FALSE ! // therefore Export = FALSE !
SID_SETLINEWIDTH // ole : no, status : play rec SID_SETLINEWIDTH // ole : no, status : play rec
[ [
ExecMethod = AttrExec ; ExecMethod = AttrExec ;
@ -1720,9 +1720,9 @@ interface DrawView
StateMethod = AttrState ; StateMethod = AttrState ;
] ]
//DB: FillColor -> SetFillColor //DB: FillColor -> SetFillColor
// Problem mit SID_ATTR_FILL_COLOR: // problem with SID_ATTR_FILL_COLOR:
// frueher XFillColor, jetzt Property FillColor (Get/Set) // former XFillColor, now property FillColor (Get/Set)
// deswegen Export = FALSE ! // therefore Export = FALSE !
SID_SETFILLCOLOR // ole : no, status : play rec SID_SETFILLCOLOR // ole : no, status : play rec
[ [
ExecMethod = AttrExec ; ExecMethod = AttrExec ;
@ -1939,7 +1939,7 @@ interface DrawView
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
StateMethod = GetMenuState ; StateMethod = GetMenuState ;
] ]
// Slots in der Optionsleiste // slots in the option pane
SID_BEZIER_EDIT // ole : no, status : ? SID_BEZIER_EDIT // ole : no, status : ?
[ [
ExecMethod = FuSupport ; ExecMethod = FuSupport ;

View file

@ -18,7 +18,7 @@
interface GraphicDocument : DrawDocument interface GraphicDocument : DrawDocument
[ [
uuid ( "D7474100-ACDF-11D0-89CB-008029E4B0B1" ) ; // erzeug am 04.04.97 uuid ( "D7474100-ACDF-11D0-89CB-008029E4B0B1" ) ; // created at 04.04.97
] ]
{ {
} }

View file

@ -250,8 +250,8 @@ interface OutlineView
ExecMethod = FuTemporaryModify ; ExecMethod = FuTemporaryModify ;
StateMethod = GetMenuState ; StateMethod = GetMenuState ;
] ]
// Vorlagen // Templates
// kein Menueeintrag // no menu entry
SID_STYLE_FAMILY2 // ole : no, status : ? SID_STYLE_FAMILY2 // ole : no, status : ?
[ [
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
@ -266,14 +266,14 @@ interface OutlineView
GroupId = GID_DOCUMENT ; GroupId = GID_DOCUMENT ;
Cachable ; Cachable ;
] ]
// Vorlagen // Templates
// kein Menueeintrag // no menu entry
SID_STYLE_FAMILY5 // ole : no, status : ? SID_STYLE_FAMILY5 // ole : no, status : ?
[ [
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
StateMethod = GetAttrState ; StateMethod = GetAttrState ;
] ]
// kein Menueeintrag // no menu entry
SID_STYLE_EDIT // ole : no, status : ? SID_STYLE_EDIT // ole : no, status : ?
[ [
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
@ -281,7 +281,7 @@ interface OutlineView
GroupId = GID_DOCUMENT ; GroupId = GID_DOCUMENT ;
Cachable ; Cachable ;
] ]
// kein Menueeintrag // no menu entry
SID_STYLE_UPDATE_BY_EXAMPLE // ole : no, status : ? SID_STYLE_UPDATE_BY_EXAMPLE // ole : no, status : ?
[ [
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
@ -289,7 +289,7 @@ interface OutlineView
GroupId = GID_DOCUMENT ; GroupId = GID_DOCUMENT ;
Cachable ; Cachable ;
] ]
// kein Menueeintrag // no menu entry
SID_STYLE_WATERCAN // ole : no, status : ? SID_STYLE_WATERCAN // ole : no, status : ?
[ [
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
@ -297,7 +297,7 @@ interface OutlineView
GroupId = GID_DOCUMENT ; GroupId = GID_DOCUMENT ;
Cachable ; Cachable ;
] ]
// kein Menueeintrag // no menu entry
SID_STYLE_NEW_BY_EXAMPLE // ole : no, status : ? SID_STYLE_NEW_BY_EXAMPLE // ole : no, status : ?
[ [
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
@ -305,7 +305,7 @@ interface OutlineView
GroupId = GID_DOCUMENT ; GroupId = GID_DOCUMENT ;
Cachable ; Cachable ;
] ]
// kein Menueeintrag // no menu entry
SID_STYLE_NEW // ole : no, status : ? SID_STYLE_NEW // ole : no, status : ?
[ [
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
@ -313,7 +313,7 @@ interface OutlineView
GroupId = GID_DOCUMENT ; GroupId = GID_DOCUMENT ;
Cachable ; Cachable ;
] ]
// kein Menueeintrag // no menu entry
SID_STYLE_DELETE // ole : no, status : ? SID_STYLE_DELETE // ole : no, status : ?
[ [
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;