diff options
-rw-r--r-- | sd/source/core/glob.src | 36 | ||||
-rw-r--r-- | sw/source/ui/inc/shells.hrc | 4 | ||||
-rw-r--r-- | sw/source/ui/shells/shells.src | 8 |
3 files changed, 43 insertions, 5 deletions
diff --git a/sd/source/core/glob.src b/sd/source/core/glob.src index 5d736a55e538..a3c54369517e 100644 --- a/sd/source/core/glob.src +++ b/sd/source/core/glob.src @@ -346,10 +346,44 @@ String STR_MEDIAOBJECTBARSHELL String STR_TABLEOBJECTBARSHELL { - Text [ de ] = "Tabelle" ; Text [ en-US ] = "Table" ; }; +String STR_SLIDESORTERVIEWSHELL +{ + Text [ en-US ] = "Slide Sorter" ; +}; + +String STR_TOOL_PANEL_SHELL +{ + Text [ en-US ] = "Tool Panel" ; +}; + +String STR_LEFT_IMPRESS_PANE_SHELL +{ + Text [ en-US ] = "Slides" ; +}; + +String STR_LEFT_DRAW_PANE_SHELL +{ + Text [ en-US ] = "Pages" ; +}; + +String STR_TASKPANEVIEWSHELL +{ + Text [ en-US ] = "Tasks" ; +}; + +String STR_MASTERPAGESSELECTOR +{ + Text [ en-US ] = "Master Pages" ; +}; + +String STR_TASKPANELAYOUTMENU +{ + Text [ en-US ] = "Layout" ; +}; + String STR_POWERPOINT_IMPORT { Text [ en-US ] = "PowerPoint Import"; diff --git a/sw/source/ui/inc/shells.hrc b/sw/source/ui/inc/shells.hrc index 569dba2a05ac..6c3e4096fdb7 100644 --- a/sw/source/ui/inc/shells.hrc +++ b/sw/source/ui/inc/shells.hrc @@ -94,10 +94,6 @@ #define STR_REDLINE_EDIT (RC_SHELLS_BEGIN + 56) #define STR_REDLINE_AUTOFMT (RC_SHELLS_BEGIN + 57) -// #i68101# no longer needed -// #define STR_NAME_SHAPE_LABEL (RC_SHELLS_BEGIN + 58) -// #define STR_NAME_SHAPE_DIALOG (RC_SHELLS_BEGIN + 59) - #define RID_MODULE_TOOLBOX (RC_SHELLS_BEGIN + 60) #define RID_MEDIA_TOOLBOX (RC_SHELLS_BEGIN + 61) diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src index ad275b54e052..ee1f6ec77992 100644 --- a/sw/source/ui/shells/shells.src +++ b/sw/source/ui/shells/shells.src @@ -205,6 +205,14 @@ String STR_SHELLNAME_DRAW_TEXT { Text [ en-US ] = "Draw text" ; }; +String STR_SHELLNAME_MEDIA +{ + Text [ en-US ] = "Media" ; +}; +String STR_SHELLNAME_NAVIGATION +{ + Text [ en-US ] = "Navigation" ; +}; //Strings fuer Gallery/Hintergrund String STR_SWBG_PARAGRAPH { |