[Libreoffice] [PATCH] Translate german comments
Martin Kepplinger
martinkepplinger at eml.cc
Sun Feb 20 15:20:45 PST 2011
This translates the german code-comments of swmodule.cxx to
english.
This is contributed under the terms of the LGPLv3+/MPL dual license.
---
sw/source/ui/app/swmodule.cxx | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/sw/source/ui/app/swmodule.cxx b/sw/source/ui/app/swmodule.cxx
index 994bca5..0330cc0 100644
--- a/sw/source/ui/app/swmodule.cxx
+++ b/sw/source/ui/app/swmodule.cxx
@@ -44,7 +44,7 @@
#include <svx/insctrl.hxx>
#include <svx/selctrl.hxx>
#include <svx/linectrl.hxx>
-#include <svx/tbxctl.hxx> //z-Zt falscher includeschutz!
+#include <svx/tbxctl.hxx> // at the moment wrong include-protection!
#include <svx/fillctrl.hxx>
#include <svx/tbcontrl.hxx>
#include <svx/verttexttbxctrl.hxx>
@@ -193,15 +193,15 @@ SwModule::SwModule( SfxObjectFactory* pWebFact,
pModuleConfig = new SwModuleOptions;
- //Die brauchen wie sowieso
+ // We need them anyways
pToolbarConfig = new SwToolbarConfigItem( sal_False );
pWebToolbarConfig = new SwToolbarConfigItem( sal_True );
pStdFontConfig = new SwStdFontConfig;
- pAuthorNames = new SvStringsDtor(5, 1); // Alle Redlining-Autoren
+ pAuthorNames = new SvStringsDtor(5, 1); // All Redlining-Authors
- //JP 18.10.96: SvxAutocorrect gegen die SwAutocorrect austauschen
+ //JP 18.10.96: replace SvxAutocorrect with SwAutocorrect
SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get();
if( pACfg )
{
@@ -268,8 +268,8 @@ void SwModule::CreateLngSvcEvtListener()
void SwDLL::RegisterFactories()
{
- //Diese Id's duerfen nicht geaendert werden. Mittels der Id's wird vom
- //Sfx die View (Dokumentansicht wiederherstellen) erzeugt.
+ // These Id's must not be changed. Trough these Id's the View (resume Documentview)
+ // is created by Sfx.
if ( SvtModuleOptions().IsWriter() )
SwView::RegisterFactory ( 2 );
@@ -433,7 +433,7 @@ void SwDLL::RegisterControls()
/*************************************************************************
|*
-|* Modul laden (nur Attrappe fuer das Linken der DLL)
+|* Load Module (only dummy for linking of the DLL)
|*
\************************************************************************/
--
1.7.1
More information about the LibreOffice
mailing list