Re: [Libreoffice] [patch] german translations

2011-12-12 Thread Noel Grandin
Hi

 This patch is the result of a collaboration between myself and Mike Whitely.
 I machine-translated some German comments using google-translate and then Mike 
fixed up the results so the translations
matched the original sense of the German comments :-)

 Patch is submitted under MPL/ LGPL3+, and I believe Mike has already submitted 
patches and given blanket permission.

 Regards, Noel Grandin

Disclaimer: http://www.peralex.com/disclaimer.html


--- a/autodoc/source/parser/cpp/all_toks.hxx
+++ b/autodoc/source/parser/cpp/all_toks.hxx
@@ -188,12 +187,12 @@ /* just for viewing:
 class Tok_TypeKey : public cpp::Token  // file-type-PE
 class Tok_Template : public cpp::Token // file
 class Tok_Namespace : public cpp::Token// file
-class Tok_Bracket : public cpp::Token  // ueberall
-class Tok_Separator : public cpp::Token// ueberall
+class Tok_Bracket : public cpp::Token  // everywhere
+class Tok_Separator : public cpp::Token// everywhere
 
 class Tok_Identifier : public cpp::Token   // ueberall
 class Tok_NameSeparator : public cpp::Token// Type, Name
 class Tok_BuiltInType : public cpp::Token  // ueberall
 class Tok_ConVol : public cpp::Token   // class-FuVa
 class Tok_StorageClass : public cpp::Token // file-type,FuVa
 class Tok_OperatorFunctionName : public cpp::Token // class
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -247,7 +246,7 @@ Size( 
GetOutputSizePixel() ) );
 }
 
 
-// Import von baside4.cxx
+// Import of baside4.cxx
 void CreateEngineForBasic( StarBASIC* pBasic );
 
 void ModulWindow::CheckCompileBasic()
--- a/basctl/source/basicide/macrodlg.cxx
+++ b/basctl/source/basicide/macrodlg.cxx
@@ -35,7 +34,7 @@ #include macrodlg.hxx
 #include macrodlg.hrc
 #include basidesh.hrc
 #include basidesh.hxx
-#include baside2.hrc  // ID's fuer Imagese
+#include baside2.hrc  // ID's for Images
 #include basobj.hxx
 #include baside3.hxx
 
--- a/basic/source/classes/sb.cxx
+++ b/basic/source/classes/sb.cxx
@@ -1475,7 +1474,7 @@ // The mapping between the old and the new error codes 
take place by searching
 // through the table SFX_VB_ErrorTab[]. This is indeed not with good 
performance,
 // but it consumes much less memory than corresponding switch blocs.
 // Because the conversion of error codes has not to be fast. there is no
-// binaere search by VB-Error - SFX-Error.
+// binary search by VB Error - Error SFX.
 
 // Map back new error codes to old, Sbx-compatible
 sal_uInt16 StarBASIC::GetVBErrorCode( SbError nError )
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -2470,7 +2469,7 @@ }
 
 if( !mxUnoAccess.is() )
 {
-// #51475 mark an invalid objekt kennzeichnen (no mxMaterialHolder)
+// #51475 mark to indicate an invalid object (no mxMaterialHolder)
 return;
 }
 
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -2700,9 +2699,9 @@ if( xNameAccess.is()  
xNameAccess-hasByName( aUName2 ) )
 {
 Any aAny = xNameAccess-getByName( aUName2 );
 
-// ATTENTION: Die hier erzeugte Variable darf wegen 
bei XNameAccess
-// nicht als feste Property in das Object aufgenommen 
werden und
-// wird daher nirgendwo gehalten.
+// ATTENTION: The variables generated here may account 
for XNameAccess
+// may not be included as a fixed property in the 
Object and therefore
+// won't be kept anywhere.
 // If this leads to problems, it has to be created 
synthetically or
 // a class SbUnoNameAccessProperty, whose existence 
had to be checked
 // constantly and which were if necessary thrown away
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -2971,7 +2970,7 @@ SbUnoObjectRef xUnoObj = Impl_CreateUnoStruct( 
aClassName );
 if( !xUnoObj )
 return;
 
-// return the objekt
+// return the object
 SbxVariableRef refVar = rPar.Get(0);
 refVar-PutObject( (SbUnoObject*)xUnoObj );
 }
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -1993,7 +1992,7 @@ SbModule::Notify( rBC, rHint );
 }
 
 
-// Implementation SbJScriptModule (Basic-Modul fuer JavaScript-Sourcen)
+// Implementation SbJScriptModule (Basic module for JavaScript source code)
 SbJScriptModule::SbJScriptModule( const String rName )
 :SbModule( rName )
 {
--- a/basic/source/inc/parser.hxx
+++ b/basic/source/inc/parser.hxx
@@ -83,7 +82,7 @@ sal_Bool  bExplicit;// sal_True: OPTION 
EXPLICIT
 sal_Bool  

Re: [Libreoffice] [patch] german translations

2011-12-12 Thread Stefan Knorr (Astron)
Hey,

There's no patch attached.

Astron.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [patch] german translations

2011-12-12 Thread Stefan Knorr (Astron)
Hi back,

Please manually check your translations before submitting. This one
for instance is complete garbage:
-// Eine STD-Lib erzeugen, sonst macht es Peng!
+// An STD-Lib product, otherwise it just looks good

(~Correct translation: Create an STD-Lib, otherwise it goes boom. or
something similar.)

I'm fixing things up currently, I'll push this later today.

Please also note that there's no real need to translate stuff in
binfilter, as it will be removed sooner or later anyway.

Astron.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [patch] german translations

2011-12-12 Thread Noel Grandin
Hi

Thanks Stefan.

Any particular preference as to which areas should receive high priority for 
translations?

-- Noel

Stefan Knorr (Astron) wrote:
 Hi back,

 Please manually check your translations before submitting. This one
 for instance is complete garbage:
 -// Eine STD-Lib erzeugen, sonst macht es Peng!
 +// An STD-Lib product, otherwise it just looks good

 (~Correct translation: Create an STD-Lib, otherwise it goes boom. or
 something similar.)

 I'm fixing things up currently, I'll push this later today.

 Please also note that there's no real need to translate stuff in
 binfilter, as it will be removed sooner or later anyway.

 Astron.


Disclaimer: http://www.peralex.com/disclaimer.html


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [patch] german translations

2011-12-12 Thread Michael Meeks

On Mon, 2011-12-12 at 16:11 +0100, Stefan Knorr (Astron) wrote:
 Please also note that there's no real need to translate stuff in
 binfilter, as it will be removed sooner or later anyway.

Ah ! so there is a need to add a filter to find-german-comments: to
hide the binfilter :-)

ATB,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [patch] german translations

2011-12-12 Thread Michael Meeks

On Mon, 2011-12-12 at 17:36 +0200, Noel Grandin wrote:
 Any particular preference as to which areas should receive high
 priority for translations?

Oooh :-) well, svx/ would be a great thing to get to grips with: not at
the bottom of the system (ie. fairly simple) like vcl, and lots of
German comments in there for shared functionality that'd be useful to
understand better.

HTH,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [patch] german translations

2011-12-12 Thread Stefan Knorr (Astron)
Hi Mike, Noel, Michael,

First: sorry if I was harsh/unfair before.

Next: peng is the sound a gun makes... it's like bang or boom in English.

 On Mon, 2011-12-12 at 17:36 +0200, Noel Grandin wrote:
 Any particular preference as to which areas should receive high
 priority for translations?

        Oooh :-) well, svx/ would be a great thing to get to grips with: not at
 the bottom of the system (ie. fairly simple) like vcl, and lots of
 German comments in there for shared functionality that'd be useful to
 understand better.

Great. So I started in the right directory :) .

Astron.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice