Kaydet (Commit) 55e9fac7 authored tarafından Michael Weghorn's avatar Michael Weghorn Kaydeden (comit) Noel Grandin

fdo#39468 translate German comments

Change-Id: Ic385faed251970c0c686b099023af9efca10a121
Reviewed-on: https://gerrit.libreoffice.org/13040Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 811d6ff5
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
enum SvxZoomType enum SvxZoomType
{ {
SVX_ZOOM_PERCENT, // GetValue() ist kein besonderer prozentualer Wert SVX_ZOOM_PERCENT, // GetValue() is no special percentage value
SVX_ZOOM_OPTIMAL, // GetValue() entspricht der optimalen Gr"o\se SVX_ZOOM_OPTIMAL, // GetValue() corresponds to the optimal size
SVX_ZOOM_WHOLEPAGE, // GetValue() entspricht der ganzen Seite SVX_ZOOM_WHOLEPAGE, // GetValue() corresponds to the whole page
SVX_ZOOM_PAGEWIDTH, // GetValue() entspricht der Seitenbreite SVX_ZOOM_PAGEWIDTH, // GetValue() corresponds to the page width
SVX_ZOOM_PAGEWIDTH_NOBORDER // GetValue() pagewidth without border SVX_ZOOM_PAGEWIDTH_NOBORDER // GetValue() pagewidth without border
}; };
...@@ -38,7 +38,7 @@ enum SvxZoomType ...@@ -38,7 +38,7 @@ enum SvxZoomType
class SFX2_DLLPUBLIC SvxZoomItem: public SfxUInt16Item class SFX2_DLLPUBLIC SvxZoomItem: public SfxUInt16Item
{ {
sal_uInt16 nValueSet; // erlaubte Werte (siehe #defines unten) sal_uInt16 nValueSet; // allowed values (see #defines below)
SvxZoomType eType; SvxZoomType eType;
public: public:
......
...@@ -356,9 +356,9 @@ public: ...@@ -356,9 +356,9 @@ public:
* which stores its own length so that it can be skipped by * which stores its own length so that it can be skipped by
* older versions and readers that do not known the record type (tag). * older versions and readers that do not known the record type (tag).
* *
* It contains multipl contents of the same type (tag) and the same * It contains multiple contents of the same type (tag) and the same
* version, which have been identified once and for all in the * version, which have been identified once and for all in the
* header of the reacord. All contents have a length which is * header of the record. All contents have a length which is
* known in advance and identical. * known in advance and identical.
* *
* To be able to guarantee forward and backwards compatibility, * To be able to guarantee forward and backwards compatibility,
...@@ -397,11 +397,11 @@ public: ...@@ -397,11 +397,11 @@ public:
class SVL_DLLPUBLIC SfxMultiFixRecordWriter: public SfxSingleRecordWriter class SVL_DLLPUBLIC SfxMultiFixRecordWriter: public SfxSingleRecordWriter
{ {
protected: protected:
sal_uInt32 _nContentStartPos; /* Startposition des jeweiligen sal_uInt32 _nContentStartPos; /* start position of respective
Contents - nur bei DBG_UTIL content - only with DBG_UTIL
und f"ur Subklassen */ and for subclasses */
sal_uInt32 _nContentSize; // Gr"o\se jedes Contents sal_uInt32 _nContentSize; // size of each content
sal_uInt16 _nContentCount; // jeweilige Anzahl der Contents sal_uInt16 _nContentCount; // number of contents
SfxMultiFixRecordWriter( sal_uInt8 nRecordType, SfxMultiFixRecordWriter( sal_uInt8 nRecordType,
SvStream *pStream, SvStream *pStream,
......
...@@ -66,16 +66,16 @@ enum MailReceiverRole ...@@ -66,16 +66,16 @@ enum MailReceiverRole
enum MailAction enum MailAction
{ {
MAIL_ACTION_DYING, // Server stirbt MAIL_ACTION_DYING, // server dies
MAIL_ACTION_SEND, // Mail wurde versendet MAIL_ACTION_SEND, // mail was sent
MAIL_ACTION_READ, // Mail wurde als gelesen gekennzeichnet MAIL_ACTION_READ, // mail was marked as read
MAIL_ACTION_REMOVED, // Mail wurde gel"oscht MAIL_ACTION_REMOVED, // mail was deleted
MAIL_ACTION_UPDATED, // alle Mails wurden neu eingelesen MAIL_ACTION_UPDATED, // all mails were updated
MAIL_ACTION_NEXT, // Sprung zur n"achsten Mail MAIL_ACTION_NEXT, // jump to next mail
MAIL_ACTION_PREV // Sprung zur vorherigen Mail MAIL_ACTION_PREV // jump to previous mail
}; };
// Textformat zum Versenden von Nachrichten ------------------------------ // text format for the sending of messages ------------------------------
#define TXTFORMAT_ASCII ((sal_uInt8)0x01) #define TXTFORMAT_ASCII ((sal_uInt8)0x01)
#define TXTFORMAT_HTML ((sal_uInt8)0x02) #define TXTFORMAT_HTML ((sal_uInt8)0x02)
......
...@@ -32,12 +32,10 @@ namespace com { namespace sun { namespace star { ...@@ -32,12 +32,10 @@ namespace com { namespace sun { namespace star {
class SvCommand class SvCommand
/* [Beschreibung] /*
Contains a string that defines the command and another string for the
Enth"alt einen String, welcher das Kommando angibt und eine weiteren command arguments. If such a command were given in the command line,
String, der das Argument des Kommandos bildet. W"urde solch ein it would look like this: command = argument
Kommando "uber die Kommandozeile angegeben werden, s"ahe es wie folgt
aus: Kommando = Argument.
*/ */
{ {
OUString aCommand; OUString aCommand;
...@@ -57,12 +55,11 @@ typedef ::std::vector< SvCommand > SvCommandList_impl; ...@@ -57,12 +55,11 @@ typedef ::std::vector< SvCommand > SvCommandList_impl;
class SVL_DLLPUBLIC SvCommandList class SVL_DLLPUBLIC SvCommandList
/* [Beschreibung] /*
The list contains objects of type SvCommand.
Die Liste enth"alt Objekte vom Typ SvCommand. Wird ein Objekt If an object is inserted, it is copied and inserted at the end
eingef"ugt, dann wird es kopiert und das neue Objekt wird of the list.
in die Liste gestellt. */
*/
{ {
private: private:
SvCommandList_impl aCommandList; SvCommandList_impl aCommandList;
......
...@@ -55,23 +55,23 @@ class SVL_DLLPUBLIC SvxSearchItem : ...@@ -55,23 +55,23 @@ class SVL_DLLPUBLIC SvxSearchItem :
{ {
com::sun::star::util::SearchOptions aSearchOpt; com::sun::star::util::SearchOptions aSearchOpt;
SfxStyleFamily eFamily; // Vorlagen-Familie SfxStyleFamily eFamily; // style family
sal_uInt16 nCommand; // Kommando (Suchen, Alle Suchen, Ersetzen, Alle Ersetzen) sal_uInt16 nCommand; // command (Search, Search all, Replace, Replace all)
// Calc-Spezifische Daten // Calc-specific
sal_uInt16 nCellType; // Suche in Formeln/Werten/Notizen sal_uInt16 nCellType; // Search in Formulas/Values/Notes
sal_uInt16 nAppFlag; // Fuer welche Applikation ist der Dialog ueberhaupt sal_uInt16 nAppFlag; // application which the dialog is for
bool bRowDirection; // Suchrichtung Zeilenweise/Spaltenweise bool bRowDirection; // search direction: row-wise/column-wise
bool bAllTables; // in alle Tabellen suchen bool bAllTables; // search in all sheets
bool bSearchFiltered; // search filtered cells. bool bSearchFiltered; // search filtered cells.
// Writer-spezifisch // Writer-specific
bool bNotes; bool bNotes;
bool bBackward; // Suche Rueckwaerts bool bBackward; // search backwards
bool bPattern; // Suche nach Vorlagen bool bPattern; // search for styles
bool bContent; // Suche im Inhalt bool bContent; // search in content
bool bAsianOptions; // use asian options? bool bAsianOptions; // use asian options?
public: public:
......
...@@ -23,18 +23,14 @@ ...@@ -23,18 +23,14 @@
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
/**
* This class represents a bookmark that consists of a URL and
* a corresponding description text.
*
* There is an own clipboard format and helper methods to copy
* to and from clipboard and DragServer.
*/
class INetBookmark class INetBookmark
/* [Beschreibung]
Diese Klasse stellt ein Bookmark dar, welches aus einer URL und
einem dazuge"horigen Beschreibungstext besteht.
Es gibt ein eigenes Clipboardformat und Hilfsmethoden zum Kopieren
und Einf"ugen in und aus Clipboard und DragServer.
*/
{ {
OUString aUrl; OUString aUrl;
OUString aDescr; OUString aDescr;
......
...@@ -140,7 +140,7 @@ public: ...@@ -140,7 +140,7 @@ public:
const SvNumberNatNum& GetNatNum() const { return aNatNum; } const SvNumberNatNum& GetNatNum() const { return aNatNum; }
private: private:
ImpSvNumberformatInfo aI; // Hilfsstruct fuer die restlichen Infos ImpSvNumberformatInfo aI; // helper struct for remaining information
OUString sColorName; // color name OUString sColorName; // color name
Color* pColor; // pointer to color of subformat Color* pColor; // pointer to color of subformat
sal_uInt16 nAnzStrings; // count of symbols sal_uInt16 nAnzStrings; // count of symbols
...@@ -582,8 +582,6 @@ private: ...@@ -582,8 +582,6 @@ private:
sal_uInt16 j, sal_uInt16 j,
sal_uInt16 nIx, sal_uInt16 nIx,
sal_Int32 nDigCnt ); sal_Int32 nDigCnt );
// Hilfsfunktion zum Auffuellen der Vor-
// kommazahl auch mit Tausenderpunkt
// Helper function to fill in the group (AKA thousand) separators // Helper function to fill in the group (AKA thousand) separators
// or to skip additional digits // or to skip additional digits
......
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