[Libreoffice-commits] core.git: include/svx include/vcl sc/source sw/source

Johnny_M klasse at partyheld.de
Mon Jul 17 17:29:33 UTC 2017


 include/svx/sxcecitm.hxx            |    8 ++++----
 include/vcl/event.hxx               |    2 +-
 sc/source/filter/inc/eeparser.hxx   |    2 +-
 sc/source/ui/navipi/navipi.cxx      |    2 +-
 sw/source/core/table/swnewtable.cxx |    4 ++--
 sw/source/filter/html/htmlftn.cxx   |   16 ++++++++--------
 6 files changed, 17 insertions(+), 17 deletions(-)

New commits:
commit 2b530e4f3fa516ef1d1d3699174e6f15ffda5305
Author: Johnny_M <klasse at partyheld.de>
Date:   Fri Jul 14 22:09:26 2017 +0200

    Translate randomly found German comments
    
    Change-Id: I7db515e04d3845c3ec51c7f88fe51bcafddd5268
    Reviewed-on: https://gerrit.libreoffice.org/39987
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/include/svx/sxcecitm.hxx b/include/svx/sxcecitm.hxx
index babac04aff48..a1b8ab41675b 100644
--- a/include/svx/sxcecitm.hxx
+++ b/include/svx/sxcecitm.hxx
@@ -45,8 +45,8 @@ public:
 
 
 // class SdrCaptionEscIsRelItem
-// sal_True=Linienaustrittsposition relativ
-// sal_False=Linienaustrittsposition absolut
+// sal_True = line escape position is relative
+// sal_False = line escape position is absolute
 
 class SVX_DLLPUBLIC SdrCaptionEscIsRelItem: public SdrYesNoItem {
 public:
@@ -57,7 +57,7 @@ public:
 
 
 // class SdrCaptionEscRelItem
-// Relativer Linienaustritt
+// relative line escape
 //     0 =   0.00% = up resp. left,
 // 10000 = 100.00% = right resp. down
 // only when SdrCaptionEscIsRelItem=TRUE
@@ -71,7 +71,7 @@ public:
 
 
 // class SdrCaptionEscAbsItem
-// Absoluter Linienaustritt
+// absolute line escape
 // 0  = up resp. left,
 // >0 = in direction right resp. down
 // only when SdrCaptionEscIsRelItem=FALSE
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index 26ce846ed9f4..2c21dd52d8ab 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -104,7 +104,7 @@ namespace o3tl
     template<> struct typed_flags<MouseEventModifiers> : is_typed_flags<MouseEventModifiers, 0xff7> {};
 }
 
-// Maus-Buttons
+// Mouse buttons
 #define MOUSE_LEFT              ((sal_uInt16)0x0001)
 #define MOUSE_MIDDLE            ((sal_uInt16)0x0002)
 #define MOUSE_RIGHT             ((sal_uInt16)0x0004)
diff --git a/sc/source/filter/inc/eeparser.hxx b/sc/source/filter/inc/eeparser.hxx
index 9ecf023f59f9..4927817f817b 100644
--- a/sc/source/filter/inc/eeparser.hxx
+++ b/sc/source/filter/inc/eeparser.hxx
@@ -40,7 +40,7 @@ struct ScHTMLImage
     OUString            aFilterName;
     std::unique_ptr<Graphic>
                         pGraphic;       // is taken over by WriteToDocument
-    sal_Char            nDir;           // 1==hori, 2==verti, 3==beides
+    sal_Char            nDir;           // 1==hori, 2==verti, 3==both
 
     ScHTMLImage() :
         aSize( 0, 0 ), aSpace( 0, 0 ), nDir( nHorizontal )
diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx
index 650854ec8c2f..af2b0c5778fc 100644
--- a/sc/source/ui/navipi/navipi.cxx
+++ b/sc/source/ui/navipi/navipi.cxx
@@ -397,7 +397,7 @@ void ScNavigatorDlg::UpdateButtons()
     aTbxCmd->CheckItem(nScenarioId, eMode == NAV_LMODE_SCENARIOS);
     aTbxCmd->CheckItem(nZoomId, eMode != NAV_LMODE_NONE);
 
-    //  Umschalten-Button:
+    // the toggle button:
     if (eMode == NAV_LMODE_SCENARIOS || eMode == NAV_LMODE_NONE)
     {
         aTbxCmd->EnableItem(nChangeRootId, false);
diff --git a/sw/source/core/table/swnewtable.cxx b/sw/source/core/table/swnewtable.cxx
index f484a65c200c..391e1b1081f3 100644
--- a/sw/source/core/table/swnewtable.cxx
+++ b/sw/source/core/table/swnewtable.cxx
@@ -1487,7 +1487,7 @@ bool SwTable::NewSplitRow( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16 nCn
         lcl_UnMerge( *this, *rBoxes[*pCurrBox++], nCnt, bSameHeight );
 
     CHECK_TABLE( *this )
-    //Layout updaten
+    // update the layout
     aFndBox.MakeFrames( *this );
 
     return true;
@@ -1545,7 +1545,7 @@ bool SwTable::InsertRow( SwDoc* pDoc, const SwSelBoxes& rBoxes,
                 ++nRowIdx;
             if( nRowIdx )
                 lcl_ChangeRowSpan( *this, nCnt, --nRowIdx, true );
-            //Layout update
+            // update the layout
             aFndBox.MakeFrames( *this );
         }
         CHECK_TABLE( *this )
diff --git a/sw/source/filter/html/htmlftn.cxx b/sw/source/filter/html/htmlftn.cxx
index 9f2fea2a1743..a4e18ab4d753 100644
--- a/sw/source/filter/html/htmlftn.cxx
+++ b/sw/source/filter/html/htmlftn.cxx
@@ -37,7 +37,7 @@ struct SwHTMLFootEndNote_Impl
     std::vector<OUString> aNames;
 
     OUString sName;
-    OUString sContent;            // Infos fuer die letzte Fussnote
+    OUString sContent;            // information for the last footnote
     bool bEndNote;
     bool bFixed;
 };
@@ -321,7 +321,7 @@ Writer& OutHTML_SwFormatFootnote( Writer& rWrt, const SfxPoolItem& rHt )
 void SwHTMLWriter::OutFootEndNotes()
 {
     OSL_ENSURE( m_pFootEndNotes,
-            "SwHTMLWriter::OutFootEndNotes(): unnoetiger Aufruf" );
+            "SwHTMLWriter::OutFootEndNotes(): unnecessary call" );
     if( !m_pFootEndNotes )
         return;
 
@@ -540,14 +540,14 @@ static void lcl_html_outFootEndNoteInfo( Writer& rWrt, OUString *pParts,
 
 void SwHTMLWriter::OutFootEndNoteInfo()
 {
-    // Nummerntyp (1 bzw. i)
+    // Number type (1 or i)
     // Offset (0)
-    // Davor
-    // Dahinter
-    // Dok/Seite/Kap (D)
+    // Before it
+    // Behind it
+    // Doc/Page/Chap (D)
     // Position (S)
-    // Folgeseite
-    // Beginn
+    // Next page
+    // Beginning
 
     {
         const SwFootnoteInfo& rInfo = pDoc->GetFootnoteInfo();


More information about the Libreoffice-commits mailing list