Kaydet (Commit) afe66e34 authored tarafından Matteo Casalin's avatar Matteo Casalin

Translate some German messages

Change-Id: I3c901c6a1195cf68bbd51fe6d6ee6d54bf808698
üst 9f4b7c50
...@@ -94,7 +94,7 @@ HTMLOptionEnum aHTMLImgVAlignTable[] = ...@@ -94,7 +94,7 @@ HTMLOptionEnum aHTMLImgVAlignTable[] =
ImageMap *SwHTMLParser::FindImageMap( const OUString& rName ) const ImageMap *SwHTMLParser::FindImageMap( const OUString& rName ) const
{ {
OSL_ENSURE( rName[0] != '#', "FindImageName: Name beginnt mit #!" ); OSL_ENSURE( rName[0] != '#', "FindImageMap: name begins with '#'!" );
if( pImageMaps ) if( pImageMaps )
{ {
...@@ -443,7 +443,7 @@ IMAGE_SETEVENT: ...@@ -443,7 +443,7 @@ IMAGE_SETEVENT:
if( pTextNode && ! pTextNode->IsCountedInList()) if( pTextNode && ! pTextNode->IsCountedInList())
{ {
OSL_ENSURE( pTextNode->GetActualListLevel() == GetNumInfo().GetLevel(), OSL_ENSURE( pTextNode->GetActualListLevel() == GetNumInfo().GetLevel(),
"Numerierungs-Ebene stimmt nicht" ); "Numbering level is wrong" );
pTextNode->SetCountedInList( true ); pTextNode->SetCountedInList( true );
...@@ -1394,7 +1394,7 @@ void SwHTMLParser::StripTrailingPara() ...@@ -1394,7 +1394,7 @@ void SwHTMLParser::StripTrailingPara()
SwContentNode* pNd = SwNodes::GoPrevious(&nNewNdIdx); SwContentNode* pNd = SwNodes::GoPrevious(&nNewNdIdx);
if(!pNd) if(!pNd)
{ {
OSL_ENSURE(false, "Hoppla, wo ist mein Vorgaenger-Node"); OSL_ENSURE(false, "Oops, where is my predecessor node?");
return; return;
} }
// #i81002# - refactoring // #i81002# - refactoring
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment