diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-04-01 04:49:52 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-03 19:25:49 +0000 |
commit | 6b4a149a656b29d162b2190f1849dc779cba0b0a (patch) | |
tree | e4947e3ceb1275f2510a5f628ce2fb713a3daee3 /sfx2 | |
parent | df039e89c5d2f8f3ccfaa0001885f3e532537fb6 (diff) |
tdf#39468 Translate German comments
Translate German comments and terms in UnoControls/, editeng/, filter/,
odk/, reportdesign/, sd/, sfx2/, starmath/, svl/, svtools/, toolkit/,
tools/, writerfilter/, and xmloff/.
Change-Id: Ibc401a425ddfdf41e4e4a78600f3fbce8cfaa2b1
Reviewed-on: https://gerrit.libreoffice.org/35992
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/frmslots.sdi | 2 | ||||
-rw-r--r-- | sfx2/source/appl/appdispatchprovider.cxx | 4 | ||||
-rw-r--r-- | sfx2/source/bastyp/frmhtmlw.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/control/ctrlitem.cxx | 3 | ||||
-rw-r--r-- | sfx2/source/control/dispatch.cxx | 4 | ||||
-rw-r--r-- | sfx2/source/control/objface.cxx | 4 | ||||
-rw-r--r-- | sfx2/source/dialog/templdlg.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/objembed.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/DeckLayouter.cxx | 4 |
9 files changed, 12 insertions, 15 deletions
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi index fb9465abb512..f4c824ec29ab 100644 --- a/sfx2/sdi/frmslots.sdi +++ b/sfx2/sdi/frmslots.sdi @@ -180,7 +180,7 @@ interface Window [ StateMethod = MiscState_Impl ; ] - // Stringlist mit den Verben( SFX only ) + // Stringlist with the verbs ( SFX only ) SID_OBJECT // ole(no) api(no) [ StateMethod = GetState_Impl ; diff --git a/sfx2/source/appl/appdispatchprovider.cxx b/sfx2/source/appl/appdispatchprovider.cxx index 51e8bb8c95c8..e840361d2b3f 100644 --- a/sfx2/source/appl/appdispatchprovider.cxx +++ b/sfx2/source/appl/appdispatchprovider.cxx @@ -177,7 +177,7 @@ Sequence< sal_Int16 > SAL_CALL SfxAppDispatchProvider::getSupportedCommandGroups const SfxSlotMode nMode( SfxSlotMode::TOOLBOXCONFIG|SfxSlotMode::ACCELCONFIG|SfxSlotMode::MENUCONFIG ); - // Gruppe anw"ahlen ( Gruppe 0 ist intern ) + // Select group ( group 0 is internal ) for (sal_uInt16 i=0; i< rAppSlotPool.GetGroupCount(); ++i) { rAppSlotPool.SeekGroup(i); @@ -207,7 +207,7 @@ Sequence< frame::DispatchInformation > SAL_CALL SfxAppDispatchProvider::getConfi const SfxSlotMode nMode( SfxSlotMode::TOOLBOXCONFIG|SfxSlotMode::ACCELCONFIG|SfxSlotMode::MENUCONFIG ); OUString aCmdPrefix( ".uno:" ); - // Gruppe anw"ahlen ( Gruppe 0 ist intern ) + // Select group ( group 0 is internal ) for (sal_uInt16 i=0; i< rAppSlotPool.GetGroupCount(); ++i) { rAppSlotPool.SeekGroup(i); diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx index 977c96aab369..7229c66a5d85 100644 --- a/sfx2/source/bastyp/frmhtmlw.cxx +++ b/sfx2/source/bastyp/frmhtmlw.cxx @@ -93,7 +93,7 @@ void SfxFrameHTMLWriter::Out_DocInfo( SvStream& rStrm, const OUString& rBaseURL, eDestEnc, pNonConvertableChars ); } - // Titel (auch wenn er leer ist) + // Title (regardless if empty) rStrm.WriteCharPtr( SAL_NEWLINE_STRING ); if( pIndent ) rStrm.WriteCharPtr( pIndent ); diff --git a/sfx2/source/control/ctrlitem.cxx b/sfx2/source/control/ctrlitem.cxx index 94c412faa17b..bfcb183f8a83 100644 --- a/sfx2/source/control/ctrlitem.cxx +++ b/sfx2/source/control/ctrlitem.cxx @@ -223,9 +223,6 @@ void SfxControllerItem::StateChanged switched or when the slot was invalidated explicitly with <SfxBindings::Invalidate()>. - Achtung! Die Methode wird nicht gerufen, wenn der Slot ung"ultig wurde, - danach jedoch wieder denselben Wert angenommen hat. - Beware! The method is not called when the slot is invalid, however has again assumed the same value. diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx index fd0cb6ec9cfa..bc2e8dcda13c 100644 --- a/sfx2/source/control/dispatch.cxx +++ b/sfx2/source/control/dispatch.cxx @@ -1348,7 +1348,7 @@ void SfxDispatcher::Update_Impl_( bool bUIActive, bool bIsMDIApp, bool bIsIPOwne SfxShell *pShell = GetShell( nShell-1 ); SfxInterface *pIFace = pShell->GetInterface(); - // don't consider shells if "Hidden" oder "Quiet" + // don't consider shells if "Hidden" or "Quiet" bool bReadOnlyShell = IsReadOnlyShell_Impl( nShell-1 ); sal_uInt16 nNo; for ( nNo = 0; pIFace && nNo<pIFace->GetObjectBarCount(); ++nNo ) @@ -1622,7 +1622,7 @@ void SfxDispatcher::FlushImpl() overturned by the use of 'bEnable == 2', so this will be displayed again. On the other slots it has no effect. - // HACK(hier muss mal ein enum rein) ??? + // HACK(here should be used an enum) ??? @param nEnable 1==true: only enable specified slots, disable all other 0==false: disable specified slots, first enable all other @param nCount Number of SIDs in the following Array diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx index b5bc6f6ab7fa..04831c234b23 100644 --- a/sfx2/source/control/objface.cxx +++ b/sfx2/source/control/objface.cxx @@ -394,7 +394,7 @@ sal_uInt32 SfxInterface::GetChildWindowId (sal_uInt16 nNo) const { if ( pGenoType ) { - // Are there ChildWindows in der Superklasse? + // Are there ChildWindows in the superclass? sal_uInt16 nBaseCount = pGenoType->GetChildWindowCount(); if ( nNo < nBaseCount ) // The Super class comes first @@ -415,7 +415,7 @@ SfxShellFeature SfxInterface::GetChildWindowFeature (sal_uInt16 nNo) const { if ( pGenoType ) { - // Are there ChildWindows in der Superklasse? + // Are there ChildWindows in the superclass? sal_uInt16 nBaseCount = pGenoType->GetChildWindowCount(); if ( nNo < nBaseCount ) // The Super class comes first diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index 49b17f515691..2407880c3430 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -1583,7 +1583,7 @@ bool SfxCommonTemplateDialog_Impl::Execute_Impl( return true; } -// Handler der Listbox der Filter +// Handler Listbox of Filter void SfxCommonTemplateDialog_Impl::EnableHierarchical(bool const bEnable) { if (bEnable) diff --git a/sfx2/source/doc/objembed.cxx b/sfx2/source/doc/objembed.cxx index 9ebe0078bd16..437334e75528 100644 --- a/sfx2/source/doc/objembed.cxx +++ b/sfx2/source/doc/objembed.cxx @@ -252,7 +252,7 @@ comphelper::EmbeddedObjectContainer& SfxObjectShell::GetEmbeddedObjectContainer( void SfxObjectShell::ClearEmbeddedObjects() { - // frees alle space taken by embedded objects + // frees all space taken by embedded objects DELETEZ( pImpl->mpObjectContainer ); } diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx index ba3ed38293f4..5a37474148c5 100644 --- a/sfx2/source/sidebar/DeckLayouter.cxx +++ b/sfx2/source/sidebar/DeckLayouter.cxx @@ -184,10 +184,10 @@ tools::Rectangle LayoutPanels ( // We are now in one of three modes. // - The preferred height fits into the available size: - // Use the preferred size, distribute the remaining height bei + // Use the preferred size, distribute the remaining height by // enlarging panels. // - The total minimum height fits into the available size: - // Use the minimum size, distribute the remaining height bei + // Use the minimum size, distribute the remaining height by // enlarging panels. // - The total minimum height does not fit into the available // size: |