diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-01-22 14:28:02 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-01-22 14:53:24 +0100 |
commit | 37a6f521ec6303193d6057736ff414ef7c62c6d4 (patch) | |
tree | e4b094dd028d5ada504a170318979f34ac4058a5 /source/de/helpcontent2 | |
parent | 6d4072204c5fc8d17f52a11ac01b23eba65a20f5 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: Idf82bb4c2e7f863f2807524fdea1be4d11b88c2e
Diffstat (limited to 'source/de/helpcontent2')
33 files changed, 5836 insertions, 3357 deletions
diff --git a/source/de/helpcontent2/source/auxiliary.po b/source/de/helpcontent2/source/auxiliary.po index 50f3227a303..701f407d71b 100644 --- a/source/de/helpcontent2/source/auxiliary.po +++ b/source/de/helpcontent2/source/auxiliary.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:36+0200\n" -"PO-Revision-Date: 2019-09-26 12:20+0000\n" +"POT-Creation-Date: 2019-11-25 17:08+0100\n" +"PO-Revision-Date: 2019-12-06 11:51+0000\n" "Last-Translator: kuehl <kuehl@libreoffice.org>\n" "Language-Team: German <https://vm137.documentfoundation.org/projects/libo_help-master/auxiliary/de/>\n" "Language: de\n" @@ -583,14 +583,14 @@ msgctxt "" msgid "Charts and Diagrams" msgstr "Diagramme" -#. YC7ih +#. GVohQ #: shared.tree msgctxt "" "shared.tree\n" "1013\n" "node.text" -msgid "Load, Save, Import, Export" -msgstr "Laden, Speichern, Importieren, Exportieren" +msgid "Load, Save, Import, Export, PDF" +msgstr "Laden, Speichern, Im-, Exportieren und PDF erzeugen" #. Ty8Du #: shared.tree @@ -1077,4 +1077,3 @@ msgctxt "" "help_section.text" msgid "HTML Documents (Writer Web)" msgstr "HTML-Dokumente (Writer Web)" - diff --git a/source/de/helpcontent2/source/text/sbasic/shared.po b/source/de/helpcontent2/source/text/sbasic/shared.po index cd76cb2f5cb..3b98161f96f 100644 --- a/source/de/helpcontent2/source/text/sbasic/shared.po +++ b/source/de/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2019-12-24 18:00+0100\n" "PO-Revision-Date: 2019-08-11 04:43+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1969,14 +1969,14 @@ msgctxt "" msgid "Using Variables" msgstr "Arbeiten mit Variablen" -#. PDbAJ +#. TjAJy #: 01020100.xhp msgctxt "" "01020100.xhp\n" "bm_id3149346\n" "help.text" -msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" -msgstr "<bookmark_value>Namen der Variablen</bookmark_value><bookmark_value>Variablen; Verwendung</bookmark_value><bookmark_value>Arten von Variablen</bookmark_value><bookmark_value>Deklarieren von Variablen</bookmark_value><bookmark_value>Werte; von Variablen</bookmark_value><bookmark_value>Konstanten</bookmark_value><bookmark_value>Arrays; deklarieren</bookmark_value><bookmark_value>Definieren; Konstanten</bookmark_value>" +msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;hexadecimal</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;octal</bookmark_value> <bookmark_value>literals;&h notation</bookmark_value> <bookmark_value>literals;&o notation</bookmark_value> <bookmark_value>literals;floating-point</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" +msgstr "" #. VAkCC #: 01020100.xhp @@ -2329,14 +2329,14 @@ msgctxt "" msgid "Single Variables" msgstr "Single-Variablen" -#. B2eF2 +#. VAptr #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3153070\n" "help.text" -msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"." -msgstr "Single-Variablen können positive oder negative Werte von 3,402823 x 10^38 bis 1,401298 x 10^-45 aufnehmen. Single-Variablen sind Gleitkommavariablen. Dies bedeutet, dass die Genauigkeit der Nachkommastellen abnimmt, je größer der Betrag der Zahl vor dem Komma wird. Single-Variablen eignen sich für mathematische Berechnungen mit einfacher Genauigkeit. Die Berechnungen dauern länger als bei Integer-Variablen, gehen jedoch schneller vonstatten als Berechnungen mit Double-Variablen. Eine Single-Variable benötigt vier Bytes an Arbeitsspeicher. Das Typ-Deklarationszeichen ist \"!\"." +msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"." +msgstr "" #. X2BBe #: 01020100.xhp @@ -2347,14 +2347,23 @@ msgctxt "" msgid "Double Variables" msgstr "Double-Variablen" -#. WVPhh +#. WhxRy #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3150953\n" "help.text" -msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"." -msgstr "Double-Variablen können positive oder negative Werte von 1,79769313486232 x 10^308 bis 4,94065645841247 x 10^-324 aufnehmen. Double-Variablen sind Gleitkommavariablen. Dies bedeutet, dass die Genauigkeit der Nachkommastellen abnimmt, je größer der Betrag der Zahl vor dem Komma wird. Double-Variablen eignen sich für genauere Berechnungen. Die Berechnungen dauern länger als bei Single-Variablen. Eine Double-Variable benötigt acht Bytes an Arbeitsspeicher. Das Typ-Deklarationszeichen ist \"#\"." +msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"." +msgstr "" + +#. KYBFy +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_idm1341130144\n" +"help.text" +msgid "Dim Variable#" +msgstr "" #. vFZcZ #: 01020100.xhp @@ -2374,6 +2383,24 @@ msgctxt "" msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"." msgstr "Währungsvariablen (Currency-Variablen) werden intern als 64-Bit-Zahlen (8 Byte) gespeichert und als Festkommazahlen mit 15 Vor- und 4 Nachkommastellen dargestellt. Der gültige Wertebereich ist -922337203685477,5808 bis +922337203685477,5807. Währungsvariablen werden verwendet, um Währungsberechnungen mit hoher Präzision anzustellen. Das Typ-Deklarationszeichen ist \"@\"." +#. rs7qz +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"hd_id301576839713868\n" +"help.text" +msgid "Literals for integers" +msgstr "" + +#. PTiRZ +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id1001576839723156\n" +"help.text" +msgid "Numbers can be encoded using octal and hexadecimal forms." +msgstr "" + #. nGGUD #: 01020100.xhp msgctxt "" @@ -3670,14 +3697,14 @@ msgctxt "" msgid "Organizing Libraries and Modules" msgstr "Verwalten von Bibliotheken und Modulen" -#. 7e73U +#. Kq6sz #: 01030400.xhp msgctxt "" "01030400.xhp\n" "bm_id3148797\n" "help.text" -msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>" -msgstr "<bookmark_value>Bibliotheken; verwalten</bookmark_value><bookmark_value>Module; verwalten</bookmark_value><bookmark_value>Kopieren; Module</bookmark_value><bookmark_value>Hinzufügen von Bibliotheken</bookmark_value><bookmark_value>Löschen; Bibliotheken/Module/Dialoge</bookmark_value><bookmark_value>Dialoge; verwalten</bookmark_value><bookmark_value>Verschieben; Module</bookmark_value><bookmark_value>Verwalten; Module/Bibliotheken/Dialoge</bookmark_value><bookmark_value>Umbenennen von Modulen und Dialogen</bookmark_value>" +msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>libraries;containers</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>" +msgstr "" #. ToKAi #: 01030400.xhp @@ -3688,6 +3715,60 @@ msgctxt "" msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>" msgstr "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Verwalten von Bibliotheken und Modulen</link></variable>" +#. H2wBb +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"hd_id371574080559061\n" +"help.text" +msgid "Basic Libraries Containers" +msgstr "" + +#. diKBf +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id961574080563824\n" +"help.text" +msgid "%PRODUCTNAME Basic libraries can be stored in 3 different containers:" +msgstr "" + +#. HYjJE +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id571574079618609\n" +"help.text" +msgid "<emph>%PRODUCTNAME Macros</emph>: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory." +msgstr "" + +#. UG2dG +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id151574079741214\n" +"help.text" +msgid "<emph>My Macros</emph>: libraries stored in this container are available to all documents of your user. The container is located in the user profile area and is not accessible by another user." +msgstr "" + +#. 4ABok +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id581574080384335\n" +"help.text" +msgid "<emph>Document</emph>: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document." +msgstr "" + +#. GCWxT +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id881574081445896\n" +"help.text" +msgid "To access macros stored in libraries of <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph> from another container, including the document container, use the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>." +msgstr "" + #. bGzjL #: 01030400.xhp msgctxt "" @@ -9097,6 +9178,15 @@ msgctxt "" msgid "RGB Function" msgstr "Funktion RGB" +#. qMADe +#: 03010305.xhp +msgctxt "" +"03010305.xhp\n" +"bm_id851576768070903\n" +"help.text" +msgid "<bookmark_value>RGB function</bookmark_value>" +msgstr "" + #. LaGGq #: 03010305.xhp msgctxt "" @@ -17269,23 +17359,23 @@ msgctxt "" msgid "LF - Line feed" msgstr "LF - Zeilenvorschub" -#. q9iyd +#. CncC2 #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id521512319135830\n" "help.text" -msgid "\\x0D\\x0A (13 10) for 32-bit Windows" -msgstr "\\x0D\\x0A (13 10) für Windows mit 32 Bit" +msgid "\\x0D\\x0A (13 10) for Windows" +msgstr "" -#. bYvYU +#. CPCWE #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id61512319163913\n" "help.text" -msgid "\\x0A (10) for other 64-bit systems" -msgstr "\\x0A (10) für andere 64-Bit-Systeme" +msgid "\\x0A (10) for other systems" +msgstr "" #. LXUYw #: 03040000.xhp @@ -17620,14 +17710,14 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function\">Error Function</link>" msgstr "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Funktion Error\">Funktion Error</link>" -#. AwQS2 +#. rMs2R #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3148663\n" "help.text" -msgid "Returns the error message that corresponds to a given error code." -msgstr "Gibt die zu einem bestimmten Fehlercode gehörige Fehlermeldung zurück." +msgid "Returns the error message that corresponds to a value or raises a given error context." +msgstr "" #. h8KBQ #: 03050300.xhp @@ -17638,14 +17728,32 @@ msgctxt "" msgid "Syntax:" msgstr "Syntax:" -#. H7H8J +#. FowuD +#: 03050300.xhp +msgctxt "" +"03050300.xhp\n" +"par_id631576404838377\n" +"help.text" +msgid "Error" +msgstr "" + +#. TMhEb #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3154366\n" "help.text" -msgid "Error (Expression)" -msgstr "Error (Ausdruck)" +msgid "Error(expression)" +msgstr "" + +#. bqewK +#: 03050300.xhp +msgctxt "" +"03050300.xhp\n" +"par_id231576404629080\n" +"help.text" +msgid "Error err_code" +msgstr "" #. ANh6X #: 03050300.xhp @@ -17656,14 +17764,14 @@ msgctxt "" msgid "Return value:" msgstr "Rückgabewert:" -#. mkAsA +#. FNBFf #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3154125\n" "help.text" -msgid "String" -msgstr "String" +msgid "String or raised error context" +msgstr "" #. BnAcN #: 03050300.xhp @@ -17674,23 +17782,32 @@ msgctxt "" msgid "Parameters:" msgstr "Parameter:" -#. 6qk7p +#. cWGA9 +#: 03050300.xhp +msgctxt "" +"03050300.xhp\n" +"par_id3159254\n" +"help.text" +msgid "If no argument is provided, the Error function returns the error message of the most recent error that occurred during program execution." +msgstr "" + +#. JCiAF #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3153193\n" "help.text" -msgid "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return." -msgstr "<emph>Ausdruck:</emph> Ein beliebiger numerischer Ausdruck, der den Fehlercode der Fehlermeldung enthält, die zurückgegeben werden soll." +msgid "<emph>expression:</emph> Any numeric expression whose error code can be mapped to an existing error message. An empty string is returned if the error code does not exist." +msgstr "" -#. qoC93 +#. gDA6e #: 03050300.xhp msgctxt "" "03050300.xhp\n" -"par_id3159254\n" +"par_id351576405235602\n" "help.text" -msgid "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution." -msgstr "Werden keine Parameter übergeben, gibt die Funktion Error die Fehlermeldung des letzten Fehlers zurück, der während der Programmausführung aufgetreten ist." +msgid "<emph>err_code:</emph> Any value that corresponds to an existing error code." +msgstr "" #. YLe3q #: 03050500.xhp @@ -25369,23 +25486,41 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type Statement\">Type Statement</link>" msgstr "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Anweisung Type\">Anweisung Type</link>" -#. RJfCF +#. TYvyD #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id3159158\n" "help.text" -msgid "Define non-UNO data structures (structs)." -msgstr "Nicht-UNO-Datenstrukturen (Struct) definieren." +msgid "Define non-UNO data structures." +msgstr "" -#. czHF6 +#. hGDzF #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id311512206747401\n" "help.text" -msgid "A struct is an ordered collection of data fields, that can be manipulated as a single item." -msgstr "Ein Struct ist eine geordnete Sammlung von Datenfeldern, die als ein einzelner Wert behandelt werden kann." +msgid "A Type structure is an ordered collection of data fields, that can be manipulated as a single item." +msgstr "" + +#. TTALN +#: 03090413.xhp +msgctxt "" +"03090413.xhp\n" +"par_id351573639548645\n" +"help.text" +msgid "A Type structure scope is that of the module it belongs to." +msgstr "" + +#. eGJzD +#: 03090413.xhp +msgctxt "" +"03090413.xhp\n" +"par_id701573639564765\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"enumerations\">Enumerations</link> can be created using Type statement definitions. <link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Calling Python Scripts from Basic\">Calling Python Scripts from Basic</link> illustrates that mechanism." +msgstr "" #. 2VyE8 #: 03090413.xhp @@ -28807,14 +28942,14 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function\">IsObject Function</link>" msgstr "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"Funktion IsObject\">Funktion IsObject</link>" -#. GeK7z +#. AyVCR #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3148538\n" "help.text" -msgid "Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False." -msgstr "Prüft, ob es sich bei einer Objektvariable um ein OLE-Objekt handelt. Handelt es sich bei der Variable um ein OLE-Objekt, so gibt die Funktion \"True\" zurück, ansonsten \"False\"." +msgid "Tests if a variable is an object, as opposed to primitive data types such as dates, numbers, texts. The function returns <literal>True</literal> if the variable is an object, otherwise it returns <literal>False</literal>." +msgstr "" #. gBKMV #: 03102800.xhp @@ -28825,14 +28960,14 @@ msgctxt "" msgid "Syntax:" msgstr "Syntax:" -#. tRCWc +#. C8wfe #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3154285\n" "help.text" -msgid "IsObject (ObjectVar)" -msgstr "IsObject (ObjektVar)" +msgid "IsObject(var)" +msgstr "" #. ni2zH #: 03102800.xhp @@ -28843,14 +28978,14 @@ msgctxt "" msgid "Return value:" msgstr "Rückgabewert:" -#. qzFEL +#. 4SsCT #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3156024\n" "help.text" -msgid "Bool" -msgstr "Bool" +msgid "Boolean" +msgstr "" #. rEmQA #: 03102800.xhp @@ -28861,14 +28996,104 @@ msgctxt "" msgid "Parameters:" msgstr "Parameter:" -#. j2b5R +#. JBB4B #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3148552\n" "help.text" -msgid "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True." -msgstr "<emph>ObjektVar:</emph> Eine beliebige zu testende Variable. Enthält die Objektvariable ein OLE-Objekt, so gibt die Funktion \"True\" zurück." +msgid "<emph>var:</emph> Any variable that you want to test." +msgstr "" + +#. SPGXx +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id891575896963115\n" +"help.text" +msgid "The following objects return <literal>True</literal>:" +msgstr "" + +#. CBoWs +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id471575892220352\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">OLE objects or </caseinline></switchinline>UNO objects" +msgstr "" + +#. mBGyY +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id451575892264518\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/classmodule.xhp\" name=\"Class module\">Class module</link> object instances" +msgstr "" + +#. DgPrD +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id851575882379006\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Extended types\">Extended types</link> or <link href=\"text/sbasic/shared/enum.xhp\" name=\"enumerations\">enumerations</link>" +msgstr "" + +#. TFDZQ +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id131575882378422\n" +"help.text" +msgid "Routines or variables when defined as Object." +msgstr "" + +#. oqtFf +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id511575889156356\n" +"help.text" +msgid "%PRODUCTNAME Basic modules" +msgstr "" + +#. MCx37 +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id441575886284392\n" +"help.text" +msgid "Data structures return <literal>True</literal> even when empty. Object defined variables return <literal>True</literal> even if uninitialized." +msgstr "" + +#. yHDkt +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id191575887649871\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"Enum statement\">Enum statement</link>" +msgstr "" + +#. Dg4st +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id51575897210153\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type statement\">Type statement</link>" +msgstr "" + +#. WEgzG +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id811575887627196\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using variables\">Using variables</link>" +msgstr "" #. dj7fW #: 03102900.xhp @@ -40084,23 +40309,23 @@ msgctxt "" msgid "Statement <literal>Option VBAsupport 1</literal> sets <literal>Option Compatible</literal> statement automatically." msgstr "" -#. z8D8s +#. j8iHM #: compatible.xhp msgctxt "" "compatible.xhp\n" -"N0129\n" +"N0131\n" "help.text" -msgid "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for <literal>Option Compatible</literal> simple examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode." -msgstr "Unter <link href=\"text/sbasic/python/python_platform.xhp\">Betriebssystem identifizieren</link> und <link href=\"text/sbasic/python/python_session.xhp\">Sitzungsinformationen abrufen</link> finden Sie einfache Beispiele für <literal>Option Compatible</literal> oder unter <link href=\"text/sbasic/guide/access2base.xhp\">Gemeinsam genutzte Access2Base-Basisbibliothek</link> weitere Klassenbeispiele für die Verwendung von <literal>Option Compatible</literal> für den Compiler-Modus." +msgid "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function." +msgstr "Bereichsänderung für Variablen in <link href=\"text/sbasic/shared/01020300.xhp\">Verwenden von Prozeduren und Funktionen</link> mit der Funktion <literal>CompatibilityMode()</literal>." -#. j8iHM +#. 2hkYG #: compatible.xhp msgctxt "" "compatible.xhp\n" -"N0131\n" +"N0129\n" "help.text" -msgid "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function." -msgstr "Bereichsänderung für Variablen in <link href=\"text/sbasic/shared/01020300.xhp\">Verwenden von Prozeduren und Funktionen</link> mit der Funktion <literal>CompatibilityMode()</literal>." +msgid "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for class module examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode." +msgstr "" #. 7pf8S #: enum.xhp @@ -40183,6 +40408,15 @@ msgctxt "" msgid "Display WindowManager grouped constant values:" msgstr "Gruppierte Konstantenwerte von WindowManager anzeigen:" +#. HBPCv +#: enum.xhp +msgctxt "" +"enum.xhp\n" +"par_id731573636687662\n" +"help.text" +msgid "Enumerations can be extended to other data types using <link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type statement\">Type statement</link> definitions. <link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Calling Python Scripts from Basic\">Calling Python Scripts from Basic</link> illustrates that mechanism." +msgstr "" + #. N48Xe #: enum.xhp msgctxt "" diff --git a/source/de/helpcontent2/source/text/sbasic/shared/02.po b/source/de/helpcontent2/source/text/sbasic/shared/02.po index 026a464538c..0ef3592164d 100644 --- a/source/de/helpcontent2/source/text/sbasic/shared/02.po +++ b/source/de/helpcontent2/source/text/sbasic/shared/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-04-08 14:23+0200\n" +"POT-Creation-Date: 2019-12-17 14:17+0100\n" "PO-Revision-Date: 2019-08-10 03:14+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565406858.000000\n" +#. 6Kkin #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Library" msgstr "Bibliothek" +#. uR2gG #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Library\">Library</link>" msgstr "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Bibliothek\">Bibliothek</link>" +#. MCJF5 #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:LibSelector\" visibility=\"visible\">Select the library that you want to edit.</ahelp> The first module of the library that you select is displayed in the Basic IDE." msgstr "<ahelp hid=\".uno:LibSelector\" visibility=\"visible\">Mit diesem Listenfeld können Sie in das erste Modul einer Bibliothek wechseln.</ahelp> Wählen Sie aus dem Listenfeld die zu bearbeitende Bibliothek aus. Anschließend wird deren erstes Modul in der Basic-IDE angezeigt." +#. hYM32 #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<image src=\"media/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">List box Library</alt></image>" msgstr "<image src=\"media/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">Listenfeld-Bibliothek</alt></image>" +#. 2WAR4 #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Library List Box" msgstr "Listenfeld Bibliothek" +#. QZQhW #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Compile" msgstr "Übersetzen" +#. sG7ET #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Compile\">Compile</link>" msgstr "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Übersetzen\">Übersetzen</link>" +#. FkJqv #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -80,14 +88,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:CompileBasic\" visibility=\"visible\">Compiles the Basic macro.</ahelp> You need to compile a macro after you make changes to it, or if the macro uses single or procedure steps." msgstr "<ahelp hid=\".uno:CompileBasic\" visibility=\"visible\">Durch Anklicken dieses Symbols wird das Basic-Makro neu übersetzt.</ahelp> Dies ist nach Änderungen im Makro erforderlich und dann manuell sinnvoll, wenn Sie Einzel- oder Prozedurschritte einsetzen." +#. LLoQJ #: 11020000.xhp msgctxt "" "11020000.xhp\n" "par_id3156426\n" "help.text" -msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147576\">Icon Compile</alt></image>" +msgstr "" +#. 3Z8WW #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Compile" msgstr "Übersetzen" +#. GjyfZ #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Run" msgstr "Ausführen" +#. n3bkD #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">Run</link>" msgstr "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Ausführen\">Ausführen</link>" +#. Vi9DY #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:RunBasic\">Runs the first macro of the current module.</ahelp>" msgstr "<ahelp hid=\".uno:RunBasic\">Das erste Makro des aktiven Moduls wird gestartet.</ahelp>" +#. s2xuG #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">Icon</alt></image>" msgstr "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">Symbol</alt></image>" +#. xkBpt #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "Run" msgstr "Ausführen" +#. vbsDe #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Stop" msgstr "Anhalten" +#. L7Mnk #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<bookmark_value>macros; stopping</bookmark_value><bookmark_value>program stops</bookmark_value><bookmark_value>stopping macros</bookmark_value>" msgstr "<bookmark_value>Makros; anhalten</bookmark_value><bookmark_value>Programmunterbrechungen</bookmark_value><bookmark_value>Anhalten von Makros</bookmark_value>" +#. ZV5Z3 #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11040000.xhp\" name=\"Stop\">Stop</link>" msgstr "<link href=\"text/sbasic/shared/02/11040000.xhp\" name=\"Anhalten\">Anhalten</link>" +#. XevvQ #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStop\">Stops running the current macro.</ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline> You can also press Shift+Ctrl+Q.</defaultinline></switchinline>" msgstr "<ahelp hid=\".uno:BasicStop\">Unterbricht den Lauf des aktuellen Makros. </ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>Sie können auch die Tastenkombination Strg+Umschalt+Q verwenden.</defaultinline></switchinline>" +#. K8AjD #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<image id=\"img_id3148538\" src=\"cmd/sc_basicstop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148538\">Icon</alt></image>" msgstr "<image id=\"img_id3148538\" src=\"cmd/sc_basicstop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148538\">Symbol</alt></image>" +#. g3Rn2 #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Stop" msgstr "Anhalten" +#. AdkXx #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Single Step" msgstr "Einzelschritt" +#. HrJ7h #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link>" msgstr "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Einzelschritt\">Einzelschritt</link>" +#. 5NkKq #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStepInto\">Runs the macro and stops it after the next command.</ahelp>" msgstr "<ahelp hid=\".uno:BasicStepInto\">Hiermit führen Sie das Makro aus und stoppen es nach dem nächsten Befehl.</ahelp>" +#. nCFSZ #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors." msgstr "Diesen Befehl können Sie zusammen mit dem Befehl <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Beobachter\">Beobachter</link> zur Fehlerbehebung verwenden." +#. SD8E7 #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Icon</alt></image>" msgstr "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Symbol</alt></image>" +#. ESgvs #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "Single Step" msgstr "Einzelschritt" +#. NZffL #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step function\">Procedure Step function</link>" msgstr "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Prozedurschritt-Funktion\">Prozedurschritt-Funktion</link>" +#. JceSB #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "Procedure Step" msgstr "Prozedurschritt" +#. GCdz2 #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">Procedure Step</link>" msgstr "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Prozedurschritt\">Prozedurschritt</link>" +#. narAD #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStepOver\">Runs the macro and stops it after the next procedure.</ahelp>" msgstr "<ahelp hid=\".uno:BasicStepOver\">Hiermit führen Sie das Makro aus und stoppen es nach der nächsten Prozedur.</ahelp>" +#. Re5BC #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors." msgstr "Diesen Befehl können Sie zusammen mit dem Befehl <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Beobachter\">Beobachter</link> zur Fehlerbehebung verwenden." +#. 8z956 #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>" msgstr "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Symbol</alt></image>" +#. 8cnSk #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Procedure Step" msgstr "Prozedurschritt" +#. dy7AF #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step function\">Single Step function</link>" msgstr "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Einzelschritt-Funktion\">Einzelschritt-Funktion</link>" +#. mK2Ph #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Breakpoint" msgstr "Haltepunkt" +#. dSrmB #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Breakpoint\">Breakpoint</link>" msgstr "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Haltepunkt\">Haltepunkt</link>" +#. iTCUE #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ToggleBreakPoint\">Inserts a breakpoint in the program line.</ahelp>" msgstr "<ahelp hid=\".uno:ToggleBreakPoint\">Durch Anklicken dieses Symbols wird in der Programmzeile ein Haltepunkt gesetzt.</ahelp>" +#. 2S8i7 #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "The breakpoint is inserted at the cursor position. Use a breakpoint to interrupt a program just before an error occurs. You can then troubleshoot the program by running it in <link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link> mode until the error occurs. You can also use the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> icon to check the content of the relevant variables." msgstr "Dieser wird an der aktuellen Cursorposition eingefügt. Mit Hilfe von Haltepunkten können Sie beispielsweise ein Programm kurz vor dem Auftreten eines Fehlers unterbrechen, um es dann im <link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Einzelschritt\">Einzelschritt</link>-Modus zeilenweise bis zum Auftreten des Fehlers auszuführen. Mit Hilfe des Symbols <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Beobachter\">Beobachter</link> können Sie dann auch den Inhalt relevanter Variablen überprüfen." +#. srCR5 #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Icon</alt></image>" msgstr "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Symbol</alt></image>" +#. GZkfR #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Breakpoint" msgstr "Haltepunkt" +#. Xnu9h #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Enable Watch" msgstr "Beobachter anzeigen" +#. 4X56s #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">Enable Watch</link>" msgstr "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Beobachter anzeigen\">Beobachter anzeigen</link>" +#. TRivb #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:AddWatch\">Click this icon to view the variables in a macro. The contents of the variable are displayed in a separate window.</ahelp>" msgstr "<ahelp hid=\".uno:AddWatch\">Klicken Sie auf dieses Symbol, um die Variablen in einem Makro anzuzeigen. Der Inhalt der Variablen wird in einem separaten Fenster angezeigt.</ahelp>" +#. JteXo #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Click the name of a variable to select it, then click the <emph>Enable Watch</emph> icon. The value that is assigned to the variable is displayed next to its name. This value is constantly updated." msgstr "Klicken Sie auf den Namen einer Variablen, um diese auszuwählen, und klicken Sie dann auf das Symbol <emph>Beobachter anzeigen</emph>. Der dieser Variablen zugewiesene Wert wird neben deren Namen angezeigt. Dieser Wert wird ständig aktualisiert." +#. XDGmF #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Icon</alt></image>" msgstr "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Symbol</alt></image>" +#. LEifr #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Enable Watch" msgstr "Beobachter anzeigen" +#. CLAjp #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "To remove the variable watch, select the variable in the Watch window, and then click on the <emph>Remove Watch</emph> icon." msgstr "Um den Variablenbeobachter zu entfernen, wählen Sie die Variable im Beobachterfenster aus und klicken auf das Symbol <emph>Beobachter entfernen</emph>." +#. kfzBw #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Object Catalog" msgstr "Objektkatalog" +#. EKx2C #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Object Catalog\">Object Catalog</link>" msgstr "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Objektkatalog\">Objektkatalog</link>" +#. bHCXS #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ObjectCatalog\">Opens the <emph>Objects</emph> pane, where you can view Basic objects.</ahelp>" msgstr "<ahelp hid=\".uno:ObjectCatalog\">Hiermit rufen Sie den Bereich <emph>Objekte</emph> auf, in dem Sie Basic-Objekte anzeigen können.</ahelp>" +#. AVf2T #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "Double click the name of a function or sub to load the module that contains that function or sub, and to position the cursor. Double click the name of a module or dialog to load and display that module or dialog." msgstr "Doppelklicken Sie auf den Namen einer Funktion oder Subfunktion, um das Modul, das diese Funktion oder Subfunktion enthält, zu laden und den Cursor in die gewünschte Position zu bringen. Doppelklicken Sie auf den Namen eines Moduls oder Dialogs, um das Modul oder den Dialog zu laden und anzuzeigen." +#. yNVBJ #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Icon</alt></image>" msgstr "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Symbol</alt></image>" +#. EtHDn #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Object Catalog" msgstr "Objektkatalog" +#. ATDaF #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Window Area" msgstr "Fensterbereich" +#. 452ze #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">Displays a hierarchical view of the current $[officename] macro libraries, modules, and dialogs. To display the contents of an item in the window, double click its name.</ahelp>" msgstr "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">Hier wird eine hierarchische Ansicht der aktuellen Makrobibliotheken, Module und Dialoge in $[officename] angezeigt. Um den Inhalt eines Objekts im Fenster anzuzeigen, doppelklicken Sie auf dessen Namen.</ahelp>" +#. gMG3o #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Macros" msgstr "Makros" +#. FLE8S #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Macros\">Macros</link>" msgstr "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Makros\">Makros</link>" +#. 5C9pN #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -488,14 +547,16 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Mit diesem Symbol öffnen Sie den Dialog <emph>Makro</emph>.</ahelp>" +#. ST6ud #: 11100000.xhp msgctxt "" "11100000.xhp\n" "par_id3148538\n" "help.text" -msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153662\">Icon Macros</alt></image>" +msgstr "" +#. ZW2jE #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Macros" msgstr "Makros" +#. AzKnt #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "Modules" msgstr "Module" +#. z4nD8 #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Modules\">Modules</link>" msgstr "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Module\">Module</link>" +#. dGdth #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -528,14 +592,16 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\">Click here to open the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\">Mit diesem Symbol öffnen Sie den Dialog <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Makros verwalten\"><emph>Makros verwalten</emph></link>.</ahelp>" +#. 2pTWM #: 11110000.xhp msgctxt "" "11110000.xhp\n" "par_id3157958\n" "help.text" -msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155535\">Icon Modules</alt></image>" +msgstr "" +#. DikyS #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "Modules" msgstr "Module" +#. D3G7x #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "Find Parentheses" msgstr "Klammer suchen" +#. awTDX #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Find Parentheses\">Find Parentheses</link>" msgstr "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Klammer suchen\">Klammer suchen</link>" +#. Kkd6M #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -568,14 +637,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:MatchGroup\" visibility=\"visible\">Highlights the text that is enclosed by two corresponding brackets. Place the text cursor in front of an opening or closing bracket, and then click this icon.</ahelp>" msgstr "<ahelp hid=\".uno:MatchGroup\" visibility=\"visible\">Hebt den Text hervor, der zwischen zwei zusammengehörigen Klammern steht. Setzen Sie den Textcursor vor eine öffnende oder schließende Klammer und klicken Sie dann auf dieses Symbol.</ahelp>" +#. jPbz5 #: 11120000.xhp msgctxt "" "11120000.xhp\n" "par_id3149182\n" "help.text" -msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155892\">Icon Find Parentheses</alt></image>" +msgstr "" +#. Y8mTx #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "Find Parentheses" msgstr "Klammer suchen" +#. c5Phf #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "Insert Source Text" msgstr "Quelltext einfügen" +#. FBDRn #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Insert Source Text\">Insert Source Text</link>" msgstr "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Quelltext einfügen\">Quelltext einfügen</link>" +#. JscV7 #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:LoadBasic\">Opens the Basic source text in the Basic IDE window.</ahelp>" msgstr "<ahelp hid=\".uno:LoadBasic\">Lädt den Basic-Quelltext in das Basic-IDE-Fenster.</ahelp>" +#. vDwRJ #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Place the cursor in the code where you want to insert the source text, and then click the <emph>Insert source text</emph> icon. Locate the file that contains the Basic source text that you want to insert, and then click <emph>Open</emph>." msgstr "Setzen Sie den Cursor an die Stelle im Code, an der der Quelltext eingefügt werden soll. Klicken Sie auf das Symbol <emph>Quelltext einfügen</emph> und wählen Sie im jetzt gezeigten Dateiauswahldialog eine Datei, die Basic-Quelltext enthält. Bestätigen Sie den Dateiauswahldialog mit einem Klick auf <emph>Öffnen</emph>. Der Quelltext wird in die Basic-IDE eingefügt." +#. 9CHh2 #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Icon</alt></image>" msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Symbol</alt></image>" +#. WqWiH #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Insert source text" msgstr "Quelltext einfügen" +#. FtAKL #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Save Source As" msgstr "Quelltext speichern unter" +#. QL8Bk #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Save Source As\">Save Source As</link>" msgstr "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Quelltext speichern unter\">Quelltext speichern unter</link>" +#. C4hju #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:SaveBasicAs\">Saves the source code of the selected Basic macro.</ahelp>" msgstr "<ahelp hid=\".uno:SaveBasicAs\">Speichert den Quelltext des ausgewählten Basic-Makros.</ahelp>" +#. MVAHT #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Icon</alt></image>" msgstr "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Symbol</alt></image>" +#. tHk8j #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "Save Source As" msgstr "Quelltext speichern unter" +#. GG5kY #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "Step Out" msgstr "Rücksprung" +#. KeqCM #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Step Out\">Step Out</link>" msgstr "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Rücksprung\">Rücksprung</link>" +#. 4rNBj #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -696,14 +781,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">Jumps back to the previous routine in the current macro.</ahelp>" msgstr "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">Springt zur vorhergehenden Routine im aktuellen Makro zurück.</ahelp>" +#. V7PQF #: 11160000.xhp msgctxt "" "11160000.xhp\n" "par_id3156410\n" "help.text" -msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159233\">Icon Step Out</alt></image>" +msgstr "" +#. aLy3R #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Step Out" msgstr "Rücksprung" +#. p2AD7 #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Manage Breakpoints" msgstr "Haltepunkte verwalten" +#. 9xPeD #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>" msgstr "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Haltepunkte verwalten\">Haltepunkte verwalten</link>" +#. XqJ6C #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Calls a dialog to manage breakpoints.</ahelp>" msgstr "<ahelp hid=\".\">Hier rufen Sie einen Dialog zur Verwaltung der Haltepunkte auf.</ahelp>" +#. EJzPX #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>" msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Symbol</alt></image>" +#. drqjA #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Manage Breakpoints" msgstr "Haltepunkte verwalten" +#. VEXGo #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints dialog\"><emph>Manage Breakpoints</emph> dialog</link>" msgstr "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Haltepunkte verwalten (Dialog)\"><emph>Haltepunkte verwalten</emph> (Dialog)</link>" +#. sBFuo #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Import Dialog" msgstr "Import Dialog" +#. DpFcB #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11180000.xhp\" name=\"Import Dialog\">Import Dialog</link>" msgstr "<link href=\"text/sbasic/shared/02/11180000.xhp\" name=\"Dialog importieren\">Dialog importieren</link>" +#. XBChu #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Calls an \"Open\" dialog to import a BASIC dialog file.</ahelp>" msgstr "<ahelp hid=\".\">Öffnet ein Fenster, um eine BASIC-Dialog-Datei zu importieren.</ahelp>" +#. FbBoM #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "If the imported dialog has a name that already exists in the library, you see a message box where you can decide to rename the imported dialog. In this case the dialog will be renamed to the next free \"automatic\" name like when creating a new dialog. Or you can replace the existing dialog by the imported dialog. If you click Cancel the dialog is not imported." msgstr "Wenn der zu importierende Dialog den gleichen Namen hat, wie ein bestehender in der Bibliothek, wird ein Fenster angezeigt, in dem Sie den zu importierenden Dialog umbenennen können. In diesem Fall erhält er den nächsten freien Namen, wie beim Erstellen eines neuen Dialogs. Sie können auch den bestehenden Dialog mit dem zu importierenden überschreiben. Klicken Sie auf Abbrechen, um den Dialog nicht zu importieren." +#. n6QpJ #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Dialogs can contain localization data. When importing a dialog, a mismatch of the dialogs' localization status can occur." msgstr "Dialoge können Informationen zur Lokalisierung enthalten. Beim Import eines Dialogs kann es vorkommen, dass der Lokalisierungsstatus falsch zugewiesen wird." +#. DecXa #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "If the library contains additional languages compared to the imported dialog, or if the imported dialog is not localized at all, then the additional languages will silently be added to the imported dialog using the strings of the dialog's default locale." msgstr "Wenn die Bibliothek zusätzliche Sprachen enthält, außer der des zu importierenden Dialogs, oder der Dialog überhaupt nicht lokalisiert ist, werden diese zusätzlichen Sprachen zu dem Dialog automatisch hinzugefügt. Dabei werden die Texte der Standardsprache verwendet." +#. mGc9E #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "If the imported dialog contains additional languages compared to the library, or if the library is not localized at all, then you see a message box with Add, Omit, and Cancel buttons." msgstr "Wenn der zu importierende Dialog zusätzliche Sprachen zu denen der Bibliothek enthält, oder die Bibliothek überhaupt lokalisiert ist, erscheint ein Fenster mit den Schaltflächen Hinzufügen, Auslassen und Abbrechen." +#. XrhtD #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "Add: The additional languages from the imported dialog will be added to the already existing dialog. The resources from the library's default language will be used for the new languages. This is the same as if you add these languages manually." msgstr "Hinzufügen: Die zusätzlichen Sprachen des zu importierenden Dialogs werden zu dem existierenden Dialog hinzugefügt. Für die neuen Sprachen werden die Ressourcen der Standardsprache der Bibliothek verwendet. Dies geschieht so, als würden Sie die Sprachen manuell hinzufügen." +#. GzYU9 #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "Omit: The library's language settings will stay unchanged. The imported dialog's resources for the omitted languages are not copied into the library, but they remain in the imported dialog's source files." msgstr "Auslassen: Die Spracheinstellungen der Bibliothek bleiben unverändert. Die Quellen der Sprache werden nicht in die Bibliothek kopiert. Sie bleiben jedoch in den Quelldateien des importierten Dialogs." +#. CYDb7 #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>" msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Symbol</alt></image>" +#. jhUym #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Import Dialog" msgstr "Import Dialog" +#. csTtJ #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "Export Dialog" msgstr "Dialog Exportieren" +#. ZwGyC #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Export Dialog</link>" msgstr "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Dialog exportieren</link>" +#. aVo7E #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "<ahelp hid=\".\">In the dialog editor, this command calls a \"Save as\" dialog to export the current BASIC dialog.</ahelp>" msgstr "<ahelp hid=\".\">Im Dialog-Editor ruft dieser Befehl den Dialog \"Speichern unter...\" auf, um den aktuellen BASIC-Dialog zu exportieren.</ahelp>" +#. 7DnCe #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" msgid "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>" msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Symbol</alt></image>" +#. hESPm #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "Export Dialog" msgstr "Dialog Exportieren" +#. d2nFH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "Insert Controls" msgstr "Steuerelemente einfügen" +#. F2psp #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "<bookmark_value>controls; in dialog editor</bookmark_value><bookmark_value>push button control in dialog editor</bookmark_value><bookmark_value>icon control</bookmark_value><bookmark_value>buttons; controls</bookmark_value><bookmark_value>image control</bookmark_value><bookmark_value>check box control</bookmark_value><bookmark_value>radio button control</bookmark_value><bookmark_value>option button control</bookmark_value><bookmark_value>fixed text control</bookmark_value><bookmark_value>label field control</bookmark_value><bookmark_value>editing; controls</bookmark_value><bookmark_value>text boxes; controls</bookmark_value><bookmark_value>list boxes; controls</bookmark_value><bookmark_value>combo box control</bookmark_value><bookmark_value>scroll bar control</bookmark_value><bookmark_value>horizontal scrollbar control</bookmark_value><bookmark_value>vertical scrollbar control</bookmark_value><bookmark_value>group box control</bookmark_value><bookmark_value>progress bar control</bookmark_value><bookmark_value>fixed line control</bookmark_value><bookmark_value>horizontal line control</bookmark_value><bookmark_value>line control</bookmark_value><bookmark_value>vertical line control</bookmark_value><bookmark_value>date field control</bookmark_value><bookmark_value>time field control</bookmark_value><bookmark_value>numerical field control</bookmark_value><bookmark_value>currency field control</bookmark_value><bookmark_value>formatted field control</bookmark_value><bookmark_value>pattern field control</bookmark_value><bookmark_value>masked field control</bookmark_value><bookmark_value>file selection control</bookmark_value><bookmark_value>selection options for controls</bookmark_value><bookmark_value>test mode control</bookmark_value>" msgstr "<bookmark_value>Steuerelemente; im Dialog-Editor</bookmark_value><bookmark_value>Schaltflächen (Steuerelement) im Dialog-Editor</bookmark_value><bookmark_value>Symbol (Steuerelement)</bookmark_value><bookmark_value>Schaltflächen; Steuerelemente</bookmark_value><bookmark_value>Grafisches Steuerelement</bookmark_value><bookmark_value>Markierfeld (Steuerelement)</bookmark_value><bookmark_value>Optionsfeld (Steuerelement)</bookmark_value><bookmark_value>Optionsfeld (Steuerelement)</bookmark_value><bookmark_value>Fester Text (Steuerelement)</bookmark_value><bookmark_value>Beschriftungsfeld (Steuerelement)</bookmark_value><bookmark_value>Bearbeiten; Steuerelemente</bookmark_value><bookmark_value>Textfelder; Steuerelemente</bookmark_value><bookmark_value>Listenfelder; Steuerelemente</bookmark_value><bookmark_value>Kombinationsfeld (Steuerelement)</bookmark_value><bookmark_value>Bildlaufleisten (Steuerelement)</bookmark_value><bookmark_value>Horizontale Bildlaufleiste (Steuerelement)</bookmark_value><bookmark_value>Vertikale Bildlaufleiste (Steuerelement)</bookmark_value><bookmark_value>Gruppenfeld (Steuerelement)</bookmark_value><bookmark_value>Fortschrittsbalken (Steuerelement)</bookmark_value><bookmark_value>Feste Linien (Steuerelement)</bookmark_value><bookmark_value>Horizontale Linie (Steuerelement)</bookmark_value><bookmark_value>Linie (Steuerelement)</bookmark_value><bookmark_value>Vertikale Linie (Steuerelement)</bookmark_value><bookmark_value>Datumsfeld (Steuerelement)</bookmark_value><bookmark_value>Uhrzeitfeld (Steuerelement)</bookmark_value><bookmark_value>Numerisches Feld (Steuerelement)</bookmark_value><bookmark_value>Währungsfeld (Steuerelement)</bookmark_value><bookmark_value>Formatiertes Feld (Steuerelement)</bookmark_value><bookmark_value>Musterfeld (Steuerelement)</bookmark_value><bookmark_value>Maskiertes Feld (Steuerelement)</bookmark_value><bookmark_value>Dateiauswahl (Steuerelement)</bookmark_value><bookmark_value>Auswahloptionen für Steuerelemente</bookmark_value><bookmark_value>Testmodus (Steuerelement)</bookmark_value>" +#. YL3Za #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/20000000.xhp\" name=\"Insert Controls\">Insert Controls</link>" msgstr "<link href=\"text/sbasic/shared/02/20000000.xhp\" name=\"Steuerelemente einfügen\">Steuerelemente einfügen</link>" +#. jnfj9 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>" msgstr "<ahelp hid=\".uno:ChooseControls\">Öffnet die Symbolleiste <emph>Steuerelemente</emph>.</ahelp>" +#. cJADH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>" msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Symbol</alt></image>" +#. DCFsK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "Insert Controls" msgstr "Steuerelemente einfügen" +#. BjneK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "In edit mode, double-click a control to open the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties dialog\">properties dialog</link>." msgstr "Doppelklicken Sie im Bearbeitungsmodus auf ein Steuerelement, um den Dialog <link href=\"text/sbasic/shared/01170100.xhp\" name=\"Eigenschaften\">Eigenschaften</link> zu öffnen." +#. eo4TR #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "In edit mode, you can also right-click a control and choose the cut, copy, and paste command." msgstr "Im Bearbeitungsmodus können Sie auch mit rechts auf ein Steuerelement klicken und dann die Befehle \"Ausschneiden\", \"Kopieren\" und \"Einfügen\" wählen." +#. s9tA6 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "Button" msgstr "Schaltfläche" +#. ApFSn #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>" msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Symbol</alt></image>" +#. pGofA #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertPushbutton\">Adds a command button.</ahelp> You can use a command button to execute a command for a defined event, such as a mouse click." msgstr "<ahelp hid=\".uno:InsertPushbutton\">Fügt eine Befehlsschaltfläche ein.</ahelp> Mit einer Befehlsschaltfläche können Sie beim Eintritt eines bestimmten Ereignisses, beispielsweise bei einem Mausklick, einen Befehl ausführen." +#. GZHQC #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "If you want, you can add text or a graphic to the button." msgstr "Falls gewünscht können Sie die Schaltfläche mit Text oder einer Grafik versehen." +#. EFgyZ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "Image Control" msgstr "Grafisches Steuerelement" +#. iwZZH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1000,6 +1123,7 @@ msgctxt "" msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>" msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Symbol</alt></image>" +#. VFc83 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1008,6 +1132,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertImageControl\">Adds a control that displays a graphic.</ahelp>" msgstr "<ahelp hid=\".uno:InsertImageControl\">Fügt ein Steuerelement ein, das eine Grafik anzeigt.</ahelp>" +#. bYtDg #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1016,6 +1141,7 @@ msgctxt "" msgid "Check Box" msgstr "Markierfeld" +#. jLYsw #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1024,6 +1150,7 @@ msgctxt "" msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>" msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Symbol</alt></image>" +#. QWB7B #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1032,6 +1159,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:Checkbox\">Adds a check box that you can use to turn a function on or off.</ahelp>" msgstr "<ahelp hid=\".uno:Checkbox\">Fügt ein Markierfeld ein, mit dem Sie beispielsweise eine Funktion ein- und ausschalten können.</ahelp>" +#. gG6kh #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1040,6 +1168,7 @@ msgctxt "" msgid "Option Button" msgstr "Optionsfeld" +#. 4PEup #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1048,6 +1177,7 @@ msgctxt "" msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>" msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Symbol</alt></image>" +#. FWkY8 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1056,6 +1186,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:Radiobutton\">Adds a button that allows a user to select from a number of options.</ahelp> Grouped option buttons must have consecutive tab indices. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab index between the tab indices of the two groups on the group frame." msgstr "<ahelp hid=\".uno:Radiobutton\">Fügt eine Schaltfläche ein, mit der ein Benutzer aus mehreren Optionen eine auswählen kann.</ahelp> Gruppierte Optionsfelder müssen aufeinander folgende Tabindizes haben. Sie werden im Allgemeinen durch einen Gruppierungsrahmen umschlossen. Wenn Sie zwei Optionsfeldgruppen haben, müssen Sie auf dem Gruppierungsrahmen einen Tabindex zwischen den Tabindizes der zwei Gruppen einfügen." +#. DaRgN #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1064,6 +1195,7 @@ msgctxt "" msgid "Label Field" msgstr "Beschriftungsfeld" +#. LwW4F #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1072,6 +1204,7 @@ msgctxt "" msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>" msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Symbol</alt></image>" +#. XA4Aw #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1080,6 +1213,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertFixedText\">Adds a field for displaying text labels.</ahelp> These labels are only for displaying predefined text, and not for entering text." msgstr "<ahelp hid=\".uno:InsertFixedText\">Fügt ein Feld zur Anzeige von Textbeschriftungen ein.</ahelp> Diese Beschriftungen werden nur für die Anzeige von vorgegebenem Text, nicht jedoch zur Texteingabe verwendet." +#. BupCK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1088,6 +1222,7 @@ msgctxt "" msgid "Text Box" msgstr "Textfeld" +#. dfUPJ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1096,6 +1231,7 @@ msgctxt "" msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>" msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Symbol</alt></image>" +#. ruGZ2 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1104,6 +1240,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertEdit\">Adds an input box where you can enter and edit text.</ahelp>" msgstr "<ahelp hid=\".uno:InsertEdit\">Fügt ein Eingabefeld ein, in dem Sie Text eingeben und bearbeiten können.</ahelp>" +#. zPAk2 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1112,6 +1249,7 @@ msgctxt "" msgid "List Box" msgstr "Listenfeld" +#. w5Mw5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1120,6 +1258,7 @@ msgctxt "" msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>" msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Symbol</alt></image>" +#. CZ7M5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1128,6 +1267,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertListbox\">Adds a box where you can click an entry on a list.</ahelp>" msgstr "<ahelp hid=\".uno:InsertListbox\">Fügt ein Feld ein, in dem Sie einen Eintrag aus einer Liste anklicken können.</ahelp>" +#. Beb2k #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1136,6 +1276,7 @@ msgctxt "" msgid "Combo Box" msgstr "Kombinationsfeld" +#. QsBiA #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1144,6 +1285,7 @@ msgctxt "" msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>" msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Symbol</alt></image>" +#. Vdn74 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1152,6 +1294,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:Combobox\">Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list.</ahelp> If you want, you can make the entries in the combo box \"read only\"." msgstr "<ahelp hid=\".uno:Combobox\">Fügt ein Kombinationsfeld ein. Ein Kombinationsfeld ist ein einzeiliges Listenfeld, auf das der Benutzer klicken und dann einen Eintrag aus der Liste auswählen kann.</ahelp> Falls gewünscht, können Sie die Einträge im Kombinationsfeld als \"Nur Lesen\" definieren." +#. Q7efB #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1160,6 +1303,7 @@ msgctxt "" msgid "Horizontal Scrollbar" msgstr "Horizontale Bildlaufleiste" +#. vjpAs #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1168,6 +1312,7 @@ msgctxt "" msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>" msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Symbol</alt></image>" +#. Vbp2o #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1176,6 +1321,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:HScrollbar\">Adds a horizontal scrollbar to the dialog.</ahelp>" msgstr "<ahelp hid=\".uno:HScrollbar\">Fügt eine horizontale Bildlaufleiste in den Dialog ein.</ahelp>" +#. ECtLc #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1184,6 +1330,7 @@ msgctxt "" msgid "Vertical Scrollbar" msgstr "Vertikale Bildlaufleiste" +#. dXpxZ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1192,6 +1339,7 @@ msgctxt "" msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>" msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Symbol</alt></image>" +#. NmKDo #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1200,6 +1348,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:VScrollbar\">Adds a vertical scrollbar to the dialog.</ahelp>" msgstr "<ahelp hid=\".uno:VScrollbar\">Fügt eine vertikale Bildlaufleiste in den Dialog ein.</ahelp>" +#. JmAgh #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1208,6 +1357,7 @@ msgctxt "" msgid "Group Box" msgstr "Gruppierungsrahmen" +#. GZiCH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1216,6 +1366,7 @@ msgctxt "" msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>" msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Symbol</alt></image>" +#. aMgsB #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1224,6 +1375,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:Groupbox\">Adds a frame that you can use to visually group similar controls, such as option buttons.</ahelp>" msgstr "<ahelp hid=\".uno:Groupbox\">Fügt einen Rahmen ein, mit dem Sie ähnliche Steuerelemente, beispielsweise Optionsfelder, visuell gruppieren können.</ahelp>" +#. CQpDj #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1232,6 +1384,7 @@ msgctxt "" msgid "To define two different groups of option buttons, ensure that the tab index of the group frame is between the tab indices of the two groups." msgstr "Um zwei verschiedene Optionsfeldgruppen zu definieren, stellen Sie sicher, dass der Tabindex des Gruppierungsrahmens zwischen den Tabindizes der beiden Gruppen liegt." +#. qusDD #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1240,6 +1393,7 @@ msgctxt "" msgid "Progress Bar" msgstr "Fortschrittsbalken" +#. 3WCpk #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1248,6 +1402,7 @@ msgctxt "" msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>" msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Symbol</alt></image>" +#. AUUic #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1256,6 +1411,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ProgressBar\">Adds a progress bar to the dialog.</ahelp>" msgstr "<ahelp hid=\".uno:ProgressBar\">Fügt einen Fortschrittsbalken in den Dialog ein.</ahelp>" +#. 2xdUf #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1264,6 +1420,7 @@ msgctxt "" msgid "Horizontal Line" msgstr "Horizontale Linie" +#. SdtNG #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1272,6 +1429,7 @@ msgctxt "" msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>" msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Symbol</alt></image>" +#. rVrjy #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1280,6 +1438,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:HFixedLine\">Adds a horizontal line to the dialog.</ahelp>" msgstr "<ahelp hid=\".uno:HFixedLine\">Fügt eine horizontale Linie in den Dialog ein.</ahelp>" +#. UcBeW #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1288,6 +1447,7 @@ msgctxt "" msgid "Vertical Line" msgstr "Vertikale Linie" +#. qbWE3 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1296,6 +1456,7 @@ msgctxt "" msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>" msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Symbol</alt></image>" +#. aQQuM #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1304,6 +1465,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:VFixedLine\">Adds a vertical line to the dialog.</ahelp>" msgstr "<ahelp hid=\".uno:VFixedLine\">Fügt eine vertikale Linie in den Dialog ein.</ahelp>" +#. FxkjD #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1312,6 +1474,7 @@ msgctxt "" msgid "Date Field" msgstr "Datumsfeld" +#. LfULF #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1320,6 +1483,7 @@ msgctxt "" msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>" msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Symbol</alt></image>" +#. VU2nc #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1328,6 +1492,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:AddDateField\">Adds a date field.</ahelp>" msgstr "<ahelp hid=\".uno:AddDateField\">Fügt ein Datumsfeld ein.</ahelp>" +#. DBqW6 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1336,6 +1501,7 @@ msgctxt "" msgid "If you assign the \"dropdown\" property to the date field, a user can drop down a calendar to select a date." msgstr "Wenn Sie einem Datumsfeld die Eigenschaft \"Aufklappbar\" zuweisen, kann der Benutzer einen Kalender aufklappen, um daraus ein Datum auszuwählen." +#. Mofqo #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1344,6 +1510,7 @@ msgctxt "" msgid "Time Field" msgstr "Zeitfeld" +#. iuUUy #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1352,6 +1519,7 @@ msgctxt "" msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>" msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Symbol</alt></image>" +#. 6fSyF #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1360,6 +1528,7 @@ msgctxt "" msgid "<ahelp hid=\"SID_INSERT_TIMEFIELD\">Adds a time field.</ahelp>" msgstr "<ahelp hid=\"SID_INSERT_TIMEFIELD\">Fügt ein Zeitfeld ein.</ahelp>" +#. 6vzHV #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1368,6 +1537,7 @@ msgctxt "" msgid "Numeric Field" msgstr "Numerisches Feld" +#. EvwcB #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1376,6 +1546,7 @@ msgctxt "" msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>" msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Symbol</alt></image>" +#. hMT5t #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1384,6 +1555,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertNumericField\">Adds a numeric field.</ahelp>" msgstr "<ahelp hid=\".uno:InsertNumericField\">Fügt ein numerisches Feld ein.</ahelp>" +#. jrbuR #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1392,6 +1564,7 @@ msgctxt "" msgid "Currency Field" msgstr "Währungsfeld" +#. XZarE #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1400,6 +1573,7 @@ msgctxt "" msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>" msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Symbol</alt></image>" +#. BeFRH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1408,6 +1582,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertCurrencyField\">Adds a currency field.</ahelp>" msgstr "<ahelp hid=\".uno:InsertCurrencyField\">Fügt ein Währungsfeld ein.</ahelp>" +#. BJs4P #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1416,6 +1591,7 @@ msgctxt "" msgid "Formatted Field" msgstr "Formatiertes Feld" +#. EF6Gs #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1424,6 +1600,7 @@ msgctxt "" msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>" msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Symbol</alt></image>" +#. QAd5c #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1432,6 +1609,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertFormattedField\">Adds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values.</ahelp>" msgstr "<ahelp hid=\".uno:InsertFormattedField\">Fügt ein Textfeld ein, bei dem Sie die Formatierung für ein- oder ausgegebenen Text festlegen sowie den gültigen Wertebereich beschränken können.</ahelp>" +#. 2iDg4 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1440,6 +1618,7 @@ msgctxt "" msgid "Pattern Field" msgstr "Maskiertes Feld" +#. ioBYv #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1448,6 +1627,7 @@ msgctxt "" msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>" msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Symbol</alt></image>" +#. AJhaK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1456,6 +1636,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertPatternField\">Adds a masked field.</ahelp> A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded." msgstr "<ahelp hid=\".uno:InsertPatternField\">Hiermit fügen Sie ein maskiertes Feld hinzu.</ahelp> Maskierte Felder bestehen aus einer Eingabe- und einer Zeichenmaske. Die Eingabemaske legt fest, welche Benutzerdaten eingegeben werden können. Die Zeichenmaske bestimmt den Status des maskierten Felds beim Laden des Formulars." +#. 8rcKD #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1464,6 +1645,7 @@ msgctxt "" msgid "File Selection" msgstr "Dateiauswahl" +#. EHVkw #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1472,6 +1654,7 @@ msgctxt "" msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>" msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Symbol</alt></image>" +#. 9GHDa #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1480,6 +1663,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertFileControl\">Adds a button that opens a file selection dialog.</ahelp>" msgstr "<ahelp hid=\".uno:InsertFileControl\">Fügt eine Schaltfläche ein, mit der Sie einen Dialog zur Dateiauswahl öffnen.</ahelp>" +#. AnFmm #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1488,6 +1672,7 @@ msgctxt "" msgid "Select" msgstr "Auswahl" +#. kz5Vk #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1496,6 +1681,7 @@ msgctxt "" msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>" msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Symbol</alt></image>" +#. hAcNy #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1504,6 +1690,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them.</ahelp>" msgstr "<ahelp hid=\".\">Aktiviert oder deaktiviert den Auswahlmodus. In diesem Modus können Sie die Steuerelemente eines Dialogs zur Bearbeitung auswählen.</ahelp>" +#. SSQwJ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1512,6 +1699,7 @@ msgctxt "" msgid "Properties" msgstr "Eigenschaften" +#. Yb2pD #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1520,6 +1708,7 @@ msgctxt "" msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>" msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Symbol</alt></image>" +#. pjygv #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1528,6 +1717,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ShowPropBrowser\">Opens a dialog where you can edit the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties\">properties</link> of the selected control.</ahelp>" msgstr "<ahelp hid=\".uno:ShowPropBrowser\">Öffnet einen Dialog, in dem Sie die <link href=\"text/sbasic/shared/01170100.xhp\" name=\"Eigenschaften\">Eigenschaften</link> des ausgewählten Steuerelements bearbeiten können.</ahelp>" +#. GqGSX #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1536,6 +1726,7 @@ msgctxt "" msgid "Activate Test Mode" msgstr "Aktivieren des Testmodus" +#. dYhm7 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1544,6 +1735,7 @@ msgctxt "" msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>" msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Symbol</alt></image>" +#. 9gCL9 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1552,6 +1744,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:TestMode\">Starts test mode. Click the dialog closer icon to end test mode.</ahelp>" msgstr "<ahelp hid=\".uno:TestMode\">Startet den Testmodus. Klicken Sie auf das Symbol Dialog schließen, um den Testmodus zu beenden.</ahelp>" +#. 5HbMk #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1560,6 +1753,7 @@ msgctxt "" msgid "Manage Language" msgstr "Sprache verwalten" +#. GshVT #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1568,6 +1762,7 @@ msgctxt "" msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" msgstr "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Symbol Sprache verwalten</alt></image>" +#. adqA5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1576,6 +1771,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ManageLanguage\">Opens a <link href=\"text/sbasic/guide/translation.xhp\">dialog</link> to enable or manage multiple sets of dialog resources for multiple languages.</ahelp>" msgstr "<ahelp hid=\".uno:ManageLanguage\">Öffnet einen <link href=\"text/sbasic/guide/translation.xhp\">Dialog</link>, in welchem Sie mehrere Sätze von Sprachressourcen hinzufügen und verwalten können.</ahelp>" +#. vbEQt #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1584,6 +1780,7 @@ msgctxt "" msgid "Tree Control" msgstr "Baumansicht-Steuerelement" +#. vkwC5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1592,6 +1789,7 @@ msgctxt "" msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>" msgstr "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Symbol Sprache verwalten</alt></image>" +#. xFjgC #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1600,6 +1798,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).</ahelp>" msgstr "<ahelp hid=\".\">Fügt ein Baumansicht-Steuerelement hinzu, welches eine hierarchische Liste zeigt. Sie können die Liste durch Ihr Programm bestücken, indem Sie die API-Aufrufe (XtreeControl) nutzen.</ahelp>" +#. KjMwM #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1608,6 +1807,7 @@ msgctxt "" msgid "Table Control" msgstr "Steuerelement Tabelle" +#. B9AyQ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1616,6 +1816,7 @@ msgctxt "" msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Table control icon</alt></image>" msgstr "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Symbol Steuerelement Tabelle</alt></image>" +#. XzXwf #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1624,6 +1825,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Adds a table control that can show a table data. You can populate the data by your program, using API calls.</ahelp>" msgstr "<ahelp hid=\".\">Fügt ein Steuerelement Tabelle hinzu, welches Tabellendaten anzeigen kann. Sie können die Daten in Ihrem Programm mittels API-Aufrufe bestücken.</ahelp>" +#. BQz8k #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1632,6 +1834,7 @@ msgctxt "" msgid "Hyperlink Control" msgstr "Steuerelement Hyperlink" +#. 2UPZL #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1640,6 +1843,7 @@ msgctxt "" msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Insert hyperlink control icon</alt></image>" msgstr "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Symbol Steuerelement Hyperlink einfügen</alt></image>" +#. C2Gjm #: 20000000.xhp msgctxt "" "20000000.xhp\n" diff --git a/source/de/helpcontent2/source/text/scalc.po b/source/de/helpcontent2/source/text/scalc.po index bfe50e5ccb5..07e059b8b1d 100644 --- a/source/de/helpcontent2/source/text/scalc.po +++ b/source/de/helpcontent2/source/text/scalc.po @@ -3,19 +3,20 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2018-10-21 20:58+0200\n" -"PO-Revision-Date: 2017-12-08 14:56+0000\n" -"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" +"PO-Revision-Date: 2019-12-24 16:17+0000\n" +"Last-Translator: kuehl <kuehl@libreoffice.org>\n" +"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1512744964.000000\n" +"X-POOTLE-MTIME: 1513085807.000000\n" +#. ZxQeC #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Welcome to the $[officename] Calc Help" msgstr "Willkommen bei der Hilfe zu $[officename] Calc" +#. PqA2G #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "Welcome to the $[officename] Calc Help" msgstr "Willkommen bei der Hilfe zu $[officename] Calc" +#. FATnT #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "How to Work With $[officename] Calc" msgstr "Arbeiten mit $[officename] Calc" +#. hpSB8 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">List of Functions by Category</link>" msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"Funktionsliste nach Kategorien\">Funktionsliste nach Kategorien</link>" +#. SBdpw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "$[officename] Calc Menus, Toolbars, and Keys" msgstr "Menüs, Symbolleisten und Tastenkombinationen in $[officename] Calc" +#. aFUnY #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Menus" msgstr "Menüs" +#. JVoNZ #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menus\">Menus</link></variable>" msgstr "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menüs\">Menüs</link></variable>" +#. cbjYY #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "The following menu commands are available for spreadsheets." msgstr "Für Tabellendokumente stehen die folgenden Menübefehle zur Verfügung." +#. PvGHJ #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "File" msgstr "Datei" +#. 8jNU6 #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0101.xhp\" name=\"File\">File</link>" msgstr "<link href=\"text/scalc/main0101.xhp\" name=\"Datei\">Datei</link>" +#. GbpEY #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>" msgstr "<ahelp hid=\".\">Diese Befehle werden auf das aktuelle Dokument angewendet, öffnen ein neues Dokument oder schließen die Anwendung.</ahelp>" +#. 6hchv #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Edit" msgstr "Bearbeiten" +#. Ey57D #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Edit</link>" msgstr "<link href=\"text/scalc/main0102.xhp\" name=\"Bearbeiten\">Bearbeiten</link>" +#. cRq5f #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>" msgstr "<ahelp hid=\".\">Dieses Menü enthält Befehle zur Bearbeitung des Inhalts des aktuellen Dokuments.</ahelp>" +#. p5xh3 #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>" msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Verknüpfungen...\">Verknüpfungen...</link>" +#. A9QFv #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"Verweissensitive Grafik...\">Verweissensitive Grafik...</link>" +#. pFCu3 #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Object</link>" msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Objekt\">Objekt</link>" +#. zRW8E #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "View" msgstr "Ansicht" +#. nYmdC #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0103.xhp\" name=\"View\">View</link>" msgstr "<link href=\"text/scalc/main0103.xhp\" name=\"Ansicht\">Ansicht</link>" +#. 6WV9e #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>" msgstr "<ahelp hid=\".\">Dieses Menü enthält Befehle zur Regelung der Bildschirmanzeige des Dokuments.</ahelp>" +#. X7bcB #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Normal" msgstr "Normal" +#. s6GiY #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays the normal layout view of the sheet.</ahelp>" msgstr "<ahelp hid=\".\">Zeigt die normale Ansicht der Tabelle an.</ahelp>" +#. tjNzu #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/03100000.xhp\">Page Break</link>" msgstr "<link href=\"text/scalc/01/03100000.xhp\">Seitenumbruch</link>" +#. rJbW2 #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Grid Lines for Sheet" msgstr "Gitterlinien für Tabellen" +#. TvxiA #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Toggle the visibility of grid lines for the current sheet." msgstr "Schaltet die Sichtbarkeit der Gitterlinien für die aktuelle Tabelle um." +#. ZPjKe #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Show Formula" msgstr "Formel anzeigen" +#. KRDBb #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "Display the cell formula expression instead of the calculated result." msgstr "Zeigt anstatt des berechneten Ergebisses die verwendete Formel in der Zelle an." +#. 95G2n #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>" msgstr "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>" +#. f3nqY #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>" msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Maßstab...\">Maßstab...</link>" +#. Dp7mC #: main0104.xhp msgctxt "" "main0104.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Insert" msgstr "Einfügen" +#. p4P57 #: main0104.xhp msgctxt "" "main0104.xhp\n" @@ -264,38 +295,43 @@ msgctxt "" msgid "<link href=\"text/scalc/main0104.xhp\" name=\"Insert\">Insert</link>" msgstr "<link href=\"text/scalc/main0104.xhp\" name=\"Einfügen\">Einfügen</link>" +#. vJ4Ep #: main0104.xhp msgctxt "" "main0104.xhp\n" "par_id3153896\n" "help.text" -msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp>" -msgstr "<ahelp hid=\".\">Das Menü Einfügen enthält Befehle zum Einfügen neuer Elemente wie Zellen, Zeilen, Tabellen und Zellnamen in die aktuelle Tabelle.</ahelp>" +msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as images, text boxes, object, media, cell names and much more into the current sheet.</ahelp>" +msgstr "" +#. ZmgWG #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3150769\n" +"hd_id3146918\n" "help.text" -msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Cells\">Cells</link>" -msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Zellen...\">Zellen...</link>" +msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" +msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Diagramm...\">Diagramm...</link>" +#. QKdUC #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3149260\n" +"par_id0302200904002496\n" "help.text" -msgid "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Sheet</link>" -msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"Tabelle...\">Tabelle...</link>" +msgid "Inserts a chart." +msgstr "Fügt ein Diagramm ein." +#. beJfB #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3153726\n" +"hd_id3147003\n" "help.text" -msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" -msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Sonderzeichen...\">Sonderzeichen...</link>" +msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" +msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Schwebender Rahmen...\">Schwebender Rahmen...</link>" +#. bAHCA #: main0104.xhp msgctxt "" "main0104.xhp\n" @@ -304,46 +340,70 @@ msgctxt "" msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>" msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink...\">Hyperlink...</link>" +#. iAa73 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3154492\n" +"hd_id3153726\n" "help.text" -msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"Function\">Function</link>" -msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"Funktion...\">Funktion...</link>" +msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" +msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Sonderzeichen...\">Sonderzeichen...</link>" +#. FvWya #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3145640\n" +"hd_id761577295440343\n" "help.text" -msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>" -msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Kommentar\">Kommentar</link>" +msgid "Date" +msgstr "" +#. kzxk7 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3146918\n" +"par_id11577295470732\n" "help.text" -msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" -msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Diagramm...\">Diagramm...</link>" +msgid "Inserts the current date in the cell." +msgstr "" +#. hvV2C #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_id0302200904002496\n" +"hd_id131577295445736\n" "help.text" -msgid "Inserts a chart." -msgstr "Fügt ein Diagramm ein." +msgid "Time" +msgstr "" +#. 6Aizu #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3147003\n" +"par_id91577295463980\n" "help.text" -msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" -msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Schwebender Rahmen...\">Schwebender Rahmen...</link>" +msgid "Inserts the current time in the cell" +msgstr "" + +#. CzRJY +#: main0104.xhp +msgctxt "" +"main0104.xhp\n" +"hd_id621577296064493\n" +"help.text" +msgid "Field" +msgstr "" + +#. wWXMc +#: main0104.xhp +msgctxt "" +"main0104.xhp\n" +"par_id391577296078546\n" +"help.text" +msgid "Opens a sub-menu for selecting the date, sheet name or document title in the cell." +msgstr "" +#. JP4tR #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -352,6 +412,7 @@ msgctxt "" msgid "Format" msgstr "Format" +#. 9tCac #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -360,6 +421,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Format</link>" msgstr "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Format</link>" +#. AHPAK #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -368,6 +430,7 @@ msgctxt "" msgid "<ahelp hid=\".\">The <emph>Format</emph> menu contains commands for formatting selected cells, <link href=\"text/shared/00/00000005.xhp#objekt\" name=\"objects\">objects</link>, and cell contents in your document.</ahelp>" msgstr "<ahelp hid=\".\">Das Menü <emph>Format</emph> enthält Befehle zum Formatieren ausgewählter Zellen, <link href=\"text/shared/00/00000005.xhp#objekt\" name=\"Objekte\">Objekte</link> und Zellinhalte Ihres Dokuments.</ahelp>" +#. Ly37n #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -376,6 +439,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Cells\">Cells</link>" msgstr "<link href=\"text/scalc/01/05020000.xhp\" name=\"Zellen...\">Zellen...</link>" +#. FuTAK #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -384,6 +448,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Page</link>" msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Seite...\">Seite...</link>" +#. 2T8EY #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -392,6 +457,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>" msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Zeichen...\">Zeichen...</link>" +#. HiDBe #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -400,6 +466,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>" msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Absatz...\">Absatz...</link>" +#. FDive #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -408,6 +475,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link>" msgstr "<link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat...\">AutoFormat...</link>" +#. f5qPr #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -416,6 +484,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Conditional Formatting\">Conditional Formatting</link>" msgstr "<link href=\"text/scalc/01/05120000.xhp\" name=\"Bedingte Formatierung\">Bedingte Formatierung</link>" +#. RugVk #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -424,6 +493,7 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170100.xhp\" name=\"Control\">Control</link>" msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"Steuerelement...\">Steuerelement...</link>" +#. ejmDA #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -432,6 +502,7 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form\">Form</link>" msgstr "<link href=\"text/shared/02/01170200.xhp\" name=\"Formular...\">Formular...</link>" +#. r9nLs #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -440,6 +511,7 @@ msgctxt "" msgid "Tools" msgstr "Extras" +#. J2ACm #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -448,6 +520,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>" msgstr "<link href=\"text/scalc/main0106.xhp\" name=\"Extras\">Extras</link>" +#. HRbnr #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -456,6 +529,7 @@ msgctxt "" msgid "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>" msgstr "<ahelp hid=\".\">Das Menü <emph>Extras</emph> umfasst Befehle für die Rechtschreibprüfung, zum Verfolgen von Referenzdaten, zum Auffinden von Fehlern sowie zum Anlegen von Szenarien.</ahelp>" +#. NkvRH #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -464,6 +538,7 @@ msgctxt "" msgid "You can also create and assign macros and configure the look and feel of toolbars, menus, keyboard, and set the default options for $[officename] applications." msgstr "Darüber hinaus können Sie Makros erzeugen und anwenden, das Erscheinungsbild der Symbolleisten und Menüs anpassen, die Tastenbelegung ändern und die Standardoptionen für die Komponenten von $[officename] festlegen." +#. eoAXH #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -472,6 +547,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>" msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur-Optionen...\">AutoKorrektur-Optionen...</link>" +#. ToZU6 #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -480,6 +556,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>" msgstr "<link href=\"text/scalc/01/06040000.xhp\" name=\"Zielwertsuche...\">Zielwertsuche...</link>" +#. MzvSo #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -488,6 +565,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarios\">Scenarios</link>" msgstr "<link href=\"text/scalc/01/06050000.xhp\" name=\"Szenarien...\">Szenarien...</link>" +#. SbKoe #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -496,6 +574,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>" msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Anpassen...\">Anpassen...</link>" +#. KRfJh #: main0107.xhp msgctxt "" "main0107.xhp\n" @@ -504,6 +583,7 @@ msgctxt "" msgid "Window" msgstr "Fenster" +#. chBA8 #: main0107.xhp msgctxt "" "main0107.xhp\n" @@ -512,6 +592,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0107.xhp\" name=\"Window\">Window</link>" msgstr "<link href=\"text/scalc/main0107.xhp\" name=\"Fenster\">Fenster</link>" +#. 9UWue #: main0107.xhp msgctxt "" "main0107.xhp\n" @@ -520,6 +601,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Contains commands for manipulating and displaying document windows.</ahelp>" msgstr "<ahelp hid=\".\">Enthält Befehle zur Handhabung und Anzeige von Dokumentfenstern.</ahelp>" +#. RHWHH #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -528,6 +610,7 @@ msgctxt "" msgid "Data" msgstr "Daten" +#. oCLhW #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -536,6 +619,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0112.xhp\" name=\"Data\">Data</link>" msgstr "<link href=\"text/scalc/main0112.xhp\" name=\"Daten\">Daten</link>" +#. gxhqm #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -544,6 +628,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Use the <emph>Data</emph> menu commands to edit the data in the current sheet. You can define ranges, sort and filter the data, calculate results, outline data, and create a pivot table.</ahelp>" msgstr "<ahelp hid=\".\">Die Daten der aktuellen Tabelle bearbeiten Sie mit den Befehlen unter <emph>Daten</emph>. Sie können Datenbereiche definieren, die Daten sortieren und filtern, Ergebnisse berechnen, Daten gliedern sowie Pivot-Tabellen erstellen.</ahelp>" +#. fUFxA #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -552,6 +637,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12010000.xhp\" name=\"Define Range\">Define Range</link>" msgstr "<link href=\"text/scalc/01/12010000.xhp\" name=\"Bereich festlegen...\">Bereich festlegen...</link>" +#. zwUaL #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -560,6 +646,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12020000.xhp\" name=\"Select Range\">Select Range</link>" msgstr "<link href=\"text/scalc/01/12020000.xhp\" name=\"Bereich auswählen...\">Bereich auswählen...</link>" +#. Vu2AT #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -568,6 +655,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sort\">Sort</link>" msgstr "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sortieren...\">Sortieren...</link>" +#. YzBJT #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -576,6 +664,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12050000.xhp\" name=\"Subtotals\">Subtotals</link>" msgstr "<link href=\"text/scalc/01/12050000.xhp\" name=\"Teilergebnisse...\">Teilergebnisse...</link>" +#. MGamE #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -584,6 +673,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validity\">Validity</link>" msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"Gültigkeit...\">Gültigkeit...</link>" +#. aenfd #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -592,6 +682,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple Operations\">Multiple Operations</link>" msgstr "<link href=\"text/scalc/01/12060000.xhp\" name=\"Mehrfachoperationen...\">Mehrfachoperationen...</link>" +#. 2GDcm #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -600,6 +691,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>" msgstr "<link href=\"text/scalc/01/text2columns.xhp\">Text in Spalten...</link>" +#. 7H4LD #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -608,6 +700,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12070000.xhp\" name=\"Consolidate\">Consolidate</link>" msgstr "<link href=\"text/scalc/01/12070000.xhp\" name=\"Konsolidieren...\">Konsolidieren...</link>" +#. LrNMe #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -616,6 +709,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>" msgstr "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Bereich aktualisieren</link>" +#. efuyu #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -624,6 +718,7 @@ msgctxt "" msgid "Sheet" msgstr "Tabelle" +#. 7eVaK #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -632,6 +727,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0116.xhp\">Sheet</link>" msgstr "<link href=\"text/scalc/main0116.xhp\">Tabelle</link>" +#. cLyep #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -640,6 +736,7 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains commands to modify and manage a sheet and its elements.</ahelp>" msgstr "<ahelp hid=\".\">Dieses Menü enthält Befehle, um eine Tabelle und seine Elemente zu verändern und zu verwalten.</ahelp>" +#. qH2va #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -648,6 +745,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Insert Rows\">Insert Rows</link>" msgstr "<link href=\"text/scalc/01/04030000.xhp\" name=\"Zeilen einfügen\">Zeilen einfügen</link>" +#. VWDbt #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -656,6 +754,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Insert Columns\">Insert Columns</link>" msgstr "<link href=\"text/scalc/01/04040000.xhp\" name=\"Spalten einfügen\">Spalten einfügen</link>" +#. rkoqn #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -664,6 +763,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move or Copy Sheet</link>" msgstr "<link href=\"text/scalc/01/02180000.xhp\" name=\"Tabelle verschieben/kopieren\">Tabelle verschieben/kopieren</link>" +#. sugSD #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -672,6 +772,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show Sheet</link>" msgstr "<link href=\"text/scalc/01/05050300.xhp\" name=\"Tabelle einblenden...\">Tabelle einblenden...</link>" +#. EF3XK #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -680,6 +781,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete Sheet</link>" msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Tabelle löschen...\">Tabelle löschen...</link>" +#. wbNHt #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -688,6 +790,7 @@ msgctxt "" msgid "Sheet Tab Color" msgstr "Farbe des Tabellenregisters" +#. BosLg #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -696,6 +799,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Sheet Events</link>" msgstr "<link href=\"text/shared/01/06140500.xhp\" name=\"Tabellenereignisse...\">Tabellenereignisse...</link>" +#. 5DRv5 #: main0200.xhp msgctxt "" "main0200.xhp\n" @@ -704,6 +808,7 @@ msgctxt "" msgid "Toolbars" msgstr "Symbolleisten" +#. mUvzp #: main0200.xhp msgctxt "" "main0200.xhp\n" @@ -712,6 +817,7 @@ msgctxt "" msgid "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>" msgstr "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Symbolleisten\">Symbolleisten</link></variable>" +#. tdJRk #: main0200.xhp msgctxt "" "main0200.xhp\n" @@ -720,6 +826,7 @@ msgctxt "" msgid "This submenu lists the toolbars that are available in spreadsheets.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>" msgstr "Dieses Untermenü enthält die in Tabellendokumenten verfügbaren Symbolleisten.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>" +#. XUCUB #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -728,6 +835,7 @@ msgctxt "" msgid "Formatting Bar" msgstr "Symbolleiste Format" +#. 8XR93 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -736,6 +844,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>" msgstr "<link href=\"text/scalc/main0202.xhp\" name=\"Symbolleiste Format\">Symbolleiste Format</link>" +#. ayoCz #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -744,6 +853,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">The <emph>Formatting</emph> bar contains basic commands for applying manually formatting.</ahelp>" msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">Die Symbolleiste <emph>Format</emph> umfasst Grundbefehle für die manuelle Formatierung.</ahelp>" +#. Arm5j #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -752,6 +862,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>" msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Schriftfarbe\">Schriftfarbe</link>" +#. Skg7A #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -760,6 +871,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Left\">Align Left</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Linksbündig\">Linksbündig</link>" +#. 7BZfP #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -768,6 +880,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Horizontally\">Align Center Horizontally</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Horizontal zentriert ausrichten\">Horizontal zentriert ausrichten</link>" +#. Qz94y #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -776,6 +889,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Right\">Align Right</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Rechtsbündig\">Rechtsbündig</link>" +#. UzBac #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -784,6 +898,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Justify\">Justify</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Blocksatz\">Blocksatz</link>" +#. RB8dx #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -792,6 +907,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Top\">Align Top</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Oben ausrichten\">Oben ausrichten</link>" +#. 6jCFX #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -800,6 +916,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Vertically\">Align Center Vertically</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Vertikal mittig ausrichten\">Vertikal mittig ausrichten</link>" +#. VsDGR #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -808,6 +925,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Bottom\">Align Bottom</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Unten ausrichten\">Unten ausrichten</link>" +#. GFJrp #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -816,6 +934,7 @@ msgctxt "" msgid "Number Format : Date" msgstr "Zahlenformat: Datum" +#. jPLVg #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -824,6 +943,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Applies the date format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".\">Wendet das Format Datum auf die ausgewählten Zellen an.</ahelp>" +#. EpBYF #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -832,6 +952,7 @@ msgctxt "" msgid "Number Format: Exponential" msgstr "Zahlenformat: Exponentiell" +#. aA3sM #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -840,6 +961,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Applies the exponential format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".\">Wendet das Format Exponentiell auf die ausgewählten Zellen an.</ahelp>" +#. 8BDJe #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -848,6 +970,7 @@ msgctxt "" msgid "Additional icons" msgstr "Zusätzliche Symbole" +#. BdMnG #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -856,22 +979,25 @@ msgctxt "" msgid "If <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">CTL</link> support is enabled, two additional icons are visible." msgstr "Falls die Option <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">Steuerelemente für bidirektionales Schreiben anzeigen</link> aktiviert ist, sind zwei weitere Symbole sichtbar." +#. Ft8vF #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_idN1088E\n" "help.text" msgid "Left-To-Right" -msgstr "Von links nach rechts" +msgstr "Links-nach-rechts" +#. vX3LE #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_idN1089C\n" "help.text" -msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8354747\">left to right icon</alt></image>" -msgstr "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8354747\">Symbol Von links nach rechts</alt></image>" +msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8354747\">left to right icon</alt></image>" +msgstr "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8354747\">Symbol für links-nach-rechts</alt></image>" +#. PJwTW #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -880,22 +1006,25 @@ msgctxt "" msgid "<ahelp hid=\".uno:ParaLeftToRight\">The text is entered from left to right.</ahelp>" msgstr "<ahelp hid=\".uno:ParaLeftToRight\">Der Text wird von links nach rechts eingegeben.</ahelp>" +#. HfCDq #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_idN108D1\n" "help.text" msgid "Right-To-Left" -msgstr "Von rechts nach links" +msgstr "Rechts-nach-links" +#. mfrZi #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_idN108DF\n" "help.text" -msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id2405774\">right to left icon</alt></image>" -msgstr "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id2405774\">Symbol Von rechts nach links</alt></image>" +msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2405774\">right to left icon</alt></image>" +msgstr "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2405774\">Symbol für rechts-nach-links</alt></image>" +#. fjLD6 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -904,6 +1033,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ParaRightToLeft\">The text formatted in a complex text layout language is entered from right to left.</ahelp>" msgstr "<ahelp hid=\".uno:ParaRightToLeft\">Der in einer komplexen Textlayoutsprache formatierte Text wird von rechts nach links eingegeben.</ahelp>" +#. NVkBC #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -912,6 +1042,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Richtet den Inhalt der Zelle linksbündig aus.</ahelp>" +#. rfUHM #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -920,6 +1051,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the right.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Richtet den Inhalt der Zelle rechtsbündig aus.</ahelp>" +#. ZdwVC #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -928,6 +1060,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Horizontally centers the contents of the cell.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Richtet den Inhalt der Zelle horizontal zentriert aus.</ahelp>" +#. bHQCG #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -936,6 +1069,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left and right cell borders.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Richtet den Inhalt der Zelle an der rechten und linken Zellkante aus.</ahelp>" +#. GmxHK #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -944,6 +1078,7 @@ msgctxt "" msgid "Drawing Object Properties Bar" msgstr "Symbolleiste Zeichnungsobjekt-Eigenschaften" +#. ddCKC #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -952,6 +1087,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Drawing Object Properties Bar</link>" msgstr "<link href=\"text/scalc/main0203.xhp\" name=\"Symbolleiste Zeichnungsobjekt-Eigenschaften\">Symbolleiste Zeichnungsobjekt-Eigenschaften</link>" +#. BHsxU #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -960,6 +1096,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRAW\">The <emph>Drawing Object Properties</emph> Bar for objects that you select in the sheet contains formatting and alignment commands.</ahelp>" msgstr "<ahelp hid=\"HID_SC_TOOLBOX_DRAW\">Die Symbolleiste <emph>Zeichnungsobjekt-Eigenschaften</emph> für die in einer Tabelle ausgewählten Objekte enthält Formatierungs- und Ausrichtungsbefehle.</ahelp>" +#. ypZAt #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -968,6 +1105,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>" msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Linienstil\">Linienstil</link>" +#. GJLtq #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -976,6 +1114,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>" msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Linienbreite\">Linienbreite</link>" +#. J3HZu #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -984,6 +1123,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>" msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Linienfarbe\">Linienfarbe</link>" +#. DAGaR #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -992,6 +1132,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background Color\">Background Color</link>" msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Flächenstil/-füllung\">Flächenstil/-füllung</link>" +#. BgP3b #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1000,6 +1141,7 @@ msgctxt "" msgid "Text Formatting Bar" msgstr "Symbolleiste Textformat" +#. tCQyT #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1008,14 +1150,16 @@ msgctxt "" msgid "<link href=\"text/scalc/main0205.xhp\" name=\"Text Formatting Bar\">Text Formatting Bar</link>" msgstr "<link href=\"text/scalc/main0205.xhp\" name=\"Symbolleiste Textformat\">Symbolleiste Textformat</link>" +#. h55fM #: main0205.xhp msgctxt "" "main0205.xhp\n" "par_id3151112\n" "help.text" -msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text frame or a drawing object, contains formatting and alignment commands.</ahelp>" -msgstr "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">Die Symbolleiste <emph>Texformat</emph>, die angezeigt wird, wenn sich der Mauszeiger in einem Textobjekt, einem Textrahmen oder einem Zeichnungsobjekt befindet, umfasst Formatierungs- und Ausrichtungsbefehle.</ahelp>" +msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text box or a drawing object, contains formatting and alignment commands.</ahelp>" +msgstr "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">Die Symbolleiste <emph>Textformat</emph> wird angezeigt, wenn sich der Cursor in einem Textobjekt befindet, beispielsweise einem Textfeld oder einem Zeichenobjekt, welches Formatierungs- und Ausrichtungsoptionen enthält.</ahelp>" +#. qzSkC #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1024,6 +1168,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>" msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Schriftfarbe\">Schriftfarbe</link>" +#. ZZMCx #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1032,6 +1177,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1\">Line Spacing: 1</link>" msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Zeilenabstand: 1\">Zeilenabstand: 1</link>" +#. wnVww #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1040,6 +1186,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1.5\">Line Spacing: 1.5</link>" msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Zeilenabstand: 1,5\">Zeilenabstand: 1,5</link>" +#. AUwKK #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1048,6 +1195,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 2\">Line Spacing: 2</link>" msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Zeilenabstand: 2\">Zeilenabstand: 2</link>" +#. GB3jJ #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1056,6 +1204,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Left\">Align Left</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Linksbündig\">Linksbündig</link>" +#. DUWnb #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1064,6 +1213,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Centered\">Centered</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Zentriert\">Zentriert</link>" +#. 26EW2 #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1072,6 +1222,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Right\">Align Right</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Rechtsbündig\">Rechtsbündig</link>" +#. ipyGL #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1080,6 +1231,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Justify\">Justify</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Blocksatz\">Blocksatz</link>" +#. 3b4ep #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1088,6 +1240,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Superscript\">Superscript</link>" msgstr "<link href=\"text/shared/01/05020500.xhp\" name=\"Hochgestellt\">Hochgestellt</link>" +#. crEFA #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1096,6 +1249,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Subscript\">Subscript</link>" msgstr "<link href=\"text/shared/01/05020500.xhp\" name=\"Tiefgestellt\">Tiefgestellt</link>" +#. QLvQy #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1104,6 +1258,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>" msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Zeichen...\">Zeichen...</link>" +#. XCyBD #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1112,6 +1267,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>" msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Absatz...\">Absatz...</link>" +#. EDAGh #: main0206.xhp msgctxt "" "main0206.xhp\n" @@ -1120,6 +1276,7 @@ msgctxt "" msgid "Formula Bar" msgstr "Rechenleiste" +#. Bnx9x #: main0206.xhp msgctxt "" "main0206.xhp\n" @@ -1128,6 +1285,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula Bar\">Formula Bar</link>" msgstr "<link href=\"text/scalc/main0206.xhp\" name=\"Rechenleiste\">Rechenleiste</link>" +#. dnFAk #: main0206.xhp msgctxt "" "main0206.xhp\n" @@ -1136,6 +1294,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_INPUTWIN\">Use this bar to enter formulas.</ahelp>" msgstr "<ahelp hid=\"HID_SC_INPUTWIN\">In dieser Leiste geben Sie Formeln ein.</ahelp>" +#. CG7Dj #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1144,6 +1303,7 @@ msgctxt "" msgid "Status Bar" msgstr "Statusleiste" +#. 8RA34 #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1152,6 +1312,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Status Bar</link>" msgstr "<link href=\"text/scalc/main0208.xhp\" name=\"Statusleiste\">Statusleiste</link>" +#. QDPFj #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1160,6 +1321,7 @@ msgctxt "" msgid "The <emph>Status Bar</emph> displays information about the current sheet." msgstr "In der <emph>Statusleiste</emph> finden Sie Informationen über die aktuelle Tabelle." +#. nct5g #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1168,6 +1330,7 @@ msgctxt "" msgid "Digital Signature" msgstr "Digitale Signatur" +#. buUJc #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1176,6 +1339,7 @@ msgctxt "" msgid "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>." msgstr "Sehen Sie auch <link href=\"text/shared/guide/digital_signatures.xhp\">Digitale Signaturen</link>." +#. iEc7h #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1184,6 +1348,7 @@ msgctxt "" msgid "Print Preview Bar" msgstr "Symbolleiste Druckvorschau" +#. PXFAs #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1192,6 +1357,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Print Preview Bar\">Print Preview Bar</link>" msgstr "<link href=\"text/scalc/main0210.xhp\" name=\"Symbolleiste Druckvorschau\">Symbolleiste Druckvorschau</link>" +#. cFFdQ #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1200,6 +1366,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>Print Preview</emph> Bar is displayed when you choose <emph>File - Print Preview</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_SC_WIN_PREVIEW\">Die Symbolleiste <emph>Druckvorschau</emph> wird angezeigt, wenn Sie <emph>Datei - Druckvorschau</emph> auswählen.</ahelp>" +#. FEZVG #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1208,6 +1375,7 @@ msgctxt "" msgid "Full Screen" msgstr "Vollbild" +#. c2cjB #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1216,6 +1384,7 @@ msgctxt "" msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen</emph> button." msgstr "Versteckt die Menüs und Symbolleisten. Um den Vollbildmodus zu beenden, klicken Sie auf die Schaltfläche <emph>Vollbild</emph>." +#. owxGd #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1224,6 +1393,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Format Page</link>" msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Seitenformat\">Seitenformat</link>" +#. w9KJc #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1232,6 +1402,7 @@ msgctxt "" msgid "Margins" msgstr "Ränder" +#. cEsD4 #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1240,6 +1411,7 @@ msgctxt "" msgid "Shows or hides margins of the page. Margins can be dragged by the mouse, and also can be set on <emph>Page</emph> tab of <emph>Page Style</emph> dialog." msgstr "Zeigt die Seitenränder der Seite an oder versteckt sie. Seitenränder können hier mit der Maus gezogen oder im Register <emph>Seite</emph> des Dialogs <emph>Seitenvorlage</emph> gesetzt werden." +#. NsZqF #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1248,6 +1420,7 @@ msgctxt "" msgid "Scaling Factor" msgstr "Skalierungsfaktor" +#. YZA55 #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1256,6 +1429,7 @@ msgctxt "" msgid "This slide defines a page scale for the printed spreadsheet. Scaling factor can be set on <emph>Sheet</emph> tab of <emph>Page Style</emph> dialog, too." msgstr "Dieser Schieber definiert einen Maßstab für das zu druckende Tabellendokument. Der Skalierungsfaktor kann auch im Register <emph>Tabelle</emph> des Dialogs <emph>Seitenvorlage</emph> gesetzt werden." +#. GFMWr #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1264,6 +1438,7 @@ msgctxt "" msgid "Close Preview" msgstr "Druckvorschau schließen" +#. kL6Ds #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1272,6 +1447,7 @@ msgctxt "" msgid "To exit the print preview, click the <emph>Close Preview</emph> button." msgstr "Um die Druckvorschau zu verlassen, klicken Sie auf die Schaltfläche <emph>Druckvorschau schließen</emph>." +#. kTaqi #: main0214.xhp msgctxt "" "main0214.xhp\n" @@ -1280,6 +1456,7 @@ msgctxt "" msgid "Image Bar" msgstr "Symbolleiste Bild" +#. bZuGP #: main0214.xhp msgctxt "" "main0214.xhp\n" @@ -1288,6 +1465,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0214.xhp\" name=\"Image Bar\">Image Bar</link>" msgstr "<link href=\"text/scalc/main0214.xhp\" name=\"Symbolleiste Bild\">Symbolleiste Bild</link>" +#. MnQUQ #: main0214.xhp msgctxt "" "main0214.xhp\n" @@ -1296,6 +1474,7 @@ msgctxt "" msgid "<ahelp hid=\".\">The <emph>Image</emph> bar is displayed when you insert or select an image in a sheet.</ahelp>" msgstr "<ahelp hid=\".\">Die Symbolleiste <emph>Bild</emph> wird angezeigt, wenn Sie ein Bild in die Tabelle einfügen oder in der Tabelle auswählen.</ahelp>" +#. JKNbf #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1304,6 +1483,7 @@ msgctxt "" msgid "Tools Bar" msgstr "Symbolleiste Extras" +#. FkEmk #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1312,6 +1492,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0218.xhp\" name=\"Tools Bar\">Tools Bar</link>" msgstr "<link href=\"text/scalc/main0218.xhp\" name=\"Symbolleiste Extras\">Symbolleiste Extras</link>" +#. nSzQ3 #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1320,6 +1501,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">Use the Tools bar to access commonly used commands.</ahelp>" msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">Über die Symbolleiste Extras greifen Sie auf die am häufigsten benötigten Befehle zu.</ahelp>" +#. muQ5j #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1328,6 +1510,7 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Controls\">Controls</link>" msgstr "<link href=\"text/shared/02/01170000.xhp\" name=\"Steuerelemente\">Steuerelemente</link>" +#. rXyMx #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1336,6 +1519,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Choose Themes\">Choose Themes</link>" msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Themenauswahl\">Themenauswahl</link>" +#. 3hmW7 #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1344,6 +1528,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced Filter\">Advanced Filter</link>" msgstr "<link href=\"text/scalc/01/12040300.xhp\" name=\"Spezialfilter...\">Spezialfilter...</link>" +#. NgA6E #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1352,6 +1537,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12090100.xhp\">Start</link>" msgstr "<link href=\"text/scalc/01/12090100.xhp\">Starten</link>" +#. AauQw #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1360,6 +1546,7 @@ msgctxt "" msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>" msgstr "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro-Konverter\">Euro-Konverter</link>" +#. Eu4wD #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1368,6 +1555,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04070100.xhp\">Define</link>" msgstr "<link href=\"text/scalc/01/04070100.xhp\">Festlegen</link>" +#. HyrGS #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1376,6 +1564,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>" msgstr "<link href=\"text/scalc/01/06040000.xhp\" name=\"Zielwertsuche...\">Zielwertsuche...</link>" +#. Fky5g #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1384,6 +1573,7 @@ msgctxt "" msgid "$[officename] Calc Features" msgstr "Leistungsmerkmale von $[officename] Calc" +#. NJ9KT #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1392,6 +1582,7 @@ msgctxt "" msgid "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc Features\">$[officename] Calc Features</link></variable>" msgstr "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"Leistungsmerkmale von $[officename] Calc\">Leistungsmerkmale von $[officename] Calc</link></variable>" +#. ztyoG #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1400,6 +1591,7 @@ msgctxt "" msgid "$[officename] Calc is a spreadsheet application that you can use to calculate, analyze, and manage your data. You can also import and modify Microsoft Excel spreadsheets." msgstr "$[officename] Calc ist eine Tabellenkalkulation, mit der Sie Ihre Daten berechnen, analysieren und verwalten können. Darüber hinaus können Sie Microsoft Excel Tabellendokumente importieren und bearbeiten." +#. 6iQ5x #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1408,6 +1600,7 @@ msgctxt "" msgid "Calculations" msgstr "Berechnungen" +#. uiaMX #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1416,6 +1609,7 @@ msgctxt "" msgid "$[officename] Calc provides you with <link href=\"text/scalc/01/04060100.xhp\" name=\"functions\">functions</link>, including statistical and banking functions, that you can use to create formulas to perform complex calculations on your data." msgstr "$[officename] Calc beinhaltet statistische, Finanz- und andere <link href=\"text/scalc/01/04060100.xhp\" name=\"Funktionen\">Funktionen</link>, die Sie in Formeln für komplexe Berechnungen mit Ihren Daten einbinden können." +#. ZWXQP #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1424,6 +1618,7 @@ msgctxt "" msgid "You can also use the <link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilots\">Function Wizard</link> to help you create your formulas." msgstr "Außerdem steht Ihnen der <link href=\"text/scalc/01/04060000.xhp\" name=\"Assistent\">Funktions-Assistent</link> als Hilfe zum Erstellen von Formeln zur Verfügung." +#. jARFA #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1432,6 +1627,7 @@ msgctxt "" msgid "What-If Calculations" msgstr "Was-wäre-wenn-Berechnungen" +#. 4yrYj #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1440,6 +1636,7 @@ msgctxt "" msgid "An interesting feature is to be able to immediately view the results of changes made to one factor of calculations that are composed of several factors. For instance, you can see how changing the time period in a loan calculation affects the interest rates or repayment amounts. Furthermore, you can manage larger tables by using different predefined scenarios." msgstr "Besonders interessant ist die Möglichkeit, in Berechnungen, die aus mehreren Faktoren bestehen, die Auswirkungen von Änderungen einzelner Faktoren sofort beobachten zu können. So lässt sich beispielsweise sofort feststellen, wie sich die Änderung des Zeitraumes in einer Kreditberechnung auf Zinssatz oder Abzahlungssummen auswirkt. Außerdem stehen zur Verwaltung umfangreicher Tabellen verschiedene vordefinierte Szenarien zur Verfügung." +#. JRYyA #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1448,6 +1645,7 @@ msgctxt "" msgid "Database Functions" msgstr "Datenbankfunktionen" +#. 99gbx #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1456,6 +1654,7 @@ msgctxt "" msgid "Use spreadsheets to arrange, store, and filter your data." msgstr "Mit Tabellendokumenten können Sie Ihre Daten anordnen, speichern und filtern." +#. EgN7B #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1464,6 +1663,7 @@ msgctxt "" msgid "$[officename] Calc lets you drag-and-drop tables from databases, or lets you use a spreadsheet as a data source for creating form letters in $[officename] Writer." msgstr "$[officename] Calc erlaubt es, Tabellen durch Ziehen-und-Ablegen aus Datenbanken zu übernehmen und Tabellendokumente als Datenquelle zum Erstellen von Serienbriefen in $[officename] Writer einzusetzen." +#. GKCva #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1472,6 +1672,7 @@ msgctxt "" msgid "Arranging Data" msgstr "Daten gliedern" +#. Bo5vg #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1480,6 +1681,7 @@ msgctxt "" msgid "With a few mouse-clicks, you can reorganize your spreadsheet to show or hide certain data ranges, or to format ranges according to special conditions, or to quickly calculate subtotals and totals." msgstr "Mit wenigen Mausklicks lässt sich Ihr Tabellendokument umstrukturieren, indem Sie beispielsweise bestimmte Datenbereiche ein- oder ausblenden, einzelne Bereiche nach spezifischen Kriterien formatieren oder kurzerhand Teil- oder Gesamtergebnisse berechnen." +#. JBCHF #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1488,6 +1690,7 @@ msgctxt "" msgid "Dynamic Charts" msgstr "Dynamische Diagramme" +#. QEi8Q #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1496,6 +1699,7 @@ msgctxt "" msgid "$[officename] Calc lets you present spreadsheet data in dynamic charts that update automatically when the data changes." msgstr "$[officename] Calc ermöglicht die Darstellung von Tabellendaten in dynamischen Diagrammen, die bei Änderung der Daten automatisch aktualisiert werden." +#. aFG9z #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1504,6 +1708,7 @@ msgctxt "" msgid "Opening and Saving Microsoft Files" msgstr "Öffnen und Speichern von Microsoft-Dateien" +#. HBc3E #: main0503.xhp msgctxt "" "main0503.xhp\n" diff --git a/source/de/helpcontent2/source/text/scalc/00.po b/source/de/helpcontent2/source/text/scalc/00.po index c9947b9a140..a844ff081b7 100644 --- a/source/de/helpcontent2/source/text/scalc/00.po +++ b/source/de/helpcontent2/source/text/scalc/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:36+0200\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" "PO-Revision-Date: 2019-11-05 11:58+0000\n" "Last-Translator: kuehl <kuehl@libreoffice.org>\n" "Language-Team: German <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc00/de/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564805193.000000\n" #. E9tti @@ -1735,14 +1735,185 @@ msgctxt "" msgid "Available since release" msgstr "Verfügbar seit Version" -#. B5GKt +#. rb2GF #: avail_release.xhp msgctxt "" "avail_release.xhp\n" -"par_id631551701603518\n" +"par_id651551701041690\n" "help.text" -msgid "<variable id=\"release\">This function is available since %PRODUCTNAME </variable>" -msgstr "<variable id=\"release\">Diese Funktion ist seit %PRODUCTNAME verfügbar</variable>" +msgid "This function is available since %PRODUCTNAME 3.3" +msgstr "" + +#. cWt2c +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041690\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 3.4" +msgstr "" + +#. DJYpo +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041635\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 3.5" +msgstr "" + +#. movhF +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041636\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 3.6" +msgstr "" + +#. ZabjA +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041640\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.0" +msgstr "" + +#. 8DzKR +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041641\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.1" +msgstr "" + +#. ZTLzW +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041642\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.2" +msgstr "" + +#. 86mak +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041643\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.3" +msgstr "" + +#. YVyh9 +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041644\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.4" +msgstr "" + +#. zDETc +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041650\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.0" +msgstr "" + +#. SawAv +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041651\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.1" +msgstr "" + +#. z6ZA8 +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041652\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.2" +msgstr "" + +#. STFrB +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041653\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.3" +msgstr "" + +#. 283yd +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041654\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.4" +msgstr "" + +#. bTkBF +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041660\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.0" +msgstr "" + +#. A6MsJ +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041661\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.1" +msgstr "" + +#. ba2SV +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041662\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.2" +msgstr "" + +#. ADa9o +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041663\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.3" +msgstr "" + +#. acWGG +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041664\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.4" +msgstr "" + +#. 9FEZK +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041665\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.5" +msgstr "" #. LSPBz #: sheet_menu.xhp diff --git a/source/de/helpcontent2/source/text/scalc/01.po b/source/de/helpcontent2/source/text/scalc/01.po index da9baed18c9..220fba9718e 100644 --- a/source/de/helpcontent2/source/text/scalc/01.po +++ b/source/de/helpcontent2/source/text/scalc/01.po @@ -3,10 +3,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-13 13:46+0100\n" -"PO-Revision-Date: 2019-11-05 11:58+0000\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" +"PO-Revision-Date: 2019-12-24 16:17+0000\n" "Last-Translator: kuehl <kuehl@libreoffice.org>\n" -"Language-Team: German <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc01/de/>\n" +"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -3832,23 +3832,32 @@ msgctxt "" msgid "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>" msgstr "<bookmark_value>Funktionen einfügen; Funktions-Assistent</bookmark_value><bookmark_value>Funktionen; Funktions-Assistent</bookmark_value><bookmark_value>Assistenten; Funktionen</bookmark_value>" -#. 8hkzg +#. KeWpp #: 04060000.xhp msgctxt "" "04060000.xhp\n" "hd_id3147426\n" "help.text" -msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>" -msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"Assistent: Funktionen\">Funktions-Assistent</link>" +msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function</link>" +msgstr "" -#. qWAXe +#. wjD4H #: 04060000.xhp msgctxt "" "04060000.xhp\n" "par_id3145271\n" "help.text" -msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable> Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted." -msgstr "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Öffnet das Fenster <emph>Funktions-Assistent</emph>, das Sie beim interaktiven Erstellen von Formeln unterstützt.</ahelp></variable> Bestimmen Sie vor dem Starten des Assistenten die Stelle, an der die Formel eingefügt werden soll, indem Sie eine Zelle oder einen Zellbereich in der aktuellen Tabelle markieren." +msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable>" +msgstr "" + +#. exDJs +#: 04060000.xhp +msgctxt "" +"04060000.xhp\n" +"par_id491577286833512\n" +"help.text" +msgid "Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted." +msgstr "" #. xeqnV #: 04060000.xhp @@ -4748,7 +4757,7 @@ msgctxt "" "par_id3151188\n" "help.text" msgid "Choose <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link> to define how $[officename] Calc acts when searching for identical entries." -msgstr "" +msgstr "Wählen Sie <link href=\"text/shared/optionen/01060500.xhp\" name=\"Tabellendokument - berechnen\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen…</menuitem></defaultinline></switchinline><menuitem> – %PRODUCTNAME Calc – Berechnen</menuitem></link> um zu festzulegen, wie $[officename] Calc beim Suchen mit identischen Einträgen verfahren soll." #. GCPCd #: 04060101.xhp @@ -5542,14 +5551,14 @@ msgctxt "" msgid "<bookmark_value>date and time functions</bookmark_value> <bookmark_value>functions; date & time</bookmark_value> <bookmark_value>Function Wizard; date & time</bookmark_value>" msgstr "<bookmark_value>Datums- und Zeitfunktionen</bookmark_value><bookmark_value>Funktionen; Datum und Zeit</bookmark_value><bookmark_value>Funktions-Assistent; Datum und Zeit</bookmark_value>" -#. 27DbC +#. 4twnp #: 04060102.xhp msgctxt "" "04060102.xhp\n" "hd_id3154536\n" "help.text" -msgid "Date & Time Functions" -msgstr "Datums- und Zeitfunktionen" +msgid "<variable id=\"h1\">Date & Time Functions</variable>" +msgstr "" #. MJ2GD #: 04060102.xhp @@ -7045,23 +7054,23 @@ msgctxt "" msgid "<item type=\"input\">=DISC(\"2001-01-25\";\"2001-11-15\";97;100;3)</item> returns about 0.0372 or 3.72 per cent." msgstr "<item type=\"input\">=DISAGIO(\"25.1.2001\";\"15.11.2001\";97;100;3)</item> ergibt ungefähr 0,0372 oder 3,72 %." -#. hm7Tq +#. pLhCb #: 04060103.xhp msgctxt "" "04060103.xhp\n" "bm_id3154695\n" "help.text" -msgid "<bookmark_value>DURATION_ADD function</bookmark_value> <bookmark_value>Microsoft Excel functions</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>" -msgstr "<bookmark_value>LAUFZEIT_ADD (Funktion)</bookmark_value><bookmark_value>Microsoft Excel-Funktionen</bookmark_value><bookmark_value>Laufzeiten; Wertpapiere mit Festzins</bookmark_value>" +msgid "<bookmark_value>DURATION function</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>" +msgstr "<bookmark_value>LAUFZEIT (Funktion)</bookmark_value><bookmark_value>Laufzeiten; Wertpapiere mit Festzins</bookmark_value>" -#. bD2zQ +#. coRDF #: 04060103.xhp msgctxt "" "04060103.xhp\n" "hd_id3154695\n" "help.text" -msgid "DURATION_ADD" -msgstr "LAUFZEIT_ADD" +msgid "DURATION" +msgstr "LAUFZEIT" #. oA2tj #: 04060103.xhp @@ -7072,14 +7081,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Calculates the duration of a fixed interest security in years.</ahelp>" msgstr "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Berechnet die Laufzeit eines festverzinslichen Wertpapiers in Jahren.</ahelp>" -#. MEAyR +#. bJZPP #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id3153373\n" "help.text" -msgid "DURATION_ADD(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)" -msgstr "LAUFZEIT_ADD(\"Abrechnung\"; \"Fälligkeit\"; Coupon; Rendite; Häufigkeit; Basis)" +msgid "DURATION(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)" +msgstr "" #. JeeVp #: 04060103.xhp @@ -7135,14 +7144,14 @@ msgctxt "" msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The Coupon rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the duration?" msgstr "Ein Wertpapier wird am 1.1.2001 gekauft; der Fälligkeitstermin ist der 1.1.2006. Der Anleihzins beträgt 8 %. Die Rendite beträgt 9,0 %. Die Zinszahlung erfolgt halbjährlich (Häufigkeit = 2). Wie lang ist die modifizierte Laufzeit bei tagesgenauer Berechnung (Basis 3)?" -#. vGsKM +#. ggYzf #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id3154902\n" "help.text" -msgid "<item type=\"input\">=DURATION_ADD(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>" -msgstr "<item type=\"input\">=LAUFZEIT_ADD(\"1.1.2001\";\"1.1.2006\";0,08;0,09;2;3)</item>" +msgid "<item type=\"input\">=DURATION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>" +msgstr "" #. TjeEJ #: 04060103.xhp @@ -14443,14 +14452,14 @@ msgctxt "" msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>" msgstr "Summieren ausschließlich negativer Zahlen im Bereich A1:A10: <item type=\"input\">=SUMMEWENN(A1:A10;\"<0\")</item>" -#. rxMQ3 +#. GGT9C #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id6670125\n" "help.text" -msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0." -msgstr "<item type=\"input\">=SUMMEWENN(A1:A10;\">0\";B1:10)</item> summiert nur Werte aus dem Bereich B1:B10, wenn die entsprechenden Werte im Bereich A1:A10 größer als 0 sind." +msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:B10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0." +msgstr "" #. G5vdm #: 04060106.xhp @@ -15127,14 +15136,14 @@ msgctxt "" msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5." msgstr "<item type=\"input\">=UNGERADE(-3,1)</item> ergibt -5." -#. Tkdj9 +#. CR7gG #: 04060106.xhp msgctxt "" "04060106.xhp\n" "bm_id2957404\n" "help.text" -msgid "<bookmark_value>FLOOR.PRECISE function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" -msgstr "<bookmark_value>UNTERGRENZE.GENAU (Funktion)</bookmark_value><bookmark_value>Runden; auf das nächste Vielfache der Schrittweite abrunden</bookmark_value>" +msgid "<bookmark_value>FLOOR.PRECISE function</bookmark_value> <bookmark_value>FLOOR.XCL function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" +msgstr "" #. ticPN #: 04060106.xhp @@ -15190,14 +15199,14 @@ msgctxt "" msgid "<item type=\"input\">=FLOOR.PRECISE( -11;-2)</item> returns -12" msgstr "<item type=\"input\">=UNTERGRENZE.GENAU(-11;-2)</item> ergibt -12" -#. qdxiZ +#. aDgE5 #: 04060106.xhp msgctxt "" "04060106.xhp\n" "bm_id3157404\n" "help.text" -msgid "<bookmark_value>FLOOR function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" -msgstr "<bookmark_value>UNTERGRENZE (Funktion)</bookmark_value><bookmark_value>Runden; auf das nächste Vielfache der Schrittweite abrunden</bookmark_value>" +msgid "<bookmark_value>FLOOR function</bookmark_value> <bookmark_value>FLOOR.MATH function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" +msgstr "" #. BAZE3 #: 04060106.xhp @@ -17800,14 +17809,14 @@ msgctxt "" msgid "<variable id=\"head_statistic\"><link href=\"text/scalc/01/04060108.xhp\" name=\"Statistics Functions\">Statistics Functions</link></variable>" msgstr "<variable id=\"head_statistic\"><link href=\"text/scalc/01/04060108.xhp\" name=\"Statistikfunktionen\">Statistikfunktionen</link></variable>" -#. eNDVS +#. M7Z6D #: 04060108.xhp msgctxt "" "04060108.xhp\n" "par_id3157874\n" "help.text" -msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>" -msgstr "<variable id=\"statistiktext\">Hier erhalten Sie die zu der Kategorie <emph>Statistik</emph> zur Verfügung stehenden Funktionen mit einem Beispiel dargestellt.</variable> Es handelt sich um die folgenden Funktionen:" +msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions.</variable>" +msgstr "" #. HiTED #: 04060108.xhp @@ -17818,33 +17827,6 @@ msgctxt "" msgid "Some of the examples use the following data table:" msgstr "Einige Beispiele beruhen auf der folgenden Datentabelle:" -#. hYpm5 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3148775\n" -"help.text" -msgid "C" -msgstr "C" - -#. bPvvQ -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3145297\n" -"help.text" -msgid "D" -msgstr "D" - -#. ySt77 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3150661\n" -"help.text" -msgid "2" -msgstr "2" - #. PeXDp #: 04060108.xhp msgctxt "" @@ -17863,195 +17845,6 @@ msgctxt "" msgid "y value" msgstr "y-Wert" -#. pNBpa -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3153224\n" -"help.text" -msgid "3" -msgstr "3" - -#. GCDq5 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3150475\n" -"help.text" -msgid "-5" -msgstr "-5" - -#. K4fiE -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3155367\n" -"help.text" -msgid "-3" -msgstr "-3" - -#. 8cSjP -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149783\n" -"help.text" -msgid "4" -msgstr "4" - -#. YQKPp -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3153181\n" -"help.text" -msgid "-2" -msgstr "-2" - -#. p5BEY -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3148429\n" -"help.text" -msgid "0" -msgstr "0" - -#. DT4EG -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3152588\n" -"help.text" -msgid "5" -msgstr "5" - -#. zqQWt -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3147483\n" -"help.text" -msgid "-1" -msgstr "-1" - -#. GsCZB -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3083443\n" -"help.text" -msgid "1" -msgstr "1" - -#. LyuFQ -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149826\n" -"help.text" -msgid "6" -msgstr "6" - -#. BfBEi -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3163820\n" -"help.text" -msgid "0" -msgstr "0" - -#. 2pfGT -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3154816\n" -"help.text" -msgid "3" -msgstr "3" - -#. 4idBB -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149276\n" -"help.text" -msgid "7" -msgstr "7" - -#. wUKtq -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149267\n" -"help.text" -msgid "2" -msgstr "2" - -#. hyKxt -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3156310\n" -"help.text" -msgid "4" -msgstr "4" - -#. 8HMk6 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3154639\n" -"help.text" -msgid "8" -msgstr "8" - -#. Ec6AG -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3145205\n" -"help.text" -msgid "4" -msgstr "4" - -#. FnpA8 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3153276\n" -"help.text" -msgid "6" -msgstr "6" - -#. ee6VB -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3150756\n" -"help.text" -msgid "9" -msgstr "9" - -#. EM3Gs -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3156095\n" -"help.text" -msgid "6" -msgstr "6" - -#. oFf2A -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3152929\n" -"help.text" -msgid "8" -msgstr "8" - #. BbE8F #: 04060108.xhp msgctxt "" @@ -20041,14 +19834,14 @@ msgctxt "" msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked." msgstr "<item type=\"input\">=HYPERLINK(\"http://www.beispiel.org\";\"Hier klicken\")</item> zeigt in der Zelle den Text \"Hier klicken\" an und führt den Hyperlink http://www.beispiel.org aus, wenn auf diesen geklickt wird." -#. 6vtR6 +#. nBEGH #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id0907200912224534\n" "help.text" -msgid "=HYPERLINK(\"http://www.example.org\";12345) displays the number 12345 and executes the hyperlink http://www.example.org when clicked." -msgstr "=HYPERLINK(\"http://www.beispiel.org\";12345) zeigt die Zahl 12345 an, und führt den Hyperlink http://www.beispiel.org aus, wenn auf diesen geklickt wird." +msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";12345)</item> displays the number 12345 and executes the hyperlink http://www.example.org when clicked." +msgstr "" #. GFCwJ #: 04060109.xhp @@ -30877,14 +30670,14 @@ msgctxt "" msgid "A security is purchased on 1999-02-15; the maturity date is 2007-11-15. The nominal rate of interest is 5.75%. The yield is 6.5%. The redemption value is 100 currency units. Interest is paid half-yearly (frequency is 2). With calculation on basis 0, the price is as follows:" msgstr "Ein Wertpapier wird am 15.2.1999 gekauft; der Fälligkeitstermin ist der 15.11.2007. Der Nominalzinssatz beträgt 5,75 %. Die Rendite beträgt 6,5 %. Der Rückzahlungswert beträgt 100 Währungseinheiten. Die Zinszahlung erfolgt halbjährlich (Häufigkeit = 2). Mit Basis 0 wird der Kurs wie folgt berechnet:" -#. SGB87 +#. mvRnh #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3147273\n" "help.text" -msgid "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287." -msgstr "=KURS(\"15.2.1999\"; \"15.11.2007\"; 0,0575; 0,065; 100; 2; 0) ergibt 95,04287." +msgid "<input>=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0)</input> returns 95.04287." +msgstr "" #. sQGxa #: 04060119.xhp @@ -30967,14 +30760,14 @@ msgctxt "" msgid "A security is purchased on 1999-02-15; the maturity date is 1999-03-01. Discount in per cent is 5.25%. The redemption value is 100. When calculating on basis 2 the price discount is as follows:" msgstr "Ein Wertpapier wird am 15.2.1999 gekauft; der Fälligkeitstermin ist der 1.3.1999. Das Disagio beträgt 5,25 %. Der Rückzahlungswert ist 100. Mit Basis 2 wird das Disagio wie folgt berechnet:" -#. zWwmn +#. ZeFG7 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3151178\n" "help.text" -msgid "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) returns 99.79583." -msgstr "=KURSDISAGIO(\"15.2.1999\"; \"1.3.1999\"; 0,0525; 100) ergibt 99,79583." +msgid "<input>=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2)</input> returns 99.79583." +msgstr "" #. hbGNH #: 04060119.xhp @@ -31075,32 +30868,32 @@ msgctxt "" msgid "The price is calculated as follows:" msgstr "Der Kurs berechnet sich wie folgt:" -#. ed6RY +#. fi4NY #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3158409\n" "help.text" -msgid "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) returns 99.98449888." -msgstr "=KURSFÄLLIG(\"15.2.1999\";\"13.4.1999\";\"11.11.1998\"; 0,061; 0,061;0) ergibt 99,98449888." +msgid "<input>=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0)</input> returns 99.98449888." +msgstr "" -#. crj7S +#. GAN7n #: 04060119.xhp msgctxt "" "04060119.xhp\n" "bm_id3148448\n" "help.text" -msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>DURATION function</bookmark_value>" -msgstr "<bookmark_value>Berechnen; Laufzeiten</bookmark_value><bookmark_value>Laufzeiten; berechnen</bookmark_value><bookmark_value>LAUFZEIT (Funktion)</bookmark_value>" +msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>PDURATION function</bookmark_value>" +msgstr "" -#. HUEcU +#. EjWXp #: 04060119.xhp msgctxt "" "04060119.xhp\n" "hd_id3148448\n" "help.text" -msgid "DURATION" -msgstr "LAUFZEIT" +msgid "PDURATION" +msgstr "" #. mQkqy #: 04060119.xhp @@ -31111,14 +30904,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Calculates the number of periods required by an investment to attain the desired value.</ahelp>" msgstr "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Berechnet die Anzahl der Perioden (Zahlungszeiträume), die erforderlich sind, damit eine Investition den gewünschten Wert erreicht.</ahelp>" -#. brSXj +#. wLSMC #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3148933\n" "help.text" -msgid "DURATION(Rate; PV; FV)" -msgstr "LAUFZEIT(Zins; BW; ZW)" +msgid "PDURATION(Rate; PV; FV)" +msgstr "" #. Rzxhq #: 04060119.xhp @@ -31327,14 +31120,14 @@ msgctxt "" msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The nominal rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the modified duration?" msgstr "Ein Wertpapier wird am 1.1.2001 gekauft; der Fälligkeitstermin ist der 1.1.2006. Der Nominalzinssatz beträgt 8 %. Die Rendite beträgt 9,0 %. Die Zinszahlung erfolgt halbjährlich (Häufigkeit = 2). Wie lang ist die modifizierte Laufzeit bei taggenauer Berechnung (Basis 3)?" -#. uvE3L +#. PWSr2 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3145378\n" "help.text" -msgid "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) returns 4.02 years." -msgstr "=MDURATION(\"1.1.2001\"; \"1.1.2006\"; 0,08; 0,09; 2; 3) ergibt 4,02 Jahre." +msgid "<input>=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3)</input> returns 4.02 years." +msgstr "" #. BrDKP #: 04060119.xhp @@ -31876,14 +31669,14 @@ msgctxt "" msgid "A security is purchased on 1999-02-15. It matures on 2007-11-15. The rate of interest is 5.75%. The price is 95.04287 currency units per 100 units of par value, the redemption value is 100 units. Interest is paid half-yearly (frequency = 2) and the basis is 0. How high is the yield?" msgstr "Ein Wertpapier wird am 15.2.1999 gekauft. Der Fälligkeitstermin ist der 15.11.2007. Der Zinssatz beträgt 5,75 %. Der Kurs entspricht 95,04287 Währungseinheiten pro 100 Einheiten des Nennwerts, der Rückzahlungswert beträgt 100 Einheiten. Die Zinszahlung erfolgt halbjährlich (Häufigkeit = 2) und die Basis ist 0. Wie hoch ist die Rendite?" -#. UfrLb +#. iewbU #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3154194\n" "help.text" -msgid "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) returns 0.065 or 6.50 per cent." -msgstr "=RENDITE(\"15.2.1999\"; \"15.11.2007\"; 0,0575 ;95,04287; 100; 2; 0) ergibt 0,065 oder 6,50 Prozent." +msgid "<input>=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0)</input> returns 0.065 or 6.50 per cent." +msgstr "" #. AeJmf #: 04060119.xhp @@ -31966,14 +31759,14 @@ msgctxt "" msgid "A non-interest-bearing security is purchased on 1999-02-15. It matures on 1999-03-01. The price is 99.795 currency units per 100 units of par value, the redemption value is 100 units. The basis is 2. How high is the yield?" msgstr "Ein unverzinsliches Wertpapier wird am 15.2.1999 gekauft. Der Fälligkeitstermin ist der 1.3.1999. Der Kurs entspricht 99,795 Währungseinheiten pro 100 Einheiten des Nennwerts, der Rückzahlungswert beträgt 100 Einheiten. Die Basis ist 2. Wie hoch ist die Rendite?" -#. 7YN9G +#. DMev8 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3155187\n" "help.text" -msgid "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) returns 0.052823 or 5.2823 per cent." -msgstr "=RENDITEDIS(\"15.2.1999\"; \"1.3.1999\"; 99,795; 100; 2) ergibt 0,052823 oder 5,2823 Prozent." +msgid "<input>=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2)</input> returns 0.052823 or 5.2823 per cent." +msgstr "" #. 5mbhE #: 04060119.xhp @@ -32065,14 +31858,14 @@ msgctxt "" msgid "A security is purchased on 1999-03-15. It matures on 1999-11-03. The issue date was 1998-11-08. The rate of interest is 6.25%, the price is 100.0123 units. The basis is 0. How high is the yield?" msgstr "Ein Wertpapier wird am 15.3.1999 gekauft. Der Fälligkeitstermin ist der 3.11.1999. Das Ausgabedatum ist der 8.11.1998. Der Zinssatz beträgt 6,25 %, der Kurs entspricht 100,0123 Einheiten. Die Basis ist 0. Wie hoch ist die Rendite?" -#. EgFWh +#. DswXC #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3155311\n" "help.text" -msgid "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) returns 0.060954 or 6.0954 per cent." -msgstr "=RENDITEFÄLL(\"15.3.1999\"; \"3.11.1999\"; \"8.11.1998\"; 0,0625; 100,0123; 0) ergibt 0,060954 oder 6,0954 Prozent." +msgid "<input>=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0)</input> returns 0.060954 or 6.0954 per cent." +msgstr "" #. 2ZC4E #: 04060119.xhp @@ -32254,14 +32047,14 @@ msgctxt "" msgid "The return on the treasury bill corresponding to a security is worked out as follows:" msgstr "Die einem Wertpapier entsprechende Verzinsung des Schatzwechsels ergibt sich wie folgt:" -#. PGMJB +#. QzDeZ #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3154382\n" "help.text" -msgid "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent." -msgstr "=TBILLÄQUIV(\"31.3.1999\";\"1.6.1999\"; 0,0914) ergibt 0,094151 oder 9,4151 Prozent." +msgid "<input>=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914)</input> returns 0.094151 or 9.4151 per cent." +msgstr "" #. zcFRa #: 04060119.xhp @@ -32344,14 +32137,14 @@ msgctxt "" msgid "The price of the treasury bill is worked out as follows:" msgstr "Der Kurs des Schatzwechsels ergibt sich wie folgt:" -#. 2oCRv +#. VfuXC #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3154592\n" "help.text" -msgid "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) returns 98.45." -msgstr "=TBILLKURS(\"31.3.1999\"; \"1.6.1999\"; 0,09) ergibt 98,45." +msgid "<input>=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09)</input> returns 98.45." +msgstr "" #. yEHpt #: 04060119.xhp @@ -32434,14 +32227,14 @@ msgctxt "" msgid "The yield of the treasury bill is worked out as follows:" msgstr "Die Rendite des Schatzwechsels ergibt sich wie folgt:" -#. vwDmA +#. CrxD8 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3148528\n" "help.text" -msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent." -msgstr "=TBILLRENDITE(\"31.3.1999\";\"1.6.1999\"; 98,45) ergibt 0,091417 oder 9,1417 Prozent." +msgid "<input>=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45)</input> returns 0.091417 or 9.1417 per cent." +msgstr "" #. NF5nu #: 04060119.xhp @@ -44350,14 +44143,14 @@ msgctxt "" msgid "Insert Function into calculation sheet" msgstr "Funktion in Tabelle einfügen" -#. 7J4VW +#. UPFoX #: 04080000.xhp msgctxt "" "04080000.xhp\n" "par_id3150043\n" "help.text" -msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\"><alt id=\"alt_id3159267\">Icon</alt></image>" -msgstr "<image id=\"img_id3159267\" src=\"sc/res/fx.png\"><alt id=\"alt_id3159267\">Symbol</alt></image>" +msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159267\">Icon Insert Function</alt></image>" +msgstr "" #. 4Hfgb #: 04080000.xhp @@ -46177,14 +45970,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays the list of the available Cell Styles for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirect cell formatting\">indirect cell formatting</link>.</ahelp>" msgstr "<ahelp hid=\".\">Zeigt die Liste der verfügbaren Zellvorlagen für die <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirekte Zellformatierung\">indirekte Zellformatierung</link> an.</ahelp>" -#. vDDA3 +#. JcMEc #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3150751\n" "help.text" -msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\"><alt id=\"alt_id3153714\">Icon</alt></image>" -msgstr "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\"><alt id=\"alt_id3153714\">Symbol</alt></image>" +msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153714\">Icon Cell Styles</alt></image>" +msgstr "" #. HKD2C #: 05100000.xhp @@ -46213,14 +46006,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays the Page Styles available for indirect page formatting.</ahelp>" msgstr "<ahelp hid=\".\">Zeigt die für die indirekte Seitenformatierung verfügbaren Seitenvorlagen an.</ahelp>" -#. oCa5C +#. cM9f4 #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3159100\n" "help.text" -msgid "<image id=\"img_id3149814\" src=\"sw/res/sf04.png\"><alt id=\"alt_id3149814\">Icon</alt></image>" -msgstr "<image id=\"img_id3149814\" src=\"sw/res/sf04.png\"><alt id=\"alt_id3149814\">Symbol</alt></image>" +msgid "<image id=\"img_id3149814\" src=\"sw/res/sf04.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149814\">Icon Page Styles</alt></image>" +msgstr "" #. BnFvb #: 05100000.xhp @@ -46249,14 +46042,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Turns the Fill Format mode on and off. Use the paint can to assign the Style selected in the Styles window.</ahelp>" msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Schaltet den Gießkannenmodus ein und aus. Mit dem Gießkannenmodus wenden Sie die in den Formatvorlagen ausgewählte Vorlage an.</ahelp>" -#. JM3as +#. ChsD7 #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3155087\n" "help.text" -msgid "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3153068\">Icon</alt></image>" -msgstr "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3153068\">Symbol</alt></image>" +msgid "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153068\">Icon Fill Format Mode</alt></image>" +msgstr "" #. TEEFF #: 05100000.xhp @@ -46330,14 +46123,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_NEWBYEXAMPLE\">Creates a new style based on the formatting of a selected object.</ahelp> Assign a name for the style in the <link href=\"text/shared/01/05140100.xhp\" name=\"Create Style\">Create Style</link> dialog." msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_NEWBYEXAMPLE\">Erstellt auf Grundlage der Formatierung eines ausgewählten Objekts eine neue Formatvorlage.</ahelp> Weisen Sie der Formatvorlage im Dialog <link href=\"text/shared/01/05140100.xhp\" name=\"Vorlage erzeugen\">Vorlage erzeugen</link> einen Namen zu." -#. AGMAe +#. T967y #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3150050\n" "help.text" -msgid "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3154649\">Icon</alt></image>" -msgstr "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3154649\">Symbol</alt></image>" +msgid "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154649\">Icon New Style from Selection</alt></image>" +msgstr "" #. aE4gp #: 05100000.xhp @@ -46366,14 +46159,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles window with the current formatting of the selected object.</ahelp>" msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE\">Aktualisiert die in den Formatvorlagen ausgewählte Vorlage auf Grundlage der aktuellen Formatierung des ausgewählten Objekts.</ahelp>" -#. 5cyG3 +#. F3Lph #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3145118\n" "help.text" -msgid "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\"><alt id=\"alt_id3155754\">Icon</alt></image>" -msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\"><alt id=\"alt_id3155754\">Symbol</alt></image>" +msgid "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155754\">Icon Update Style</alt></image>" +msgstr "" #. AbPzG #: 05100000.xhp @@ -51190,14 +50983,14 @@ msgctxt "" msgid "Select Source" msgstr "Quelle auswählen" -#. 9ePQP +#. tbA55 #: 12090100.xhp msgctxt "" "12090100.xhp\n" "hd_id3153663\n" "help.text" -msgid "Select Source" -msgstr "Quelle auswählen" +msgid "<link href=\"text/scalc/01/12090100.xhp\" name=\"Pivot Table - Select Source\">Pivot Table - Select Source</link>" +msgstr "" #. JCesq #: 12090100.xhp @@ -58741,15 +58534,6 @@ msgctxt "" msgid "<item type=\"input\">=HOUR(C4)</item> returns 17 if the contents of C4 = <item type=\"input\">17:20:00</item>." msgstr "<item type=\"input\">=STUNDE(C4)</item> ergibt 17, wenn Inhalt von C4 = <item type=\"input\">17:20:00</item>." -#. aYfHQ -#: func_hour.xhp -msgctxt "" -"func_hour.xhp\n" -"par_id3154188\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>." -msgstr "<link href=\"text/scalc/01/04060102.xhp\" name=\"JAHR\">JAHR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"JETZT\">JETZT</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONAT\">MONAT</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"TAG\">TAG</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WOCHENTAG\">WOCHENTAG</link>." - #. DiCWs #: func_ifs.xhp msgctxt "" @@ -59020,6 +58804,15 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcosh_des\">Returns the hyperbolic cosine of a complex number.</variable> The hyperbolic cosine of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imcosh_des\">Ergibt den Kosinus Hyperbolicus einer komplexen Zahl.</variable> Der Kosinus Hyperbolicus einer komplexen Zahl kann ausgedrückt werden als:</ahelp>" +#. cawEM +#: func_imcosh.xhp +msgctxt "" +"func_imcosh.xhp\n" +"par_id24939266285933\n" +"help.text" +msgid "<image src=\"media/helpimg/sc_func_imcosh.svg\" id=\"img_id211575078735993\" width=\"464.56109px\" height=\"31.5px\"><alt id=\"alt_id401575078735994\">IMCOSH equation</alt></image>" +msgstr "" + #. neXB8 #: func_imcosh.xhp msgctxt "" @@ -59092,14 +58885,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcot_des\">Returns the cotangent of a complex number.</variable> The cotangent of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imcot_des\">Ergibt den Kotangens einer komplexen Zahl.</variable> Der Kotangens einer komplexen Zahl kann ausgedrückt werden als:</ahelp>" -#. ofv76 +#. cdma2 #: func_imcot.xhp msgctxt "" "func_imcot.xhp\n" "par_id311713256011430\n" "help.text" -msgid "<image id=\"img_id5988220084990\" src=\"media/helpimg/sc_func_imcot.png\"><alt id=\"alt_id5988220084990\">cot(a+bi)=cos(a+bi)/sin(a+bi)</alt></image>" -msgstr "<image id=\"img_id5988220084990\" src=\"media/helpimg/sc_func_imcot.png\"><alt id=\"alt_id5988220084990\">cot(a+bi)=cos(a+bi)/sin(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imcot.svg\" id=\"img_id211575078735993\" width=\"258.56943px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMCOT equation</alt></image>" +msgstr "" #. z7EtV #: func_imcot.xhp @@ -59173,14 +58966,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcsc_des\">Returns the cosecant of a complex number. </variable> The cosecant of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imcsc_des\">Ergibt den Kosekans einer komplexen Zahl.</variable> Der Kosekans einer komplexen Zahl kann ausgedrückt werden als:</ahelp>" -#. Jd8pB +#. 9P8Xq #: func_imcsc.xhp msgctxt "" "func_imcsc.xhp\n" "par_id13510198901485\n" "help.text" -msgid "<image id=\"img_id24404683532568\" src=\"media/helpimg/sc_func_imcsc.png\"><alt id=\"alt_id148492012231637\">csc(a+bi)=1/sin(a+bi)</alt></image>" -msgstr "<image id=\"img_id24404683532568\" src=\"media/helpimg/sc_func_imcsc.png\"><alt id=\"alt_id148492012231637\">cosec(a+bi)=1/sin(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imcsc.svg\" id=\"img_id211575078735993\" width=\"594.60278px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMCSC equation</alt></image>" +msgstr "" #. jBzZA #: func_imcsc.xhp @@ -59254,14 +59047,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcsch_des\">Returns the hyperbolic cosecant of a complex number.</variable> The hyperbolic cosecant of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imcsch_des\">Ergibt den Kosekans Hyperbolicus einer komplexen Zahl.</variable> Der Kosekans Hyperbolicus einer komplexen Zahl kann ausgedrückt werden als:</ahelp>" -#. PPDq3 +#. VWFPK #: func_imcsch.xhp msgctxt "" "func_imcsch.xhp\n" "par_id195151657917534\n" "help.text" -msgid "<image id=\"img_id23513691929169\" src=\"media/helpimg/sc_func_imcsch.png\"><alt id=\"alt_id313882186926700\">csch(a+bi)=1/sinh(a+bi)</alt></image>" -msgstr "<image id=\"img_id23513691929169\" src=\"media/helpimg/sc_func_imcsch.png\"><alt id=\"alt_id313882186926700\">cosech(a+bi)=1/sinh(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imcsch.svg\" id=\"img_id211575078735993\" width=\"619.60278px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMCSCH equation</alt></image>" +msgstr "" #. ndjhY #: func_imcsch.xhp @@ -59335,14 +59128,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsec_des\">Returns the secant of a complex number. </variable> The secant of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imsec_des\">Ergibt den Sekans einer komplexen Zahl.</variable> Der Sekans einer komplexen Zahl kann ausgedrückt werden als:</ahelp>" -#. oFCsQ +#. gbjYF #: func_imsec.xhp msgctxt "" "func_imsec.xhp\n" "par_id17543461310594\n" "help.text" -msgid "<image id=\"img_id112671346811327\" src=\"media/helpimg/sc_func_imsec.png\"><alt id=\"alt_id303562937523579\">sec(a+bi)=1/cos(a+bi)</alt></image>" -msgstr "<image id=\"img_id112671346811327\" src=\"media/helpimg/sc_func_imsec.png\"><alt id=\"alt_id303562937523579\">sec(a+bi)=1/cos(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imsec.svg\" id=\"img_id211575078735993\" width=\"599.10275px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMSEC equation</alt></image>" +msgstr "" #. CEucF #: func_imsec.xhp @@ -59416,14 +59209,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsech_des\">Returns the hyperbolic secant of a complex number. </variable> The hyperbolic secant of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imsech_des\">Ergibt den Sekans Hyperbolicus einer komplexen Zahl.</variable> Der Sekans Hyperbolicus kann ausgedrückt werden als:</ahelp>" -#. kCU6F +#. ymrxb #: func_imsech.xhp msgctxt "" "func_imsech.xhp\n" "par_id74572850718840\n" "help.text" -msgid "<image id=\"img_id8983315386682\" src=\"media/helpimg/sc_func_imsech.png\"><alt id=\"alt_id9157586510683\">sech(a+bi)=1/cosh(a+bi)</alt></image>" -msgstr "<image id=\"img_id8983315386682\" src=\"media/helpimg/sc_func_imsech.png\"><alt id=\"alt_id9157586510683\">sech(a+bi)=1/cosh(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imsech.svg\" id=\"img_id211575078735993\" width=\"624.10275px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMSECH equation</alt></image>" +msgstr "" #. Rqker #: func_imsech.xhp @@ -59497,14 +59290,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsin_des\">Returns the sine of a complex number. </variable> The sine of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imsin_des\">Ergibt den Sinus einer komplexen Zahl.</variable> Der Sinus einer komplexen Zahl kann ausgedrückt werden als:</ahelp>" -#. ZXSse +#. 5FyPJ #: func_imsin.xhp msgctxt "" "func_imsin.xhp\n" "par_id3189460120934\n" "help.text" -msgid "sin(a+bi)=sin(a)cosh(b)+cos(a)sinh(b)i" -msgstr "sin(a+bi)=sin(a)cosh(b)+cos(a)sinh(b)i" +msgid "<image src=\"media/helpimg/sc_func_imsin.svg\" id=\"img_id211575078735993\" width=\"447.2611px\" height=\"31.5px\"><alt id=\"alt_id401575078735994\">IMSIN equation</alt></image>" +msgstr "" #. tcmGA #: func_imsin.xhp @@ -59578,14 +59371,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsinh_des\">Returns the hyperbolic sine of a complex number.</variable> The hyperbolic sine of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imsinh_des\">Ergibt den Sinus Hyperbolicus einer komplexen Zahl.</variable> Der Sinus Hyperbolicus einer komplexen Zahl kann ausgedrückt werden als:</ahelp>" -#. eAYir +#. ZDbJS #: func_imsinh.xhp msgctxt "" "func_imsinh.xhp\n" "par_id3189460120934\n" "help.text" -msgid "sinh(a+bi)=sinh(a)cos(b)+cosh(a)sin(b)i" -msgstr "sinh(a+bi)=sinh(a)cos(b)+cosh(a)sin(b)i" +msgid "<image src=\"media/helpimg/sc_func_imsinh.svg\" id=\"img_id211575078735993\" width=\"459.7611px\" height=\"31.5px\"><alt id=\"alt_id401575078735994\">IMSINH equation</alt></image>" +msgstr "" #. CM4Gy #: func_imsinh.xhp @@ -59659,14 +59452,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imtan_des\">Returns the tangent of a complex number.</variable> The tangent of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imtan_des\">Ergibt den Tangens einer komplexen Zahl.</variable> Der Tangens einer komplexen Zahl kann ausgedrückt werden als:</ahelp>" -#. CNTVt +#. mdUUP #: func_imtan.xhp msgctxt "" "func_imtan.xhp\n" "par_id25021317131239\n" "help.text" -msgid "<image id=\"img_id16283275473700\" src=\"media/helpimg/sc_func_imtan.png\"><alt id=\"alt_id676711494402\">tan(a+bi)=sin(a+bi)/cos(a+bi)</alt></image>" -msgstr "<image id=\"img_id16283275473700\" src=\"media/helpimg/sc_func_imtan.png\"><alt id=\"alt_id676711494402\">tan(a+bi)=sin(a+bi)/cos(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imtan.svg\" id=\"img_id211575078735993\" width=\"597.80275px\" height=\"59.5625px\"><alt id=\"alt_id401575078735994\">IMTAN equation</alt></image>" +msgstr "" #. 7QtEG #: func_imtan.xhp @@ -60424,15 +60217,6 @@ msgctxt "" msgid "<item type=\"input\">=NETWORKDAYS.INTL(C3;D3)</item> gives 22 working days." msgstr "<item type=\"input\">=NETTOARBEITSTAGE.INTL(C3;D3)</item> gibt 22 Arbeitstage zurück." -#. EVv5k -#: func_networkdays.intl.xhp -msgctxt "" -"func_networkdays.intl.xhp\n" -"par_id23102016225717242\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>" -msgstr "<link href=\"text/scalc/01/04060102.xhp\">Datumsfunktionen</link>" - #. winzV #: func_networkdays.xhp msgctxt "" @@ -60442,14 +60226,14 @@ msgctxt "" msgid "NETWORKDAYS" msgstr "NETTOARBEITSTAGE" -#. 7srBV +#. v4yGQ #: func_networkdays.xhp msgctxt "" "func_networkdays.xhp\n" "bm_id3151254\n" "help.text" -msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>" -msgstr "<bookmark_value>NETTOARBEITSTAGE (Funktion)</bookmark_value>" +msgid "<bookmark_value>NETWORKDAYS function</bookmark_value> <bookmark_value>NETWORKDAYS_EXCEL2003 function</bookmark_value>" +msgstr "" #. HzF8v #: func_networkdays.xhp @@ -60550,15 +60334,6 @@ msgctxt "" msgid "<item type=\"input\">=NETWORKDAYS(DATE(2016;9;12); DATE(2016;9;25); ; {1;0;0;0;1;1;1})</item> returns 6 workdays." msgstr "<item type=\"input\">=NETTOARBEITSTAGE(DATUM(2016;9;12);DATUM(2016;9;25);;{1;0;0;0;1;1;1})</item> ergibt 6 Arbeitstage." -#. MpfGY -#: func_networkdays.xhp -msgctxt "" -"func_networkdays.xhp\n" -"par_id23102016225717242\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>" -msgstr "<link href=\"text/scalc/01/04060102.xhp\">Datumsfunktionen</link>" - #. HCN8H #: func_now.xhp msgctxt "" @@ -60712,6 +60487,591 @@ msgctxt "" msgid "<item type=\"input\">=NUMBERVALUE(\"123.456\";\".\";\",\")</item> yields 123.456" msgstr "<item type=\"input\">=ZAHLWERT(\"123,456\";\",\";\".\")</item> ergibt 123,456" +#. EJhfD +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"tit\n" +"help.text" +msgid "Function OPT_BARRIER" +msgstr "" + +#. 4HRGX +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"bm_id511575065323638\n" +"help.text" +msgid "<bookmark_value>OPT_BARRIER function</bookmark_value>" +msgstr "" + +#. KrCYn +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"hd_id241575063871994\n" +"help.text" +msgid "<variable id=\"optbrarrierh1\"><link href=\"text/scalc/01/func_opt_barrier.xhp\" name=\"OPT_BARRIER\">OPT_BARRIER</link></variable>" +msgstr "" + +#. uFKBs +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id121575063871995\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the pricing for a barrier option, calculated using the Black-Scholes option pricing model.</ahelp></variable>" +msgstr "" + +#. FxbGq +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id371575067051846\n" +"help.text" +msgid "OPT_BARRIER(Spot; Volatility; Rate; Foreign Rate; Maturity; Strike; LowerBarrier; UpperBarrier; Rebate; PutCall; InOut; BarrierMonitoring; Greek)" +msgstr "" + +#. XEMff +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id681575073426941\n" +"help.text" +msgid "<emph>Strike</emph> is the strike price of the option and should be non-negative." +msgstr "" + +#. 8tgWG +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id671575073495724\n" +"help.text" +msgid "<emph>Rebate</emph> is the amount of money to be paid at maturity if the barrier is hit." +msgstr "" + +#. uAzky +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id691575073511191\n" +"help.text" +msgid "<variable id=\"optputcall\"><emph>Put or Call</emph> is a string that defines whether the option is a put (“p”) or a call (“c”).</variable>" +msgstr "" + +#. PdCJb +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id651575073773761\n" +"help.text" +msgid "<input>=OPT_BARRIER(30;0.2;0.06;0;1;40;25;0;0;\"c\";\"o\";\"c\")</input> returns the value 0.4243." +msgstr "" + +#. ABVQH +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id401575073777593\n" +"help.text" +msgid "<input>=OPT_BARRIER(50;0.4;0.05;0;0.5;65;0;80;0;\"p\";\"o\";\"c\";\"e\")</input> returns the value 10.1585." +msgstr "" + +#. HWhRY +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"tit\n" +"help.text" +msgid "Function OPT_PROB_HIT" +msgstr "" + +#. 5Naq2 +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"bm_id961575074485125\n" +"help.text" +msgid "<bookmark_value>OPT_PROB_HIT function</bookmark_value>" +msgstr "" + +#. jn8fF +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"hd_id71575063908363\n" +"help.text" +msgid "<variable id=\"optprobhith1\"><link href=\"text/scalc/01/func_opt_prob_hit.xhp\" name=\"OPT_PROB_HIT\">OPT_PROB_HIT</link></variable>" +msgstr "" + +#. fWecm +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id591575063908364\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the probability that an asset hits a predetermined barrier price, assuming that the stock price can be modeled as a process S that follows the stochastic differential equation</ahelp></variable>, as follows." +msgstr "" + +#. ZJBj2 +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id21575078735992\n" +"help.text" +msgid "<image src=\"media/helpimg/sc_func_opt01.svg\" id=\"img_id211575078735993\" width=\"197.38334px\" height=\"51.2125px\"><alt id=\"alt_id401575078735994\">OPT_PROB_HIT equation</alt></image>" +msgstr "" + +#. FnaCP +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id821575074114118\n" +"help.text" +msgid "<literal>µ</literal> is the asset’s percentage drift, <literal>vol</literal> is the percentage volatility of the stock, and <literal>dW</literal> is a random sample drawn from a normal distribution with a zero mean. <literal>W</literal> is a Wiener process or Brownian motion." +msgstr "" + +#. 9NRxu +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id211575074192954\n" +"help.text" +msgid "OPT_PROB_HIT(Spot; Volatility; Drift; Maturity; LowerBarrier; UpperBarrier)" +msgstr "" + +#. XaA8K +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id901575074339820\n" +"help.text" +msgid "<variable id=\"optdrift\"><emph>Drift</emph> is the annual stock price percentage drift rate (µ in the above formula). The value is expressed as a decimal (for example, enter 15% as 0.15).</variable>" +msgstr "" + +#. 6yrWk +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id681575073426941\n" +"help.text" +msgid "<variable id=\"optstrike\"><emph>Strike</emph> is the strike price of the option and should be non-negative.</variable>" +msgstr "" + +#. mHW3F +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id971575074431070\n" +"help.text" +msgid "<input>=OPT_PROB_HIT(30;0.2;0.3;1;0;40)</input> returns the value 0.6119." +msgstr "" + +#. 3EshE +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id171575074434932\n" +"help.text" +msgid "<input>=OPT_PROB_HIT(70;0.3;0.1;0.5;60;0)</input> returns the value 0.4239." +msgstr "" + +#. RFprF +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"tit\n" +"help.text" +msgid "Function OPT_PROB_INMONEY" +msgstr "" + +#. QQBrZ +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"bm_id961575065633373\n" +"help.text" +msgid "<bookmark_value>OPT_PROB_INMONEY function</bookmark_value>" +msgstr "" + +#. kMBbw +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"hd_id941575063929082\n" +"help.text" +msgid "<variable id=\"optprobinmoneyh1\"><link href=\"text/scalc/01/func_opt_prob_inmoney.xhp\" name=\"OPT_PROB_INMONEY\">OPT_PROB_INMONEY</link></variable>" +msgstr "" + +#. QDryb +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id941575063929083\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the probability that an asset will end up between two barrier levels at maturity, assuming that the stock price can be modeled as a process S that follows the stochastic differential equation</ahelp></variable>, as follows." +msgstr "" + +#. 2GJsA +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id21575078735992\n" +"help.text" +msgid "<image src=\"media/helpimg/sc_func_opt01.svg\" id=\"img_id211575078735993\" width=\"197.38334px\" height=\"51.2125px\"><alt id=\"alt_id401575078735994\">OPT_PROB_INMONEY equation</alt></image>" +msgstr "" + +#. 7ja6D +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id941575074893788\n" +"help.text" +msgid "<literal>µ</literal> is the asset’s percentage drift, <literal>vol</literal> is the percentage volatility of the stock, and <literal>dW</literal> is a random sample drawn from a normal distribution with a zero mean. <literal>W</literal> is a Wiener process or Brownian motion." +msgstr "" + +#. pMCin +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id241575075282150\n" +"help.text" +msgid "If the optional <emph>Strike</emph> and <emph>PutCall</emph> arguments are included, then" +msgstr "" + +#. vxxYT +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id931575075314553\n" +"help.text" +msgid "For a call option, the function returns the probability that the asset will end up between <emph>Strike</emph> and <emph>UpperBarrier</emph>." +msgstr "" + +#. UrAPw +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id531575075321659\n" +"help.text" +msgid "For a put option, the function returns the probability that the asset will end up between <emph>LowerBarrier</emph> and <emph>Strike</emph>." +msgstr "" + +#. 9VazP +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id191575075304900\n" +"help.text" +msgid "The function ignores the possibility of knock-out before maturity." +msgstr "" + +#. XTh5Y +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id761575075027094\n" +"help.text" +msgid "OPT_PROB_INMONEY(Spot; Volatility; Drift; Maturity; LowerBarrier; UpperBarrier; Strike; PutCall)" +msgstr "" + +#. mE6CG +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id601575074993334\n" +"help.text" +msgid "<input>=OPT_PROB_INMONEY(30;0.2;0.1;1;0;50)</input> returns the value 0.9844." +msgstr "" + +#. K7AED +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id261575074997216\n" +"help.text" +msgid "<input>=OPT_PROB_INMONEY(70;0.3;0.15;1;60;0;80;\"p\")</input> returns the value 0.3440." +msgstr "" + +#. muQEH +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"tit\n" +"help.text" +msgid "OPT_TOUCH" +msgstr "" + +#. r3Awi +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"bm_id951575065400504\n" +"help.text" +msgid "<bookmark_value>OPT_TOUCH function</bookmark_value>" +msgstr "" + +#. DBPBG +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"hd_id41575062825964\n" +"help.text" +msgid "<variable id=\"opttouchh1\"><link href=\"text/scalc/01/func_opt_touch.xhp\" name=\"function_opt_touch\">OPT_TOUCH</link></variable>" +msgstr "" + +#. HwW6c +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id531575062825965\n" +"help.text" +msgid "<ahelp hid=\".\">Returns the pricing of a touch / no-touch option, calculated using the Black-Scholes option pricing model.</ahelp>" +msgstr "" + +#. DE8qf +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id371575066515276\n" +"help.text" +msgid "For relevant background information, visit the <link href=\"https://en.wikipedia.org/wiki/Option_(finance)\" name=\"optionfinance\">Options (finance)</link> and <link href=\"https://en.wikipedia.org/wiki/Black–Scholes_model\" name=\"blackscholes\">Black-Scholes</link> model Wikipedia pages." +msgstr "" + +#. 29Wsy +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id571575080642652\n" +"help.text" +msgid "Further information about touch / no-touch options may be found on many financial websites." +msgstr "" + +#. pyway +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id151575063296819\n" +"help.text" +msgid "OPT_TOUCH(Spot; Volatility; Rate; ForeignRate; Maturity; LowerBarrier; UpperBarrier; ForeignDomestic; InOut; BarrierMonitoring; Greek)" +msgstr "" + +#. 6rD5u +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id321575066304659\n" +"help.text" +msgid "<variable id=\"optspot\"><emph>Spot</emph> is the price / value of the underlying asset and should be greater than 0.0.</variable>" +msgstr "" + +#. CoALG +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id31575066315078\n" +"help.text" +msgid "<variable id=\"optvolat\"><emph>Volatility</emph> is the annual percentage volatility of the underlying asset expressed as a decimal (for example, enter 30% as 0.3). The value should be greater than 0.0.</variable>" +msgstr "" + +#. iCEkw +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id681575066324254\n" +"help.text" +msgid "<variable id=\"optrate\"><emph>Rate</emph> is the continuously compounded interest rate. This is a percentage expressed as a decimal (for example, enter 40% as 0.4).</variable>" +msgstr "" + +#. eoG8E +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id71575066333773\n" +"help.text" +msgid "<variable id=\"optfrate\"><emph>ForeignRate</emph> is the continuously compounded foreign interest rate. This is a percentage expressed as a decimal (for example, enter 50% as 0.5).</variable>" +msgstr "" + +#. hzfJp +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id21575066338734\n" +"help.text" +msgid "<variable id=\"optmaturity\"><emph>Maturity</emph> is the time to maturity of the option, in years, and should be non-negative.</variable>" +msgstr "" + +#. Gksbz +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id671575066343182\n" +"help.text" +msgid "<variable id=\"optlowbar\"><emph>LowerBarrier</emph> is the predetermined lower barrier price; set to zero for no lower barrier.</variable>" +msgstr "" + +#. KDTDW +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id301575066347357\n" +"help.text" +msgid "<variable id=\"optupbar\"><emph>UpperBarrier</emph> is the predetermined upper barrier price; set to zero for no upper barrier.</variable>" +msgstr "" + +#. oVmg7 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id561575066355924\n" +"help.text" +msgid "<variable id=\"optdomestic\"><emph>ForeignDomestic</emph> is a string that defines whether the option pays domestic (“d”) or foreign (“f”) currency.</variable>" +msgstr "" + +#. zTRA2 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id251575066360596\n" +"help.text" +msgid "<variable id=\"optinout\"><emph>InOut</emph> is a string that defines whether the option is knock-in (“i”) or knock-out (“o”).</variable>" +msgstr "" + +#. AsXAj +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id861575066366861\n" +"help.text" +msgid "<variable id=\"optbarmon\"><emph>BarrierMonitoring</emph> is a string that defines whether the barrier is monitored continuously (“c”) or only at the end / maturity (“e”).</variable>" +msgstr "" + +#. xyF8R +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id721575066374340\n" +"help.text" +msgid "<emph>Greek</emph> (optional) is a string argument. If omitted or set to “value”, “v”, “price”, or “p”, then the function simply returns the option price. If another valid string is entered, the function returns price sensitivities (Greeks) to one of the input parameters. The valid options in this case are as follows." +msgstr "" + +#. NhW28 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id951575063536153\n" +"help.text" +msgid "“delta” or “d”." +msgstr "" + +#. DVKPe +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id361575063554232\n" +"help.text" +msgid "“gamma” or “g”." +msgstr "" + +#. mY7eD +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id961575063563017\n" +"help.text" +msgid "“theta” or “t”." +msgstr "" + +#. 7BNpN +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id971575063570632\n" +"help.text" +msgid "“vega” or “e”." +msgstr "" + +#. F4AQk +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id631575063580705\n" +"help.text" +msgid "“volga” or “o”." +msgstr "" + +#. DcBfK +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id981575063594505\n" +"help.text" +msgid "“vanna” or “a”." +msgstr "" + +#. vjCq4 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id191575063598656\n" +"help.text" +msgid "“rho” or “r”." +msgstr "" + +#. NGCqj +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id751575063602288\n" +"help.text" +msgid "“rhof” or “f”." +msgstr "" + +#. U7QqM +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id181575063666675\n" +"help.text" +msgid "<input>=OPT_TOUCH(50;0.25;0.05;0;1;0;55;\"d\";\"i\";\"c\")</input> returns the value 0.6876." +msgstr "" + +#. 8JFD4 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id811575063677250\n" +"help.text" +msgid "<input>=OPT_TOUCH(80;0.2;0.05;0;0.5;60;0;\"f\";\"o\";\"c\";\"r\")</input> returns the value 15.5516." +msgstr "" + +#. ychjG +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id121575125779535\n" +"help.text" +msgid "<link href=\"text/scalc/01/04060103.xhp\">Financial Functions Part One</link>" +msgstr "" + +#. aX7LC +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id251575125873714\n" +"help.text" +msgid "<link href=\"text/scalc/01/04060119.xhp\">Financial Functions Part Two</link>" +msgstr "" + +#. Q7SFh +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id191575125878595\n" +"help.text" +msgid "<link href=\"text/scalc/01/04060118.xhp\">Financial Functions Part Three</link>" +msgstr "" + #. zr5G3 #: func_rawsubtract.xhp msgctxt "" @@ -63205,15 +63565,6 @@ msgctxt "" msgid "<item type=\"input\">=WORKDAY.INTL(C3;D3)</item> gives the result: January 10, 2017." msgstr "<item type=\"input\">=ARBEITSTAG.INTL(C3;D3)</item> gibt 10. Januar 2017 zurück." -#. 4CAcU -#: func_workday.intl.xhp -msgctxt "" -"func_workday.intl.xhp\n" -"par_id23102016225717242\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>" -msgstr "<link href=\"text/scalc/01/04060102.xhp\">Datumsfunktionen</link>" - #. 5dvmu #: func_workday.xhp msgctxt "" @@ -63340,14 +63691,14 @@ msgctxt "" msgid "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>" msgstr "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">JAHR</link></variable>" -#. nEAhg +#. jfsgr #: func_year.xhp msgctxt "" "func_year.xhp\n" "par_id3147496\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the internal calculation rules.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_JAHR\">Ergibt das Jahr in Form einer Zahl auf Grundlage der internen Berechnungsregeln.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the <link href=\"text/scalc/01/04060102.xhp#datebase\" name=\"date calculation rules\">internal calculation rules</link>.</ahelp>" +msgstr "" #. 3SfLe #: func_year.xhp @@ -63394,6 +63745,15 @@ msgctxt "" msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991" msgstr "<item type=\"input\">=JAHR(33333,33)</item> ergibt 1991" +#. YXa5g +#: func_year.xhp +msgctxt "" +"func_year.xhp\n" +"par_id141577548861101\n" +"help.text" +msgid "<input>=YEAR(DATEVALUE('2010-09-28'))</input> returns 2010." +msgstr "" + #. kAjPe #: func_yearfrac.xhp msgctxt "" diff --git a/source/de/helpcontent2/source/text/scalc/02.po b/source/de/helpcontent2/source/text/scalc/02.po index 0fe89d540f6..183416c2c80 100644 --- a/source/de/helpcontent2/source/text/scalc/02.po +++ b/source/de/helpcontent2/source/text/scalc/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" "PO-Revision-Date: 2019-03-03 06:33+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1551594836.000000\n" +#. aSE5T #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Number format: Currency" msgstr "Zahlenformat: Währung" +#. qnxQS #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">Number format: Currency</link>" msgstr "<link href=\"text/scalc/02/02130000.xhp\" name=\"Zahlenformat: Währung\">Zahlenformat: Währung</link>" +#. mDBPb #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -40,14 +43,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Applies the default currency format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Wendet das Standardwährungsformat auf die ausgewählten Zellen an.</ahelp>" +#. 2nsBF #: 02130000.xhp msgctxt "" "02130000.xhp\n" "par_id3155267\n" "help.text" -msgid "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">Currency Number Format Icon</alt></image>" -msgstr "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">Symbol Währungsformat</alt></image>" +msgid "<image src=\"cmd/sc_currencyfield.svg\" id=\"img_id3159096\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159096\">Currency Number Format Icon</alt></image>" +msgstr "" +#. KBVhJ #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Number Format: Currency" msgstr "Zahlenformat: Währung" +#. CDopB #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>." msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Zellen... - Register: Zahlen\">Format - Zellen... - Register: Zahlen</link>." +#. fjGg6 #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Number format: Percent" msgstr "Zahlenformat: Prozent" +#. vpFDA #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">Number format: Percent</link>" msgstr "<link href=\"text/scalc/02/02140000.xhp\" name=\"Zahlenformat: Prozent\">Zahlenformat: Prozent</link>" +#. fzGGF #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -88,14 +97,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatPercent\">Applies the percentage format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatPercent\">Wendet das Prozentzahlenformat auf die ausgewählten Zellen an.</ahelp>" +#. AFCdX #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3153968\n" "help.text" -msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Icon</alt></image>" -msgstr "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Symbol</alt></image>" +msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150869\">Icon</alt></image>" +msgstr "" +#. CAFBw #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Number Format: Percent" msgstr "Zahlenformat: Prozent" +#. xrLA9 #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<bookmark_value>percentage calculations</bookmark_value>" msgstr "<bookmark_value>Prozentberechnungen</bookmark_value>" +#. Rwuzn #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "You can also enter a percentage sign (%) after a number in a cell:" msgstr "Sie können in den Zellen auch Prozentzeichen (%) hinter Zahlen setzen:" +#. LKtGp #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "1% corresponds to 0.01" msgstr "1 % entspricht 0,01" +#. CwAEt #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "1 + 16% corresponds to 116% or 1.16" msgstr "1 + 16% entspricht 116 % oder 1,16" +#. j7BsM #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "1%% corresponds to 0.0001" msgstr "1 %% entspricht 0,0001" +#. DA27s #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>" msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Zellen... - Register: Zahlen\">Format - Zellen... - Register: Zahlen</link>" +#. bX9GB #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Number format: Default" msgstr "Zahlenformat: Standard" +#. di5Pr #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02150000.xhp\" name=\"Number format: Default\">Number format: Default</link>" msgstr "<link href=\"text/scalc/02/02150000.xhp\" name=\"Zahlenformat: Standard\">Zahlenformat: Standard</link>" +#. CkVDA #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -176,14 +196,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Applies the default number format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Wendet das vorgegebene Zahlenformat auf die ausgewählten Zellen an.</ahelp>" +#. MpiW2 #: 02150000.xhp msgctxt "" "02150000.xhp\n" "par_id3155922\n" "help.text" -msgid "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_numberformatstandard.svg\" id=\"img_id3156024\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156024\">Icon Standard Format </alt></image>" +msgstr "" +#. 7xorF #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Number Format: Standard" msgstr "Zahlenformat: Standard" +#. JDEfG #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>." msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Zellen... - Register: Zahlen\">Format - Zellen... - Register: Zahlen</link>." +#. BhR4Z #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Number Format: Add Decimal Place" msgstr "Zahlenformat: Dezimalstelle hinzufügen" +#. VsEUD #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02160000.xhp\" name=\"Number Format: Add Decimal Place\">Number Format: Add Decimal Place</link>" msgstr "<link href=\"text/scalc/02/02160000.xhp\" name=\"Zahlenformat: Dezimalstelle hinzufügen\">Zahlenformat: Dezimalstelle hinzufügen</link>" +#. jhPg6 #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -224,14 +250,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatIncDecimals\">Adds one decimal place to the numbers in the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatIncDecimals\">Erweitert die Zahlen in den ausgewählten Zellen um eine Dezimalstelle.</ahelp>" +#. BuLUg #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3145787\n" "help.text" -msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Icon</alt></image>" -msgstr "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Symbol</alt></image>" +msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145271\">Icon Add Decimal Place</alt></image>" +msgstr "" +#. NDn3G #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Number Format: Add Decimal Place" msgstr "Zahlenformat: Dezimalstelle hinzufügen" +#. JGSHw #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "Number Format: Delete Decimal Place" msgstr "Zahlenformat: Dezimalstelle löschen" +#. ENVTM #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02170000.xhp\" name=\"Number Format: Delete Decimal Place\">Number Format: Delete Decimal Place</link>" msgstr "<link href=\"text/scalc/02/02170000.xhp\" name=\"Zahlenformat: Dezimalstelle löschen\">Zahlenformat: Dezimalstelle löschen</link>" +#. Eip8y #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -264,14 +295,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatDecDecimals\">Removes one decimal place from the numbers in the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatDecDecimals\">Kürzt die Zahlen in den ausgewählten Zellen um eine Dezimalstelle.</ahelp>" +#. FCfMZ #: 02170000.xhp msgctxt "" "02170000.xhp\n" "par_id3145173\n" "help.text" -msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Icon</alt></image>" -msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Symbol</alt></image>" +msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153192\">Icon Delete Decimal Place</alt></image>" +msgstr "" +#. xCuwp #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -280,14 +313,16 @@ msgctxt "" msgid "Number Format: Delete Decimal Place" msgstr "Zahlenformat: Dezimalstelle löschen" +#. 89BHV #: 06010000.xhp msgctxt "" "06010000.xhp\n" "tit\n" "help.text" -msgid "Sheet Area" -msgstr "Tabellenbereich" +msgid "Name Box" +msgstr "" +#. JJA9o #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; sheet area names</bookmark_value><bookmark_value>sheet area names</bookmark_value><bookmark_value>showing; cell references</bookmark_value><bookmark_value>cell references; showing</bookmark_value>" msgstr "<bookmark_value>Rechenleiste; Zellbereiche</bookmark_value><bookmark_value>Zellbereiche</bookmark_value><bookmark_value>Anzeigen; Zellbezüge</bookmark_value><bookmark_value>Zellbezüge; anzeigen</bookmark_value>" +#. zo9WM #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">Name Box</link>" msgstr "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name (Feld)\">Name (Feld)</link>" +#. bJypW #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_POS\">Displays the reference for the current cell, the range of the selected cells, or the name of the area. You can also select a range of cells, and then type a name for that range into the <emph>Name Box</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_POS\">Zeigt den Bezug für die aktuelle Zelle, den Bereich an ausgewählten Zellen oder den Namen des Bereichs an. Sie können auch einen Zellenbereich auswählen und den Namen für diesen Bereich in das Feld <emph>Name</emph> eingeben.</ahelp>" +#. W3Br6 #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<image id=\"img_id3152576\" src=\"media/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Combo box sheet area</alt></image>" msgstr "<image id=\"img_id3152576\" src=\"media/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Kombinationsfeld Zellbereich</alt></image>" +#. wFE7T #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -328,14 +367,16 @@ msgctxt "" msgid "Name Box" msgstr "Zellbereich" +#. yH3c4 #: 06010000.xhp msgctxt "" "06010000.xhp\n" "par_id3152596\n" "help.text" -msgid "To jump to a particular cell, or to select a cell range, type the cell reference, or cell range reference in this box, for example, F1, or A1:C4." -msgstr "Um zu einer bestimmten Zelle zu springen oder einen Zellbereich auszuwählen, geben Sie den Zellbereich oder den entsprechenden Bezug in dieses Feld ein, beispielsweise F1 oder A1:C4." +msgid "To jump to a particular cell, or to select a cell range, type the cell reference, or cell range reference in this box, for example, F1, or A1:C4. You can also enter full name of a sheet; the tooltip then changes to \"Go To Sheet\", and pressing Enter switches to that sheet." +msgstr "" +#. VFke2 #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Sum" msgstr "Summe" +#. oK8fx #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "<bookmark_value>functions;sum function icon</bookmark_value> <bookmark_value>formula bar;sum function</bookmark_value> <bookmark_value>sum icon</bookmark_value> <bookmark_value>AutoSum button, see sum icon</bookmark_value>" msgstr "<bookmark_value>Funktionen; Summensymbol</bookmark_value><bookmark_value>Rechenleiste; Summenfunktion</bookmark_value><bookmark_value>Summensymbol (Rechenleiste)</bookmark_value><bookmark_value>AutoSumme, siehe Summensymbol</bookmark_value>" +#. EUeEf #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06030000.xhp\" name=\"Sum\">Sum</link>" msgstr "<link href=\"text/scalc/02/06030000.xhp\" name=\"Summe\">Summe</link>" +#. M5UpW #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_SUMME\">Inserts the sum of a cell range into the current cell, or inserts sum values into selected cells. Click in a cell, click this icon, and optionally adjust the cell range. Or select some cells into which the sum values will be inserted, then click the icon.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_SUMME\">Fügt die Summe eines Zellbereichs in die aktive Zelle ein oder fügt Summenwerte in ausgewählte Zellen. Klicken Sie erst auf eine Zelle, dann auf dieses Symbol und passen Sie anschließend optional den Zellbereich an. Oder Sie wählen einige Zellen aus, in welche die Summenwerte eingefügt werden, und klicken dann auf das Symbol.</ahelp>" +#. urwhB #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "<image id=\"img_id3147434\" src=\"cmd/sc_autosum.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147434\">Icon</alt></image>" msgstr "<image id=\"img_id3147434\" src=\"cmd/sc_autosum.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147434\">Symbol</alt></image>" +#. hfmVm #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Sum" msgstr "Summe" +#. DEYk8 #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "$[officename] automatically suggests a cell range, provided that the spreadsheet contains data. If the cell range already contains a sum function, you can combine it with the new one to yield the total sum of the range. If the range contains filters, the Subtotal function is inserted instead of the Sum function." msgstr "Wenn das Tabellendokument Daten enthält, schlägt $[officename] Calc automatisch einen Zellbereich vor. Enthält der Zellbereich bereits eine Summenfunktion, lässt sich diese mit der neuen verbinden, um die Gesamtsumme des Bereichs zu ermitteln. Wenn der Bereich Filter enthält, wird anstelle der Summenfunktion die Teilergebnisfunktion eingefügt." +#. HRZZS #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Click the <emph>Accept</emph> icon (green check mark) to use the formula displayed in the input line." msgstr "Klicken Sie auf das Symbol <emph>Übernehmen</emph> (grünes Häkchen), um die in der Eingabezeile angezeigte Formel zu verwenden." +#. NYGR7 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Function" msgstr "Funktion..." +#. 9JFi8 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; functions</bookmark_value><bookmark_value>functions; formula bar icon</bookmark_value>" msgstr "<bookmark_value>Rechenleiste; Funktionen (Symbol)</bookmark_value><bookmark_value>Funktionen; Symbol in der Rechenleiste</bookmark_value>" +#. tnkP3 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">Function</link>" msgstr "<link href=\"text/scalc/02/06040000.xhp\" name=\"Funktion\">Funktion</link>" +#. TnbLt #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_FUNC\">Adds a formula to the current cell. Click this icon, and then enter the formula in the <emph>Input line</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_FUNC\">Fügt eine Formel in die aktuelle Zelle ein. Klicken Sie auf dieses Symbol, und geben Sie dann die Formel in die <emph>Eingabezeile</emph> ein.</ahelp>" +#. WH6iw #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "This icon is only available when the <emph>Input line</emph> box is not active." msgstr "Dieses Symbol ist nur bei ausgeblendeter <emph>Eingabezeile</emph> verfügbar." +#. yAAo7 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<image id=\"img_id3145785\" src=\"sc/res/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Icon</alt></image>" msgstr "<image id=\"img_id3145785\" src=\"sc/res/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Symbol</alt></image>" +#. ZjzSD #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Function" msgstr "Funktion..." +#. kC5QL #: 06050000.xhp msgctxt "" "06050000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Input line" msgstr "Eingabezeile" +#. CXdQo #: 06050000.xhp msgctxt "" "06050000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">Input line</link>" msgstr "<link href=\"text/scalc/02/06050000.xhp\" name=\"Eingabezeile\">Eingabezeile</link>" +#. 4R8nP #: 06050000.xhp msgctxt "" "06050000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_INPUT\">Enter the formula that you want to add to the current cell. You can also click the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link> icon to insert a predefined function into the formula.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_INPUT\">Geben Sie die Formel ein, die in die aktuelle Zelle eingefügt werden soll. Alternativ können Sie auch auf das Symbol des <link href=\"text/scalc/01/04060000.xhp\" name=\"Funktions-Assistent\">Funktions-Assistenten</link> klicken, um eine vordefinierte Funktion in die Formel einzufügen.</ahelp>" +#. pBxxB #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Cancel" msgstr "Verwerfen" +#. FRSZz #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; canceling inputs</bookmark_value><bookmark_value>functions; canceling input icon</bookmark_value>" msgstr "<bookmark_value>Rechenleiste; Eingabe verwerfen</bookmark_value><bookmark_value>Funktionen; Abbruchsymbol</bookmark_value>" +#. nYGqw #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06060000.xhp\" name=\"Cancel\">Cancel</link>" msgstr "<link href=\"text/scalc/02/06060000.xhp\" name=\"Verwerfen\">Verwerfen</link>" +#. uafDY #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_CANCEL\">Clears the contents of the <emph>Input line</emph>, or cancels the changes that you made to an existing formula.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_CANCEL\">Löscht den Inhalt der <emph>Eingabezeile</emph> oder verwirft die an einer vorhandenen Formel vorgenommenen Änderungen.</ahelp>" +#. DjEeK #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "<image id=\"img_id3156422\" src=\"svx/res/nu02.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3156422\">Icon</alt></image>" msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu02.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3156422\">Symbol</alt></image>" +#. QZHAo #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Cancel" msgstr "Verwerfen" +#. i4LsJ #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "Accept" msgstr "Übernehmen" +#. EG7Fb #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; accepting inputs</bookmark_value><bookmark_value>functions; accepting input icon</bookmark_value>" msgstr "<bookmark_value>Rechenleiste; Eingabe übernehmen</bookmark_value><bookmark_value>Funktionen; Übernahmesymbol</bookmark_value>" +#. SK35g #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">Accept</link>" msgstr "<link href=\"text/scalc/02/06070000.xhp\" name=\"Übernehmen\">Übernehmen</link>" +#. BBvqG #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_OK\">Accepts the contents of the <emph>Input line</emph>, and then inserts the contents into the current cell.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_OK\">Übernimmt den Inhalt der <emph>Eingabezeile</emph> und fügt ihn in die aktuelle Zelle ein.</ahelp>" +#. D8cSd #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "<image id=\"img_id3156422\" src=\"svx/res/nu01.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Icon</alt></image>" msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu01.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Symbol</alt></image>" +#. puh2n #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "Accept" msgstr "Übernehmen" +#. c7dbD #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "Theme Selection" msgstr "Themen-Auswahl" +#. 7zx5b #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">Theme Selection</link>" msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Themen-Auswahl\">Themen-Auswahl</link>" +#. rVKiP #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">Applies a formatting style to the selected cells.</ahelp></variable> The styles include font, border, and background color information." msgstr "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">Wendet eine Formatvorlage auf die ausgewählten Zellen an.</ahelp></variable> Die Formatvorlagen umfassen Einstellungen für Schrift, Umrandung und Hintergrundfarbe." +#. SEmnU #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Icon</alt></image>" msgstr "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Symbol</alt></image>" +#. cgZs2 #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Choose Themes" msgstr "Themenauswahl" +#. xWp4x #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">Click the formatting theme that you want to apply, and then click <emph>OK</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">Klicken Sie auf das gewünschte Formatierungsthema und dann auf <emph>OK</emph>.</ahelp>" +#. QCyEd #: 08010000.xhp msgctxt "" "08010000.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Position in document" msgstr "Position im Dokument" +#. RiLaz #: 08010000.xhp msgctxt "" "08010000.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">Position in document</link>" msgstr "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position im Dokument\">Position im Dokument</link>" +#. L7Xk5 #: 08010000.xhp msgctxt "" "08010000.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:StatusDocPos\">Displays the number of the current sheet and the total number of sheets in the spreadsheet.</ahelp>" msgstr "<ahelp hid=\".uno:StatusDocPos\">Zeigt die Nummer der aktuellen Tabelle und die Gesamtzahl der Tabellen im Tabellendokument an.</ahelp>" +#. X2Dv6 #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Standard Formula, Date/Time, Error Warning" msgstr "Standard-Formel, Datum/Zeit, Fehlermeldung" +#. fFadm #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<bookmark_value>formulas;status bar</bookmark_value>" msgstr "<bookmark_value>Formel; Statusleiste</bookmark_value>" +#. MFGFm #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard Formula, Date/Time, Error Warning\">Standard Formula, Date/Time, Error Warning</link>" msgstr "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard-Formel, Datum/Zeit, Fehlermeldung\">Standard-Formel, Datum/Zeit, Fehlermeldung</link>" +#. gvyvx #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:StateTableCell\">Displays information about the current document. By default, the SUM of the contents of the selected cells is displayed.</ahelp>" msgstr "<ahelp hid=\".uno:StateTableCell\">Zeigt Informationen über das aktuelle Dokument an. Es wird standardmäßig die Summe der Inhalte der ausgewählten Zellen angezeigt.</ahelp>" +#. eCfVn #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "To change the default formula that is displayed, right-click the field, and then choose the formula that you want. The available formulas are: Average, count of values (COUNTA), count of numbers (COUNT), Maximum, Minimum, Sum, or None." msgstr "Um die angezeigte Standardformel zu wechseln, klicken Sie mit der rechten Maustaste in das Feld und wählen dann die gewünschte Formel aus. Folgende Formeln stehen zur Verfügung: Mittelwert, Anzahl Werte (ANZAHL2), Anzahl Zahlen (ANZAHL), Maximum, Minimum, Summe, Anzahl Zellen und Keine." +#. hAizh #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Error codes</link>" msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"Fehlercodes\">Fehlercodes</link>" +#. 2fX5w #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "Zoom In" msgstr "Maßstab vergrößern" +#. kNqRX #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "<bookmark_value>page views; increasing scales</bookmark_value><bookmark_value>increasing scales in page view</bookmark_value><bookmark_value>zooming;enlarging page views</bookmark_value>" msgstr "<bookmark_value>Seitenansichten; Maßstäbe vergrößern</bookmark_value><bookmark_value>Maßstäbe in der Seitenansicht vergrößern</bookmark_value><bookmark_value>Zoomen; Seitenansichten vergrößern</bookmark_value>" +#. XBiGZ #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/10050000.xhp\" name=\"Zoom In\">Zoom In</link>" msgstr "<link href=\"text/scalc/02/10050000.xhp\" name=\"Maßstab vergrößern\">Maßstab vergrößern</link>" +#. Uq4Tv #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ZoomIn\">Enlarges the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>" msgstr "<ahelp hid=\".uno:ZoomIn\">Vergrößert die Bildschirmanzeige des aktuellen Dokuments. Den aktuellen Zoomfaktor sehen Sie in der <emph>Statusleiste</emph>.</ahelp>" +#. GBXen #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "The maximum zoom factor is 400%." msgstr "Der größte Zoomfaktor beträgt 400 %." +#. dD3H5 #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "<image id=\"img_id3151116\" src=\"cmd/sc_zoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Icon</alt></image>" msgstr "<image id=\"img_id3151116\" src=\"cmd/sc_zoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Symbol</alt></image>" +#. GcJsA #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Zoom In" msgstr "Maßstab vergrößern" +#. XTPaZ #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "Zoom Out" msgstr "Maßstab verkleinern" +#. P4mw7 #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "<bookmark_value>page views;reducing scales</bookmark_value><bookmark_value>zooming;reducing page views</bookmark_value>" msgstr "<bookmark_value>Seitenansichten; Maßstäbe verkleinern</bookmark_value><bookmark_value>Zoomen; Seitenansichten verkleinern</bookmark_value>" +#. fwoCG #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">Zoom Out</link>" msgstr "<link href=\"text/scalc/02/10060000.xhp\" name=\"Maßstab verkleinern\">Maßstab verkleinern</link>" +#. BgFbq #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ZoomOut\">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>" msgstr "<ahelp hid=\".uno:ZoomOut\">Verkleinert die Bildschirmanzeige des aktuellen Dokuments. Den aktuellen Zoomfaktor sehen Sie in der <emph>Statusleiste</emph>.</ahelp>" +#. Czu2U #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "The minimum zoom factor is 20%." msgstr "Der kleinste Zoomfaktor beträgt 20 %." +#. DN9qj #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Icon</alt></image>" msgstr "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Symbol</alt></image>" +#. rfG8A #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "Zooming Out" msgstr "Maßstab verkleinern" +#. BwqAM #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "Insert" msgstr "Einfg" +#. GADDh #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "<bookmark_value>inserting; objects, toolbar icon</bookmark_value>" msgstr "<bookmark_value>Einfügen; Objekt (Symbol der Werkzeugleiste)</bookmark_value>" +#. nuhSb #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/18010000.xhp\" name=\"Insert\">Insert</link>" msgstr "<link href=\"text/scalc/02/18010000.xhp\" name=\"Einfügen\">Einfügen</link>" +#. UfEHG #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertCtrl\">Click the arrow next to the icon to open the <emph>Insert </emph>toolbar, where you can add graphics and special characters to the current sheet.</ahelp>" msgstr "<ahelp hid=\".uno:InsertCtrl\">Langklicken Sie auf das Symbol <emph>Einfügen</emph>, um die gleichnamige Abreißleiste zu öffnen, über die Sie Grafiken und Sonderzeichen in die aktuelle Tabelle einfügen können.</ahelp>" +#. DnSkt #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Tools bar icon:" msgstr "Symbol in der Werkzeugleiste:" +#. Eaf8D #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">Icon</alt></image>" msgstr "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">Symbol</alt></image>" +#. sQ6Tc #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "Insert" msgstr "Einfg" +#. ZVCSS #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "You can select the following icons:" msgstr "Folgende Funktionen können Sie auswählen:" +#. mimKi #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Schwebender Rahmen\">Schwebender Rahmen</link>" +#. hJCq8 #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Sonderzeichen einfügen\">Sonderzeichen einfügen</link>" +#. 9YdEG #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>" msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Grafik einfügen\">Grafik einfügen</link>" +#. kBXFP #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>" msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formular\">Formular</link>" +#. MABzX #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Insert Chart\">Chart</link>" msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Diagramm\">Diagramm</link>" +#. 98CKi #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>" msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE-Objekt\">OLE-Objekt</link>" +#. QMjWB #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "Insert Cells" msgstr "Zellen einfügen" +#. h3979 #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "<bookmark_value>inserting; cells, toolbar icon</bookmark_value>" msgstr "<bookmark_value>Einfügen; Zellen (Symbol der Symbolleiste)</bookmark_value>" +#. CMJXh #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">Insert Cells</link>" msgstr "<link href=\"text/scalc/02/18020000.xhp\" name=\"Zellen einfügen\">Zellen einfügen</link>" +#. iTWkf #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsCellsCtrl\">Click the arrow next to the icon to open the <emph>Insert Cells </emph>toolbar, where you can insert cells, rows, and columns into the current sheet.</ahelp>" msgstr "<ahelp hid=\".uno:InsCellsCtrl\">Klicken Sie auf den Pfeil neben dem Symbol, um die Symbolleiste <emph>Zellen einfügen </emph>zu öffnen, über die Sie Zellen, Zeilen und Spalten in die aktuelle Tabelle einfügen können.</ahelp>" +#. o7wEe #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "Tools bar icon:" msgstr "Symbol in der Werkzeugleiste:" +#. eqHih #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "You can select the following icons:" msgstr "Folgende Funktionen können Sie auswählen:" +#. m2qTa #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">Insert Cells Down</link>" msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Zellen einfügen, nach unten\">Zellen einfügen, nach unten</link>" +#. CLMtB #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">Insert Cells Right</link>" msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Zellen rechts einfügen\">Zellen rechts einfügen</link>" +#. nv4or #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">Rows</link>" msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Zeilen einfügen\">Zeilen einfügen</link>" +#. ojZTY #: 18020000.xhp msgctxt "" "18020000.xhp\n" diff --git a/source/de/helpcontent2/source/text/scalc/05.po b/source/de/helpcontent2/source/text/scalc/05.po index fd4edd669f3..8e153930166 100644 --- a/source/de/helpcontent2/source/text/scalc/05.po +++ b/source/de/helpcontent2/source/text/scalc/05.po @@ -3,15 +3,15 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:01+0200\n" -"PO-Revision-Date: 2019-08-08 13:36+0000\n" -"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2019-12-24 18:00+0100\n" +"PO-Revision-Date: 2019-11-25 16:18+0000\n" +"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n" +"Language-Team: German <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc05/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565271401.000000\n" @@ -338,7 +338,7 @@ msgctxt "" "par_id3147424\n" "help.text" msgid "Internal syntax error" -msgstr "" +msgstr "Interner Syntaxfehler" #. 8f6zE #: 02140000.xhp @@ -347,7 +347,7 @@ msgctxt "" "par_id3148438\n" "help.text" msgid "Unknown error." -msgstr "" +msgstr "Unbekannter Fehler." #. voVnC #: 02140000.xhp @@ -403,23 +403,23 @@ msgctxt "" msgid "Variable is not available" msgstr "Variable ist nicht verfügbar" -#. HMhgw +#. 3Ewjd #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3146142\n" "help.text" -msgid "519<br/>#VALUE" -msgstr "519<br/>#WERT" +msgid "519<br/>#VALUE!" +msgstr "" -#. XLuhq +#. ESdqW #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155954\n" "help.text" -msgid "No result (#VALUE is in the cell rather than Err:519!)" -msgstr "Kein Ergebnis (In der Zelle steht nicht Err:519 sondern #WERT!)" +msgid "No result (instead of Err:519 cell displays #VALUE!)" +msgstr "" #. cf6oh #: 02140000.xhp @@ -448,23 +448,23 @@ msgctxt "" msgid "Compiler creates an unknown compiler code." msgstr "Der Compiler erzeugt einen unbekannten Compilercode." -#. PJVYY +#. xbiK9 #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3153737\n" "help.text" -msgid "Internal syntax error" -msgstr "Interner Syntaxfehler" +msgid "Internal syntax error (instead of Err:521 cell displays #NULL!)" +msgstr "" -#. u5uEu +#. AiUic #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155436\n" "help.text" -msgid "No result." -msgstr "Kein Ergebnis." +msgid "No code or no result." +msgstr "" #. SWNv6 #: 02140000.xhp @@ -502,23 +502,23 @@ msgctxt "" msgid "Function missed a targeted value, or <link href=\"text/shared/optionen/01060500.xhp\">iterative references</link> do not reach the minimum change within the maximum steps that are set." msgstr "Ein Zielwert fehlt in einer statistischen Finanzfunktion oder die <link href=\"text/shared/optionen/01060500.xhp\">Iterationen von zirkulären Bezügen</link> erreichen den minimalen Änderungswert mit den maximal zulässigen Schritten nicht." -#. azaxi +#. K9EbP #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3153544\n" "help.text" -msgid "524<br/>#REF" -msgstr "524<br/>#REF" +msgid "524<br/>#REF!" +msgstr "" -#. wDZiv +#. ioqDF #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3154634\n" "help.text" -msgid "invalid references (instead of Err:524 cell contains #REF)" -msgstr "Ungültiger Bezug (in der Zelle steht nicht Err:524 sondern #REF!)" +msgid "invalid references (instead of Err:524 cell displays #REF!)" +msgstr "" #. iGGQE #: 02140000.xhp @@ -538,14 +538,14 @@ msgctxt "" msgid "525<br/>#NAME?" msgstr "525<br/>#NAME?" -#. XxUaQ +#. KxXmj #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3148428\n" "help.text" -msgid "invalid names (instead of Err:525 cell contains #NAME?)" -msgstr "Ungültiger Name (in der Zelle steht nicht Err:525 sondern #NAME?)" +msgid "invalid names (instead of Err:525 cell displays #NAME?)" +msgstr "" #. pTzCU #: 02140000.xhp @@ -1194,4 +1194,3 @@ msgctxt "" "help.text" msgid "=ISTEXT(C1)" msgstr "=ISTTEXT(C1)" - diff --git a/source/de/helpcontent2/source/text/scalc/guide.po b/source/de/helpcontent2/source/text/scalc/guide.po index 636518b7e92..d30eaa38d5c 100644 --- a/source/de/helpcontent2/source/text/scalc/guide.po +++ b/source/de/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-08-10 04:26+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2464,13 +2464,13 @@ msgctxt "" msgid "When referencing a sheet with name containing spaces, use single quotes around the name: <item type=\"literal\">='Sheet with spaces in name'.A1</item>" msgstr "" -#. 3CbGE +#. 7thQw #: cellreferences.xhp msgctxt "" "cellreferences.xhp\n" "par_id3147383\n" "help.text" -msgid "The example uses Calc formula syntax. It is also possible to use Excel A1 ot R1C1 formula syntax; this is configured on <link href=\"text/shared/optionen/01060900.xhp\">Formula options page</link>." +msgid "The example uses Calc formula syntax. It is also possible to use Excel A1 or R1C1 formula syntax; this is configured on <link href=\"text/shared/optionen/01060900.xhp\">Formula options page</link>." msgstr "" #. mK8vG @@ -12895,14 +12895,14 @@ msgctxt "" msgid "Names must not be the same as cell references. For example, the name A1 is invalid because A1 is a cell reference to the top left cell." msgstr "Der Name darf nicht derselbe wie für einen Zellbezug sein. Beispielsweise ist A1 ungültig, da A1 der Name der obersten linken Zelle ist." -#. RfAJF +#. ufHkJ #: value_with_name.xhp msgctxt "" "value_with_name.xhp\n" "par_id32898987\n" "help.text" -msgid "Names must not start with the letter R followed by a number. See the ADDRESS function for more information." -msgstr "Namen dürfen nicht mit dem Buchstaben R gefolgt von einer Ziffer beginnen. Für mehr Informationen lesen Sie bitte die Erläuterungen zur Funktion ADRESSE." +msgid "Names must not start with the letters C or R followed by a number; also single characters C and R are not allowed as names. See the ADDRESS function for more information." +msgstr "" #. ELFqL #: value_with_name.xhp diff --git a/source/de/helpcontent2/source/text/schart/01.po b/source/de/helpcontent2/source/text/schart/01.po index 7ab05e79d65..0ddf4994d94 100644 --- a/source/de/helpcontent2/source/text/schart/01.po +++ b/source/de/helpcontent2/source/text/schart/01.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-08-10 04:09+0000\n" -"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2019-12-06 11:52+0000\n" +"Last-Translator: kuehl <kuehl@libreoffice.org>\n" +"Language-Team: German <https://vm137.documentfoundation.org/projects/libo_help-master/textschart01/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.8\n" "X-POOTLE-MTIME: 1565410144.000000\n" #. DsZFP @@ -41,7 +41,7 @@ msgctxt "" "par_id3151115\n" "help.text" msgid "<ahelp hid=\".\">Opens the<emph> Data Table </emph>dialog where you can edit the chart data.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Öffnet den Dialog <emph>Datentabelle</emph>, in dem Sie die Diagrammdaten bearbeiten können.</ahelp>" #. RHGbZ #: 03010000.xhp @@ -230,7 +230,7 @@ msgctxt "" "par_id4089176\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current column with its neighbor at the left.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Tauscht die aktuelle Spalte mit der links von ihr liegenden.</ahelp>" #. DvGaq #: 03010000.xhp @@ -248,7 +248,7 @@ msgctxt "" "par_id3949096\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current row with its neighbor above.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Tauscht die aktuelle Zeile mit der oberhalb von ihr liegenden.</ahelp>" #. gqb7C #: 03010000.xhp @@ -8781,4 +8781,3 @@ msgctxt "" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves down the selected entry in the Data Series list.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Verschiebt den ausgewählten Eintrag in der Liste \"Datenreihe\" nach unten.</ahelp>" - diff --git a/source/de/helpcontent2/source/text/schart/02.po b/source/de/helpcontent2/source/text/schart/02.po index 322588bd771..58849ff084a 100644 --- a/source/de/helpcontent2/source/text/schart/02.po +++ b/source/de/helpcontent2/source/text/schart/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2017-05-09 16:45+0200\n" +"POT-Creation-Date: 2019-12-17 14:17+0100\n" "PO-Revision-Date: 2017-10-28 09:52+0000\n" "Last-Translator: Sophia Schröder <sophia.schroeder@outlook.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1509184362.000000\n" +#. RTFEU #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Data in Rows" msgstr "Daten in Reihen" +#. DacjG #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01190000.xhp\" name=\"Data in Rows\">Data in Rows</link>" msgstr "<link href=\"text/schart/02/01190000.xhp\" name=\"Daten in Reihen\">Daten in Reihen</link>" +#. Mn2kr #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -40,14 +43,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:DataInRows\">Changes the arrangement of the chart data.</ahelp>" msgstr "<ahelp hid=\".uno:DataInRows\">Ändert die Anordnung der Diagrammdaten.</ahelp>" +#. DTBcs #: 01190000.xhp msgctxt "" "01190000.xhp\n" "par_id3150751\n" "help.text" -msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Icon</alt></image>" -msgstr "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Symbol</alt></image>" +msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145643\">Icon Data in Rows</alt></image>" +msgstr "" +#. 6yPuD #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Data in Rows" msgstr "Daten in Reihen" +#. qvE3T #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Data in Columns" msgstr "Daten in Spalten" +#. BFkD4 #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01200000.xhp\" name=\"Data in Columns\">Data in Columns</link>" msgstr "<link href=\"text/schart/02/01200000.xhp\" name=\"Daten in Spalten\">Daten in Spalten</link>" +#. eiQk2 #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -80,14 +88,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:DataInColumns\">Changes the arrangement of the chart data.</ahelp>" msgstr "<ahelp hid=\".uno:DataInColumns\">Ändert die Anordnung der Diagrammdaten.</ahelp>" +#. mUTUF #: 01200000.xhp msgctxt "" "01200000.xhp\n" "par_id3149260\n" "help.text" -msgid "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\"><alt id=\"alt_id3149379\">Icon</alt></image>" -msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\"><alt id=\"alt_id3149379\">Symbol</alt></image>" +msgid "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149379\">Icon Data in Columns</alt></image>" +msgstr "" +#. CByTA #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Data in Columns" msgstr "Daten in Spalten" +#. C9YD9 #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Scale Text" msgstr "Textskalierung" +#. DWxNU #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<bookmark_value>text scaling in charts</bookmark_value><bookmark_value>scaling; text in charts</bookmark_value><bookmark_value>charts;scaling text</bookmark_value>" msgstr "<bookmark_value>Textskalierung in Diagrammen</bookmark_value><bookmark_value>Skalierung; Text in Diagrammen</bookmark_value><bookmark_value>Diagramme; Skalieren von Text</bookmark_value>" +#. BSFqu #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01210000.xhp\" name=\"Scale Text\">Scale Text</link>" msgstr "<link href=\"text/schart/02/01210000.xhp\" name=\"Textskalierung\">Textskalierung</link>" +#. 6xNG3 #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ScaleText\">Rescales the text in the chart when you change the size of the chart.</ahelp>" msgstr "<ahelp hid=\".uno:ScaleText\">Ändert die Größe des Textes im Diagramm, wenn Sie das Diagramm skalieren.</ahelp>" +#. UQA8A #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<image id=\"img_id3159153\" src=\"cmd/sc_scaletext.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159153\">Icon</alt></image>" msgstr "<image id=\"img_id3159153\" src=\"cmd/sc_scaletext.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159153\">Symbol</alt></image>" +#. D6XfW #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Scale Text" msgstr "Textskalierung" +#. B4chT #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Automatic Layout" msgstr "Automatisches Layout" +#. ipywg #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<bookmark_value>reorganizing charts</bookmark_value><bookmark_value>charts; reorganizing</bookmark_value>" msgstr "<bookmark_value>Diagrammdarstellung zurücksetzen</bookmark_value><bookmark_value>Diagramme; neu organisieren</bookmark_value>" +#. YwCv2 #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01220000.xhp\" name=\"Automatic Layout\">Automatic Layout</link>" msgstr "<link href=\"text/schart/02/01220000.xhp\" name=\"Automatic Layout\">Automatisches Layout</link>" +#. 2iKEq #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:NewArrangement\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>" msgstr "<ahelp hid=\".uno:NewArrangement\">Verschiebt alle Diagrammelemente an deren Standardpositionen im aktuellen Diagramm. Diese Funktion ändert weder den Diagrammtyp noch andere Attribute außer den Elementpositionen.</ahelp>" +#. Fjs5R #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "<image id=\"img_id3152577\" src=\"cmd/sc_newarrangement.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152577\">Icon</alt></image>" msgstr "<image id=\"img_id3152577\" src=\"cmd/sc_newarrangement.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152577\">Symbol</alt></image>" +#. FWQFj #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Automatic Layout" msgstr "Automatisches Layout" +#. i2NqE #: 02020000.xhp msgctxt "" "02020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Current Chart Type" msgstr "Aktueller Diagrammtyp" +#. pabZ5 #: 02020000.xhp msgctxt "" "02020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/02020000.xhp\" name=\"Current Chart Type\">Current Chart Type</link>" msgstr "<link href=\"text/schart/02/02020000.xhp\" name=\"Aktueller Diagrammtyp\">Aktueller Diagrammtyp</link>" +#. b2GAj #: 02020000.xhp msgctxt "" "02020000.xhp\n" diff --git a/source/de/helpcontent2/source/text/sdraw.po b/source/de/helpcontent2/source/text/sdraw.po index d2cba0abed8..bec5c0a40c4 100644 --- a/source/de/helpcontent2/source/text/sdraw.po +++ b/source/de/helpcontent2/source/text/sdraw.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-05-14 04:02+0000\n" -"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2019-12-06 11:51+0000\n" +"Last-Translator: kuehl <kuehl@libreoffice.org>\n" +"Language-Team: German <https://vm137.documentfoundation.org/projects/libo_help-master/textsdraw/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.8\n" "X-POOTLE-MTIME: 1557806579.000000\n" #. dHbww @@ -968,7 +968,7 @@ msgctxt "" "hd_id591566076088696\n" "help.text" msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>" -msgstr "" +msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Bild</link>" #. GDj6D #: main_insert.xhp @@ -1266,4 +1266,3 @@ msgctxt "" "help.text" msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>" msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Anpassen...\">Anpassen...</link>" - diff --git a/source/de/helpcontent2/source/text/sdraw/01.po b/source/de/helpcontent2/source/text/sdraw/01.po index b9ec13e1e45..7764638dfc5 100644 --- a/source/de/helpcontent2/source/text/sdraw/01.po +++ b/source/de/helpcontent2/source/text/sdraw/01.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-09-17 15:40+0000\n" -"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n" -"Language-Team: German <https://vm137.documentfoundation.org/projects/libo_help-master/textsdraw01/de/>\n" +"PO-Revision-Date: 2019-12-24 16:17+0000\n" +"Last-Translator: kuehl <kuehl@libreoffice.org>\n" +"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw01/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.9.1\n" "X-POOTLE-MTIME: 1557891741.000000\n" #. 4JVcT @@ -95,7 +95,7 @@ msgctxt "" "par_id3153415\n" "help.text" msgid "<variable id=\"ebenetext\"><ahelp hid=\".uno:InsertLayer\">Inserts a new layer in the document. Layers are only available in Draw, not in Impress. </ahelp></variable>" -msgstr "" +msgstr "<variable id=\"ebenetext\"><variable id=\"ebenetext\"><ahelp hid=\".uno:InsertLayer\">Fügt dem Dokument eine neue Ebene hinzu. Ebenen sind nur in Draw verfügbar, nicht aber in Impress.</ahelp></variable>" #. 5FLFs #: insert_layer.xhp @@ -483,4 +483,3 @@ msgctxt "" "help.text" msgid "Enter the new name of the page." msgstr "" - diff --git a/source/de/helpcontent2/source/text/sdraw/guide.po b/source/de/helpcontent2/source/text/sdraw/guide.po index e954002e090..215deb64d04 100644 --- a/source/de/helpcontent2/source/text/sdraw/guide.po +++ b/source/de/helpcontent2/source/text/sdraw/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2019-03-13 04:54+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2671,14 +2671,14 @@ msgctxt "" msgid "Hold down the Shift key to restrict the rotation to multiples of 15 degrees." msgstr "Halten Sie die Umschalttaste gedrückt, um die Rotation auf ein Vielfaches von 15 Grad beschränken." -#. XcEGA +#. 7nDAL #: rotate_object.xhp msgctxt "" "rotate_object.xhp\n" "par_id0930200803002463\n" "help.text" -msgid "Right-click the object to open the context menu. Choose Position and Size - Rotation to enter an exact rotation value." -msgstr "Rechtsklicken Sie auf das Objekt, um das Kontextmenü zu öffnen. Wählen Sie Position und Größe - Drehung, um einen exakten Drehwinkel einzugeben." +msgid "Right-click the object to open the context menu. Choose <menuitem>Position and Size - Rotation</menuitem> to enter an exact rotation value." +msgstr "" #. G5NAB #: rotate_object.xhp diff --git a/source/de/helpcontent2/source/text/shared/00.po b/source/de/helpcontent2/source/text/shared/00.po index af13c7893f2..ae4e1e7325a 100644 --- a/source/de/helpcontent2/source/text/shared/00.po +++ b/source/de/helpcontent2/source/text/shared/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 20:19+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-07-19 04:17+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -889,14 +889,14 @@ msgctxt "" msgid "Hyperlinks are cross-references, highlighted in text in various colors and activated by mouse-click. With the aid of hyperlinks, readers can jump to specific information within a document as well as to related information in other documents." msgstr "Hyperlinks sind Querverweise, die im Text farblich hervorgehoben sind und per Mausklick aktiviert werden. Mithilfe von Hyperlinks können die Leser zu bestimmten Informationen innerhalb eines Dokuments oder in anderen Dokumenten springen." -#. ggyWG +#. EouXX #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3156281\n" "help.text" -msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and text frames (see the Hyperlink Dialog icon on the Standard bar)." -msgstr "$[officename] bietet Ihnen die Möglichkeit, Hyperlinks auf Text, Grafiken sowie Textrahmen zu legen (siehe Symbol Hyperlink in der Symbolleiste Standard)." +msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and frames (see the Hyperlink Dialog icon on the Standard bar)." +msgstr "" #. uYSgv #: 00000002.xhp @@ -916,14 +916,14 @@ msgctxt "" msgid "ImageMap" msgstr "Verweissensitive Grafik" -#. h8MPs +#. vbAkm #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3154685\n" "help.text" -msgid "An ImageMap is a reference-sensitive graphic or text frame. You can click on defined areas of the graphic or text frame to go to a target (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap Editor\">ImageMap Editor</link>." -msgstr "Eine verweissensitive Grafik ist ein Bereich innerhalb einer Grafik oder eines Textrahmens. Sie können definierte Bereiche dieser Grafik oder des Textrahmens anklicken und gelangen dann zu einem Sprungziel (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>), das mit dem Bereich verknüpft ist. Die Bereiche selbst und die damit verknüpften URLs und die Texte, die beim Ansteuern der Bereiche mit dem Mauszeiger angezeigt werden, definieren Sie im <link href=\"text/shared/01/02220000.xhp\" name=\"Verweissensitive Grafik-Editor\">Verweissensitive Grafik-Editor</link>." +msgid "An ImageMap is a reference-sensitive graphic or frame. You can click on defined areas of the graphic or frame to go to a target (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap Editor\">ImageMap Editor</link>." +msgstr "" #. CzwEW #: 00000002.xhp @@ -1042,14 +1042,14 @@ msgctxt "" msgid "The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> when the mouse passes over the area. The ImageMap is stored in a layer below the picture and contains information about the referenced regions. The only disadvantage of Client Side ImageMaps is that older Web browsers cannot read them; a disadvantage that will, however, resolve itself in time." msgstr "Der klickbare Bereich des Bildes oder Rahmens wird beim Drüberfahren mit der Maus kenntlich gemacht, indem die verknüpfte <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> eingeblendet wird. Die verweissensitive Grafik ist in einer Ebene unterhalb des Bildes gespeichert und enthält Informationen über die referenzierten Bereiche. Der einzige Nachteil von Client-seitigen verweissensitive Grafiken besteht darin, dass ältere Webbrowser sie nicht lesen können; ein Nachteil, der mit der Zeit jedoch automatisch wegfällt." -#. DBqoR +#. kB898 #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3149664\n" "help.text" -msgid "When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or text frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code." -msgstr "Wählen Sie zum Speichern der verweissensitiven Grafik den Dateityp <emph>SIP - StarView ImageMap</emph>. Dadurch wird die verweissensitive Grafik direkt in einem Format gespeichert, das auf jede aktive Grafik beziehungsweise jeden aktiven Rahmen in Ihrem Dokument angewendet werden kann. Um die verweissensitive Grafik aber nur auf das aktuelle Bild oder den aktuellen Textrahmen anzuwenden, brauchen Sie diese in keinem speziellen Format zu speichern. Nachdem Sie die Bereiche definiert haben, klicken Sie einfach auf <emph>Zuweisen</emph>. Mehr ist nicht nötig. Im <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>-Format gespeicherte clientseitige verweissensitive Grafiken werden direkt im HTML-Code der Seite eingefügt." +msgid "When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code." +msgstr "" #. JCSdG #: 00000002.xhp @@ -3382,23 +3382,23 @@ msgctxt "" msgid "The distances of graphics and Plug-Ins to the content can be set individually for export to $[officename] Writer and MS Internet Explorer. If the top/bottom or right/left margin is set differently, the distances are exported in a \"STYLE\" option for the corresponding tag as CSS1 size properties \"Margin-Top\", \"Margin-Bottom\", \"Margin-Left\" and \"Margin-Right\"." msgstr "Der Abstand der Grafiken und PlugIns zum Inhalt kann individuell für den Export nach $[officename] Writer und MS Internet Explorer gesetzt werden. Falls der obere/untere oder rechte/linke Rand unterschiedlich gesetzt wird, werden die Distanzen in eine \"STYLE\"-Option für die korrespondierende Markierung als CSS1-Größen-Eigenschaften \"Margin-Top\", \"Margin-Bottom\", \"Margin-Left\" und \"Margin-Right\" exportiert." -#. CEtDK +#. xGAve #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3144510\n" "help.text" -msgid "Text frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Mozilla Firefox, MS Internet Explorer, and $[officename] Writer. Text frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible." -msgstr "Textrahmen werden mit den CSS1-Extensions für absolut positionierte Objekte unterstützt. Dies gilt nur für die Exportoptionen Mozilla Firefox, MS Internet Explorer und $[officename] Writer. Textrahmen können als Grafiken, <switchinline select=\"sys\"><caseinline select=\"WIN\">Plug-Ins</caseinline></switchinline> und schwebende Rahmen ausgerichtet werden, aber zeichenverknüpfte Rahmen sind nicht möglich." +msgid "Frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Mozilla Firefox, MS Internet Explorer, and $[officename] Writer. Frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible." +msgstr "" -#. 5Nq4u +#. Vym4j #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3147530\n" "help.text" -msgid "Text frames are exported as \"<SPAN>\" or \"<DIV>\" tags if they do not contain columns. If they do contain columns then they are exported as \"<MULTICOL>\"." -msgstr "Textrahmen werden, wenn sie keine Spalten enthalten, als \"<SPAN>\"- oder \"<DIV>\"-Tag exportiert. Sind Spalten enthalten, erfolgt der Export als \"<MULTICOL>\"." +msgid "Frames are exported as \"<SPAN>\" or \"<DIV>\" tags if they do not contain columns. If they do contain columns then they are exported as \"<MULTICOL>\"." +msgstr "" #. wakAb #: 00000020.xhp @@ -6946,14 +6946,59 @@ msgctxt "" msgid "Export Directly as EPUB" msgstr "Direkt als EPUB exportieren" -#. hEnsh +#. FKD8W #: 00000401.xhp msgctxt "" "00000401.xhp\n" "par_id3163421\n" "help.text" -msgid "Choose <emph>File - Export As - Export as PDF</emph>, <emph>Digital Signatures</emph> tab." -msgstr "Wählen Sie <emph>Datei - Exportieren als - Als PDF exportieren...</emph>, dann das Register <emph>Digitale Signaturen</emph>." +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Digital Signatures</emph> tab." +msgstr "" + +#. PnEEp +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id671574090639995\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Security</emph> tab." +msgstr "" + +#. ZDFjz +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id211574090645188\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>General</emph> tab." +msgstr "" + +#. SUTsb +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id601574090650587\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Initial View</emph> tab." +msgstr "" + +#. dwtTE +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id51574090655835\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Links</emph> tab." +msgstr "" + +#. RGybr +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id541574090661437\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>User Interface</emph> tab." +msgstr "" #. itwVi #: 00000401.xhp @@ -7810,14 +7855,23 @@ msgctxt "" msgid "<variable id=\"filterauswahl\">Open a file of a type that is unknown to %PRODUCTNAME and that is no text file.</variable>" msgstr "<variable id=\"filterauswahl\">Eine Datei eines in %PRODUCTNAME unbekannten Typs, bei der es sich nicht um eine Textdatei handelt.</variable>" -#. SGmx7 +#. r3DhT +#: 00000404.xhp +msgctxt "" +"00000404.xhp\n" +"par_id491577300092990\n" +"help.text" +msgid "On the <emph>Fontwork</emph> bar, click" +msgstr "" + +#. 6QW9h #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_idN10DDC\n" "help.text" -msgid "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Symbol</alt></image>" +msgid "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_fontwork\">Icon Fontwork</alt></image>" +msgstr "" #. W5iAB #: 00000404.xhp @@ -7828,6 +7882,15 @@ msgctxt "" msgid "Fontwork Gallery" msgstr "Fontwork Gallery" +#. uMQfA +#: 00000404.xhp +msgctxt "" +"00000404.xhp\n" +"par_id521577299133097\n" +"help.text" +msgid "Choose <menuitem>Insert - Fontwork</menuitem>" +msgstr "" + #. jYEWS #: 00000404.xhp msgctxt "" @@ -7936,6 +7999,15 @@ msgctxt "" msgid "Stars" msgstr "Sterne" +#. c6VE3 +#: 00000404.xhp +msgctxt "" +"00000404.xhp\n" +"par_id81526422144005\n" +"help.text" +msgid "Choose <emph>Insert - Signature Line...</emph>" +msgstr "" + #. aFWLc #: 00000406.xhp msgctxt "" @@ -9196,14 +9268,14 @@ msgctxt "" msgid "Form view: <emph>Standard Filter</emph> icon in the <emph>Form</emph> bar." msgstr "Ansicht eines Formulars: Symbol <emph>Standardfilter</emph> in der <emph>Formularleiste</emph>." -#. NbDPT +#. 3jukD #: 00000409.xhp msgctxt "" "00000409.xhp\n" "par_id3155619\n" "help.text" -msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147588\">Icon Standard Filter</alt></image>" +msgstr "" #. oB9GF #: 00000409.xhp @@ -9610,14 +9682,14 @@ msgctxt "" msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click" msgstr "Klicken Sie in der Symbolleiste <emph>Textformat</emph> (mit Textcursor in einem Objekt) auf" -#. nUafY +#. KFCKR #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3148998\n" "help.text" -msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\"><alt id=\"alt_id3154894\">Icon</alt></image>" -msgstr "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\"><alt id=\"alt_id3154894\">Symbol</alt></image>" +msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Icon Character</alt></image>" +msgstr "" #. AdBzN #: 00040500.xhp @@ -9826,14 +9898,14 @@ msgctxt "" msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click" msgstr "Klicken Sie in der Symbolleiste <emph>Textformat</emph> (mit Textcursor in einem Objekt) auf" -#. fdFdE +#. Kobha #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3155995\n" "help.text" -msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\"><alt id=\"alt_id3150495\">Icon</alt></image>" -msgstr "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\"><alt id=\"alt_id3150495\">Symbol</alt></image>" +msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150495\">Icon Paragraph</alt></image>" +msgstr "" #. E7XoA #: 00040500.xhp @@ -10105,59 +10177,122 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Background</emph> tab.</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Wählen Sie <emph>Format - Zellen... - Register: Hintergrund</emph>.</caseinline></switchinline>" -#. BiRy6 +#. DjVCQ #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3146791\n" "help.text" -msgid "Choose <emph>Format - Page - Organizer</emph> tab." -msgstr "Wählen Sie <emph>Format - Seite... - Register: Verwalten</emph>." +msgid "Choose <menuitem>Format - Page Style - Organizer</menuitem> tab." +msgstr "" + +#. 5BJtP +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id7146791\n" +"help.text" +msgid "Choose <menuitem>Styles - Edit Style - Organizer</menuitem> tab." +msgstr "" + +#. 8xdE8 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id631579002848692\n" +"help.text" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" + +#. Z2AF5 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3146788\n" +"help.text" +msgid "<variable id=\"Calcseiteverwaltenh1\">Choose <menuitem>Format - Page - Organizer</menuitem> tab.</variable>" +msgstr "" + +#. Y2ck5 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id961579003607432\n" +"help.text" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" + +#. 5tDj9 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3123788\n" +"help.text" +msgid "<variable id=\"Drawseiteverwaltenh1\">Choose <menuitem>Format - Styles - Edit Style - Organizer</menuitem> tab.</variable>" +msgstr "" + +#. HE8gX +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id111579003773016\n" +"help.text" +msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" -#. C33xr +#. rSUuK +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3149388\n" +"help.text" +msgid "<variable id=\"Impressseiteverwaltenh1\">Choose <menuitem>Slide - Properties - Page</menuitem> tab.</variable>" +msgstr "" + +#. Tv5B3 #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3154482\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Organizer</emph> tab." -msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> - öffnen Sie das Kontextmenü eines Eintrags und wählen Sie <emph>Ändern.../Neu... - Register: Verwalten</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" -#. 7cgpF +#. a85dA #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3153357\n" "help.text" -msgid "Choose <emph>Format - Page - Page</emph> tab." -msgstr "Wählen Sie <emph>Format - Seite... - Register: Seite</emph>." +msgid "Choose <menuitem>Format - Page - Page</menuitem> tab." +msgstr "" -#. 8MnVJ +#. RWWCj #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3149323\n" "help.text" -msgid "Choose <emph>Slide - Properties - Page</emph> tab (in $[officename] Impress)." -msgstr "Wählen Sie <emph>Folie - Eigenschaften... - Register: Seite</emph> (in $[officename] Impress)." +msgid "Choose <menuitem>Slide - Properties - Page</menuitem> tab (in $[officename] Impress)." +msgstr "" -#. xvuQG +#. 9mYb4 #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3154972\n" "help.text" -msgid "Choose <emph>Page - Properties - Page</emph> tab (in $[officename] Draw)." -msgstr "Wählen Sie <emph>Seite - Eigenschaften... - Register: Seite</emph> (in $[officename] Draw)." +msgid "Choose <menuitem>Page - Properties - Page</menuitem> tab (in $[officename] Draw)." +msgstr "" -#. xkH9C +#. Qk9bQ #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3154362\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab." -msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> - öffnen Sie das Kontextmenü eines Eintrags und wählen Sie <emph>Ändern.../Neu... - Register: Seite</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab." +msgstr "" #. w3yEG #: 00040500.xhp @@ -10222,14 +10357,14 @@ msgctxt "" msgid "On <emph>Formatting</emph> bar, click" msgstr "Klicken Sie in der Symbolleiste <emph>Format</emph> auf" -#. 29Sg8 +#. raTBP #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3148533\n" "help.text" -msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\"><alt id=\"alt_id3149568\">Icon</alt></image>" -msgstr "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\"><alt id=\"alt_id3149568\">Symbol</alt></image>" +msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149568\">Icon Styles</alt></image>" +msgstr "" #. GGmAC #: 00040500.xhp @@ -10402,32 +10537,41 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und wechseln Sie zu Listenvorlagen - öffnen Sie das Kontextmenü einer Vorlage und wählen Sie <emph>Neu.../Ändern...</emph>.</caseinline></switchinline>" -#. CQBHb +#. ZD5up +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3156011\n" +"help.text" +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - context menu of a Presentation Style (except Background) - choose <menuitem>New/Modify - Numbering</menuitem> tab." +msgstr "" + +#. 3g7gB #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3150862\n" "help.text" -msgid "Choose <emph>Format - Bullets and Numbering - Numbering</emph> tab." -msgstr "Wählen Sie <emph>Format - Aufzählungszeichen und Nummerierung... - Register: Nummerierung</emph>." +msgid "Choose <menuitem>Format - Bullets and Numbering - Numbering</menuitem> tab." +msgstr "" -#. 8cCLx +#. iTevh #: 00040500.xhp msgctxt "" "00040500.xhp\n" -"par_id3155378\n" +"par_id3129011\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und wechseln Sie zu Präsentationsobjektvorlagen - öffnen Sie das Kontextmenü einer Vorlage und wählen Sie <emph>Neu.../Ändern...</emph>.</caseinline></switchinline>" +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - context menu of a List Style - choose <menuitem>New/Modify - Numbering Style</menuitem> tab." +msgstr "" -#. yYMEA +#. dAnx5 #: 00040500.xhp msgctxt "" "00040500.xhp\n" -"par_id3156011\n" +"par_id3146019\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und wechseln Sie zu Listenvorlagen - öffnen Sie das Kontextmenü einer Vorlage und wählen Sie <emph>Neu.../Ändern...</emph>.</caseinline></switchinline>" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - choose - context menu of a List Style - choose <menuitem>New/Modify - Numbering Style</menuitem> tab." +msgstr "" #. 4AKhs #: 00040500.xhp @@ -10501,14 +10645,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline>Icon on the <emph>Image</emph> toolbar:</defaultinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline>Symbol in der Symbolleiste <emph>Bild</emph>:</defaultinline></switchinline>" -#. FKqFA +#. YKAFD #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3149953\n" "help.text" -msgid "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\"><alt id=\"alt_id3155092\">Icon</alt></image>" -msgstr "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\"><alt id=\"alt_id3155092\">Symbol</alt></image>" +msgid "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155092\">Icon Crop</alt></image>" +msgstr "" #. Qs4bZ #: 00040500.xhp @@ -11941,95 +12085,113 @@ msgctxt "" msgid "Area" msgstr "Fläche" -#. dyPkA +#. dXFUA #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3154948\n" +"par_id3145607\n" "help.text" -msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Area</emph> tab." -msgstr "Wählen Sie <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Textfeld und Form - </emph></caseinline><caseinline select=\"CALC\"><emph>Objekt - </emph></caseinline></switchinline><emph>Fläche... - Register: Fläche</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> - choose <switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraph, Frame or Page</caseinline></switchinline> style - open context menu - choose <menuitem>Modify/New - </menuitem><switchinline select=\"appl\"><caseinline select=\"CALC\"><menuitem>Background</menuitem></caseinline><defaultinline><menuitem>Area</menuitem></defaultinline></switchinline> tab." +msgstr "" -#. bepw3 +#. TGDHe #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3145607\n" +"par_id841527083135387\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu and choose <emph>Modify/New - Area</emph> tab (presentation documents)." -msgstr "Wählen Sie <emph>Format - Formatvorlagen</emph> - öffnen Sie das Kontextmenü eines Eintrages und wählen Sie <emph>Ändern.../Neu... - Register: Fläche</emph> (Präsentationsdokumente)." +msgid "Choose <menuitem>Table - Properties - Background</menuitem> tab." +msgstr "" -#. bNuBh +#. jBEkR #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3152922\n" +"par_id821578662265845\n" "help.text" -msgid "Choose <emph>Format - Title - Area</emph> tab (chart documents)." -msgstr "Wählen Sie <emph>Format - Titel - (einen Menüeintrag) - Register: Fläche</emph> (Diagramme)." +msgid "Choose <menuitem>Format - Page - Area</menuitem> tab." +msgstr "" -#. CGx4L +#. hu68D #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3157894\n" +"par_id3149664\n" "help.text" -msgid "Choose <emph>Format - Legend - Area</emph> tab (chart documents)." -msgstr "Wählen Sie <emph>Format - Legende... - Register: Fläche</emph> (Diagramme)." +msgid "Choose <menuitem>Slide - Properties - Background</menuitem> tab." +msgstr "" -#. Gv7um +#. NP4xZ #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3144444\n" +"par_id431578737397995\n" "help.text" -msgid "Choose <emph>Format - Chart Wall - Area</emph> tab (chart documents)." -msgstr "Wählen Sie <emph>Format - Diagrammwand... - Register: Fläche</emph> (Diagramme)." +msgid "Choose <menuitem>Format - Cells - Background</menuitem> tab" +msgstr "" -#. ByfCM +#. 8Ac8B #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3156543\n" +"par_id9149694\n" "help.text" -msgid "Choose <emph>Format - Chart Floor - Area</emph> tab (chart documents)." -msgstr "Wählen Sie <emph>Format - Diagrammboden... - Register: Fläche</emph> (Diagramme)." +msgid "Choose <menuitem>Page - Properties - Background</menuitem> tab." +msgstr "" -#. ByRAr +#. BNF8c #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3150685\n" +"par_id3154948\n" "help.text" -msgid "Choose <emph>Format - Chart Area - Area</emph> tab (chart documents)." -msgstr "Wählen Sie <emph>Format - Diagrammfläche... - Register: Fläche</emph> (Diagramme)." +msgid "Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem></caseinline><caseinline select=\"IMPRESS\"><menuitem>Object and Shape - </menuitem></caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Area</emph> tab." +msgstr "" -#. i6r3e +#. CQaYm #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3149664\n" +"par_id3152922\n" +"help.text" +msgid "Choose <menuitem>Format - Title - Area</menuitem> tab (chart documents)." +msgstr "" + +#. dCqeB +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3157894\n" "help.text" -msgid "Choose <emph>Slide - Properties - Background</emph> tab (in $[officename] Impress)." -msgstr "Wählen Sie <emph>Folie - Eigenschaften - Register: Hintergrund...</emph> (in $[officename] Impress)." +msgid "Choose <menuitem>Format - Legend - Area</menuitem> tab (chart documents)." +msgstr "" -#. MGKAR +#. KcL9w #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id9149694\n" +"par_id3144444\n" "help.text" -msgid "Choose <emph>Page - Properties - Background</emph> tab (in $[officename] Draw)." -msgstr "Wählen Sie <emph>Seite - Eigenschaften - Register: Hintergrund...</emph> (in $[officename] Draw)." +msgid "Choose <menuitem>Format - Chart Wall - Area</menuitem> tab (chart documents)." +msgstr "" -#. wgJx5 +#. ijD7Y #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id841527083135387\n" +"par_id3156543\n" "help.text" -msgid "Choose <emph>Table - Properties - Background</emph> tab." -msgstr "Wählen Sie <emph>Format - Bild... - Register: Hintergrund</emph>." +msgid "Choose <menuitem>Format - Chart Floor - Area</menuitem> tab (chart documents)." +msgstr "" + +#. Zuv4t +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3150685\n" +"help.text" +msgid "Choose <menuitem>Format - Chart Area - Area</menuitem> tab (chart documents)." +msgstr "" #. MBrCE #: 00040502.xhp @@ -12148,6 +12310,24 @@ msgctxt "" msgid "Choose <emph>Format - Object Properties - Data Series - Transparency</emph> tab (chart documents)." msgstr "Wählen Sie <emph>Format - Auswahl formatieren... (Datenreihe) - Register: Transparenz</emph> (Diagrammdokument)." +#. pwXzp +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3147189\n" +"help.text" +msgid "Choose <emph>Format - Paragraph - Transparency</emph> tab." +msgstr "" + +#. GBRys +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3144352\n" +"help.text" +msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Transparency</emph> tab." +msgstr "" + #. JHYnk #: 00040502.xhp msgctxt "" @@ -12967,50 +13147,59 @@ msgctxt "" msgid "Open context menu of a column header in a database table - choose <emph>Column Width</emph>." msgstr "Öffnen Sie das Kontextmenü eines Spaltenkopfes einer geöffneten Datenbanktabelle und wählen Sie <emph>Spaltenbreite...</emph>." -#. kq94E +#. Bwd8k #: 00040503.xhp msgctxt "" "00040503.xhp\n" "par_id3148668\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Numbers</emph> tab.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Wählen Sie <emph>Format - Zellen... - Register: Zahlen</emph>.</caseinline></switchinline>" +msgid "Choose <menuitem>Format - Cells - Numbers</menuitem> tab." +msgstr "" -#. wKdCV +#. KdbT6 #: 00040503.xhp msgctxt "" "00040503.xhp\n" "par_id3152349\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>View - Styles</emph> - open context menu and choose <emph>Modify/New - Numbers</emph> tab.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Wählen Sie <emph>Format - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu... - Register: Zahlen</emph>.</caseinline></switchinline>" +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - open context menu and choose <emph>Modify/New - Numbers</emph> tab." +msgstr "" -#. Zpngu +#. hadQp #: 00040503.xhp msgctxt "" "00040503.xhp\n" "par_id3161459\n" "help.text" -msgid "Open context menu for a column header in an open database table - choose <emph>Column Format - Format</emph> tab." -msgstr "Öffnen Sie das Kontextmenü eines Spaltenkopfes einer geöffneten Datenbanktabelle und wählen Sie <emph>Spaltenformatierung... - Register: Format</emph>." +msgid "Open context menu for a column header in an open database table - choose <menuitem>Column Format - Format</menuitem> tab." +msgstr "" + +#. uckxj +#: 00040503.xhp +msgctxt "" +"00040503.xhp\n" +"par_id3150823\n" +"help.text" +msgid "Choose <menuitem>Table - Number Format</menuitem> (for tables)." +msgstr "" -#. hHBnY +#. zEP8P #: 00040503.xhp msgctxt "" "00040503.xhp\n" -"par_id3147531\n" +"par_id231578229435232\n" "help.text" -msgid "Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents)." -msgstr "Wählen Sie <emph>Format - Achse - Y-Achse... - Register: Zahlen</emph> (Diagramme)." +msgid "Choose <menuitem>Insert - Field - More Fields - Variables</menuitem> tab and select <emph>Additional formats</emph> in the <emph>Format</emph> list (for variables)." +msgstr "" -#. AbPHG +#. xXuAA #: 00040503.xhp msgctxt "" "00040503.xhp\n" -"par_id3150823\n" +"par_id3147531\n" "help.text" -msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Field - More Fields - Variables</emph> tab and select <emph>Additional formats</emph> in the <emph>Format</emph> list." -msgstr "Oder als Dialog <emph>Zahl formatieren</emph> für Tabellen und Felder in Textdokumenten: Wählen Sie <emph>Format - Zahlenformat...</emph> oder <emph>Einfügen - Feldbefehl - Weitere Feldbefehle... - Register: Variablen</emph> und den Eintrag <emph>Weitere Formate...</emph> in der Liste <emph>Format</emph>." +msgid "Choose <menuitem>Format - Axis - Y Axis - Numbers</menuitem> tab (chart documents)." +msgstr "" #. yMFSR #: 00040503.xhp diff --git a/source/de/helpcontent2/source/text/shared/01.po b/source/de/helpcontent2/source/text/shared/01.po index 8794ff78705..5988ce4d0fd 100644 --- a/source/de/helpcontent2/source/text/shared/01.po +++ b/source/de/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2019-08-10 04:28+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2293,14 +2293,14 @@ msgctxt "" msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>" msgstr "<bookmark_value>Dateien auf Server; öffnen</bookmark_value><bookmark_value>Öffnen; Dateien auf Server</bookmark_value>" -#. RWPLS +#. APLpD #: 01020001.xhp msgctxt "" "01020001.xhp\n" "hd_id151513629025611\n" "help.text" -msgid "<link href=\"text/shared/01/01020001.xhp\" name=\"Open Remote...\">Open Remote...</link>" -msgstr "<link href=\"text/shared/01/01020001.xhp\" name=\"Datei von Server öffnen...\">Datei von Server öffnen...</link>" +msgid "<link href=\"text/shared/01/01020001.xhp\" name=\"Open Remote\">Open Remote</link>" +msgstr "" #. 5DG6r #: 01020001.xhp @@ -2311,14 +2311,14 @@ msgctxt "" msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>" msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Öffnet ein Dokument von einem Server.</ahelp></variable>" -#. fByLE +#. HDqBq #: 01020001.xhp msgctxt "" "01020001.xhp\n" "par_id611513629210220\n" "help.text" -msgid "Choose <item type=\"menuitem\">File - Open Remote...</item> ." -msgstr "Wählen Sie <item type=\"menuitem\">Datei - Von Server öffnen...</item> ." +msgid "Choose <item type=\"menuitem\">File - Open Remote</item>." +msgstr "" #. GqJTN #: 01020001.xhp @@ -2329,14 +2329,14 @@ msgctxt "" msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>." msgstr "Klicken Sie auf die Schaltfläche <emph>Dateien auf Server</emph> im <emph>Startcenter</emph>." -#. 9zyka +#. HP9o5 #: 01020001.xhp msgctxt "" "01020001.xhp\n" "par_id431513629862558\n" "help.text" -msgid "Long-click on the <emph>Open</emph> icon and select <emph>Open Remote File...</emph> ." -msgstr "Lang-klicken Sie auf das Symbol <emph>Öffnen</emph> und wählen Sie <emph>Datei vom Server öffnen...</emph>." +msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>." +msgstr "" #. 8aZPe #: 01020001.xhp @@ -7999,13 +7999,13 @@ msgctxt "" msgid "The post-fix repetition operator that specifies an exact number of occurrences (\"N\") of the regular expression term immediately preceding it must be present for a match to occur. For example, \"tre{2}\" matches \"tree\"." msgstr "" -#. Fca5T +#. EVGGD #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id3147317\n" "help.text" -msgid "The post-fix repetition operator that specifies a range (minimum of \"N\" to a maximum of \"M\") of occurrences of the regular expression term immediately preceding it that can be present for a match to occur. For example, \"tre{1,2}\" marches \"tre\" and \"tree\"." +msgid "The post-fix repetition operator that specifies a range (minimum of \"N\" to a maximum of \"M\") of occurrences of the regular expression term immediately preceding it that can be present for a match to occur. For example, \"tre{1,2}\" matches \"tre\" and \"tree\"." msgstr "" #. Awzam @@ -8044,13 +8044,13 @@ msgctxt "" msgid "To group terms in a complex expression to be operated on by the post-fix operators: \"*\", \"+\" and \"?\" along with the post-fix repetition operators. For example, the regular expression \"a(bc)?d\" matches both \"ad\" and \"abcd\" in a search.; the regular expression \"M(iss){2}ippi\" matches \"Mississippi\"." msgstr "" -#. MBhCt +#. bpE22 #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id801559576780692\n" "help.text" -msgid "To record the matched sub string inside the parentheses as a reference for later use in the <widget>Find</widget> box using the \"\\n\" construct or in the <widget>Replace</widget> box using the \"$n\" construct, where the reference to the first matched sub string in the current expression in the <widget>Find</widget> box is represented by \"\\1\" in the <widget>Find</widget> box and by \"$1\" in the <widget>Replace</widget> box, the reference to the second matched sub string by \"\\2\" and \"$2\" respectively, and so on." +msgid "To record the matched sub string inside the parentheses as a reference for later use in the <widget>Find</widget> box using the \"\\n\" construct or in the <widget>Replace</widget> box using the \"$n\" construct, where the reference to the first matched sub string in the current expression is represented by \"\\1\" in the <widget>Find</widget> box and by \"$1\" in the <widget>Replace</widget> box, the reference to the second matched sub string by \"\\2\" and \"$2\" respectively, and so on." msgstr "" #. ekwoG @@ -8305,6 +8305,15 @@ msgctxt "" msgid "{3} specifies that [:digit:] must occur three times," msgstr "" +#. y6MUw +#: 02100001.xhp +msgctxt "" +"02100001.xhp\n" +"par_id131559578728924\n" +"help.text" +msgid "\\bconst(itu|ruc)tion\\b" +msgstr "" + #. 22cNV #: 02100001.xhp msgctxt "" @@ -8386,13 +8395,13 @@ msgctxt "" msgid "tion specifies the characters \"tion\"," msgstr "" -#. G6A3i +#. TkAoJ #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id91559578832058\n" "help.text" -msgid "/b specifies that the match must end at a word boundary." +msgid "\\b specifies that the match must end at a word boundary." msgstr "" #. K8QcW @@ -10600,14 +10609,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_APPLY\">Applies the changes that you made to the image map.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_APPLY\">Wendet Ihre Änderungen auf die verweissensitive Grafik an.</ahelp>" -#. mFkv4 +#. Q5GKS #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3149811\n" "help.text" -msgid "<image id=\"img_id3147275\" src=\"svx/res/nu01.png\"><alt id=\"alt_id3147275\">Icon</alt></image>" -msgstr "<image id=\"img_id3147275\" src=\"svx/res/nu01.png\"><alt id=\"alt_id3147275\">Symbol</alt></image>" +msgid "<image id=\"img_id3147275\" src=\"svx/res/nu01.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147275\">Icon Apply</alt></image>" +msgstr "" #. PtM8F #: 02220000.xhp @@ -10636,14 +10645,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_OPEN\">Loads an existing image map in the <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> or <emph>SIP StarView</emph> ImageMap file format.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_OPEN\">Dient zum Laden vorhandener verweissensitiver Grafiken in einem der Dateiformate <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> oder <emph>SIP StarView ImageMap</emph>.</ahelp>" -#. dPtCW +#. YBA3c #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3149795\n" "help.text" -msgid "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\"><alt id=\"alt_id3155503\">Icon</alt></image>" -msgstr "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\"><alt id=\"alt_id3155503\">Symbol</alt></image>" +msgid "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155503\">Icon Open</alt></image>" +msgstr "" #. nGQif #: 02220000.xhp @@ -10672,14 +10681,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_SAVEAS\">Saves the image map in the <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> or <emph>SIP StarView</emph> ImageMap file format.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_SAVEAS\">Speichert die verweissensitive Grafik in einem der Dateiformate <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> oder <emph>SIP StarView ImageMap</emph>.</ahelp>" -#. z7Evm +#. DtBot #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3154280\n" "help.text" -msgid "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\"><alt id=\"alt_id3154923\">Icon</alt></image>" -msgstr "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\"><alt id=\"alt_id3154923\">Symbol</alt></image>" +msgid "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154923\">Icon Save</alt></image>" +msgstr "" #. zzpcn #: 02220000.xhp @@ -10708,14 +10717,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">Selects a hotspot in the image map for editing.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">Wählt einen Hotspot in der verweissensitiven Grafik zum Bearbeiten aus.</ahelp>" -#. qESqQ +#. 4GoEm #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3156214\n" "help.text" -msgid "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\"><alt id=\"alt_id3153192\">Icon</alt></image>" -msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\"><alt id=\"alt_id3153192\">Symbol</alt></image>" +msgid "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153192\">Icon Select</alt></image>" +msgstr "" #. TJAcj #: 02220000.xhp @@ -10744,14 +10753,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_RECT\">Draws a rectangular hotspot where you drag in the graphic. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_RECT\">Zeichnet dort, wo Sie in der Grafik ziehen, einen rechteckigen Hotspot ein. Anschließend können Sie eine <emph>Adresse</emph> und den <emph>Text</emph> für den Hotspot eingeben und den <emph>Frame</emph> wählen, in dem die URL geöffnet werden soll.</ahelp>" -#. DAeXz +#. pm6nN #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3150769\n" "help.text" -msgid "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\"><alt id=\"alt_id3154297\">Icon</alt></image>" -msgstr "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\"><alt id=\"alt_id3154297\">Symbol</alt></image>" +msgid "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154297\">Icon Rectangle</alt></image>" +msgstr "" #. 27ptx #: 02220000.xhp @@ -10780,14 +10789,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_CIRCLE\">Draws an elliptical hotspot where you drag in the graphic. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_CIRCLE\">Zeichnet dort, wo Sie in der Grafik ziehen, einen kreisförmigen Hotspot ein. Anschließend können Sie eine <emph>Adresse</emph> und den <emph>Text</emph> für den Hotspot eingeben und den <emph>Frame</emph> wählen, in dem die URL geöffnet werden soll.</ahelp>" -#. gSjtt +#. z8UMY #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3155308\n" "help.text" -msgid "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\"><alt id=\"alt_id3154011\">Icon</alt></image>" -msgstr "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\"><alt id=\"alt_id3154011\">Symbol</alt></image>" +msgid "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154011\">Icon Ellipse</alt></image>" +msgstr "" #. ShcoZ #: 02220000.xhp @@ -10816,14 +10825,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLY\">Draws a polygonal hotspot in the graphic. Click this icon, drag in the graphic, and then click to define one side of the polygon. Move to where you want to place the end of the next side, and then click. Repeat until you have drawn all of the sides of the polygon. When you are finished, double-click to close the polygon. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLY\">Zeichnet einen vieleckigen Hotspot in die Grafik ein. Klicken Sie auf dieses Symbol und ziehen Sie es in die Grafik. Klicken Sie dann, um die erste Seite des Polygons festzulegen. Setzen Sie den Mauszeiger auf die Stelle, wo sich das Ende der nächsten Seite befinden soll, und klicken Sie. Wiederholen Sie dies, bis Sie alle Seiten des Polygons gezeichnet haben. Wenn Sie fertig sind, doppelklicken Sie, um das Polygon zu schließen. Anschließend können Sie eine <emph>Adresse</emph> und <emph>Text</emph> für den Hotspot eingeben und den <emph>Frame</emph> wählen, in dem die URL geöffnet werden soll.</ahelp>" -#. F2rrJ +#. wAz5P #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3148577\n" "help.text" -msgid "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\"><alt id=\"alt_id3156005\">Icon</alt></image>" -msgstr "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\"><alt id=\"alt_id3156005\">Symbol</alt></image>" +msgid "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156005\">Icon Polygon</alt></image>" +msgstr "" #. pK5eV #: 02220000.xhp @@ -10852,14 +10861,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_FREEPOLY\">Draws a hotspot that is based on a freeform polygon. Click this icon and move to where you want to draw the hotspot. Drag a freeform line and release to close the shape. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_FREEPOLY\">Zeichnet einen Hotspot auf Grundlage eines Freihandpolygons. Klicken Sie auf dieses Symbol und setzen Sie es an die für den Hotspot vorgesehene Position. Ziehen Sie eine Freihandlinie und lassen Sie die Maustaste los, um die Form zu schließen. Anschließend können Sie eine <emph>Adresse</emph> und den <emph>Text</emph> für den Hotspot eingeben und den <emph>Frame</emph> wählen, in dem die URL geöffnet werden soll.</ahelp>" -#. aDnZK +#. k2wFH #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3153877\n" "help.text" -msgid "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\"><alt id=\"alt_id3148386\">Icon</alt></image>" -msgstr "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\"><alt id=\"alt_id3148386\">Symbol</alt></image>" +msgid "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon Freeform Polygon</alt></image>" +msgstr "" #. CrbLf #: 02220000.xhp @@ -10888,14 +10897,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYEDIT\">Lets you change the shape of the selected hotspot by editing the anchor points.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYEDIT\">Hiermit können Sie die Form des ausgewählten Hotspots durch Bearbeitung der Ankerpunkte verändern.</ahelp>" -#. RDtYL +#. PFcBf #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3145801\n" "help.text" -msgid "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\"><alt id=\"alt_id3150113\">Icon</alt></image>" -msgstr "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\"><alt id=\"alt_id3150113\">Symbol</alt></image>" +msgid "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150113\">Icon Edit points</alt></image>" +msgstr "" #. 5ZNA5 #: 02220000.xhp @@ -10924,14 +10933,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYMOVE\">Lets you move the individual anchor points of the selected hotspot.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYMOVE\">Dient zum Verschieben einzelner Ankerpunkte des ausgewählten Hotspots.</ahelp>" -#. NbWWv +#. Bbuy9 #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3146971\n" "help.text" -msgid "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\"><alt id=\"alt_id3148570\">Icon</alt></image>" -msgstr "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\"><alt id=\"alt_id3148570\">Symbol</alt></image>" +msgid "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148570\">Icon Move Points</alt></image>" +msgstr "" #. UkQ35 #: 02220000.xhp @@ -10960,14 +10969,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYINSERT\">Adds an anchor point where you click on the outline of the hotspot.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYINSERT\">Fügt dort, wo Sie auf die Kontur des Hotspots klicken, einen neuen Ankerpunkt ein.</ahelp>" -#. PLL3T +#. 8hhth #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3150749\n" "help.text" -msgid "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\"><alt id=\"alt_id3146793\">Icon</alt></image>" -msgstr "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\"><alt id=\"alt_id3146793\">Symbol</alt></image>" +msgid "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146793\">Icon Insert Points</alt></image>" +msgstr "" #. Bps2C #: 02220000.xhp @@ -10996,14 +11005,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYDELETE\">Deletes the selected anchor point.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYDELETE\">Löscht den ausgewählten Ankerpunkt.</ahelp>" -#. eFc9N +#. FAeCG #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3149021\n" "help.text" -msgid "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\"><alt id=\"alt_id3154508\">Icon</alt></image>" -msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\"><alt id=\"alt_id3154508\">Symbol</alt></image>" +msgid "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon Delete Points</alt></image>" +msgstr "" #. WB6Zf #: 02220000.xhp @@ -11032,23 +11041,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_ACTIVE\">Disables or enables the hyperlink for the selected hotspot. A disabled hotspot is transparent.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_ACTIVE\">Deaktiviert oder aktiviert den Hyperlink für den ausgewählten Hotspot. Deaktivierte Hotspots sind durchsichtig.</ahelp>" -#. ncC7x +#. 8XqEU #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3155901\n" "help.text" -msgid "<image id=\"img_id3145232\" src=\"svx/res/id016.png\"><alt id=\"alt_id3145232\">Icon</alt></image>" -msgstr "<image id=\"img_id3145232\" src=\"svx/res/id016.png\"><alt id=\"alt_id3145232\">Symbol</alt></image>" - -#. Giw7b -#: 02220000.xhp -msgctxt "" -"02220000.xhp\n" -"par_id3155959\n" -"help.text" -msgid "Active" -msgstr "Aktiv" +msgid "<image id=\"img_id3145232\" src=\"svx/res/id016.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145232\">Icon Active</alt></image>" +msgstr "" #. 5dKoE #: 02220000.xhp @@ -11068,14 +11068,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_MACRO\">Lets you assign a macro that runs when you click the selected hotspot in a browser.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_MACRO\">Hiermit können Sie dem ausgewählten Hotspot ein Makro zuweisen, das beim Klicken auf den Hotspot in einem Browser ausgeführt wird.</ahelp>" -#. wPorY +#. i8ix7 #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3145769\n" "help.text" -msgid "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\"><alt id=\"alt_id3153922\">Icon</alt></image>" -msgstr "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\"><alt id=\"alt_id3153922\">Symbol</alt></image>" +msgid "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153922\">Icon Macro</alt></image>" +msgstr "" #. cVL5D #: 02220000.xhp @@ -11104,14 +11104,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_PROPERTY\">Allows you to define the properties of the selected hotspot.</ahelp>" msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_PROPERTY\">Dient zum Festlegen der Eigenschaften für den ausgewählten Hotspot.</ahelp>" -#. L9PZZ +#. xMabR #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3159104\n" "help.text" -msgid "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\"><alt id=\"alt_id3149735\">Icon</alt></image>" -msgstr "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\"><alt id=\"alt_id3149735\">Symbol</alt></image>" +msgid "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149735\">Icon Properties</alt></image>" +msgstr "" #. imNDz #: 02220000.xhp @@ -13714,13 +13714,13 @@ msgctxt "" msgid "In the <emph>Find & Replace</emph> dialog of text documents, you can select to include the comments texts in your searches." msgstr "Im Dialog <emph>Suchen und Ersetzen</emph> können Sie auswählen, ob Sie den Text in Kommentaren in Ihre Suche einschließen möchten." -#. TtJvG +#. DX5fQ #: 04050000.xhp msgctxt "" "04050000.xhp\n" "hd_id601573488847729\n" "help.text" -msgid "Replying comments" +msgid "Replying to comments" msgstr "" #. XjKE5 @@ -13732,13 +13732,13 @@ msgctxt "" msgid "If the comment in a text document was written by another author, there is a <emph>Reply</emph> command in the context menu. <ahelp hid=\".\">This command inserts a new comment adjacent to the comment to which you want to reply.</ahelp> The comment anchor is the same for both comments. Type your reply text in the new comment. Save and send your document to other authors, then those authors can add replies, too." msgstr "Falls der Kommentar in einem Textdokument von einen anderen Autor geschrieben wurde, gibt es einen Befehl <emph>Antwort</emph> im Kontextmenü. <ahelp hid=\".\">Dieser Befehl fügt einen neuen Kommentar parallel zum Kommentar ein, auf den Sie antworten wollen.</ahelp> Der Kommentaranker ist derselbe für beide Kommentare. Tippen Sie Ihren Antworttext in den neuen Kommentar. Speichern und senden Sie Ihr Dokument an andere Autoren, dann können diese weitere Antworten hinzufügen." -#. gPtB2 +#. FD6oN #: 04050000.xhp msgctxt "" "04050000.xhp\n" "hd_id201573491050815\n" "help.text" -msgid "Marking comments resolved" +msgid "Marking comments as resolved" msgstr "" #. F4jJK @@ -14119,23 +14119,50 @@ msgctxt "" msgid "<ahelp hid=\"HID_CHARMAP_CTL_SHOWSET\">Click the special character(s) that you want to insert, and then click <emph>Insert</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_CHARMAP_CTL_SHOWSET\">Klicken Sie auf das/die einzufügende(n) Sonderzeichen und dann auf <emph>Einfügen</emph>.</ahelp>" -#. n8ENj +#. VSFia #: 04100000.xhp msgctxt "" "04100000.xhp\n" "hd_id3154317\n" "help.text" -msgid "Characters" -msgstr "Zeichen" +msgid "Recent Characters" +msgstr "" -#. ta52D +#. 4FZk9 #: 04100000.xhp msgctxt "" "04100000.xhp\n" "par_id3152551\n" "help.text" -msgid "Displays the special characters to be inserted. Edit this field if you want to change the current selection of characters." -msgstr "Zeigt die einzufügenden Sonderzeichen an. Bearbeiten Sie dieses Feld, um die derzeitige Zeichenauswahl zu ändern." +msgid "Displays the special characters that were inserted recently." +msgstr "" + +#. FhhBr +#: 04100000.xhp +msgctxt "" +"04100000.xhp\n" +"hd_id9854317\n" +"help.text" +msgid "Favorite Characters" +msgstr "" + +#. Qp8gh +#: 04100000.xhp +msgctxt "" +"04100000.xhp\n" +"par_id3159351\n" +"help.text" +msgid "Displays the special characters that were chosen with the <emph>Add to Favorites</emph> button. Up to 16 special characters can be saved as a favorite." +msgstr "" + +#. yjLEK +#: 04100000.xhp +msgctxt "" +"04100000.xhp\n" +"par_id31525545\n" +"help.text" +msgid "Double-click on a special character will insert it into the document." +msgstr "" #. U8Mm2 #: 04140000.xhp @@ -14254,42 +14281,6 @@ msgctxt "" msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>" msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formel\">Formel</link>" -#. tgqqs -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id030420161017343575\n" -"help.text" -msgid "Chart From File" -msgstr "Diagramm aus Datei" - -#. RHGkL -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id030420161036124113\n" -"help.text" -msgid "<ahelp hid=\".uno:InsertObjectChartFromFile\">Inserts a chart from within another spreadsheet or from an ODF Chart file (file extension: <emph>*.odc</emph>).</ahelp>" -msgstr "<ahelp hid=\".uno:InsertObjectChartFromFile\">Fügt ein Diagramm aus einer anderen Tabelle oder aus einer ODF Diagrammdatei (Dateierweiterung <emph>*.odc</emph>) ein.</ahelp>" - -#. DRhEX -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id030420161017345031\n" -"help.text" -msgid "3D Model" -msgstr "3D-Modell" - -#. u3mir -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id03042016103612802\n" -"help.text" -msgid "<ahelp hid=\".uno:Insert3DModel\">Inserts a 3D models in the glTF format. This option is currently only available for Windows and Linux.</ahelp>" -msgstr "<ahelp hid=\".uno:Insert3DModel\">Fügt ein 3D-Modell im glTF-Format ein. Diese Option ist gegenwärtig nur für Windows und Linux verfügbar.</ahelp>" - #. mRZCQ #: 04150000.xhp msgctxt "" @@ -15109,6 +15100,24 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\"><variable id=\"textfarbe\">Click to apply the current font color to the selected characters. You can also click here, and then drag a selection to change the text color. Click the arrow next to the icon to open the <emph>Font color</emph> toolbar.</variable></ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\"><variable id=\"textfarbe\">Klicken Sie hier, wenn Sie den ausgewählten Zeichen die aktuelle Schriftfarbe zuweisen möchten. Sie können auch hier klicken und eine Auswahl ziehen, um die Textfarbe zu ändern. Klicken Sie auf den Pfeil neben dem Symbol, um die Symbolleiste <emph>Schriftfarbe</emph> aufzurufen.</variable></ahelp>" +#. Yvw3j +#: 05020200.xhp +msgctxt "" +"05020200.xhp\n" +"hd_id0123200902243377\n" +"help.text" +msgid "Transparency" +msgstr "" + +#. xbjmo +#: 05020200.xhp +msgctxt "" +"05020200.xhp\n" +"par_id3146925\n" +"help.text" +msgid "Sets the transparency of the character text. The value 100% means entirely transparent, while 0% means not transparent at all." +msgstr "" + #. giEeL #: 05020200.xhp msgctxt "" @@ -15487,6 +15496,15 @@ msgctxt "" msgid "Numbers / Format" msgstr "Zahlen / Format" +#. CNMbg +#: 05020300.xhp +msgctxt "" +"05020300.xhp\n" +"par_id3145086\n" +"help.text" +msgid "Specify the formatting option for the selected variable." +msgstr "" + #. z8GFZ #: 05020300.xhp msgctxt "" @@ -15532,14 +15550,14 @@ msgctxt "" msgid "Format" msgstr "Format" -#. EUEpX +#. igSKQ #: 05020300.xhp msgctxt "" "05020300.xhp\n" "par_id3148491\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/formatlb\">Select how you want the contents of the selected cell(s) to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format Code</emph> box." -msgstr "<ahelp hid=\"cui/ui/numberingformatpage/formatlb\">Bestimmen Sie, wie der Inhalt der ausgewählte(n) Zelle(n) angezeigt werden soll.</ahelp> Der Code für die ausgewählte Option wird im Feld <emph>Format-Code</emph> eingeblendet." +msgid "<ahelp hid=\"cui/ui/numberingformatpage/formatlb\">Select how you want the contents of the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cell(s) </caseinline><defaultinline>field</defaultinline></switchinline> to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format code</emph> box." +msgstr "" #. zFHm5 #: 05020300.xhp @@ -15577,14 +15595,14 @@ msgctxt "" msgid "Language" msgstr "Sprache..." -#. BRVHP +#. tGmXJ #: 05020300.xhp msgctxt "" "05020300.xhp\n" "par_id3154138\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>. With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language. Select any language to fix the settings for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells</caseinline><defaultinline> fields</defaultinline></switchinline>.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\">Hier legen Sie die Spracheinstellung für die ausgewählten <switchinline select=\"appl\"><caseinline select=\"CALC\">Zellen</caseinline><defaultinline>Felder</defaultinline></switchinline> fest. Ist die Sprache auf <emph>Automatisch</emph> eingestellt, wendet $[officename] automatisch die Zahlenformate der Standardsystemsprache an. Wählen Sie eine beliebige Sprache aus, um die Einstellungen für die ausgewählten <switchinline select=\"appl\"><caseinline select=\"CALC\">Zellen</caseinline><defaultinline>Felder</defaultinline></switchinline> zu fixieren.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells</caseinline><defaultinline>field</defaultinline></switchinline>. <switchinline select=\"appl\"><caseinline select=\"WRITER\">With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language.</caseinline></switchinline> Select any language to fix the settings for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells</caseinline><defaultinline> fields</defaultinline></switchinline>.</ahelp>" +msgstr "" #. K29ZG #: 05020300.xhp @@ -15775,41 +15793,41 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/numberingformatpage/add\">Adds the number format code that you entered to the user-defined category.</ahelp>" msgstr "<ahelp hid=\"cui/ui/numberingformatpage/add\">Überträgt den eingegebenen Zahlenformat-Code in die Kategorie der benutzerdefinierten Formate.</ahelp>" -#. LhvTR +#. FqD4t #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"hd_id3149263\n" +"hd_id3153573\n" "help.text" -msgid "Delete" -msgstr "Löschen" +msgid "Edit Comment" +msgstr "Kommentar ändern" -#. MLH57 +#. yjr9j #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"par_id3154150\n" +"par_id3083444\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]." -msgstr "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Löscht das ausgewählte Zahlenformat.</ahelp> Die Änderungen werden erst nach einem Neustart von $[officename] wirksam." +msgid "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Adds a comment to the selected number format.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Fügt einen Kommentar zum ausgewählten Zahlenformat hinzu.</ahelp>" -#. FqD4t +#. LhvTR #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"hd_id3153573\n" +"hd_id3149263\n" "help.text" -msgid "Edit Comment" -msgstr "Kommentar ändern" +msgid "Delete" +msgstr "Löschen" -#. yjr9j +#. MLH57 #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"par_id3083444\n" +"par_id3154150\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Adds a comment to the selected number format.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Fügt einen Kommentar zum ausgewählten Zahlenformat hinzu.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]." +msgstr "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Löscht das ausgewählte Zahlenformat.</ahelp> Die Änderungen werden erst nach einem Neustart von $[officename] wirksam." #. 8oTWz #: 05020300.xhp @@ -20599,23 +20617,23 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/paraindentspacing/spinED_FLINEINDENT\">Indents the first line of a paragraph by the amount that you enter. To create a hanging indent enter a positive value for \"Before text\" and a negative value for \"First line\". To indent the first line of a paragraph that uses numbering or bullets, choose \"<link href=\"text/shared/01/06050600.xhp\">Format - Bullets and Numbering - Position</link>\".</ahelp>" msgstr "<ahelp hid=\"cui/ui/paraindentspacing/spinED_FLINEINDENT\">Rückt die erste Zeile eines Absatzes um den angegebenen Wert ein. Um einen hängenden Einzug zu erzeugen, geben Sie einen positiven Wert für \"Vor Text\" und einen negativen Wer für \"Erste Zeile\" ein. Um die erste Zeile eines nummerierten oder mit Aufzählungszeichen versehenen Absatzes einzurücken, wählen Sie \"<link href=\"text/shared/01/06050600.xhp\">Format - Nummerierung und Aufzählungszeichen - Register: Position</link>\".</ahelp>" -#. XD9qr +#. yWgGc #: 05030100.xhp msgctxt "" "05030100.xhp\n" "hd_id3150288\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatic</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatisch</caseinline></switchinline>" +msgid "Automatic" +msgstr "" -#. aB2NF +#. dJRTJ #: 05030100.xhp msgctxt "" "05030100.xhp\n" "par_id3151041\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paraindentspacing/checkCB_AUTO\">Automatically indents a paragraph according to the font size and the line spacing. The setting in the <emph>First Line </emph>box is ignored.</ahelp></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paraindentspacing/checkCB_AUTO\">Rückt einen Absatz automatisch im Verhältnis zur Schriftgröße und zum Zeilenabstand ein. Die Einstellung im Feld <emph>Erste Zeile</emph> wird ignoriert.</ahelp></caseinline></switchinline>" +msgid "<ahelp hid=\"cui/ui/paraindentspacing/checkCB_AUTO\">Automatically indents a paragraph according to the font size and the line spacing. The setting in the <emph>First Line </emph>box is ignored.</ahelp>" +msgstr "" #. Ppsst #: 05030100.xhp @@ -20824,23 +20842,23 @@ msgctxt "" msgid "Sets the height of the vertical space that is inserted between two lines." msgstr "Gibt einen zusätzlich zwischen zwei Zeilen einzufügenden Höhenabstand an." -#. AxTDN +#. TDxWX #: 05030100.xhp msgctxt "" "05030100.xhp\n" "hd_id3155443\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Fixed</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Fest</caseinline></switchinline>" +msgid "Fixed" +msgstr "" -#. mgn8P +#. 7Dv79 #: 05030100.xhp msgctxt "" "05030100.xhp\n" "par_id3153711\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Sets the line spacing to exactly match the value that you enter in the box. This can result in cropped characters.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Setzt den von Ihnen angegebenen Wert als den exakten Zeilenabstand ein. Bei zu geringem Abstand werden die Buchstaben abgeschnitten.</caseinline></switchinline>" +msgid "Sets the line spacing to exactly match the value that you enter in the box. This can result in cropped characters." +msgstr "" #. sqTV8 #: 05030100.xhp @@ -21220,14 +21238,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/paratabspage/buttonBTN_NEW\">Adds the tab stop that you defined to the current paragraph.</ahelp>" msgstr "<ahelp hid=\"cui/ui/paratabspage/buttonBTN_NEW\">Überträgt den definierten Tabulator auf den aktuellen Absatz.</ahelp>" -#. WU5sj +#. vhsNK #: 05030300.xhp msgctxt "" "05030300.xhp\n" "hd_id3153945\n" "help.text" -msgid "Clear All" -msgstr "Alle löschen" +msgid "Delete all" +msgstr "" #. n3nWv #: 05030300.xhp @@ -21634,14 +21652,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/backgroundpage/BackgroundPage\">Set the background color or graphic.</ahelp>" msgstr "<ahelp hid=\"cui/ui/backgroundpage/BackgroundPage\">Bestimmen Sie hier eine Hintergrundfarbe oder ein Hintergrundbild.</ahelp>" -#. G8i9t +#. cfKE8 #: 05030600.xhp msgctxt "" "05030600.xhp\n" "par_id3147653\n" "help.text" -msgid "You can specify the background for <switchinline select=\"appl\"><caseinline select=\"WRITER\">paragraphs, pages, headers, footers, text frames, tables, table cells, sections, and indexes.</caseinline><caseinline select=\"CALC\">cells and pages.</caseinline></switchinline>" -msgstr "Sie können den Hintergrund für <switchinline select=\"appl\"><caseinline select=\"WRITER\">Absätze, Seiten, Kopf- und Fußzeilen, Textrahmen, Tabellen, Tabellenzellen, Bereiche sowie Indizes definieren.</caseinline><caseinline select=\"CALC\">Zellen und Seiten definieren.</caseinline></switchinline>" +msgid "You can specify the background for <switchinline select=\"appl\"><caseinline select=\"WRITER\">paragraphs, pages, headers, footers, frames, tables, table cells, sections, and indexes.</caseinline><caseinline select=\"CALC\">cells and pages.</caseinline></switchinline>" +msgstr "" #. WUJz3 #: 05030600.xhp @@ -21931,14 +21949,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/paragalignpage/ParaAlignPage\">Sets the alignment of the paragraph relative to the margins of page.</ahelp>" msgstr "<ahelp hid=\"cui/ui/paragalignpage/ParaAlignPage\">Hier legen Sie die Ausrichtung des Absatzes im Verhältnis zu den Seitenrändern fest.</ahelp>" -#. N65sZ +#. DQeLQ #: 05030700.xhp msgctxt "" "05030700.xhp\n" "hd_id3143268\n" "help.text" -msgid "Alignment" -msgstr "Anpassung" +msgid "Options" +msgstr "" #. zEFM8 #: 05030700.xhp @@ -22075,14 +22093,23 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/paragalignpage/checkCB_SNAP\">Aligns the paragraph to a text grid. To activate the text grid, choose <link href=\"text/swriter/01/05040800.xhp\" name=\"Format - Page - Text Grid\"><emph>Format - Page - Text Grid</emph></link>.</ahelp>" msgstr "<ahelp hid=\"cui/ui/paragalignpage/checkCB_SNAP\">Der Absatz wird an einem Textgitter ausgerichtet. Das Textgitter aktivieren Sie unter <link href=\"text/swriter/01/05040800.xhp\" name=\"Format - Seite - Textgitter\"><emph>Format - Seite - Textgitter</emph></link>.</ahelp>" -#. EANa5 +#. 8fVGt #: 05030700.xhp msgctxt "" "05030700.xhp\n" "hd_id3148672\n" "help.text" -msgid "Text-to-text - Alignment" -msgstr "Text-an-Text" +msgid "Text-to-text" +msgstr "" + +#. CvZ85 +#: 05030700.xhp +msgctxt "" +"05030700.xhp\n" +"hd_id3154451\n" +"help.text" +msgid "Alignment" +msgstr "" #. rARSM #: 05030700.xhp @@ -22507,23 +22534,41 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/managestylepage/nextstyle\">Select an existing style that you want to follow the current style in your document. For paragraph styles, the next style is applied to an empty paragraph that is created when you press Enter at the end of an existing paragraph. For page styles, the next style is applied when a new page is created.</ahelp>" msgstr "" -#. pMBwD +#. cLVjF #: 05040100.xhp msgctxt "" "05040100.xhp\n" "hd_id3163802\n" "help.text" -msgid "Linked with" -msgstr "Verknüpft mit" +msgid "Inherit from" +msgstr "" -#. BL7nv +#. PNQTa #: 05040100.xhp msgctxt "" "05040100.xhp\n" "par_id3166461\n" "help.text" -msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style that you want to base the new style on, or select none to define your own style.</ahelp>" -msgstr "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Sie können eine vorhandene Formatvorlage als Grundlage für die neue wählen oder eine eigene Formatvorlage ohne Grundlage definieren.</ahelp>" +msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>" +msgstr "" + +#. nt5th +#: 05040100.xhp +msgctxt "" +"05040100.xhp\n" +"hd_id3148400\n" +"help.text" +msgid "Edit Style" +msgstr "" + +#. TAEAj +#: 05040100.xhp +msgctxt "" +"05040100.xhp\n" +"par_id3155179\n" +"help.text" +msgid "Edit the properties of the parent style." +msgstr "" #. eaxKa #: 05040100.xhp @@ -22570,24 +22615,6 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/managestylepage/desc\">Describes the relevant formatting used in the current style.</ahelp>" msgstr "<ahelp hid=\"sfx/ui/managestylepage/desc\">Beschreibt die markanten Formatierungselemente der aktuellen Formatvorlage.</ahelp>" -#. iABDv -#: 05040100.xhp -msgctxt "" -"05040100.xhp\n" -"par_idN1072D\n" -"help.text" -msgid "Assign Shortcut Key" -msgstr "Tastenkombination zuweisen" - -#. VDMuN -#: 05040100.xhp -msgctxt "" -"05040100.xhp\n" -"par_idN10731\n" -"help.text" -msgid "Opens the <emph>Tools - Customize - Keyboard</emph> tab page where you can assign a shortcut key to the current Style." -msgstr "Öffnet das Register <emph>Extras - Anpassen... - Tastatur</emph>. Hier können Sie der aktuellen Vorlage eine Tastenkombination zuweisen." - #. UjGXL #: 05040100.xhp msgctxt "" @@ -23209,14 +23236,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/05040300.xhp\" name=\"Header\">Header</link>" msgstr "<link href=\"text/shared/01/05040300.xhp\" name=\"Kopfzeile\">Kopfzeile</link>" -#. PUUhF +#. CHjxs #: 05040300.xhp msgctxt "" "05040300.xhp\n" "par_id3156027\n" "help.text" -msgid "<ahelp hid=\"svx/ui/headfootformatpage/HFFormatPage\">Adds a header to the current page style. A header is an area in the top page margin, where you can add text or graphics.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/headfootformatpage/HFFormatPage\">Fügt eine Kopfzeile in die aktuelle Seitenvorlage ein. Kopfzeilen sind Bereiche innerhalb des oberen Seitenrands, in die sich Text oder Grafiken einfügen lassen.</ahelp>" +msgid "<ahelp hid=\"svx/ui/headfootformatpage/HFormatPage\">Adds a header to the current page style. A header is an area in the top page margin, where you can add text or graphics.</ahelp>" +msgstr "" #. AiAZ8 #: 05040300.xhp @@ -23533,14 +23560,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/05040400.xhp\" name=\"Footer\">Footer</link>" msgstr "<link href=\"text/shared/01/05040400.xhp\" name=\"Fußzeile\">Fußzeile</link>" -#. N2y4H +#. ah7vE #: 05040400.xhp msgctxt "" "05040400.xhp\n" "par_id3156553\n" "help.text" -msgid "<ahelp hid=\"svx/ui/headfootformatpage/HFFormatPage\">Adds a footer to the current page style. A footer is an area in the bottom page margin, where you can add text or graphics.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/headfootformatpage/HFFormatPage\">Fügt eine Fußzeile in die aktuelle Seitenvorlage ein. Fußzeilen sind Bereiche innerhalb des unteren Seitenrands, in die sich Text oder Grafiken einfügen lassen.</ahelp>" +msgid "<ahelp hid=\"svx/ui/headfootformatpage/FFormatPage\">Adds a footer to the current page style. A footer is an area in the bottom page margin, where you can add text or graphics.</ahelp>" +msgstr "" #. ofejE #: 05040400.xhp @@ -26647,24 +26674,6 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/areatabpage/btnnone\">Do not fill the selected object.</ahelp>" msgstr "<ahelp hid=\"cui/ui/areatabpage/btnnone\">Füllt das ausgewählte Objekt nicht.</ahelp>" -#. wjDrT -#: 05210100.xhp -msgctxt "" -"05210100.xhp\n" -"hd_id3153345\n" -"help.text" -msgid "Color" -msgstr "Farbe" - -#. sJECX -#: 05210100.xhp -msgctxt "" -"05210100.xhp\n" -"par_id3149750\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/areatabpage/btncolor\">Fills the object with a color selected on this page.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/areatabpage/btncolor\">Füllt das Objekt mit der hier ausgewählten Farbe.</ahelp>" - #. 58oAC #: 05210100.xhp msgctxt "" @@ -26755,6 +26764,222 @@ msgctxt "" msgid "<variable id=\"sytext\"><ahelp hid=\".uno:FillStyle\">Select the type of fill that you want to apply to the selected drawing object.</ahelp></variable>" msgstr "<variable id=\"sytext\"><ahelp hid=\".uno:FillStyle\">Wählen Sie den gewünschten Flächentyp für das ausgewählte Zeichnungsobjekt.</ahelp></variable>" +#. GUfm5 +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"tit\n" +"help.text" +msgid "Colors" +msgstr "" + +#. RSPZA +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"bm_id37440771\n" +"help.text" +msgid "<bookmark_value>colors;palette</bookmark_value><bookmark_value>colors;adding</bookmark_value><bookmark_value>colors;delete</bookmark_value>" +msgstr "" + +#. vay4k +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id681578759272545\n" +"help.text" +msgid "<variable id=\"colorpageh1\"><link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link></variable>" +msgstr "" + +#. QfPqQ +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id3149119\n" +"help.text" +msgid "Select a color to apply, save the current color list, or load a different color list." +msgstr "" + +#. vUNGz +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id291578764209687\n" +"help.text" +msgid "Press the <widget>Color</widget> button in one of the situations below:" +msgstr "" + +#. uiJLg +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id931578758906569\n" +"help.text" +msgid "Colors" +msgstr "" + +#. 2iXVW +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id551578758911321\n" +"help.text" +msgid "Palette" +msgstr "" + +#. ebwpw +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id411578758922329\n" +"help.text" +msgid "Select the color palette in the list box to pick the color for the selected object. The palette color set displays below." +msgstr "" + +#. DQAGQ +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id981578758969146\n" +"help.text" +msgid "Recent colors" +msgstr "" + +#. 6LC8v +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id751578758975939\n" +"help.text" +msgid "Displays the recent selected colors." +msgstr "" + +#. Gkcmg +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id41578758979874\n" +"help.text" +msgid "Custom Palette" +msgstr "" + +#. u7xEP +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id641578758985603\n" +"help.text" +msgid "Click <widget>Add</widget> to open a dialog to set a name for the custom color. The palette changes to \"custom\"." +msgstr "" + +#. 5Br7h +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id191578758991563\n" +"help.text" +msgid "Click <widget>Delete</widget> to delete the color from the custom palette." +msgstr "" + +#. ECZqn +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id921578758048450\n" +"help.text" +msgid "You cannot add or delete colors of the palettes provided by your installation." +msgstr "" + +#. BwEAC +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id991578758873888\n" +"help.text" +msgid "Active" +msgstr "" + +#. 77qcm +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id361578758881241\n" +"help.text" +msgid "Displays the current active color for the object. Red, blue and green components values and the color value in hexadecimal notation are displayed just below." +msgstr "" + +#. hKFBD +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id801578758863952\n" +"help.text" +msgid "New" +msgstr "" + +#. J3FdA +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id271578758868425\n" +"help.text" +msgid "Displays the new color for the object that will be applied when you press <widget>OK</widget>." +msgstr "" + +#. kw6LA +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id701578758840552\n" +"help.text" +msgid "R, G and B" +msgstr "" + +#. gNMXD +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id691578758845984\n" +"help.text" +msgid "The red, blue and green components values of the new color. You can define the new color by entering the red, green and blue values in the respective <emph>R</emph>, <emph>G</emph> and <emph>B</emph> spin boxes.Allowed values are 0 to 255." +msgstr "" + +#. NAGAE +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id591578758836544\n" +"help.text" +msgid "Hex" +msgstr "" + +#. TBTQV +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id121578758850944\n" +"help.text" +msgid "The color value in hexadecimal notation. You can enter the hexadecimal value in the <emph>Hex</emph> text box." +msgstr "" + +#. hW3tX +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id891578758832248\n" +"help.text" +msgid "Pick" +msgstr "" + +#. oVvDT +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id131578758826856\n" +"help.text" +msgid "Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker\">color picker dialog</link> for a graphical selection of the desired color." +msgstr "" + #. Eybzn #: 05210300.xhp msgctxt "" @@ -29392,41 +29617,32 @@ msgctxt "" msgid "Fontwork" msgstr "Fontwork" -#. CfLRY +#. TCGqk #: 05280000.xhp msgctxt "" "05280000.xhp\n" "hd_id3146959\n" "help.text" -msgid "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\" name=\"FontWork\">Fontwork Dialog (Previous Version)</link></variable>" -msgstr "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\" name=\"FontWork\">Fontwork Dialog (Vorherige Version)</link></variable>" +msgid "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\" name=\"FontWork\">Fontwork Dialog (for putting text along a curve)</link></variable>" +msgstr "" -#. 6cPGC +#. EF8Ai #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3151097\n" "help.text" -msgid "<ahelp hid=\".uno:FontWork\">Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog.</ahelp>" -msgstr "<ahelp hid=\".uno:FontWork\">Dient zum Bearbeiten von Fontwork-Effekten des ausgewählten Objekts, das mit dem vorigen Dialog Fontwork erstellt wurde.</ahelp>" +msgid "<ahelp hid=\".uno:FontWork\">Simple tool for putting text along a curve without any fancy effects.</ahelp>" +msgstr "" -#. AEyBA +#. DGABQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155934\n" "help.text" -msgid "This <emph>Fontwork</emph> dialog is only available for Fontwork in old Writer text documents that were created prior to OpenOffice.org 2.0. You must first call <emph>Tools - Customize</emph> to add a menu command or an icon to open this dialog." -msgstr "Dieser Dialog <emph>Fontwork</emph> ist nur für Fontwork in alten Writer-Textdokumenten verfügbar, die mit Versionen vor OpenOffice.org 2.0 erstellt wurden. Um diesen Dialog zu öffnen, müssen Sie zunächst <emph>Extras - Anpassen</emph> aufrufen, um einen Menübefehl oder ein Symbol hinzuzufügen." - -#. rFDAD -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3154497\n" -"help.text" -msgid "You can change the shape of the text baseline to match semicircles, arcs, circles, and freeform lines." -msgstr "Sie können die Grundlinie des Textes in die Form von Halbkreisen, Bögen, Kreisen und Freihandlinien bringen." +msgid "This <emph>Fontwork</emph> dialog is meant for making text follow a curve. Draw a curve, double-click it and type text into it. With the curve selected, you can now activate the Fontwork command. <switchinline select=\"appl\"><caseinline select=\"WRITER\">Access the dialog by choosing <menuitem>Format - Text Box and Shape - Fontwork</menuitem></caseinline><defaultinline>First call <menuitem>Tools - Customize</menuitem> to add a menu command or a toolbar button to open the dialog. The <emph>Fontwork</emph> command is found in the Format category of the Customize dialog</defaultinline></switchinline>." +msgstr "" #. dLxem #: 05280000.xhp @@ -29437,41 +29653,14 @@ msgctxt "" msgid "Alignment icons" msgstr "Ausrichtungssymbole" -#. kAoZC -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3149760\n" -"help.text" -msgid "<ahelp hid=\"HID_FONTWORK_CTL_FORMS\" visibility=\"hidden\">Click the shape of the baseline that you want to use for the text.</ahelp>" -msgstr "<ahelp hid=\"HID_FONTWORK_CTL_FORMS\" visibility=\"hidden\">Klicken Sie auf die gewünschte Grundlinienform.</ahelp>" - -#. opZXe -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3152542\n" -"help.text" -msgid "The top row contains the following baseline shapes: <emph>Upper Semicircle</emph>, <emph>Lower Semicircle</emph>, <emph>Left Semicircle</emph> and <emph>Right Semicircle</emph>." -msgstr "Die obere Reihe enthält die folgenden Grundlinienformen: <emph>Oberer Halbkreis</emph>, <emph>Unterer Halbkreis</emph>, <emph>Linker Halbkreis</emph> und <emph>Rechter Halbkreis</emph>." - -#. nttRE -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3150774\n" -"help.text" -msgid "The middle row contains the following baseline shapes: <emph>Upper Arc</emph>, <emph>Lower Arc, Left Arc</emph> and <emph>Right Arc</emph>." -msgstr "Die mittlere Reihe enthält die folgenden Grundlinienformen: <emph>Oberer Kreisbogen</emph>, <emph>Unterer Kreisbogen, Linker Kreisbogen</emph> und <emph>Rechter Kreisbogen</emph>." - -#. dZD6W +#. cULRv #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159158\n" "help.text" -msgid "The bottom row contains the following baseline shapes: <emph>Open Circle, Closed Circle, Closed Circle II</emph>, and <emph>Open Circle Vertical</emph>. For the best results, the drawing object must contain more than two lines of text." -msgstr "Die untere Reihe enthält die folgenden Grundlinienformen: <emph>Offener Kreis, Geschlossener Kreis, Geschlossener Kreis II</emph> und <emph>Offener Kreis senkrecht</emph>. Die besten Ergebnisse erzielen Sie, wenn das Zeichnungsobjekt mehr als zwei Textzeilen enthält." +msgid "You can make text follow any shape. Most of the custom shapes available in the Drawing toolbar need to be converted to a different type before you can use them with Fontwork. In Impress or Draw, right-click the shape and select <emph>Convert - To Curve/Polygon/Contour</emph>. If you wish, you can now copy and paste the converted shape into Writer for use with Fontwork. Shapes in the <emph>Legacy Circles and Ovals</emph> and <emph>Legacy Rectangles</emph> toolbars do not need to be converted. The <emph>Arc</emph> included in the basic shapes is also a legacy shape." +msgstr "" #. rDFeE #: 05280000.xhp @@ -36889,14 +37078,14 @@ msgctxt "" msgid "Numbering Style" msgstr "Listenvorlage" -#. 4oGz6 +#. soKRn #: 06050200.xhp msgctxt "" "06050200.xhp\n" "hd_id3146807\n" "help.text" -msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering</link>" -msgstr "<link href=\"text/shared/01/06050200.xhp\" name=\"Nummerierungsart\">Nummerierungsart</link>" +msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>" +msgstr "" #. 3FT7A #: 06050200.xhp @@ -36934,14 +37123,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>" msgstr "<link href=\"text/shared/01/06050600.xhp\" name=\"Position (Register) (Dialog Nummerierung/Aufzählung)\">Position (Register) (Dialog \"Nummerierung/Aufzählung\")</link>" -#. zsU2G +#. b4BYW #: 06050200.xhp msgctxt "" "06050200.xhp\n" "par_id3152918\n" "help.text" -msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>" -msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Optionen (Register) (Dialog Nummerierung/Aufzählung)\">Optionen (Register) (Dialog \"Nummerierung/Aufzählung\")</link>" +msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>" +msgstr "" #. mFseS #: 06050300.xhp @@ -37015,14 +37204,14 @@ msgctxt "" msgid "Image" msgstr "Bild" -#. HDHNj +#. b9BPD #: 06050400.xhp msgctxt "" "06050400.xhp\n" "hd_id0611200904373284\n" "help.text" -msgid "<link href=\"text/shared/01/06050400.xhp\" name=\"Graphics\">Graphics</link>" -msgstr "<link href=\"text/shared/01/06050400.xhp\" name=\"Grafiken\">Grafiken</link>" +msgid "<link href=\"text/shared/01/06050400.xhp\" name=\"Graphics\">Image</link>" +msgstr "" #. g8rob #: 06050400.xhp @@ -37105,14 +37294,14 @@ msgctxt "" msgid "<bookmark_value>numbering;options</bookmark_value> <bookmark_value>bullet lists; formatting options</bookmark_value> <bookmark_value>font sizes;bullets</bookmark_value>" msgstr "<bookmark_value>Nummerierung; Optionen</bookmark_value><bookmark_value>Aufzählungen; Formatierungsoptionen</bookmark_value><bookmark_value>Schriftgrößen; Aufzählungszeichen</bookmark_value>" -#. r2ZUG +#. Cq4hL #: 06050500.xhp msgctxt "" "06050500.xhp\n" "hd_id3147240\n" "help.text" -msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options\">Options</link>" -msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Optionen\">Optionen</link>" +msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options\">Customize</link>" +msgstr "" #. KTDdy #: 06050500.xhp @@ -37123,15 +37312,6 @@ msgctxt "" msgid "Sets the formatting options for numbered or bulleted lists. If you want, you can apply formatting to individual levels in the list hierarchy." msgstr "Hier legen Sie die Formatierungsoptionen für Nummerierungen oder Aufzählungen fest. Sie können den einzelnen Ebenen in der Listenhierarchie auch unterschiedliche Formatierungen zuweisen." -#. mWs5a -#: 06050500.xhp -msgctxt "" -"06050500.xhp\n" -"hd_id3155069\n" -"help.text" -msgid "Format" -msgstr "Format" - #. pGwyV #: 06050500.xhp msgctxt "" @@ -37159,6 +37339,15 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/numberingoptionspage/levellb\">Select the level(s) that you want to define the formatting options for.</ahelp> The selected level is highlighted in the preview." msgstr "<ahelp hid=\"cui/ui/numberingoptionspage/levellb\">Wählen Sie die Ebene(n), für die Sie Formatierungsoptionen festlegen möchten.</ahelp> Die ausgewählte Ebene ist in dieser Vorschau hervorgehoben." +#. ugWJQ +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"hd_id3159200\n" +"help.text" +msgid "Number" +msgstr "" + #. LEAqu #: 06050500.xhp msgctxt "" @@ -37285,6 +37474,42 @@ msgctxt "" msgid "Roman numerals (lowercase)" msgstr "Kleine römische Ziffern" +#. cxHdx +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2356426\n" +"help.text" +msgid "1st, 2nd, 3rd, ..." +msgstr "" + +#. wCRvr +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2356410\n" +"help.text" +msgid "Ordinal numerals" +msgstr "" + +#. duuRN +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2378426\n" +"help.text" +msgid "One, Two, Three, ..." +msgstr "" + +#. CDDpc +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2896410\n" +"help.text" +msgid "Cardinal numerals" +msgstr "" + #. BcNvd #: 06050500.xhp msgctxt "" @@ -37330,14 +37555,14 @@ msgctxt "" msgid "Bullet" msgstr "Bullet" -#. SyGSi +#. vZdhE #: 06050500.xhp msgctxt "" "06050500.xhp\n" "par_id3145085\n" "help.text" -msgid "Adds a bullet to the beginning of a line. Select this option, and then click the <emph>Character</emph> button to choose a bullet style." -msgstr "Fügt am Zeilenanfang ein Aufzählungszeichen ein. Wählen Sie diese Option aus, und klicken Sie auf die Schaltfläche <emph>Zeichen</emph>, um einen Stil für das Aufzählungszeichen auszusuchen." +msgid "Adds a bullet to the beginning of a line. Select this option, and then click the <emph>Select</emph> button to choose a bullet style." +msgstr "" #. JBJEa #: 06050500.xhp @@ -37348,14 +37573,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Bullets are resized to fit the current line height. If you want, you can define a Character Style that uses a different font size for bullets.</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Aufzählungszeichen werden an die aktuelle Zeilenhöhe angepasst. Sie haben die Möglichkeit, den Aufzählungszeichen durch Auswahl einer Zeichenvorlage eine andere Schriftgröße zu verleihen.</caseinline></switchinline>" -#. ebWFN +#. pqU3e #: 06050500.xhp msgctxt "" "06050500.xhp\n" "par_id3152811\n" "help.text" -msgid "Image" -msgstr "Bild" +msgid "Graphics" +msgstr "" #. BJUoD #: 06050500.xhp @@ -37447,14 +37672,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/numberingoptionspage/suffix\">Enter a character or the text to display behind the number in the list. If you want to create a numbered list that uses the style \"1.)\", enter \".)\" in this box.</ahelp>" msgstr "<ahelp hid=\"cui/ui/numberingoptionspage/suffix\">Geben Sie ein Zeichen oder einen Text ein, das beziehungsweise der hinter den Nummern in der Liste angezeigt werden soll. Wenn Sie eine Nummerierungsliste im Format \"1.)\" wünschen, geben Sie in dieses Feld \".)\" ein.</ahelp>" -#. PYrAJ +#. Uw4HA #: 06050500.xhp msgctxt "" "06050500.xhp\n" "hd_id3156423\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Character Styles</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Zeichenvorlagen</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Character Style</caseinline></switchinline>" +msgstr "" #. zkHUZ #: 06050500.xhp @@ -37537,24 +37762,6 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"cui/ui/numberingoptionspage/relsize\">Enter the amount by which you want to resize the bullet character with respect to the font height of the current paragraph.</ahelp></defaultinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"cui/ui/numberingoptionspage/relsize\">Geben Sie ein, um wie viel das Aufzählungszeichen im Verhältnis zur Schrifthöhe des aktuellen Absatzes skaliert werden soll.</ahelp></defaultinline></switchinline>" -#. v8T5P -#: 06050500.xhp -msgctxt "" -"06050500.xhp\n" -"hd_id3147444\n" -"help.text" -msgid "Character" -msgstr "Zeichen" - -#. gPGpp -#: 06050500.xhp -msgctxt "" -"06050500.xhp\n" -"par_id3153144\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/numberingoptionspage/bullet\">Opens the <link href=\"text/shared/01/04100000.xhp\" name=\"Special Characters\">Special Characters</link> dialog, where you can select a bullet symbol.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberingoptionspage/bullet\">Öffnet den Dialog <link href=\"text/shared/01/04100000.xhp\" name=\"Sonderzeichen\">Sonderzeichen</link>, in dem Sie das gewünschte Aufzählungszeichen auswählen können.</ahelp>" - #. iEYKN #: 06050500.xhp msgctxt "" @@ -37762,14 +37969,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Select the element that will follow the numbering: a tab stop, a space, a line break, or nothing.</ahelp>" msgstr "<ahelp hid=\".\">Wählen Sie das Element, das der Nummerierung folgen soll: Ein Tabulator, ein Leerzeichen, ein Zeilenumbruch oder nichts.</ahelp>" -#. NJWoJ +#. Ahxab #: 06050600.xhp msgctxt "" "06050600.xhp\n" "hd_id7809686\n" "help.text" -msgid "at" -msgstr "bei" +msgid "Tab stop at" +msgstr "" #. AwaE8 #: 06050600.xhp @@ -42649,6 +42856,168 @@ msgctxt "" msgid "Comments and script fields at the beginning of the first paragraph in a document are exported to the header of an HTML document. If the document begins with a table, the first paragraph in the first cell of the table is exported to the header of the HTML document." msgstr "Kommentare und Skriptfelder am Beginn des ersten Absatzes in einem Dokument werden in den Kopfbereich des HTML-Dokuments exportiert. Bei Dokumenten, die mit einer Tabelle beginnen, wird der erste Absatz in der ersten Zelle der Tabelle in den Kopfbereich des HTML-Dokuments exportiert." +#. KBbjw +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"tit\n" +"help.text" +msgid "Adding Signature Line in Documents" +msgstr "" + +#. EGN36 +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"bm_id821526779524753\n" +"help.text" +msgid "<bookmark_value>digital signature;add signature line</bookmark_value><bookmark_value>signature line;adding</bookmark_value>" +msgstr "" + +#. fYs2f +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id501526421873817\n" +"help.text" +msgid "<variable id=\"addsignatureline01\"><link href=\"text/shared/01/addsignatureline.xhp\" name=\"Signature Line\">Signature Line</link></variable>" +msgstr "" + +#. bcvDE +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id991526423190756\n" +"help.text" +msgid "Insert a graphic box representing a signature line of the document." +msgstr "" + +#. FFaDB +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id751526436546030\n" +"help.text" +msgid "<image src=\"media/helpimg/sw_signatureline01.png\" id=\"img_id91526436546031\" width=\"311px\" height=\"179px\"> <alt id=\"alt_id351526436546031\">Signature Line Box</alt> </image>" +msgstr "" + +#. AgbBh +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id651526423393786\n" +"help.text" +msgid "The signature line displays an horizontal line, a location mark, the name, title and e-mail of signer." +msgstr "" + +#. auwte +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id631526467960460\n" +"help.text" +msgid "Name" +msgstr "" + +#. mwYBp +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id351526467968348\n" +"help.text" +msgid "<ahelp hid=\".\">Insert the name of the signer. The name is displayed in the signature line graphic box.</ahelp>" +msgstr "" + +#. bucAF +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id171526467974440\n" +"help.text" +msgid "Title" +msgstr "" + +#. fyUJY +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id701526467979209\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the title of the signer. The title is displayed in the signature line graphic box.</ahelp>" +msgstr "" + +#. Aa59Z +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id431526467986157\n" +"help.text" +msgid "Email" +msgstr "" + +#. EnpJD +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id111526467993387\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the e-mail of the signer. The email is not displayed in the signature line graphic box, and is be used for the digital signature.</ahelp>" +msgstr "" + +#. EpDAG +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id451526468019876\n" +"help.text" +msgid "Signer can add comments" +msgstr "" + +#. x49zw +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id531526562791579\n" +"help.text" +msgid "<ahelp hid=\".\">Enable signer to insert comments in the Sign Signature Line dialog at time of signature.</ahelp>" +msgstr "" + +#. rAhqF +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id31526468046686\n" +"help.text" +msgid "Show sign date in signature line" +msgstr "" + +#. xWyoH +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id11526468051934\n" +"help.text" +msgid "<ahelp hid=\".\">Mark this checkbox to display the date of the signature, at the time when the document is digitally signed.</ahelp>" +msgstr "" + +#. SGaTf +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id791526468057743\n" +"help.text" +msgid "Instructions to the signer" +msgstr "" + +#. jrvVd +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id131526560799876\n" +"help.text" +msgid "<ahelp hid=\".\">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</ahelp>" +msgstr "" + #. ViF5g #: digitalsignatures.xhp msgctxt "" @@ -44899,14 +45268,14 @@ msgctxt "" msgid "You can disable or enable the automatic check in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/online_update.xhp\">Online Update</link>." msgstr "Sie können die automatische Prüfung in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Einstellungen</caseinline><defaultinline>Extras - Optionen...</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/online_update.xhp\">Online-Update</link> aktivieren oder deaktivieren." -#. qpBRJ +#. AJBeB #: online_update.xhp msgctxt "" "online_update.xhp\n" "par_id3422345\n" "help.text" -msgid "If an update is available, an icon<image id=\"img_id3155415\" src=\"extensions/source/update/ui/onlineupdate_16.png\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Icon</alt></image> on the menu bar will notify you of the update. Click the icon to open a dialog with more information." -msgstr "Wenn ein Update zur Verfügung steht, weist ein Symbol<image id=\"img_id3155415\" src=\"extensions/source/update/ui/onlineupdate_16.png\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Symbol</alt></image> in der Menüleiste Sie darauf hin. Klicken Sie auf das Symbol, um ein Dialogfeld mit weiteren Informationen anzuzeigen." +msgid "If an update is available, an icon <image id=\"img_id3155415\" src=\"extensions/res/update/ui/onlineupdate_16.svg\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Update Icon</alt></image> on the menu bar will notify you of the update. Click the icon to open a dialog with more information." +msgstr "" #. bGkRw #: online_update.xhp @@ -46375,14 +46744,14 @@ msgctxt "" msgid "Identifier" msgstr "Bezeichner" -#. zC2TC +#. 76CQA #: ref_epub_export.xhp msgctxt "" "ref_epub_export.xhp\n" "par_id3154237\n" "help.text" -msgid "Enter an unique identifier for the publication." -msgstr "Geben Sie einen eindeutigen Bezeichner für die Veröffentlichung ein." +msgid "Enter a unique identifier for the publication." +msgstr "" #. nhyXh #: ref_epub_export.xhp @@ -46465,14 +46834,14 @@ msgctxt "" msgid "Export as PDF" msgstr "Exportieren als PDF" -#. aKMDK +#. 9A7EN #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" "bm_id3149532\n" "help.text" -msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>" -msgstr "<bookmark_value>PDF; exportieren</bookmark_value><bookmark_value>Portable Document Format (PDF)</bookmark_value><bookmark_value>Exportieren; als PDF</bookmark_value>" +msgid "<bookmark_value>PDF;export</bookmark_value><bookmark_value>portable document format</bookmark_value><bookmark_value>exporting;to PDF</bookmark_value>" +msgstr "" #. iNwuy #: ref_pdf_export.xhp @@ -46492,1562 +46861,1886 @@ msgctxt "" msgid "<variable id=\"export\"><ahelp hid=\".\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>" msgstr "<variable id=\"export\"><ahelp hid=\".\">Speichert das aktuelle Dokument im Portable Document Format (PDF) Version 1.4.</ahelp> Ein PDF-Dokument kann auf jedem Betriebssystem ohne Einschränkungen des Layouts angezeigt und gedruckt werden, vorausgesetzt, die unterstützende Software ist installiert. </variable>" -#. YGFLw +#. NHTF4 #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" -"hd_id746482\n" +"hd_id3150507\n" "help.text" -msgid "General tab" -msgstr "Register Allgemein" +msgid "Export button" +msgstr "Schaltfläche Export" -#. rYXBh +#. kHxND #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" +"par_id3146975\n" +"help.text" +msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>" +msgstr "<ahelp hid=\".\">Exportiert die aktuelle Datei in das PDF-Format.</ahelp>" + +#. g65mo +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export Digital Signature" +msgstr "" + +#. yMdYf +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"bm_id761574111929927\n" +"help.text" +msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>" +msgstr "" + +#. ChX9A +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id13068636\n" +"help.text" +msgid "<variable id=\"pdfexportdigitalsignatureh1\"><link href=\"text/shared/01/ref_pdf_export_digital_signature.xhp\" name=\"Digital Signatures\">Digital Signatures</link></variable>" +msgstr "" + +#. uXfCT +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107303\n" +"help.text" +msgid "This tab contains the options related to exporting to a digitally signed PDF." +msgstr "" + +#. xU5Ci +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107304\n" +"help.text" +msgid "Digital signatures are used to ensure that the PDF was really created by the original author (i.e. you), and that the document has not been modified since it was signed." +msgstr "" + +#. ArQN3 +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107305\n" +"help.text" +msgid "The signed PDF export uses the keys and X.509 certificates already stored in your default key store location or on a smartcard." +msgstr "" + +#. BQDRC +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107306\n" +"help.text" +msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline> <defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>." +msgstr "" + +#. JoMg7 +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107307\n" +"help.text" +msgid "When using a smartcard, it must already be configured for use by your key store. This is usually done during installation of the smartcard software." +msgstr "" + +#. yv3nB +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id191574111792669\n" +"help.text" +msgid "Certificate" +msgstr "" + +#. knZ4u +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id12927335\n" +"help.text" +msgid "Use this certificate to digitally sign PDF documents" +msgstr "" + +#. taTZ3 +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12107303\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to select a certificate to be used for signing this PDF export.</ahelp>" +msgstr "" + +#. 73q3H +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id17985168\n" +"help.text" +msgid "Select" +msgstr "" + +#. tx8zW +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507303\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the <emph>Select Certificate</emph> dialog.</ahelp>" +msgstr "" + +#. CajHf +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507403\n" +"help.text" +msgid "All certificates found in your selected key store are displayed. If the key store is protected by a password, you are prompted for it. When using a smartcard that is protected by a PIN, you are also prompted for that." +msgstr "" + +#. dzcYc +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507503\n" +"help.text" +msgid "Select the certificate to use for digitally signing the exported PDF by clicking on the corresponding line, then click <emph>OK</emph>." +msgstr "" + +#. JcDDp +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507603\n" +"help.text" +msgid "All other fields on the <emph>Digital Signatures</emph> tab will be accessible only after a certificate has been selected." +msgstr "" + +#. 3VMee +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id1876186\n" +"help.text" +msgid "Certificate password" +msgstr "" + +#. q2bWg +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id13939634\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the password used for protecting the private key associated with the selected certificate.</ahelp> Usually this is the key store password." +msgstr "" + +#. BgD3C +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id13932634\n" +"help.text" +msgid "If the key store password has already been entered in the <emph>Select Certificate</emph> dialog, the key store may already be unlocked and not require the password again. But to be on the safe side, enter it nevertheless." +msgstr "" + +#. 5x66U +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id13933634\n" +"help.text" +msgid "When using a smartcard, enter the PIN here. Some smartcard software will prompt you for the PIN again before signing. This is cumbersome, but that's how smartcards work." +msgstr "" + +#. 87YWF +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id1599688\n" +"help.text" +msgid "Location, Contact information, Reason" +msgstr "" + +#. a4FkK +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id11371501\n" +"help.text" +msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>" +msgstr "" + +#. dDtVb +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id14661702\n" +"help.text" +msgid "Time Stamp Authority" +msgstr "" + +#. MUvFG +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id17868892\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>" +msgstr "" + +#. Po9jA +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id29089022\n" +"help.text" +msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed." +msgstr "" + +#. aTCsU +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id39089022\n" +"help.text" +msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>." +msgstr "" + +#. Gnocd +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id49089022\n" +"help.text" +msgid "If no TSA URL is selected (the default), the signature will not be timestamped, but will use the current time from your local computer." +msgstr "" + +#. 74q7v +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export General" +msgstr "" + +#. mDa2C +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"bm_id611574100815898\n" +"help.text" +msgid "<bookmark_value>PDF export;general options</bookmark_value><bookmark_value>hybrid PDF</bookmark_value><bookmark_value>PDF forms</bookmark_value>" +msgstr "" + +#. 7dwDw +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id746482\n" +"help.text" +msgid "<variable id=\"pdfexportgeneralh1\"><link href=\"text/shared/01/ref_pdf_export_general.xhp\" name=\"General tab\">General</link></variable>" +msgstr "" + +#. G9CkE +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id641574099149998\n" +"help.text" +msgid "Sets the general options for exporting your document to a PDF file. Range, images, watermark, forms and other parameters." +msgstr "" + +#. iiCGi +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "hd_id3148520\n" "help.text" msgid "Range" -msgstr "Seiten" +msgstr "" -#. srrym -#: ref_pdf_export.xhp +#. hVmqN +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3154230\n" "help.text" msgid "Sets the export options for the pages included in the PDF file." -msgstr "Hier definieren Sie die Optionen für den PDF-Export." +msgstr "" -#. KWsEZ -#: ref_pdf_export.xhp +#. DZmde +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3166445\n" "help.text" msgid "All" -msgstr "Alles" +msgstr "" -#. PQn2n -#: ref_pdf_export.xhp +#. ad55B +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3149893\n" "help.text" msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exports all defined print ranges. If no print range is defined, exports the entire document.</ahelp>" -msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exportiert alle angegebenen Druckbereiche. Falls kein Druckbereich angegeben wurde, wird das gesamte Dokument exportiert.</ahelp>" +msgstr "" -#. rgZyG -#: ref_pdf_export.xhp +#. irArA +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3154673\n" "help.text" msgid "Pages" -msgstr "PDF-Optionen" +msgstr "" -#. xKAfj -#: ref_pdf_export.xhp +#. jXfhZ +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3147571\n" "help.text" msgid "<ahelp hid=\".\">Exports the pages you type in the box.</ahelp>" -msgstr "<ahelp hid=\".\">Es werden die Seiten, die Sie in das Feld eingeben, exportiert.</ahelp>" +msgstr "" -#. PSJWi -#: ref_pdf_export.xhp +#. B4Ntf +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3145136\n" "help.text" msgid "To export a range of pages, use the format 3-6. To export single pages, use the format 7;9;11. If you want, you can export a combination of page ranges and single pages, by using a format like 3-6;8;10;12." -msgstr "Einen zusammenhängenden Bereich zu exportierender Seiten geben Sie im Format 3-6 an. Um eine Kombination aus Seitenbereichen und einzelnen Seiten zu exportieren, verwenden Sie ein Format wie 3-6;8;10;12." +msgstr "" -#. RaSHL -#: ref_pdf_export.xhp +#. bHBcc +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3147043\n" "help.text" msgid "Selection" -msgstr "Auswahl" +msgstr "" -#. NBTeg -#: ref_pdf_export.xhp +#. d6rFh +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3150774\n" "help.text" msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">Exports the current selection.</ahelp>" -msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">Exportiert die aktuelle Auswahl.</ahelp>" +msgstr "" -#. nENWC -#: ref_pdf_export.xhp +#. Gzztk +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" +"hd_id871574106145581\n" +"help.text" +msgid "View PDF after export" +msgstr "" + +#. 5G7Gh +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id631574106701788\n" +"help.text" +msgid "Open the exported document in the system default PDF viewer." +msgstr "" + +#. MnPmj +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "par_idN10706\n" "help.text" msgid "Images" -msgstr "Grafiken" +msgstr "" -#. bV5A4 -#: ref_pdf_export.xhp +#. A2F7m +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1070A\n" "help.text" msgid "Sets the PDF export options for images inside your document." -msgstr "Legt die PDF-Exportoptionen für Grafiken in Ihrem Dokument fest." +msgstr "" -#. CNv4i -#: ref_pdf_export.xhp +#. eMHjG +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1071B\n" "help.text" msgid "EPS images with embedded previews are exported only as previews. EPS images without embedded previews are exported as empty placeholders." -msgstr "EPS-Grafiken mit eingebetteter Vorschau werden lediglich als Vorschau exportiert. EPS-Grafiken ohne eingebettete Vorschau werden als leere Platzhalter exportiert." +msgstr "" -#. EXhvs -#: ref_pdf_export.xhp +#. ZszgA +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10715\n" "help.text" msgid "Lossless compression" -msgstr "Verlustfreie Komprimierung" +msgstr "" -#. QMqTQ -#: ref_pdf_export.xhp +#. a4qQR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10719\n" "help.text" msgid "<ahelp hid=\".\">Selects a lossless compression of images. All pixels are preserved.</ahelp>" -msgstr "<ahelp hid=\".\">Legt eine verlustfreie Komprimierung für Grafiken fest. Alle Pixel bleiben erhalten.</ahelp>" +msgstr "" -#. FzmLm -#: ref_pdf_export.xhp +#. jhrAG +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10730\n" "help.text" msgid "JPEG compression" -msgstr "JPEG-Komprimierung" +msgstr "" -#. 3BGfd -#: ref_pdf_export.xhp +#. z3ei4 +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10734\n" "help.text" msgid "<ahelp hid=\".\">Selects a JPEG compression of images. With a high quality level, almost all pixels are preserved. With a low quality level, some pixels get lost and artefacts are introduced, but file sizes are reduced.</ahelp>" -msgstr "<ahelp hid=\".\">Hiermt legen Sie eine JPEG-Komprimierung für Grafiken fest. Bei einer hohen Qualitätsstufe bleiben nahezu alle Pixel erhalten. Bei einer niedrigen Qualitätsstufe gehen einige Pixel verloren und es werden Artefakte eingeführt, doch die Dateigröße wird verringert.</ahelp>" +msgstr "" -#. WWRxq -#: ref_pdf_export.xhp +#. MZoXB +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1074C\n" "help.text" msgid "Quality" -msgstr "Qualität" +msgstr "" -#. QsCUW -#: ref_pdf_export.xhp +#. Ej8Dz +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10750\n" "help.text" msgid "<ahelp hid=\".\">Enter the quality level for JPEG compression.</ahelp>" -msgstr "<ahelp hid=\".\">Geben Sie die Qualitätsstufe für die JPEG-Komprimierung ein.</ahelp>" +msgstr "" -#. izozi -#: ref_pdf_export.xhp +#. DhAPY +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10767\n" "help.text" msgid "Reduce image resolution" -msgstr "Grafikauflösung verringern" +msgstr "" -#. sSETc -#: ref_pdf_export.xhp +#. BWwdD +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1076B\n" "help.text" msgid "<ahelp hid=\".\">Select to resample or down-size the images to a lower number of pixels per inch.</ahelp>" -msgstr "<ahelp hid=\".\">Legt fest, dass Grafiken auf eine geringere Anzahl von Pixel pro Inch neu gesampelt oder verkleinert werden.</ahelp>" +msgstr "" -#. v7AX7 -#: ref_pdf_export.xhp +#. hFmPG +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10782\n" "help.text" msgid "<ahelp hid=\".\">Select the target resolution for the images.</ahelp>" -msgstr "<ahelp hid=\".\">Legt die Zielauflösung für Grafiken fest.</ahelp>" +msgstr "" -#. dfuhc -#: ref_pdf_export.xhp +#. ZmGtx +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" +"hd_id141574104956415\n" +"help.text" +msgid "Watermark" +msgstr "" + +#. 32jmH +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id341574104961922\n" +"help.text" +msgid "Add a centered, vertical, light green watermark text to the page background. The watermark is not part of the source document." +msgstr "" + +#. ZPLc3 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id381574104981670\n" +"help.text" +msgid "Sign with watermark" +msgstr "" + +#. aRDYE +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id981574105202743\n" +"help.text" +msgid "Check to enable the watermark signature." +msgstr "" + +#. pn9H3 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id511574105027966\n" +"help.text" +msgid "Text" +msgstr "" + +#. Wesdj +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id361574105035733\n" +"help.text" +msgid "Insert the text for the watermark signature." +msgstr "" + +#. DjKkz +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id621574105378072\n" +"help.text" +msgid "You cannot adjust the position, orientation and size of the watermark. The watermark is not stored in the source document." +msgstr "" + +#. EgBnH +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "par_idN10791\n" "help.text" msgid "General" -msgstr "Allgemein" +msgstr "" -#. FhMZo -#: ref_pdf_export.xhp +#. 4HuMF +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10795\n" "help.text" msgid "Sets general PDF export options." -msgstr "Legt allgemeine PDF-Exportoptionen fest." +msgstr "" -#. ewbZV -#: ref_pdf_export.xhp +#. JZuBd +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id080420080355360\n" "help.text" msgid "Hybrid PDF (embed ODF file)" -msgstr "Hybrid-PDF (eingebettete ODF-Datei)" +msgstr "" -#. HBAvM -#: ref_pdf_export.xhp +#. ywf7E +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id0804200803553767\n" "help.text" msgid "<ahelp hid=\".\">This setting enables you to export the document as a .pdf file containing two file formats: PDF and ODF.</ahelp> In PDF viewers it behaves like a normal .pdf file and it remains fully editable in %PRODUCTNAME." -msgstr "<ahelp hid=\".\">Diese Einstellung ermöglicht es Ihnen, das Dokument als eine PDF-Datei zu exportieren, die zwei Dateiformate enthält: PDF und ODF.</ahelp> In PDF-Betrachtern verhält sie sich wie eine normale PDF-Datei und in %PRODUCTNAME bleibt sie dennoch voll bearbeitbar." +msgstr "" -#. H3oPC -#: ref_pdf_export.xhp +#. ioGVp +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id2796411\n" "help.text" -msgid "Archive PDF/A-1a (ISO 19005-1)" -msgstr "PDF/A-1a (ISO 19005-1)-Archiv" +msgid "Archive (PDF/A ISO 19005)" +msgstr "" -#. s4qAD -#: ref_pdf_export.xhp +#. EZ8fR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id5016327\n" "help.text" -msgid "<ahelp hid=\".\">Converts to the PDF/A-1a format. This is defined as an electronic document file format for long term preservation. All fonts that were used in the source document will be embedded into the generated PDF file. PDF tags will be written.</ahelp>" -msgstr "<ahelp hid=\".\">Konvertiert in das Format PDF/A-1a. Dies ist als ein elektronisches Dokumenten-Dateiformat für die Langzeitarchivierung definiert. Alle verwendeten Schriftarten, die im Ursprungsdokument verwendet werden, werden in der erzeugten PDF-Datei eingebettet. Zudem werden PDF-Tags erzeugt.</ahelp>" +msgid "<ahelp hid=\".\">Converts to the PDF/A-2b or PDF/A-1b format. This is defined as an electronic document file format for long term preservation. All fonts that were used in the source document will be embedded into the generated PDF file. PDF tags will be written.</ahelp>" +msgstr "" -#. GuGBF -#: ref_pdf_export.xhp +#. UTPZ7 +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN107A0\n" "help.text" msgid "Tagged PDF (add document structure)" -msgstr "Indiziertes PDF (fügt die Dokumentstruktur hinzu)" +msgstr "" -#. AUDyF -#: ref_pdf_export.xhp +#. cyGKc +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN107A4\n" "help.text" msgid "<ahelp hid=\".\">Select to write PDF tags. This can increase file size by huge amounts.</ahelp>" -msgstr "<ahelp hid=\".\">Legt fest, dass PDF-Tags geschrieben werden. Hierdurch kann die Dateigröße immens ansteigen.</ahelp>" +msgstr "" -#. GQAtH -#: ref_pdf_export.xhp +#. JpL7Q +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN107B3\n" "help.text" msgid "Tagged PDF contains information about the structure of the document contents. This can help to display the document on devices with different screens, and when using screen reader software." -msgstr "Getaggte PDF-Dateien enthalten Informationen über die Struktur des Dokumentinhalts. Dies erleichtert die Anzeige des Dokuments auf Geräten mit unterschiedlichen Bildschirmen sowie bei Verwendung von Bildschirmleseprogrammen." +msgstr "" -#. ZwLki -#: ref_pdf_export.xhp +#. fJMbL +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" +"par_idN107F4\n" +"help.text" +msgid "Create PDF form" +msgstr "" + +#. 5VHmT +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id4909817\n" +"help.text" +msgid "<ahelp hid=\".\">Choose to create a PDF form. This can be filled out and printed by the user of the PDF document.</ahelp>" +msgstr "" + +#. GfzoX +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id6585283\n" +"help.text" +msgid "Submit format" +msgstr "" + +#. TiT6m +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_idN107F8\n" +"help.text" +msgid "<ahelp hid=\".\">Select the format of submitting forms from within the PDF file.</ahelp>" +msgstr "" + +#. fDMyN +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id0901200811454970\n" +"help.text" +msgid "Select the format of the data that you will receive from the submitter: FDF (Forms Data Format), PDF, HTML, or XML." +msgstr "" + +#. oscV7 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_idN10807\n" +"help.text" +msgid "This setting overrides the control's URL property that you set in the document." +msgstr "" + +#. maGDz +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id1026200909535841\n" +"help.text" +msgid "Allow duplicate field names" +msgstr "" + +#. TuXqi +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id102620090953596\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>" +msgstr "" + +#. JCBTD +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "hd_id8257087\n" "help.text" msgid "Export bookmarks" -msgstr "Lesezeichen exportieren" +msgstr "" -#. WtLDu -#: ref_pdf_export.xhp +#. ne8RR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3479415\n" "help.text" msgid "<ahelp hid=\".\">Select to export bookmarks of Writer documents as PDF bookmarks. Bookmarks are created for all outline paragraphs (<item type=\"menuitem\">Tools - Chapter Numbering</item>) and for all table of contents entries for which you did assign hyperlinks in the source document.</ahelp>" -msgstr "<ahelp hid=\".\">Gibt an, dass Writer-Lesezeichen als PDF-Lesezeichen exportiert werden. Lesezeichen werden für Kapitelüberschriften (<item type=\"menuitem\">Extras - Kapitelnummerierung...</item>) und alle Einträge des Inhaltsverzeichnisses, für die Sie Hyperlinks hinterlegt haben, erstellt.</ahelp>" +msgstr "" -#. GQbw7 -#: ref_pdf_export.xhp +#. PejFz +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107BE\n" +"ref_pdf_export_general.xhp\n" +"hd_id561574106156581\n" "help.text" -msgid "Comments as PDF annotations" -msgstr "Kommentare als PDF-Anmerkungen" +msgid "Export Placeholders" +msgstr "" -#. TgVUa -#: ref_pdf_export.xhp +#. HAGBC +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107C2\n" +"ref_pdf_export_general.xhp\n" +"par_id851574109680187\n" "help.text" -msgid "<ahelp hid=\".\">Select to export comments of Writer and Calc documents as PDF annotations.</ahelp>" -msgstr "<ahelp hid=\".\">Legt fest, dass Kommentare von Writer- und Calc-Dokumenten als PDF-Anmerkungen exportiert werden.</ahelp>" +msgid "Export the placeholders fields visual markings only. The exported placeholder is ineffective." +msgstr "" -#. wDJVG -#: ref_pdf_export.xhp +#. xCL7B +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN207C2\n" +"ref_pdf_export_general.xhp\n" +"par_idN107BE\n" "help.text" -msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins." -msgstr "Um Kommentare von Writer-Dokumenten so zu exportieren, wie sie in %PRODUCTNAME angezeigt werden, wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Drucken</emph> und wählen im Bereich <emph>Kommentare</emph> die Option <emph>In Rändern</emph>. Die exportierten Seiten werden maßstäblich verkleinert und die Kommentare werden in ihre Ränder platziert." +msgid "Comments as PDF annotations" +msgstr "" -#. bVe7R -#: ref_pdf_export.xhp +#. FYA5k +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107F4\n" +"ref_pdf_export_general.xhp\n" +"par_idN107C2\n" "help.text" -msgid "Create PDF form" -msgstr "PDF-Formular erstellen" +msgid "<ahelp hid=\".\">Select to export comments of Writer and Calc documents as PDF annotations.</ahelp>" +msgstr "" -#. SWCE3 -#: ref_pdf_export.xhp +#. anEFb +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id4909817\n" +"ref_pdf_export_general.xhp\n" +"par_idN207C2\n" "help.text" -msgid "<ahelp hid=\".\">Choose to create a PDF form. This can be filled out and printed by the user of the PDF document.</ahelp>" -msgstr "<ahelp hid=\".\">Aktivieren, um ein PDF-Formular zu erstellen. Das Formular kann vom Empfänger des PDF-Dokuments ausgefüllt und gedruckt werden.</ahelp>" +msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem> </caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Print</menuitem> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins." +msgstr "" -#. CbcL6 -#: ref_pdf_export.xhp +#. 2qBJx +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6585283\n" +"ref_pdf_export_general.xhp\n" +"hd_id451574107102243\n" "help.text" -msgid "Submit format" -msgstr "Format übermitteln" +msgid "Export Notes Page" +msgstr "" -#. FMAWB -#: ref_pdf_export.xhp +#. bMEP8 +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107F8\n" +"ref_pdf_export_general.xhp\n" +"par_id971574108811475\n" "help.text" -msgid "<ahelp hid=\".\">Select the format of submitting forms from within the PDF file.</ahelp>" -msgstr "<ahelp hid=\".\">Legt das Format zur Übermittlung von Formularen innerhalb der PDF-Datei fest.</ahelp>" +msgid "Export also the Notes pages view at the end of the exported PDF presentation document." +msgstr "" -#. CDCBP -#: ref_pdf_export.xhp +#. 3KkeL +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id0901200811454970\n" +"ref_pdf_export_general.xhp\n" +"hd_id831574107106923\n" "help.text" -msgid "Select the format of the data that you will receive from the submitter: FDF (Forms Data Format), PDF, HTML, or XML." -msgstr "Legen Sie das Format der Daten fest, welches Sie vom Absender empfangen: FDF (Forms Data Format), PDF, HTML, oder XML." +msgid "Export only notes page" +msgstr "" -#. cMjBY -#: ref_pdf_export.xhp +#. zuDdx +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN10807\n" +"ref_pdf_export_general.xhp\n" +"par_id81574108064993\n" "help.text" -msgid "This setting overrides the control's URL property that you set in the document." -msgstr "Diese Einstellung überschreibt die URL-Eigenschaft des Steuerelements, die Sie in Ihrem Dokument festgelegt haben." +msgid "Exports only the Notes page views." +msgstr "" -#. SbrYH -#: ref_pdf_export.xhp +#. 9FqPS +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1026200909535841\n" +"ref_pdf_export_general.xhp\n" +"hd_id51574108224576\n" "help.text" -msgid "Allow duplicate field names" -msgstr "Doppelte Feldnamen erlauben" +msgid "Whole sheet export" +msgstr "" -#. fG8Bo -#: ref_pdf_export.xhp +#. 95sab +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id102620090953596\n" +"ref_pdf_export_general.xhp\n" +"par_id81574108602417\n" "help.text" -msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>" -msgstr "<ahelp hid=\".\">Erlaubt den Gebrauch des selben Feldname für mehrere Felder in der generierten PDF-Datei. Falls es deaktiviert ist, werden Feldnamen durch den Gebrauch eindeutig generierter Namen exportiert.</ahelp>" +msgid "Export one sheet per page." +msgstr "" -#. krybr -#: ref_pdf_export.xhp +#. KCagR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3946958\n" "help.text" msgid "Export automatically inserted blank pages" -msgstr "Automatisch eingefügte leere Seiten exportieren" +msgstr "" -#. FUnoV -#: ref_pdf_export.xhp +#. oCgCD +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id8551896\n" "help.text" msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to the PDF file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>" -msgstr "<ahelp hid=\".\">Wenn diese Option aktiviert ist, werden alle automatisch eingefügten leeren Seiten mit in die PDF-Datei exportiert. Dies ist die optimale Einstellung beim doppelseitigen Drucken einer PDF-Datei. Beispiel: In einem Buch ist die Absatzvorlage für ein Kapitel immer so eingestellt, dass mit einer ungeraden Seite begonnen wird. Wenn das vorherige Kapitel mit einer ungeraden Seite endet, fügt %PRODUCTNAME eine leere Seite mit einer geraden Seitenzahl ein. Diese Option steuert, ob die Seite mit der geraden Seitenzahl exportiert wird oder nicht.</ahelp>" +msgstr "" -#. wfKDq -#: ref_pdf_export.xhp +#. 9CTHu +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3946959\n" "help.text" msgid "Use reference XObjects" -msgstr "XObjects-Referenz verwenden" +msgstr "" -#. odL4p -#: ref_pdf_export.xhp +#. ogMpB +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id8551897\n" "help.text" msgid "<ahelp hid=\".\">This option affects how PDF images are exported back to PDF. When this option is disabled, then the first page of the PDF data is included in the output. The PDF export merges the used images, fonts and other resources during export. This is a complex operation, but the result can be viewed in various viewers. When the option is enabled, then the reference XObject markup is used: this is a simple operation, but viewers have to support this markup to show vector images. Otherwise a fallback bitmap is shown in the viewer.</ahelp>" -msgstr "<ahelp hid=\".\">Diese Option beeinflusst, wie PDF-Bilder erneut in PDF exportiert werden. Wenn diese Option deaktiviert ist, wird die erste Seite der PDF-Daten in die Ausgabe eingeschlossen. Der PDF-Export verschmilzt die verwendeten Bilder, Schriftarten und anderen Ressourcen während des Exports. Dies ist eine komplexe Operation, aber das Ergebnis kann mit verschiedenen Betrachtern angesehen werden. Wenn die Option aktiviert ist, wird die XObject-Referenz verwendet: Dies ist eine simple Operation, aber Betrachter müssen dies unterstützen, um Vektorgrafiken darzustellen. Andernfalls wird ein Rückfallbild im Betrachter angezeigt.</ahelp>" +msgstr "" -#. 9rswW -#: ref_pdf_export.xhp +#. FphzH +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export Initial View" +msgstr "" + +#. Vohw6 +#: ref_pdf_export_initial_view.xhp +msgctxt "" +"ref_pdf_export_initial_view.xhp\n" +"bm_id501574100782266\n" +"help.text" +msgid "<bookmark_value>PDF export;initial document view</bookmark_value>" +msgstr "" + +#. sygue +#: ref_pdf_export_initial_view.xhp +msgctxt "" +"ref_pdf_export_initial_view.xhp\n" "hd_id9796441\n" "help.text" -msgid "Initial View tab" -msgstr "Register Anfangsdarstellung" +msgid "<variable id=\"pdfexportinitialviewh1\"><link href=\"text/shared/01/ref_pdf_export_initial_view.xhp\" name=\"Initial View tab\">Initial View</link></variable>" +msgstr "" -#. qvDSZ -#: ref_pdf_export.xhp +#. A3pPj +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" +"par_id631574099455028\n" +"help.text" +msgid "Sets the options for the initial view of the PDF file in the external PDF viewer." +msgstr "" + +#. WwbUh +#: ref_pdf_export_initial_view.xhp +msgctxt "" +"ref_pdf_export_initial_view.xhp\n" "hd_id1218604\n" "help.text" msgid "Panes" -msgstr "Bereiche" +msgstr "" -#. iF2tA -#: ref_pdf_export.xhp +#. bEDqK +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7071443\n" "help.text" msgid "Page only" -msgstr "Nur Seite" +msgstr "" -#. ES53g -#: ref_pdf_export.xhp +#. 5RgtV +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id1851557\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows only the page contents.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der nur der Seiteninhalt angezeigt wird.</ahelp>" +msgstr "" -#. zNkrs -#: ref_pdf_export.xhp +#. 4ByUi +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7464217\n" "help.text" msgid "Bookmarks and page" -msgstr "Lesezeichen-Fenster und Seite" +msgstr "" -#. wnCDu -#: ref_pdf_export.xhp +#. 8e4Tz +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id4490188\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows a bookmarks palette and the page contents.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der eine Lesezeichen-Palette und der Seiteninhalt angezeigt wird.</ahelp>" +msgstr "" -#. GB36z -#: ref_pdf_export.xhp +#. 9r2CE +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id3581041\n" "help.text" msgid "Thumbnails and page" -msgstr "Seiten-Fenster und Seite" +msgstr "" -#. h8vY2 -#: ref_pdf_export.xhp +#. FRnCt +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id956755\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows a thumbnails palette and the page contents.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der eine Miniaturansichten-Palette und der Seiteninhalt angezeigt wird.</ahelp>" +msgstr "" -#. BNovE -#: ref_pdf_export.xhp +#. Busqt +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id1905575\n" "help.text" msgid "Open on page" -msgstr "Auf Seite öffnen" +msgstr "" -#. NdddP -#: ref_pdf_export.xhp +#. GALpy +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id9776909\n" "help.text" msgid "<ahelp hid=\".\">Select to show the given page when the reader opens the PDF file.</ahelp>" -msgstr "<ahelp hid=\".\">Hiermit legen Sie fest, dass eine bestimmte Seite angezeigt werden soll, wenn der Reader die PDF-Datei öffnet.</ahelp>" +msgstr "" -#. gksFn -#: ref_pdf_export.xhp +#. DGsCQ +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7509994\n" "help.text" msgid "Magnification" -msgstr "Vergrößerung" +msgstr "" -#. NKFjK -#: ref_pdf_export.xhp +#. aQ3Sd +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id5900143\n" "help.text" msgid "Default" -msgstr "Standard" +msgstr "" -#. e3Jsd -#: ref_pdf_export.xhp +#. 4hDXM +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id822168\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page contents without zooming. If the reader software is configured to use a zoom factor by default, the page shows with that zoom factor.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der der Seiteninhalt ohne Vergrößerung angezeigt wird. Wenn die Reader-Software standardmäßig zur Verwendung eines Vergrößerungsfaktors konfiguriert ist, wird die Seite mit diesem Vergrößerungsfaktor angezeigt.</ahelp>" +msgstr "" -#. g9xUr -#: ref_pdf_export.xhp +#. DoxvC +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id1092257\n" "help.text" msgid "Fit in window" -msgstr "Fenstergröße" +msgstr "" -#. EHC2g -#: ref_pdf_export.xhp +#. B6YsR +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id3092135\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page zoomed to fit entirely into the reader's window.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der eine Seite so vergrößert/verkleinert wird, dass sie vollständig in das Reader-Fenster hineinpasst.</ahelp>" +msgstr "" -#. RFtR3 -#: ref_pdf_export.xhp +#. DPqW4 +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id654622\n" "help.text" msgid "Fit width" -msgstr "Fensterbreite" +msgstr "" -#. EEqwy -#: ref_pdf_export.xhp +#. i6ZAF +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id814539\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page zoomed to fit the width of the reader's window.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der eine Seite so vergrößert/verkleinert wird, dass sie in die Breite des Reader-Fensters hineinpasst.</ahelp>" +msgstr "" -#. PjWsX -#: ref_pdf_export.xhp +#. GwVwu +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id9883114\n" "help.text" msgid "Fit visible" -msgstr "Seitenbreite" +msgstr "" -#. pvGRo -#: ref_pdf_export.xhp +#. nEKBx +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id2362437\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the text and graphics on the page zoomed to fit the width of the reader's window.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der der Text und die Grafiken auf der Seite so vergrößert/verkleinert werden, dass sie in die Breite des Reader-Fensters hineinpassen.</ahelp>" +msgstr "" -#. v2Ysd -#: ref_pdf_export.xhp +#. qETwo +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7296975\n" "help.text" msgid "Zoom factor" -msgstr "Zoomfaktor" +msgstr "" -#. EBt5k -#: ref_pdf_export.xhp +#. azkEb +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id371715\n" "help.text" msgid "<ahelp hid=\".\">Select a given zoom factor when the reader opens the PDF file.</ahelp>" -msgstr "<ahelp hid=\".\">Hiermit legen Sie einen Vergrößerungsfaktor fest, mit dem der Inhalt angezeigt wird, wenn der Reader die PDF-Datei öffnet.</ahelp>" +msgstr "" -#. VAT9F -#: ref_pdf_export.xhp +#. MRYkB +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id329905\n" "help.text" msgid "Page layout" -msgstr "Seitenlayout" +msgstr "" -#. A8BbX -#: ref_pdf_export.xhp +#. wz7rH +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id5632496\n" "help.text" msgid "Default" -msgstr "Standard" +msgstr "" -#. ve6xm -#: ref_pdf_export.xhp +#. ELtpQ +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id1694082\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the pages according to the layout setting of the reader software.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der die Seiten entsprechend der Layout-Einstellungen der Reader-Software angezeigt werden.</ahelp>" +msgstr "" -#. EeRDe -#: ref_pdf_export.xhp +#. RSJ9k +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id8454237\n" "help.text" msgid "Single page" -msgstr "Einzelne Seite" +msgstr "" -#. J2hh5 -#: ref_pdf_export.xhp +#. icsgH +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id672322\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows one page at a time.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der jeweils eine Seite angezeigt wird.</ahelp>" +msgstr "" -#. xYXTC -#: ref_pdf_export.xhp +#. 7iUMG +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7387310\n" "help.text" msgid "Continuous" -msgstr "Endlos" +msgstr "" -#. AMVAo -#: ref_pdf_export.xhp +#. jtnwD +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id8764305\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages in a continuous vertical column.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der die Seiten in einer endlosen vertikalen Spalte angezeigt werden.</ahelp>" +msgstr "" -#. VaqyP -#: ref_pdf_export.xhp +#. LYBU7 +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id6223639\n" "help.text" msgid "Continuous facing" -msgstr "Fortlaufend - Doppelseiten" +msgstr "" -#. G9ZDi -#: ref_pdf_export.xhp +#. uXXhc +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id5318765\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the right.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der die Seiten nebeneinander in einer endlosen Spalte angezeigt werden. Bei mehr als zwei Seiten wird die erste Seite rechts angezeigt.</ahelp>" +msgstr "" -#. SsbPb -#: ref_pdf_export.xhp +#. VhW8S +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id1416364\n" "help.text" msgid "First page is left" -msgstr "Erste Seite ist links" +msgstr "" -#. nyFgf -#: ref_pdf_export.xhp +#. VunCm +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id9596850\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the left. You must enable support for complex text layout on Language settings - Languages in the Options dialog box.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, in der die Seiten nebeneinander in einer endlosen Spalte angezeigt werden. Bei mehr als zwei Seiten wird die erste Seite links angezeigt. Sie müssen die \"Unterstützung für 'Complex Text Layout' (CTL)\" im Optionsdialog unter \"Spracheinstellungen - Sprachen\" aktivieren.</ahelp>" - -#. BBVDG -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id18005\n" -"help.text" -msgid "User Interface tab" -msgstr "Register Benutzeroberfläche" - -#. 2CqWB -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6676839\n" -"help.text" -msgid "Window options" -msgstr "Fensteroptionen" - -#. fGQQW -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id3809015\n" -"help.text" -msgid "Resize window to initial page" -msgstr "Fenster an erste Seite anpassen" - -#. TAv3i -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id1321146\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a window displaying the whole initial page.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu generieren, die in einem Fenster im Vollbildmodus angezeigt wird.</ahelp>" - -#. EEvjg -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6994842\n" -"help.text" -msgid "Center window on screen" -msgstr "Fenster auf Bildschirm zentrieren" - -#. YE9Br -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id9601428\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a reader window centered on screen.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, die in einem Reader-Fenster zentriert auf dem Bildschirm angezeigt wird.</ahelp>" - -#. FNtXA -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6369212\n" -"help.text" -msgid "Open in full screen mode" -msgstr "Im Vollbildmodus öffnen" - -#. x5W3x -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id1111789\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a full screen reader window in front of all other windows.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, die in einem Reader-Fenster im Vollbildmodus vor allen anderen Fenstern angezeigt wird.</ahelp>" - -#. BZohV -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id2041993\n" -"help.text" -msgid "Display document title" -msgstr "Dokumenttitel anzeigen" - -#. gDZoN -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id4576555\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown with the document title in the reader's title bar.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um eine PDF-Datei zu erzeugen, deren Dokumenttitel in der Titelleiste des Reader-Fensters angezeigt wird.</ahelp>" - -#. BrmFe -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id4632099\n" -"help.text" -msgid "User interface options" -msgstr "Benutzeroberflächenoptionen" - -#. mEPWU -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id3154087\n" -"help.text" -msgid "Hide menu bar" -msgstr "Menüleiste ausblenden" - -#. DVTx5 -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id6582537\n" -"help.text" -msgid "<ahelp hid=\".\">Select to hide the reader's menu bar when the document is active.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um die Menüleiste des Readers bei einem aktiven Dokument auszublenden.</ahelp>" - -#. bFqTM -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id729697\n" -"help.text" -msgid "Hide toolbar" -msgstr "Symbolleisten ausblenden" - -#. HUYTD -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id769066\n" -"help.text" -msgid "<ahelp hid=\".\">Select to hide the reader's toolbar when the document is active.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um die Werkzeugleiste des Readers bei einem aktiven Dokument auszublenden.</ahelp>" - -#. 3WXPG -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id376293\n" -"help.text" -msgid "Hide window controls" -msgstr "Fenstersteuerelemente ausblenden" - -#. BsDe9 -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id43641\n" -"help.text" -msgid "<ahelp hid=\".\">Select to hide the reader's controls when the document is active.</ahelp>" -msgstr "<ahelp hid=\".\">Wählen Sie diese Option, um die Fenstersteuerelemente des Readers bei einem aktiven Dokument auszublenden.</ahelp>" - -#. hpLGf -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1886654\n" -"help.text" -msgid "Transitions" -msgstr "Übergange" - -#. cDDSr -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107D9\n" -"help.text" -msgid "Use transition effects" -msgstr "Übergangseffekte benutzen" - -#. SQACg -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107DD\n" -"help.text" -msgid "<ahelp hid=\".\">Select to export Impress slide transition effects to respective PDF effects.</ahelp>" -msgstr "<ahelp hid=\".\">Hiermit legen Sie fest, dass Impress-Folienübergangseffekte in entsprechende PDF-Effekte exportiert werden.</ahelp>" - -#. TBeAD -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id9053926\n" -"help.text" -msgid "Bookmarks" -msgstr "Lesezeichen" - -#. EBBNM -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1941892\n" -"help.text" -msgid "All bookmark levels" -msgstr "Alle Lesezeichenebenen" - -#. SFf5R -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id341807\n" -"help.text" -msgid "<ahelp hid=\".\">Select to show all bookmark levels when the reader opens the PDF file.</ahelp>" -msgstr "<ahelp hid=\".\">Hiermit legen Sie fest, dass alle Lesezeichenebenen angezeigt werden sollen, wenn der Reader die PDF-Datei öffnet.</ahelp>" +msgstr "" -#. WGuip -#: ref_pdf_export.xhp +#. 5DSPy +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id486770\n" +"ref_pdf_export_links.xhp\n" +"tit\n" "help.text" -msgid "Visible bookmark levels" -msgstr "Sichtbare Lesezeichenebenen" +msgid "PDF Export Links" +msgstr "" -#. BE6L5 -#: ref_pdf_export.xhp +#. TBE2y +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id4850001\n" +"ref_pdf_export_links.xhp\n" +"bm_id891574100750278\n" "help.text" -msgid "<ahelp hid=\".\">Select to show bookmark levels down to the selected level when the reader opens the PDF file.</ahelp>" -msgstr "<ahelp hid=\".\">Hiermit legen Sie fest, dass die Lesezeichenebenen einschließlich der ausgewählten Ebene angezeigt werden sollen, wenn der Reader die PDF-Datei öffnet.</ahelp>" +msgid "<bookmark_value>PDF export;links</bookmark_value>" +msgstr "" -#. HWHCC -#: ref_pdf_export.xhp +#. 4baAA +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id9464094\n" "help.text" -msgid "Links tab" -msgstr "Register Verknüpfungen" +msgid "<variable id=\"pdfexportlinksh1\"><link href=\"text/shared/01/ref_pdf_export_links.xhp\" name=\"Links tab\">Links</link></variable>" +msgstr "" -#. XFXvp -#: ref_pdf_export.xhp +#. sEKFT +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id9302346\n" "help.text" msgid "Specify how to export bookmarks and hyperlinks in your document." -msgstr "Legen Sie fest, wie Lesezeichen und Hyperlinks in Ihrem Dokument exportiert werden sollen." +msgstr "" -#. bRHVU -#: ref_pdf_export.xhp +#. CDBGh +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" +"hd_id541574116548796\n" +"help.text" +msgid "General" +msgstr "" + +#. GKCBf +#: ref_pdf_export_links.xhp +msgctxt "" +"ref_pdf_export_links.xhp\n" "hd_id8296151\n" "help.text" msgid "Export bookmarks as named destinations" -msgstr "Lesezeichen als benannte Ziele exportieren" +msgstr "" -#. avjir -#: ref_pdf_export.xhp +#. YmVwd +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id4809411\n" "help.text" msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows you to link to those objects by name from other documents.</ahelp>" -msgstr "<ahelp hid=\".\">Die Lesezeichen (Referenzziele) können in PDF-Dokumenten als rechteckige Bereiche definiert werden. Zusätzlich können Lesezeichen zu benannten Objekten anhand ihres Namens definiert werden. Aktivieren Sie die Option, um die Objektnamen in Ihrem Dokument als gültige Referenzziele zu exportieren. Damit kann auf diese Objekte von anderen Dokumenten anhand des Namens verweisen werden.</ahelp>" +msgstr "" -#. XJjkM -#: ref_pdf_export.xhp +#. vGzbC +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id6454969\n" "help.text" msgid "Convert document references to PDF targets" -msgstr "Dokumentreferenzen in PDF-Ziele umwandeln" +msgstr "" -#. LcXFo -#: ref_pdf_export.xhp +#. XWDop +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id7928708\n" "help.text" msgid "<ahelp hid=\".\">Enable this checkbox to convert the URLs referencing other ODF files to PDF files with the same name. In the referencing URLs the extensions .odt, .odp, .ods, .odg, and .odm are converted to the extension .pdf.</ahelp>" -msgstr "<ahelp hid=\".\">Aktivieren Sie diese Option, um URLs, die von anderen ODF-Dateien auf PDF-Dateien verweisen, mit dem gleichen Namen zu konvertieren. Die Dateierweiterungen .odt, .odp, .ods, .odg und .odm werden in den referenzierten URLS in die Dateierweiterung .pdf konvertiert.</ahelp>" +msgstr "" -#. CtF3B -#: ref_pdf_export.xhp +#. DaZuR +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id3864253\n" "help.text" msgid "Export URLs relative to file system" -msgstr "URLs relativ zum Dateisystem exportieren" +msgstr "" -#. 4FEeP -#: ref_pdf_export.xhp +#. 8wcR4 +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id3144016\n" "help.text" msgid "<ahelp hid=\".\">Enable this checkbox to export URLs to other documents as relative URLs in the file system. See <link href=\"text/shared/guide/hyperlink_rel_abs.xhp\">\"relative hyperlinks\"</link> in the Help.</ahelp>" -msgstr "<ahelp hid=\".\">Aktivieren Sie diese Option, um URLs zu anderen Dokumenten relativ zum Dateisystem zu exportieren. Lesen Sie auch den Abschnitt <link href=\"text/shared/guide/hyperlink_rel_abs.xhp\">\"Relative Hyperlinks\"</link> in der Hilfe.</ahelp>" +msgstr "" -#. rym4J -#: ref_pdf_export.xhp +#. 7pCv6 +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id9937131\n" "help.text" msgid "Cross-document links" -msgstr "Verknüpfungen zwischen Dokumenten" +msgstr "" -#. BgW4m -#: ref_pdf_export.xhp +#. 9mR8B +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id5616626\n" "help.text" msgid "Specify how to handle hyperlinks from your PDF file to other files." -msgstr "Legt fest, wie Hyperlinks in Ihrer PDF-Datei zu anderen Dateien behandelt werden." +msgstr "" -#. WDB5A -#: ref_pdf_export.xhp +#. AVSxU +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id1972106\n" "help.text" msgid "Default mode" -msgstr "Standardverhalten" +msgstr "" -#. JVafj -#: ref_pdf_export.xhp +#. hoUxt +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id79042\n" "help.text" msgid "<ahelp hid=\".\">Links from your PDF document to other documents will be handled as it is specified in your operating system.</ahelp>" -msgstr "<ahelp hid=\".\">Links in Ihrem PDF-Dokument zu anderen Dokumenten werden so behandelt, wie es in Ihrem Betriebssystem festgelegt ist.</ahelp>" +msgstr "" -#. FFGxP -#: ref_pdf_export.xhp +#. DgzzG +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id4076357\n" "help.text" msgid "Open with PDF reader application" -msgstr "Mit PDF-Anzeigeprogramm öffnen" +msgstr "" -#. mVbw3 -#: ref_pdf_export.xhp +#. Pr4hN +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id8231757\n" "help.text" msgid "<ahelp hid=\".\">Cross-document links are opened with the PDF reader application that currently shows the document. The PDF reader application must be able to handle the specified file type inside the hyperlink.</ahelp>" -msgstr "<ahelp hid=\".\">Verknüpfungen zu anderen Dokumenten werden mit dem PDF-Anzeigeprogramm geöffnet, welches auch das aktuelle Dokument anzeigt. Das PDF-Anzeigeprogramm muss mit dem angegebenen Dateityp innerhalb des Hyperlinks umgehen können</ahelp>" +msgstr "" -#. 9mYvK -#: ref_pdf_export.xhp +#. 2E8em +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id3168736\n" "help.text" msgid "Open with Internet browser" -msgstr "Mit einem Internet-Browser öffnen" +msgstr "" -#. QQa9q -#: ref_pdf_export.xhp +#. GxGBj +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id1909848\n" "help.text" msgid "<ahelp hid=\".\">Cross-document links are opened with the Internet browser. The Internet browser must be able to handle the specified file type inside the hyperlink.</ahelp>" -msgstr "<ahelp hid=\".\">Verknüpfungen zu anderen Dokumenten werden mit einem Internet-Browser geöffnet. Der Internet-Browser muss mit dem angegebenen Dateityp innerhalb des Hyperlinks umgehen können.</ahelp>" +msgstr "" -#. wBMRL -#: ref_pdf_export.xhp +#. 8iBvu +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export Security" +msgstr "" + +#. 5kxYj +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" +"bm_id241574100707591\n" +"help.text" +msgid "<bookmark_value>PDF export;security</bookmark_value>" +msgstr "" + +#. 4c4XK +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" "hd_id3068636\n" "help.text" -msgid "Security tab" -msgstr "Register Sicherheit" +msgid "<variable id=\"pdfexportsecurityh1\"><link href=\"text/shared/01/ref_pdf_export_security.xhp\" name=\"Security tab\">Security</link></variable>" +msgstr "" -#. VrmgD -#: ref_pdf_export.xhp +#. RRcJ2 +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" +"par_id291574099537389\n" +"help.text" +msgid "Specifies the security options of the exported PDF file." +msgstr "" + +#. ENhob +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" "hd_id2927335\n" "help.text" msgid "Set passwords" -msgstr "Kennwörter eingeben" +msgstr "" -#. rGpfQ -#: ref_pdf_export.xhp +#. 6ixp9 +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id2107303\n" "help.text" msgid "<ahelp hid=\".\">Click to open a dialog where you enter the passwords.</ahelp>" -msgstr "<ahelp hid=\".\">Klicken Sie hier, um einen Dialog anzuzeigen, in dem Sie das Kennwort eingeben können.</ahelp>" +msgstr "" -#. mCJfz -#: ref_pdf_export.xhp +#. fSFwW +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id41123951\n" "help.text" msgid "You can specify a password needed to view the PDF. You can enter an optional password that allows the person viewing the PDF to edit and/or print the document." -msgstr "Sie können ein Kennwort festlegen, das benötigt wird, um ein PDF-Dokument zu öffnen. Sie können auch ein optionales Kennwort eingeben, das nur benötigt wird, um das Dokument zu bearbeiten und/oder zu drucken." +msgstr "" -#. apbQ8 -#: ref_pdf_export.xhp +#. zTe3V +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id7985168\n" "help.text" msgid "Printing" -msgstr "Drucken" +msgstr "" -#. 6mkCM -#: ref_pdf_export.xhp +#. wpyGW +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id876186\n" "help.text" msgid "Not permitted" -msgstr "Nicht gestattet" +msgstr "" -#. PwjrA -#: ref_pdf_export.xhp +#. 6AbXC +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id3939634\n" "help.text" msgid "<ahelp hid=\".\">Printing the document is not permitted.</ahelp>" -msgstr "<ahelp hid=\".\">Das Drucken des Dokuments ist nicht gestattet.</ahelp>" +msgstr "" -#. tstuU -#: ref_pdf_export.xhp +#. qFw2A +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id599688\n" "help.text" msgid "Low resolution (150 dpi)" -msgstr "Niedrige Auflösung (150 dpi)" +msgstr "" -#. 58DFp -#: ref_pdf_export.xhp +#. 6C4hC +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id1371501\n" "help.text" msgid "<ahelp hid=\".\">The document can only be printed in low resolution (150 dpi). Not all PDF readers honor this setting.</ahelp>" -msgstr "<ahelp hid=\".\">Das Dokument kann nur mit einer niedrigen Auflösung gedruckt werden (150 dpi). Diese Einstellung wird nicht von allen PDF-Anzeigeprogrammen berücksichtigt.</ahelp>" +msgstr "" -#. 6doE5 -#: ref_pdf_export.xhp +#. a7e4V +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id4661702\n" "help.text" msgid "High resolution" -msgstr "Hohe Auflösung" +msgstr "" -#. Kv2ro -#: ref_pdf_export.xhp +#. oZFWk +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id7868892\n" "help.text" msgid "<ahelp hid=\".\">The document can be printed in high resolution.</ahelp>" -msgstr "<ahelp hid=\".\">Das Dokument kann in hoher Auflösung gedruckt werden.</ahelp>" +msgstr "" -#. xY9JS -#: ref_pdf_export.xhp +#. fwe8W +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id2188787\n" "help.text" msgid "Changes" -msgstr "Änderungen" +msgstr "" -#. JRjN2 -#: ref_pdf_export.xhp +#. huf8W +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id5833307\n" "help.text" msgid "Not permitted" -msgstr "Nicht gestattet" +msgstr "" -#. G443J -#: ref_pdf_export.xhp +#. DK4FY +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id7726676\n" "help.text" msgid "<ahelp hid=\".\">No changes of the content are permitted.</ahelp>" -msgstr "<ahelp hid=\".\">Das Ändern des Inhalts ist nicht gestattet.</ahelp>" +msgstr "" -#. AEenB -#: ref_pdf_export.xhp +#. ZzgJG +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id3729361\n" "help.text" msgid "Inserting, deleting, and rotating pages" -msgstr "Einfügen, Löschen und Drehen von Seiten" +msgstr "" -#. UXF73 -#: ref_pdf_export.xhp +#. ECsAs +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id9573961\n" "help.text" msgid "<ahelp hid=\".\">Only inserting, deleting, and rotating pages is permitted.</ahelp>" -msgstr "<ahelp hid=\".\">Nur das Einfügen, Löschen und Drehen von Seiten ist gestattet.</ahelp>" +msgstr "" -#. 3Wc4s -#: ref_pdf_export.xhp +#. BBKXs +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id7700430\n" "help.text" msgid "Filling in form fields" -msgstr "Einfügen in Formularfelder" +msgstr "" -#. 3VvMi -#: ref_pdf_export.xhp +#. VEprE +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id1180455\n" "help.text" msgid "<ahelp hid=\".\">Only filling in form fields is permitted.</ahelp>" -msgstr "<ahelp hid=\".\">Nur das Einfügen in Formularfelder ist gestattet.</ahelp>" +msgstr "" -#. EfJTd -#: ref_pdf_export.xhp +#. uNYzx +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id3405560\n" "help.text" msgid "Commenting, filling in form fields" -msgstr "Kommentare, einfügen in Formularfelder" +msgstr "" -#. T4ng2 -#: ref_pdf_export.xhp +#. XuQVH +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id3409527\n" "help.text" msgid "<ahelp hid=\".\">Only commenting and filling in form fields is permitted.</ahelp>" -msgstr "<ahelp hid=\".\">Nur das Einfügen von Kommentaren und das Einfügen in Formularfelder ist gestattet.</ahelp>" +msgstr "" -#. BFTbm -#: ref_pdf_export.xhp +#. jEsBj +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id7112338\n" "help.text" msgid "Any except extracting pages" -msgstr "Alle außer Extrahieren von Seiten" +msgstr "" -#. WEVPK -#: ref_pdf_export.xhp +#. mZe6m +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id2855616\n" "help.text" msgid "<ahelp hid=\".\">All changes are permitted, except extracting pages.</ahelp>" -msgstr "<ahelp hid=\".\">Alle Änderungen sind gestattet, außer das Extrahieren von Seiten.</ahelp>" +msgstr "" -#. GAJQH -#: ref_pdf_export.xhp +#. JHbUu +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" +"hd_id841574111651138\n" +"help.text" +msgid "Contents" +msgstr "" + +#. xUSS6 +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" "hd_id2091433\n" "help.text" msgid "Enable copying of content" -msgstr "Kopieren des Inhalts ermöglichen" +msgstr "" -#. agEJy -#: ref_pdf_export.xhp +#. F9N4b +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id5092318\n" "help.text" msgid "<ahelp hid=\".\">Select to enable copying of content to the clipboard.</ahelp>" -msgstr "<ahelp hid=\".\">Hiermit gestatten Sie das Kopieren des Inhalts in die Zwischenablage.</ahelp>" +msgstr "" -#. aGCLL -#: ref_pdf_export.xhp +#. YN4vV +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id9312417\n" "help.text" msgid "Enable text access for accessibility tools" -msgstr "Textzugriff für Barrierefreiheits-Tools gestatten" +msgstr "" -#. KEuQK -#: ref_pdf_export.xhp +#. Wdm6G +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id9089022\n" "help.text" msgid "<ahelp hid=\".\">Select to enable text access for accessibility tools.</ahelp>" -msgstr "<ahelp hid=\".\">Hiermit gestatten Sie Tools für die Barrierefreiheit den Zugriff auf Text</ahelp>" +msgstr "" -#. jQ3Bj -#: ref_pdf_export.xhp +#. ihxeF +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id13068636\n" +"ref_pdf_export_user_interface.xhp\n" +"tit\n" "help.text" -msgid "Digital Signatures tab" -msgstr "Register Digitale Signaturen" +msgid "PDF Export User Interface" +msgstr "" -#. T6i2E -#: ref_pdf_export.xhp +#. go9S3 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107303\n" +"ref_pdf_export_user_interface.xhp\n" +"bm_id871574100654871\n" "help.text" -msgid "This tab contains the options related to exporting to a digitally signed PDF." -msgstr "Dieses Register enthält die Optionen für das digitale Signieren von PDF-Dokumenten." +msgid "<bookmark_value>PDF export;user interface</bookmark_value>" +msgstr "" -#. qtaAD -#: ref_pdf_export.xhp +#. TYF4D +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107304\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id18005\n" "help.text" -msgid "Digital signatures are used to ensure that the PDF was really created by the original author (i.e. you), and that the document has not been modified since it was signed." -msgstr "Digitale Signaturen stellen sicher, dass ein PDF-Dokument vom tatsächlichen Autor (beispielsweise Ihnen) erstellt und nicht verändert wurde, seit es digital signiert wurde." +msgid "<variable id=\"pdfexportuserinterfaceh1\"><link href=\"text/shared/01/ref_pdf_export_user_interface.xhp\" name=\"User Interface tab\">User Interface</link></variable>" +msgstr "" -#. i4GGE -#: ref_pdf_export.xhp +#. tiBmQ +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107305\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id261574099621912\n" "help.text" -msgid "The signed PDF export uses the keys and X.509 certificates already stored in your default key store location or on a smartcard." -msgstr "Der signierte PDF-Export nutzt die Schlüssel und X.509-Zertifikate, die bereits in Ihrem Standard-Schlüsselspeicher beziehungsweise auf Ihrer Chipkarte vorhanden sind." +msgid "Specifies the options for the external PDF viewer user interface." +msgstr "" -#. mDGZQ -#: ref_pdf_export.xhp +#. 5Jw39 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107306\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id6676839\n" "help.text" -msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>." -msgstr "Der Speicherort des zu verwendenden Schlüssels kann unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Sicherheit - Bereich: Zertifizierungspfad</emph> ausgewählt werden." +msgid "Window options" +msgstr "" -#. SFCfE -#: ref_pdf_export.xhp +#. 9LBfo +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107307\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id3809015\n" "help.text" -msgid "When using a smartcard, it must already be configured for use by your key store. This is usually done during installation of the smartcard software." -msgstr "Wenn Sie eine Chipkarte verwenden, muss diese bereits in Ihrem Schlüsselspeicher für deren Verwendung konfiguriert sein. Dies erfolgt in der Regel bereits während der Installation der Chipkarten-Software." +msgid "Resize window to initial page" +msgstr "" -#. ZUqG4 -#: ref_pdf_export.xhp +#. LwcNn +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id12927335\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id1321146\n" "help.text" -msgid "Use this certificate to digitally sign PDF documents" -msgstr "Nutzt dieses Zertifikat für die digitale Signatur von PDF-Dokumenten." +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a window displaying the whole initial page.</ahelp>" +msgstr "" -#. nAGcx -#: ref_pdf_export.xhp +#. S3F7A +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12107303\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id6994842\n" "help.text" -msgid "<ahelp hid=\".\">Allows you to select a certificate to be used for signing this PDF export.</ahelp>" -msgstr "<ahelp hid=\".\">Hier können Sie das Zertifikat auswählen, das fürs Signieren des PDF-Exports verwendet werden soll.</ahelp>" +msgid "Center window on screen" +msgstr "" -#. 6jhXq -#: ref_pdf_export.xhp +#. RvCRC +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id17985168\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id9601428\n" "help.text" -msgid "Select" -msgstr "Auswahl" +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a reader window centered on screen.</ahelp>" +msgstr "" -#. acUx7 -#: ref_pdf_export.xhp +#. 6ottQ +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507303\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id6369212\n" "help.text" -msgid "<ahelp hid=\".\">Opens the <emph>Select Certificate</emph> dialog.</ahelp>" -msgstr "<ahelp hid=\".\">Öffnet den Dialog <emph>Zertifikat auswählen</emph>.</ahelp>" +msgid "Open in full screen mode" +msgstr "" -#. cTQMD -#: ref_pdf_export.xhp +#. AAMwV +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507403\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id1111789\n" "help.text" -msgid "All certificates found in your selected key store are displayed. If the key store is protected by a password, you are prompted for it. When using a smartcard that is protected by a PIN, you are also prompted for that." -msgstr "Alle Zertifikate, die sich in Ihrem Schlüsselspeicher befinden, werden hier angezeigt. Wenn der Schlüsselspeicher mit einem Kennwort gesichert ist, werden Sie aufgefordert, dieses einzugeben. Wenn Sie eine Chipkarte verwenden, die mit einer PIN gesichert ist, werden Sie ebenfalls aufgefordert, diese einzugeben." +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a full screen reader window in front of all other windows.</ahelp>" +msgstr "" -#. jvAGE -#: ref_pdf_export.xhp +#. GMp2t +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507503\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id2041993\n" "help.text" -msgid "Select the certificate to use for digitally signing the exported PDF by clicking on the corresponding line, then click <emph>OK</emph>." -msgstr "Wählen Sie das Zertifikat aus, das fürs digitale Signieren des PDF-Exports verwendet werden soll, indem Sie die entsprechende Zeile anklicken, und klicken Sie abschließend auf <emph>OK</emph>." +msgid "Display document title" +msgstr "" -#. pD7zw -#: ref_pdf_export.xhp +#. mKxYG +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507603\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id4576555\n" "help.text" -msgid "All other fields on the <emph>Digital Signatures</emph> tab will be accessible only after a certificate has been selected." -msgstr "Alle anderen Felder im Register <emph>Digitale Signaturen</emph> werden erst aktiv, nachdem Sie ein Zertifikat ausgewählt haben." +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown with the document title in the reader's title bar.</ahelp>" +msgstr "" -#. EqDoE -#: ref_pdf_export.xhp +#. E5iSo +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1876186\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id4632099\n" "help.text" -msgid "Certificate password" -msgstr "Zertifikat-Kennwort" +msgid "User interface options" +msgstr "" -#. AEBYJ -#: ref_pdf_export.xhp +#. iC2dq +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id13939634\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id3154087\n" "help.text" -msgid "<ahelp hid=\".\">Enter the password used for protecting the private key associated with the selected certificate.</ahelp> Usually this is the key store password." -msgstr "<ahelp hid=\".\">Geben Sie das Kennwort ein, durch das der private Schlüssel des gewählten Zertifikats geschützt ist.</ahelp> In der Regel ist dies das Kennwort des Schlüsselspeichers." +msgid "Hide menu bar" +msgstr "" -#. 2HCP7 -#: ref_pdf_export.xhp +#. AC8NQ +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id13932634\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id6582537\n" "help.text" -msgid "If the key store password has already been entered in the <emph>Select Certificate</emph> dialog, the key store may already be unlocked and not require the password again. But to be on the safe side, enter it nevertheless." -msgstr "Wenn das Kennwort des Schlüsselspeichers bereits im Dialog <emph>Zertifikat auswählen</emph> eingegeben wurde, ist der Schlüsselspeicher gegebenenfalls bereits entsperrt und eine erneute Eingaben des Kennwortes nicht erforderlich. Um auf der sicheren Seite zu sein, geben Sie es dennoch ein." +msgid "<ahelp hid=\".\">Select to hide the reader's menu bar when the document is active.</ahelp>" +msgstr "" -#. EYbQ2 -#: ref_pdf_export.xhp +#. 7FeM6 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id13933634\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id729697\n" "help.text" -msgid "When using a smartcard, enter the PIN here. Some smartcard software will prompt you for the PIN again before signing. This is cumbersome, but that's how smartcards work." -msgstr "Wenn Sie eine Chipkarte verwenden, geben Sie die PIN hier ein. Einige Chipkarten-Softwares fordern Sie vor dem Signieren gegebenenfalls erneut zur Eingabe auf. Dies ist zwar umständlich, aber einige Chipkarten-Softwares arbeiten so." +msgid "Hide toolbar" +msgstr "" -#. hTGDG -#: ref_pdf_export.xhp +#. PGyhr +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1599688\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id769066\n" "help.text" -msgid "Location, Contact information, Reason" -msgstr "Ort, Kontaktinformation, Grund" +msgid "<ahelp hid=\".\">Select to hide the reader's toolbar when the document is active.</ahelp>" +msgstr "" -#. RLvWg -#: ref_pdf_export.xhp +#. xG2Ua +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id11371501\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id376293\n" "help.text" -msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>" -msgstr "<ahelp hid=\".\">Diese drei optionalen Felder erlauben es Ihnen, zusätzliche Informationen über die digitale Signatur einzugeben, die dann im PDF-Dokument angezeigt werden (wo sie von wem und warum erstellt wurde). Diese werden entsprechend in das PDF-Dokument eingebettet und sind für jeden, der das PDF-Dokument ansieht, sichtbar. Alle oder einzelne Felder können auch frei gelassen werden.</ahelp>" +msgid "Hide window controls" +msgstr "" -#. HaXtK -#: ref_pdf_export.xhp +#. zEBUV +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id14661702\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id43641\n" "help.text" -msgid "Time Stamp Authority" -msgstr "Time Stamp Authority" +msgid "<ahelp hid=\".\">Select to hide the reader's controls when the document is active.</ahelp>" +msgstr "" -#. BiAYc -#: ref_pdf_export.xhp +#. zf2om +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id17868892\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id1886654\n" "help.text" -msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>" -msgstr "<ahelp hid=\".\">Erlaubt es Ihnen optional, die URL einer Time Stamp Authority (TSA) auszuwählen.</ahelp>" +msgid "Transitions" +msgstr "" -#. w5qEp -#: ref_pdf_export.xhp +#. fhAFT +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id29089022\n" +"ref_pdf_export_user_interface.xhp\n" +"par_idN107D9\n" "help.text" -msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed." -msgstr "Während des Prozesses der PDF-Signierung wird die TSA verwendet, um einen digital signierten Zeitstempel zu beziehen, der in die Signatur eingebettet wird. Dieser Zeitstempel (RFC 3161) erlaubt es jedem, der das PDF-Dokument betrachtet, festzustellen, wann das Dokument signiert wurde." +msgid "Use transition effects" +msgstr "" -#. FUEnM -#: ref_pdf_export.xhp +#. gAEB5 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id39089022\n" +"ref_pdf_export_user_interface.xhp\n" +"par_idN107DD\n" "help.text" -msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>." -msgstr "Die Liste mit auswählbaren TSA-URLs kann unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Sicherheit - Bereich: TSAs</emph> bearbeitet werden." +msgid "<ahelp hid=\".\">Select to export Impress slide transition effects to respective PDF effects.</ahelp>" +msgstr "" -#. D9GLD -#: ref_pdf_export.xhp +#. QnGof +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id49089022\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id9053926\n" "help.text" -msgid "If no TSA URL is selected (the default), the signature will not be timestamped, but will use the current time from your local computer." -msgstr "Wenn keine URL einer TSA ausgewählt ist (Standard), wird die Signatur nicht mit einem Zeitstempel versehen, stattdessen wird die aktuelle Systemzeit des verwendeten Computers verwendet." +msgid "Bookmarks" +msgstr "" -#. NHTF4 -#: ref_pdf_export.xhp +#. jtoVv +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id3150507\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id1941892\n" "help.text" -msgid "Export button" -msgstr "Schaltfläche Export" +msgid "All bookmark levels" +msgstr "" -#. kHxND -#: ref_pdf_export.xhp +#. 8tTN6 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id3146975\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id341807\n" "help.text" -msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>" -msgstr "<ahelp hid=\".\">Exportiert die aktuelle Datei in das PDF-Format.</ahelp>" +msgid "<ahelp hid=\".\">Select to show all bookmark levels when the reader opens the PDF file.</ahelp>" +msgstr "" + +#. VcrQh +#: ref_pdf_export_user_interface.xhp +msgctxt "" +"ref_pdf_export_user_interface.xhp\n" +"hd_id486770\n" +"help.text" +msgid "Visible bookmark levels" +msgstr "" + +#. ZoAs9 +#: ref_pdf_export_user_interface.xhp +msgctxt "" +"ref_pdf_export_user_interface.xhp\n" +"par_id4850001\n" +"help.text" +msgid "<ahelp hid=\".\">Select to show bookmark levels down to the selected level when the reader opens the PDF file.</ahelp>" +msgstr "" #. HUGki #: ref_pdf_send_as.xhp @@ -48328,6 +49021,159 @@ msgctxt "" msgid "Sign the PDF document as usual." msgstr "Signieren Sie das PDF-Dokument wie gewohnt." +#. MDAYT +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"tit\n" +"help.text" +msgid "Signing the Signature Line" +msgstr "" + +#. DBWeJ +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"bm_id651526779220785\n" +"help.text" +msgid "<bookmark_value>digital signature;sign signature line</bookmark_value><bookmark_value>signature line;signing</bookmark_value>" +msgstr "" + +#. NC7Qf +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id401526575112776\n" +"help.text" +msgid "<variable id=\"signsignatureline01\"><link href=\"text/shared/01/signsignatureline.xhp\" name=\"Sign Signature Line\">Digitally Signing the Signature Line</link></variable>" +msgstr "" + +#. wfYC7 +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id611526575121298\n" +"help.text" +msgid "%PRODUCTNAME lets you sign digitally a signature line in your document." +msgstr "" + +#. ri5RP +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id511526575127337\n" +"help.text" +msgid "On signing a signature line, %PRODUCTNAME fills the line with the name of signer, adds the digital certificate issuer information and optionally insert the date of signature." +msgstr "" + +#. 2S44H +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id291526564031387\n" +"help.text" +msgid "Select the signature line graphic object context menu. Choose <emph>Sign Signature Line</emph>." +msgstr "" + +#. roSVC +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id311526563971364\n" +"help.text" +msgid "Your Name" +msgstr "" + +#. EDZbU +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id511526564217965\n" +"help.text" +msgid "<ahelp hid=\".\">Enter your name as signer of the document. Your name will be inserted above the signature horizontal line.</ahelp>" +msgstr "" + +#. AdPnC +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id401526563978041\n" +"help.text" +msgid "Certificate" +msgstr "" + +#. VATQB +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id31526564223526\n" +"help.text" +msgid "<ahelp hid=\".\">Click on the Select Certificate button to open the Select Certificate dialog box, where your certificates are listed. Select the certificate suitable for signing the document.</ahelp>" +msgstr "" + +#. 7EAfe +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id251526576138883\n" +"help.text" +msgid "The information of the certificate issuer is inserted in the bottom of the Signature Line object." +msgstr "" + +#. CG8CA +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id301526563985718\n" +"help.text" +msgid "Instructions from the document creator" +msgstr "" + +#. GoLTw +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id271526564228571\n" +"help.text" +msgid "<ahelp hid=\".\">This area displays the instructions entered by the document creator when <link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Adding the Signature Line\">adding the signature line</link>.</ahelp>" +msgstr "" + +#. H8zHw +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id161526563992082\n" +"help.text" +msgid "Add comments" +msgstr "" + +#. dYbqA +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id21526564234712\n" +"help.text" +msgid "<ahelp hid=\".\">Enter comments about the signature. The comments are displayed in the <emph>Description</emph> field of the certificate.</ahelp>" +msgstr "" + +#. SAEMF +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id621526576147414\n" +"help.text" +msgid "If enabled when the signature line was created, the date of signature is inserted on the top right of the signature line object." +msgstr "" + +#. GLUyy +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id21526579319036\n" +"help.text" +msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>" +msgstr "" + #. m3D8J #: webhtml.xhp msgctxt "" diff --git a/source/de/helpcontent2/source/text/shared/02.po b/source/de/helpcontent2/source/text/shared/02.po index 427808f78d5..cebb59d7c51 100644 --- a/source/de/helpcontent2/source/text/shared/02.po +++ b/source/de/helpcontent2/source/text/shared/02.po @@ -3,15 +3,15 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" -"PO-Revision-Date: 2019-08-10 05:06+0000\n" -"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" +"PO-Revision-Date: 2019-12-24 16:17+0000\n" +"Last-Translator: kuehl <kuehl@libreoffice.org>\n" +"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565413604.000000\n" @@ -2824,13 +2824,13 @@ msgctxt "" msgid "Enabled" msgstr "Aktiviert" -#. 3eeD9 +#. ag5GD #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150084\n" "help.text" -msgid "<ahelp hid=\".\">If a control field has the property \"Enabled\" (<emph>Yes</emph>), the form user can use the control field.</ahelp> otherwise (<emph>No</emph>), it is disabled and greyed out." +msgid "<ahelp hid=\".\">If a control field has the property \"Enabled\" (<emph>Yes</emph>), the form user can use the control field.</ahelp> Otherwise (<emph>No</emph>), it is disabled and greyed out." msgstr "" #. tYDLf @@ -10546,14 +10546,14 @@ msgctxt "" msgid "Styles" msgstr "Formatvorlagen" -#. YHFXR +#. eQswn #: 02010000.xhp msgctxt "" "02010000.xhp\n" "tit\n" "help.text" -msgid "Set Paragrph Style" -msgstr "Absatzvorlage festlegen" +msgid "Set Paragraph Style" +msgstr "" #. b7cD8 #: 02010000.xhp @@ -10807,14 +10807,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TextdirectionLeftToRight\">Specifies the horizontal direction of the text.</ahelp>" msgstr "<ahelp hid=\".uno:TextdirectionLeftToRight\">Hier legen Sie die horizontale Textrichtung fest.</ahelp>" -#. TEscT +#. Cncyn #: 02040000.xhp msgctxt "" "02040000.xhp\n" "par_id3147291\n" "help.text" -msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155805\">Icon Text direction from left to right</alt></image>" +msgstr "" #. caPbq #: 02040000.xhp @@ -10852,14 +10852,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TextdirectionTopToBottom\" visibility=\"visible\">Specifies the vertical direction of the text.</ahelp>" msgstr "<ahelp hid=\".uno:TextdirectionTopToBottom\" visibility=\"visible\">Hier legen Sie die vertikale Textrichtung fest.</ahelp>" -#. zGbFL +#. HzVEe #: 02050000.xhp msgctxt "" "02050000.xhp\n" "par_id3154186\n" "help.text" -msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154927\">Icon Text direction from top to bottom</alt></image>" +msgstr "" #. QLaEc #: 02050000.xhp @@ -11266,14 +11266,14 @@ msgctxt "" msgid "<variable id=\"hintergrundfarbetext\"><ahelp hid=\".\">Click to open a toolbar where you can click a background color for a paragraph. The color is applied to the background of the current paragraph or the selected paragraphs.</ahelp></variable>" msgstr "<variable id=\"hintergrundfarbetext\"><ahelp hid=\".\">Öffnet eine Symbolleiste, in der Sie eine Hintergrundfarbe für einen Absatz auswählen können. Die ausgewählte Farbe wird für den Hintergrund des aktuellen Absatzes oder der ausgewählten Absätze übernommen.</ahelp></variable>" -#. RgkCC +#. FpnJ5 #: 02170000.xhp msgctxt "" "02170000.xhp\n" "par_id3147276\n" "help.text" -msgid "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.png\"><alt id=\"alt_id3148538\">Icon</alt></image>" -msgstr "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.png\"><alt id=\"alt_id3148538\">Symbol</alt></image>" +msgid "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148538\">Icon Background color</alt></image>" +msgstr "" #. 22wMa #: 02170000.xhp @@ -11419,14 +11419,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:SetBorderStyle\">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp>" msgstr "<ahelp hid=\".uno:SetBorderStyle\">Klicken Sie auf das Symbol <emph>Umrandung</emph>, um die Symbolleiste <emph>Umrandung</emph> zu öffnen, mit der Sie die Umrandung eines Tabellenbereichs oder eines Objekts ändern können.</ahelp>" -#. sN4r4 +#. 3dkCT #: 03130000.xhp msgctxt "" "03130000.xhp\n" "par_id3147261\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>This object can be the border of a text frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>Bei diesem Objekt kann es sich um einen Textrahmen, eine Grafik oder eine Tabelle handeln. Das Symbol ist nur dann sichtbar, wenn eine Grafik, eine Tabelle, ein Objekt oder ein Textrahmen ausgewählt ist.</defaultinline> </switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>This object can be the border of a frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline>" +msgstr "" #. qqXKC #: 03130000.xhp @@ -12148,14 +12148,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the <link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\"><emph>Web Layout</emph></link>, some numbering/bullet options are not available.</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Im <link href=\"text/swriter/01/03120000.xhp\" name=\"Weblayout\"><emph>Weblayout</emph></link> sind einige Optionen der Nummerierung/Aufzählung nicht zugänglich.</caseinline></switchinline>" -#. MPbCK +#. 23PDg #: 06120000.xhp msgctxt "" "06120000.xhp\n" "par_id3154317\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The distance between the text and the left text frame and the position of the bullets can be determined in the dialog under <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Den Abstand zwischen Text und linkem Textrahmen sowie die Position der Aufzählungszeichen können Sie beeinflussen, indem Sie im Dialog unter <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Absatz\"><emph>Format - Absatz</emph></link> einen linken Einzug und einen Einzug für die erste Zeile angeben.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The distance between the text and the left text box and the position of the bullets can be determined in the dialog under <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent.</caseinline></switchinline>" +msgstr "" #. QCjAp #: 06120000.xhp @@ -13372,14 +13372,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves back to the previous page in the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "<ahelp hid=\".\">Springt zur vorigen Seite im Dokument.</ahelp> Diese Funktion ist nur aktiv, wenn Sie die <emph>Datei</emph> - <emph>Druckvorschau</emph> aufrufen." -#. 6EC8g +#. Q3Dco #: 10010000.xhp msgctxt "" "10010000.xhp\n" "par_id3155552\n" "help.text" -msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Previous Page</alt></image>" +msgstr "" #. QWY2G #: 10010000.xhp @@ -13417,14 +13417,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves forward to the next page in the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "<ahelp hid=\".\">Springt zur nächsten Seite im Dokument.</ahelp> Diese Funktion ist nur aktiv, wenn Sie die <emph>Datei</emph> - <emph>Druckvorschau</emph> aufrufen." -#. 97P94 +#. LFDee #: 10020000.xhp msgctxt "" "10020000.xhp\n" "par_id3154186\n" "help.text" -msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149346\">Icon Next Page</alt></image>" +msgstr "" #. FS8rq #: 10020000.xhp @@ -13462,14 +13462,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves to the first page of the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "<ahelp hid=\".\">Springt zur ersten Seite im Dokument.</ahelp> Diese Funktion ist nur aktiv, wenn Sie die <emph>Datei</emph> - <emph>Druckvorschau</emph> aufrufen." -#. QWRqX +#. gtbnE #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154751\n" "help.text" -msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Icon First Page</alt></image>" +msgstr "" #. mHeYZ #: 10030000.xhp @@ -13507,14 +13507,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves to the last page of the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "<ahelp hid=\".\">Durch Anklicken dieses Symbols springen Sie zur letzten Seite des Dokuments.</ahelp> Diese Funktion ist nur aktiv, wenn Sie die <emph>Datei</emph> - <emph>Druckvorschau</emph> aufrufen." -#. FvLuj +#. ZMv7T #: 10040000.xhp msgctxt "" "10040000.xhp\n" "par_id3155805\n" "help.text" -msgid "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\"><alt id=\"alt_id3153394\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\"><alt id=\"alt_id3153394\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153394\">Icon Last Page</alt></image>" +msgstr "" #. E7V4E #: 10040000.xhp @@ -15127,14 +15127,14 @@ msgctxt "" msgid "<link href=\"text/shared/02/12100000.xhp\" name=\"Sort Order\">Sort Order</link>" msgstr "<link href=\"text/shared/02/12100000.xhp\" name=\"Sortierung\">Sortierung</link>" -#. foE9D +#. 7cyxb #: 12100000.xhp msgctxt "" "12100000.xhp\n" "par_id3144436\n" "help.text" -msgid "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\"><alt id=\"alt_id3153894\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\"><alt id=\"alt_id3153894\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153894\">Icon Sort Order</alt></image>" +msgstr "" #. 48yLL #: 12100000.xhp @@ -16549,14 +16549,14 @@ msgctxt "" msgid "You can define the indents and margins for the current paragraph, or for all selected paragraphs, using the mouse." msgstr "Die Einzüge und Ränder für den aktuellen Absatz oder für alle ausgewählten Absätze können Sie problemlos mit der Maus festlegen." -#. tCEuS +#. vbmVx #: 13020000.xhp msgctxt "" "13020000.xhp\n" "par_id3152594\n" "help.text" -msgid "If you split the page into columns, or the cursor is placed in a multiple-column text frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse." -msgstr "Haben Sie eine Seite in Spalten aufgeteilt oder befindet sich der Cursor in einem mehrspaltigen Textrahmen, so können Sie die Spaltenbreite und den Spaltensteg durch Ziehen mit der Maus auf dem Lineal einstellen." +msgid "If you split the page into columns, or the cursor is placed in a multiple-column frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse." +msgstr "" #. dBqE3 #: 13020000.xhp @@ -17933,7 +17933,7 @@ msgctxt "" "par_id3159399\n" "help.text" msgid "<ahelp hid=\".\">Softens or blurs the image by applying a low pass filter.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Macht das Bild durch Anwenden eines Tiefpassfilters weicher beziehungsweise verwischt es.</ahelp>" #. LoCp2 #: 24010000.xhp @@ -18005,7 +18005,7 @@ msgctxt "" "par_id3150866\n" "help.text" msgid "<ahelp hid=\".uno:GraphicFilterRemoveNoise\">Removes noise by applying a median filter.</ahelp>" -msgstr "<ahelp hid=\".uno:GraphicFilterRemoveNoise\">Hiermit entfernen Sie das Rauschen, das durch einen Median-Filter erzeugt wird.</ahelp>" +msgstr "<ahelp hid=\".uno:GraphicFilterRemoveNoise\">Entfernt das Rauschen mittels Median-Filter.</ahelp>" #. x5DzB #: 24010000.xhp @@ -18736,14 +18736,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">Specifies the brightness for the selected graphic object.</ahelp> Values from -100% (only black) to +100% (only white) are possible." msgstr "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">Bestimmt die Helligkeit des ausgewählten Grafikobjekts.</ahelp> Zulässig sind Werte von -100 % (nur Schwarz) bis +100 % (nur Weiß)." -#. p4H4C +#. fbAqa #: 24060000.xhp msgctxt "" "24060000.xhp\n" "par_id3150808\n" "help.text" -msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>" -msgstr "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Symbol</alt></image>" +msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146130\">Icon Brightness</alt></image>" +msgstr "" #. h5Rsx #: 24060000.xhp @@ -18781,14 +18781,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">Specifies the contrast for viewing the selected graphic image.</ahelp> Values from -100% (no contrast at all) to +100% (full contrast) are possible." msgstr "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">Hier bestimmen Sie den Kontrast für die Anzeige der ausgewählten Grafik.</ahelp> Zulässig sind Werte von -100 % (kein Kontrast) bis +100 % (stärkster Kontrast)." -#. gmtNC +#. jAUcg #: 24070000.xhp msgctxt "" "24070000.xhp\n" "par_id3156027\n" "help.text" -msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Icon</alt></image>" -msgstr "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Symbol</alt></image>" +msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154398\">Icon </alt></image>" +msgstr "" #. G799w #: 24070000.xhp diff --git a/source/de/helpcontent2/source/text/shared/05.po b/source/de/helpcontent2/source/text/shared/05.po index 6bbc873992c..6d239fefec7 100644 --- a/source/de/helpcontent2/source/text/shared/05.po +++ b/source/de/helpcontent2/source/text/shared/05.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2019-12-17 14:17+0100\n" "PO-Revision-Date: 2019-06-27 04:23+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1069,14 +1069,14 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/bookmarkdialog/BookmarkDialog\" visibility=\"hidden\">Displays the name of the bookmarked page. You can also type a new name for the bookmark.</ahelp>" msgstr "<ahelp hid=\"sfx/ui/bookmarkdialog/BookmarkDialog\" visibility=\"hidden\">Zeigt den Namen der vorgemerkten Seite an. Sie können dem Lesezeichen auch einen anderen Namen geben.</ahelp>" -#. FWRCQ +#. DCXuy #: 00000150.xhp msgctxt "" "00000150.xhp\n" "par_id3149140\n" "help.text" -msgid "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\"><alt id=\"alt_id3149549\">Icon</alt></image>" -msgstr "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\"><alt id=\"alt_id3149549\">Symbol</alt></image>" +msgid "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149549\">Icon</alt></image>" +msgstr "" #. H2dME #: 00000150.xhp diff --git a/source/de/helpcontent2/source/text/shared/06.po b/source/de/helpcontent2/source/text/shared/06.po index 64f3e0d5d30..4055c0460e3 100644 --- a/source/de/helpcontent2/source/text/shared/06.po +++ b/source/de/helpcontent2/source/text/shared/06.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2018-09-15 04:04+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,69 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1536984262.000000\n" +#. EUcrc +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "Filter screenshots" +msgstr "" + +#. KKTAL +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id431534783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfgeneralpage/PdfGeneralPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export General Options Dialog Image</alt></image>" +msgstr "" + +#. NiURr +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdflinkspage/PdfLinksPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Links Options Dialog Image</alt></image>" +msgstr "" + +#. 6V29R +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534703734366\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfviewpage/PdfViewPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export View Options Dialog Image</alt></image>" +msgstr "" + +#. csH2C +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534703734306\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfuserinterfacepage/PdfUserInterfacePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export User Interface Options Dialog Image</alt></image>" +msgstr "" + +#. Ea8o3 +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534703704306\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfsignpage/PdfSignPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Digital Signature Options Dialog Image</alt></image>" +msgstr "" + +#. mBPGC +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434034703704306\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfsecuritypage/PdfSecurityPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Security Options Dialog Image</alt></image>" +msgstr "" + #. cEcCB #: optionen_screenshots.xhp msgctxt "" @@ -178,6 +241,168 @@ msgctxt "" msgid "<image src=\"media/screenshots/cui/ui/hyperlinknewdocpage/HyperlinkNewDocPage.png\" id=\"img_id411572279106814\"><alt id=\"alt_id611572279106816\">Hyperlink New Document Dialog Image</alt></image>" msgstr "" +#. j7M36 +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id61884\n" +"help.text" +msgid "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\"><alt id=\"alt_id34144\">The Pick a Color window</alt></image>" +msgstr "" + +#. WUBTK +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id651578766209506\n" +"help.text" +msgid "<image id=\"img_id521237\" src=\"media/screenshots/cui/ui/colorpage/ColorPage.png\"><alt id=\"alt_id378144\">Color page dialog</alt></image>" +msgstr "" + +#. agtWk +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "SIMPRESS Screenshots" +msgstr "" + +#. c6FJr +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431534783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/optimpressgeneralpage/OptSavePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Impress General Options Dialog</alt></image>" +msgstr "" + +#. 5EVvY +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431514783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/sdviewpage/SdViewPage.png\" id=\"img_id131531783734367\"><alt id=\"alt_id271534783731367\">Impress View Options Dialog</alt></image>" +msgstr "" + +#. a5Djv +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231514783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/prntopts/prntopts.png\" id=\"img_id231531783734367\"><alt id=\"alt_id671534783731367\">Impress Print Options Dialog</alt></image>" +msgstr "" + +#. nUdKY +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/photoalbum/PhotoAlbumCreatorDialog.png\" id=\"img_id231591783734367\"><alt id=\"alt_id671534783731067\">Impress Photo Album Dialog</alt></image>" +msgstr "" + +#. CitKQ +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414783735366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/presentationdialog/PresentationDialog.png\" id=\"img_id231591783734567\"><alt id=\"alt_id671538783731067\">Presentation Dialog</alt></image>" +msgstr "" + +#. yFT8R +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414783735360\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/slidedesigndialog/SlideDesignDialog.png\" id=\"img_id231591783734560\"><alt id=\"alt_id671538783731060\">Slide Design Dialog</alt></image>" +msgstr "" + +#. dgGzF +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414780735360\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" id=\"img_id231591780734560\"><alt id=\"alt_id671538780731060\">Header Footer Dialog</alt></image>" +msgstr "" + +#. cxPnD +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id891577672025399\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/masterlayoutdlg/MasterLayoutDialog.png\" id=\"img_id231577672025400\"><alt id=\"alt_id601577672025401\">Master Layout Dialog</alt></image>" +msgstr "" + +#. P2Ap4 +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id521577673588040\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customslideshows/CustomSlideShows.png\" id=\"img_id51577673588041\"><alt id=\"alt_id171577673588042\">Custom Slide Shows Dialog</alt></image>" +msgstr "" + +#. fAstm +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id651577674792950\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/definecustomslideshow/DefineCustomSlideShow.png\" id=\"img_id791577674792951\"><alt id=\"alt_id171577674792952\">Define Custom Slide Show Dialog</alt></image>" +msgstr "" + +#. nwxvb +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id291577710686074\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationeffecttab/EffectTab.png\" id=\"img_id761577710686075\"><alt id=\"alt_id701577710686076\">Enhanced Animation Effects Dialog</alt></image>" +msgstr "" + +#. 7grsS +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id911577712535653\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationtexttab/TextAnimationTab.png\" id=\"img_id461577712535654\"><alt id=\"alt_id501577712535655\">Text Animation Dialog</alt></image>" +msgstr "" + +#. 9FESr +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id471577714065260\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationtimingtab/TimingTab.png\" id=\"img_id381577714065261\"><alt id=\"alt_id151577714065262\">Custom Animation Timing Dialog</alt></image>" +msgstr "" + +#. 5E4AD +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431634783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/miscellaneous/impressremote/ui/image02/impress_remote02.png\" id=\"img_id131634783734367\"><alt id=\"alt_id273534783734367\">Alternate mode: all slide thumbnails for direct selection or jumping. The current slide has a red selection cursor</alt></image>" +msgstr "" + +#. Vda3k +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431634783034366\n" +"help.text" +msgid "<image src=\"media/screenshots/miscellaneous/impressremote/ui/image01/impress_remote01.png\" id=\"img_id121634783734367\"><alt id=\"alt_id273534733734367\">Impress Remote: initial thumbnail shown</alt></image>" +msgstr "" + #. 9viDm #: svx_screenshots.xhp msgctxt "" diff --git a/source/de/helpcontent2/source/text/shared/guide.po b/source/de/helpcontent2/source/text/shared/guide.po index 98cedbd07ca..4c4250df3ff 100644 --- a/source/de/helpcontent2/source/text/shared/guide.po +++ b/source/de/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2019-08-10 04:31+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3886,15 +3886,6 @@ msgctxt "" msgid "Text" msgstr "Text" -#. DjMCj -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer124\n" -"help.text" -msgid "text/plain" -msgstr "text/plain" - #. 2CRnm #: convertfilters.xhp msgctxt "" @@ -3904,15 +3895,6 @@ msgctxt "" msgid "Text" msgstr "Text" -#. BJffz -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer127\n" -"help.text" -msgid "text/plain" -msgstr "text/plain" - #. iEVLD #: convertfilters.xhp msgctxt "" @@ -3922,15 +3904,6 @@ msgctxt "" msgid "Text" msgstr "Text" -#. 23EHF -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer130\n" -"help.text" -msgid "text/plain" -msgstr "text/plain" - #. we8Kv #: convertfilters.xhp msgctxt "" @@ -4579,15 +4552,6 @@ msgctxt "" msgid "Text" msgstr "Text" -#. aFApy -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_calc118\n" -"help.text" -msgid "text/plain" -msgstr "text/plain" - #. ovpqS #: convertfilters.xhp msgctxt "" @@ -5947,14 +5911,14 @@ msgctxt "" msgid "<variable id=\"copytext2application\"><link href=\"text/shared/guide/copytext2application.xhp\" name=\"Inserting Data From Text Documents\">Inserting Data From Text Documents</link></variable>" msgstr "<variable id=\"copytext2application\"><link href=\"text/shared/guide/copytext2application.xhp\" name=\"Einfügen von Daten aus Textdokumenten\">Einfügen von Daten aus Textdokumenten</link></variable>" -#. yFkFP +#. iFDtC #: copytext2application.xhp msgctxt "" "copytext2application.xhp\n" "par_id3156426\n" "help.text" -msgid "You can insert text into other document types, such as spreadsheets and presentations. Note that there is a difference between whether the text is inserted into a text frame, a spreadsheet cell, or into the outline view of a presentation." -msgstr "Texte können Sie beispielsweise in Tabellendokumente und Präsentationen kopieren. Dabei ist zu unterscheiden, ob der Text in einen eigenen Textrahmen gesetzt werden soll oder ob er in eine Tabellenzelle oder in die Gliederung einer Präsentation kopiert werden soll." +msgid "You can insert text into other document types, such as spreadsheets and presentations. Note that there is a difference between whether the text is inserted into a frame, a spreadsheet cell, or into the outline view of a presentation." +msgstr "" #. NMAmB #: copytext2application.xhp @@ -7198,14 +7162,14 @@ msgctxt "" msgid "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registering and Deleting a Database</link></variable>" msgstr "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registrieren und Löschen einer Datenbank</link></variable>" -#. hjjf4 +#. E6cCK #: data_register.xhp msgctxt "" "data_register.xhp\n" "par_idN105C1\n" "help.text" -msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." -msgstr "Die Daten jeder <link href=\"text/shared/explorer/database/dabadoc.xhp\">Datenbankdatei</link> können bei %PRODUCTNAME registriert werden. Registrieren bedeutet, %PRODUCTNAME mitzuteilen, wo sich die Daten befinden, wie sie organisiert sind, wie man auf die Daten zugreifen kann und so weiter. Nach der Registrierung der Datenbank können Sie <emph>Ansicht - Datenquelle</emph> verwenden, um von Ihren Text- und Tabellendokumenten aus auf die Datensätze zuzugreifen." +msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." +msgstr "" #. ADK4M #: data_register.xhp @@ -13732,23 +13696,23 @@ msgctxt "" msgid "This function allows you to insert special characters, such as check marks, boxes, and telephone symbols, into your text." msgstr "Diese Funktion ermöglicht es, Sonderzeichen, beispielsweise Häkchen, Kästchen und Telefonsymbole, in den Text einzufügen." -#. WCagg +#. N5gfA #: insert_specialchar.xhp msgctxt "" "insert_specialchar.xhp\n" "par_id3155535\n" "help.text" -msgid "To view a selection of all characters, choose <emph>Insert - Special Character</emph>." -msgstr "Eine Auswahl aller Zeichen rufen Sie mit <emph>Einfügen - Sonderzeichen</emph> auf." +msgid "To view a selection of all characters, choose <menuitem>Insert - Special Character</menuitem>." +msgstr "" -#. yimCE +#. fFAT9 #: insert_specialchar.xhp msgctxt "" "insert_specialchar.xhp\n" "par_id3147275\n" "help.text" -msgid "In the large selection field click the desired character or several characters in succession. The characters are displayed at the bottom of the dialog. When you close the dialog with <emph>OK</emph>, all displayed characters in the selected font are inserted in the current document." -msgstr "Klicken Sie im großen Auswahlfeld auf das gewünschte Zeichen oder auf mehrere Zeichen nacheinander. Die Zeichen werden am unteren Rand des Dialogs angezeigt. Wenn Sie den Dialog mit <emph>OK</emph> schließen, werden alle angezeigten Zeichen in der ausgewählten Schriftart in das aktuelle Dokument eingefügt." +msgid "In the large selection field double-click on the desired character, which is inserted in the current document." +msgstr "" #. p7XqC #: insert_specialchar.xhp @@ -18322,23 +18286,23 @@ msgctxt "" msgid "<variable id=\"navigator\"><link href=\"text/shared/guide/navigator.xhp\" name=\"Navigator for Document Overview\">Navigator for Document Overview</link></variable>" msgstr "<variable id=\"navigator\"><link href=\"text/shared/guide/navigator.xhp\" name=\"Navigator für Dokumentübersicht\">Navigator für Dokumentübersicht</link></variable>" -#. 46zBL +#. J58D6 #: navigator.xhp msgctxt "" "navigator.xhp\n" "par_id3154823\n" "help.text" -msgid "All contents of the Navigator window are referred to here as \"categories,\" whether titles, sheets, tables, text frames, graphics, OLE objects, sections, hyperlinks, references, indexes or comments." -msgstr "Alle Inhalte des Navigatorfensters, also Überschriften, Tabellen, Textrahmen, Grafiken, OLE-Objekte, Bereiche, Hyperlinks, Referenzen, Verzeichnisse oder Kommentare, werden im Folgenden einfach als \"Kategorien\" bezeichnet." +msgid "All contents of the Navigator window are referred to here as \"categories,\" whether headings, sheets, tables, frames, graphics, OLE objects, sections, hyperlinks, references, indexes, comments, or drawing objects." +msgstr "" -#. ettQE +#. EseGu #: navigator.xhp msgctxt "" "navigator.xhp\n" "par_id3153662\n" "help.text" -msgid "The Navigator displays all types of objects contained in a document. If a plus sign appears next to a category, this indicates that at least one object of this kind exists. If you rest the mouse pointer on the category name, the number of objects is displayed in an extended tip." -msgstr "Der Navigator zeigt alle in einem Dokument enthaltenen Objekttypen an. Ein Pluszeichen neben einer Kategorie weist darauf hin, dass mindestens ein Objekt dieser Art im Dokument vorhanden ist. Wenn Sie den Mauszeiger auf den Namen einer Kategorie setzen, wird ein Tipp eingeblendet, aus dem die Anzahl der vorhandenen Objekte dieser Art hervorgeht." +msgid "The Navigator displays types of objects contained in a document. If a plus sign appears next to a category, this indicates that at least one object of this kind exists. If you rest the mouse pointer on the category name, the number of objects is displayed in an extended tip." +msgstr "" #. GD7Zi #: navigator.xhp @@ -18628,14 +18592,14 @@ msgctxt "" msgid "<bookmark_value>OpenPGP;document encryption</bookmark_value> <bookmark_value>file encryption;OpenPGP</bookmark_value> <bookmark_value>public key;file encryption</bookmark_value> <bookmark_value>private key;file encryption</bookmark_value> <bookmark_value>file encryption;symmetric keys</bookmark_value>" msgstr "<bookmark_value>OpenPGP; Dokumentverschlüsselung</bookmark_value><bookmark_value>Dokumentverschlüsselung; OpenPGP</bookmark_value><bookmark_value>Öffentlicher Schlüssel; Dokumentverschlüsselung</bookmark_value><bookmark_value>Privater Schlüssel; Dokumentverschlüsselung</bookmark_value><bookmark_value>Dokumentverschlüsselung; symmetrische Schlüssel</bookmark_value>" -#. vNaWK +#. 3JoL7 #: openpgp.xhp msgctxt "" "openpgp.xhp\n" "hd_id131543693200115\n" "help.text" -msgid "<link href=\"text/shared/guide/openpgp.xhp\" name=\"openpgp\">Encrypting Documents with OpenPGP</link>" -msgstr "<link href=\"text/shared/guide/openpgp.xhp\" name=\"openpgp\">Dokumente mit OpenPGP verschlüsseln</link>" +msgid "<variable id=\"openpgph1\"><link href=\"text/shared/guide/openpgp.xhp\" name=\"openpgp\">Encrypting Documents with OpenPGP</link></variable>" +msgstr "" #. pDG6n #: openpgp.xhp @@ -20176,13 +20140,13 @@ msgctxt "" msgid "<link href=\"text/shared/guide/qrcode.xhp\" name=\"QR Code\">QR Code</link>" msgstr "" -#. PjhrC +#. Q8ujF #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id381566315781439\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Generate QR Code for any text or URL.</ahelp>" +msgid "<ahelp hid=\".\">Generate QR Code for any text or URL.</ahelp>" msgstr "" #. SzeNM diff --git a/source/de/helpcontent2/source/text/shared/optionen.po b/source/de/helpcontent2/source/text/shared/optionen.po index a149653f5bf..56cbf834156 100644 --- a/source/de/helpcontent2/source/text/shared/optionen.po +++ b/source/de/helpcontent2/source/text/shared/optionen.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-08-10 04:32+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2401,23 +2401,23 @@ msgctxt "" msgid "Selecting a new color" msgstr "Eine neue Farbe auswählen" -#. fB99W +#. B6n3s #: 01010501.xhp msgctxt "" "01010501.xhp\n" -"hd_id3153126\n" +"bm_id3150771\n" "help.text" -msgid "Selecting a new color" -msgstr "Eine neue Farbe auswählen" +msgid "<bookmark_value>pick color</bookmark_value><bookmark_value>color selector</bookmark_value>" +msgstr "" -#. wBuaY +#. yHj82 #: 01010501.xhp msgctxt "" "01010501.xhp\n" -"bm_id3150771\n" +"hd_id3153126\n" "help.text" -msgid "<bookmark_value>defining;colors</bookmark_value> <bookmark_value>colors;selection</bookmark_value> <bookmark_value>colors;adding</bookmark_value>" -msgstr "<bookmark_value>Definieren; Farben</bookmark_value><bookmark_value>Farben; Auswahl</bookmark_value><bookmark_value>Farben; hinzufügen</bookmark_value>" +msgid "<variable id=\"colorpickerh1\"><link href=\"text/shared/optionen/01010501.xhp\" name=\"Selecting a new color\">Selecting a new color</link></variable>" +msgstr "" #. 2DKci #: 01010501.xhp @@ -2437,15 +2437,6 @@ msgctxt "" msgid "The Pick a Color Window" msgstr "Das Fenster Farbauswahl" -#. EH8MY -#: 01010501.xhp -msgctxt "" -"01010501.xhp\n" -"par_id61884\n" -"help.text" -msgid "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\" width=\"19cm\" height=\"16cm\"><caption id=\"alt_id34144\">The Pick a Color window</caption></image>" -msgstr "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\" width=\"19cm\" height=\"16cm\"><caption id=\"alt_id34144\">Das Fenster Farbauswahl</caption></image>" - #. 5u2bL #: 01010501.xhp msgctxt "" @@ -4300,14 +4291,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/optappearancepage/delete\">Deletes the color scheme shown in the <emph>Scheme</emph> box. You cannot delete the Default scheme.</ahelp>" msgstr "<ahelp hid=\"cui/ui/optappearancepage/delete\">Löscht das im Feld <emph>Schema</emph> angezeigte Farbschema. Das Standardschema kann nicht gelöscht werden.</ahelp>" -#. LGhAa +#. E3wCV #: 01012000.xhp msgctxt "" "01012000.xhp\n" "hd_id3148672\n" "help.text" -msgid "Scheme" -msgstr "Schema" +msgid "Custom Colors" +msgstr "" #. 7JQfD #: 01012000.xhp @@ -4318,32 +4309,32 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/optappearancepage/colorconfig\">Select the colors for the user interface elements.</ahelp>" msgstr "<ahelp hid=\"cui/ui/optappearancepage/colorconfig\">Wählen Sie Farben für die Elemente der Benutzeroberfläche aus.</ahelp>" -#. Gepg5 +#. gBGAR #: 01012000.xhp msgctxt "" "01012000.xhp\n" "par_id3150769\n" "help.text" -msgid "To apply a color to a user interface element, ensure that the checkbox in front of the name is marked. To hide a user interface element, clear the check box." -msgstr "Um eine Farbe einem Element der Benutzeroberfläche zuzuweisen, stellen Sie sicher, dass das Markierfeld vor dem Namen markiert ist. Um ein Element der Benutzeroberfläche zu verstecken, entfernen Sie die Markierung." +msgid "To apply a color to a <emph>user interface element</emph>, ensure that the checkbox in front of the name is marked. To hide a user interface element, clear the check box." +msgstr "" -#. PM7xD +#. LRXwH #: 01012000.xhp msgctxt "" "01012000.xhp\n" "par_id3155430\n" "help.text" -msgid "Some user interface elements cannot be hidden." -msgstr "Einige Elemente der Oberfläche können nicht ausgeblendet werden." +msgid "Some <emph>user interface elements</emph> cannot be hidden." +msgstr "" -#. 2P3wG +#. ebKkM #: 01012000.xhp msgctxt "" "01012000.xhp\n" "par_id3145365\n" "help.text" -msgid "In order to enhance cursor visibility, if the user sets the application background color between 40% and 60% gray, it is automatically changed to 40% gray." -msgstr "Wenn Sie den Anwendungshintergrund auf einen Wert zwischen 40 % und 60 % Grau einstellen, erfolgt zugunsten der Sichtbarkeit des Cursors automatisch eine Umstellung auf 40 % Grau." +msgid "To enhance cursor visibility, set the application background color between 40% and 60% gray, it is automatically changed to 40% gray." +msgstr "" #. 7xJHG #: 01012000.xhp @@ -5560,14 +5551,14 @@ msgctxt "" msgid "View" msgstr "Anzeige" -#. a57WH +#. C8LR2 #: 01040200.xhp msgctxt "" "01040200.xhp\n" "bm_id3156346\n" "help.text" -msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>" -msgstr "<bookmark_value>Fanglinien; beim Bewegen von Rahmen anzeigen (Writer)</bookmark_value><bookmark_value>Bildlaufleisten; horizontal und vertikal (Writer)</bookmark_value><bookmark_value>Horizontale Bildlaufleisten (Writer)</bookmark_value><bookmark_value>Vertikale Bildlaufleisten (Writer)</bookmark_value><bookmark_value>Sanfter Bildlauf (Writer)</bookmark_value><bookmark_value>Anzeigen; Bilder und Objekte (Writer)</bookmark_value><bookmark_value>Bilder; anzeigen (Writer)</bookmark_value><bookmark_value>Objekte; in Textdokumenten anzeigen</bookmark_value><bookmark_value>Anzeigen; Tabellen (Writer)</bookmark_value><bookmark_value>Tabellen im Text; anzeigen</bookmark_value><bookmark_value>Tabellenbegrenzungen (Writer)</bookmark_value><bookmark_value>Rahmen; Tabellenbegrenzung (Writer)</bookmark_value><bookmark_value>Tabellenbegrenzungen (Writer)</bookmark_value><bookmark_value>Anzeigen; Zeichnungen und Steuerelemente (Writer)</bookmark_value><bookmark_value>Zeichnungen; anzeigen (Writer)</bookmark_value><bookmark_value>Steuerelemente; anzeigen (Writer)</bookmark_value><bookmark_value>Felder; Feldcode anzeigen (Writer)</bookmark_value><bookmark_value>Anzeigen; Kommentare in Textdokumenten</bookmark_value>" +msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>" +msgstr "" #. Bc7jh #: 01040200.xhp @@ -5587,14 +5578,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Defines the default settings for displaying objects in your text documents and also the default settings for the window elements.</ahelp>" msgstr "<ahelp hid=\".\">Hier legen Sie die Vorgaben für die Anzeige von Objekten in Textdokumenten sowie für Fensterelemente fest.</ahelp>" -#. o38xd +#. oFHR7 #: 01040200.xhp msgctxt "" "01040200.xhp\n" "hd_id3145072\n" "help.text" -msgid "Snap Lines" -msgstr "Fanglinien" +msgid "Guides" +msgstr "" #. ye7LB #: 01040200.xhp @@ -5812,24 +5803,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Displays the drawings and controls contained in your document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Zeigt die Zeichnungen und Steuerelemente in Ihrem Dokument an.</ahelp>" -#. XLehC -#: 01040200.xhp -msgctxt "" -"01040200.xhp\n" -"hd_id3155937\n" -"help.text" -msgid "Field codes" -msgstr "Feldnamen" - -#. XybFS -#: 01040200.xhp -msgctxt "" -"01040200.xhp\n" -"par_id3155959\n" -"help.text" -msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/fieldcodes\">Displays the field names in the document instead of the contents of the fields.</ahelp> You can also choose <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Field Names\"><emph>View - Field Names</emph></link> in a text document." -msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/fieldcodes\">Zeigt die Feldnamen anstelle der jeweiligen Feldinhalte im Dokument an.</ahelp> Diese Ansicht können Sie in einem Textdokument auch über <link href=\"text/swriter/01/03090000.xhp\" name=\"Ansicht – Feldnamen\"><emph>Ansicht – Feldnamen</emph></link> steuern." - #. xFt8H #: 01040200.xhp msgctxt "" @@ -12247,23 +12220,23 @@ msgctxt "" msgid "Only text area selectable" msgstr "Nur Textbereich auswählbar" -#. 2io3m +#. PBTUn #: 01070500.xhp msgctxt "" "01070500.xhp\n" "par_id3149808\n" "help.text" -msgid "<variable id=\"textbereich\"><ahelp hid=\".\">Specifies whether to select a text frame by clicking the text.</ahelp></variable>" -msgstr "<variable id=\"textbereich\"><ahelp hid=\".\">Durch Klicken auf den Text wird nur der Textrahmen ausgewählt.</ahelp></variable>" +msgid "<variable id=\"textbereich\"><ahelp hid=\".\">Specifies whether to select a text box by clicking the text.</ahelp></variable>" +msgstr "" -#. JpcnC +#. mUpr6 #: 01070500.xhp msgctxt "" "01070500.xhp\n" "par_id3155431\n" "help.text" -msgid "<variable id=\"textbereich2\">In the area of the text frame that is not filled with text, an object behind the text frame can be selected.</variable>" -msgstr "<variable id=\"textbereich2\">Im übrigen Bereich, der noch nicht mit Text gefüllt ist, kann durch den Textrahmen hindurch das darunterliegende Objekt ausgewählt werden.</variable>" +msgid "<variable id=\"textbereich2\">In the area of the text box that is not filled with text, an object behind the text box can be selected.</variable>" +msgstr "" #. 3jDfz #: 01070500.xhp diff --git a/source/de/helpcontent2/source/text/simpress.po b/source/de/helpcontent2/source/text/simpress.po index d1871ba10be..4c5369cbe32 100644 --- a/source/de/helpcontent2/source/text/simpress.po +++ b/source/de/helpcontent2/source/text/simpress.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" "PO-Revision-Date: 2019-05-15 03:55+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -250,113 +250,77 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains the commands that are used to insert new elements into the document, for example, graphics, objects, special characters and other files.</ahelp>" msgstr "<ahelp hid=\".\">In diesem Menü sind alle Befehle zusammengefasst, die zum Einfügen neuer Elemente in das Dokument dienen, wie beispielsweise Grafiken, Objekte, Symbole und andere Dateien.</ahelp>" -#. mYoZ5 +#. ZmgWG #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_idN105C7\n" -"help.text" -msgid "<link href=\"text/simpress/01/03152000.xhp\">Page Number</link>" -msgstr "<link href=\"text/simpress/01/03152000.xhp\">Foliennummer...</link>" - -#. dk5d2 -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"par_idN10609\n" -"help.text" -msgid "Adds the slide number or the page number." -msgstr "Fügt die Foliennummer ein." - -#. PVRc8 -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"par_idN105D7\n" +"hd_id3146918\n" "help.text" -msgid "<link href=\"text/simpress/01/03152000.xhp\">Date and Time</link>" -msgstr "<link href=\"text/simpress/01/03152000.xhp\">Datum und Uhrzeit...</link>" +msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" +msgstr "" -#. YWRW6 +#. QKdUC #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_idN10624\n" +"par_id0302200904002496\n" "help.text" -msgid "Adds the date and time as a field." -msgstr "Fügt das Datum und die Uhrzeit als ein Feld ein." +msgid "Inserts a chart." +msgstr "" -#. A9PJu +#. Rz4Mz #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id0915200910362363\n" +"hd_id3145768\n" "help.text" -msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>" -msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Kommentar\">Kommentar</link>" +msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>" +msgstr "<link href=\"text/simpress/01/04080100.xhp\" name=\"Tabelle...\">Tabelle...</link>" -#. htnbK +#. beJfB #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3153964\n" +"hd_id3147003\n" "help.text" -msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" -msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Sonderzeichen...\">Sonderzeichen...</link>" +msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" +msgstr "" -#. YQZYf +#. bAHCA #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3145790\n" +"hd_id3156285\n" "help.text" msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>" -msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink...\">Hyperlink...</link>" - -#. X2n9P -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"par_idN10651\n" -"help.text" -msgid "<link href=\"text/simpress/01/06050000.xhp\">Animated Image</link>" -msgstr "<link href=\"text/simpress/01/06050000.xhp\">Animiertes Bild...</link>" - -#. Rz4Mz -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"hd_id3145768\n" -"help.text" -msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>" -msgstr "<link href=\"text/simpress/01/04080100.xhp\" name=\"Tabelle...\">Tabelle...</link>" +msgstr "" -#. F4ECD +#. qs9B7 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3143232\n" +"hd_id3163726\n" "help.text" -msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" -msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Diagramm...\">Diagramm...</link>" +msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" +msgstr "" -#. FbALH +#. JdPCK #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_id0302200904013251\n" +"par_idN105C7\n" "help.text" -msgid "Inserts a chart." -msgstr "Fügt ein Diagramm ein." +msgid "Slide Number" +msgstr "" -#. pkzom +#. dk5d2 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3153812\n" +"par_idN10609\n" "help.text" -msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" -msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Schwebender Rahmen...\">Schwebender Rahmen...</link>" +msgid "Adds the slide number or the page number." +msgstr "Fügt die Foliennummer ein." #. KRfJh #: main0107.xhp diff --git a/source/de/helpcontent2/source/text/simpress/00.po b/source/de/helpcontent2/source/text/simpress/00.po index 8d6250c913c..1ef06bb3c53 100644 --- a/source/de/helpcontent2/source/text/simpress/00.po +++ b/source/de/helpcontent2/source/text/simpress/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" "PO-Revision-Date: 2019-05-15 03:57+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -583,14 +583,14 @@ msgctxt "" msgid "<variable id=\"efglbe\">Select a snap point or line, open the context menu, and choose <emph>Edit Snap Point/Line</emph></variable>" msgstr "<variable id=\"efglbe\">Klicken Sie auf einen Fangpunkt oder eine Fanglinie und wählen Sie im Kontextmenü <emph>Fangpunkt bearbeiten.../Fanglinie bearbeiten...</emph></variable>" -#. z7KYF +#. hmnUh #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3151239\n" "help.text" -msgid "Choose <emph>Insert - Spreadsheet</emph>" -msgstr "Wählen Sie <emph>Einfügen - Tabelle...</emph>" +msgid "Choose <emph>Insert - Table</emph>" +msgstr "" #. 6CAQP #: 00000404.xhp @@ -601,23 +601,23 @@ msgctxt "" msgid "On the <emph>Insert</emph> toolbar, click" msgstr "Klicken Sie in der Symbolleiste <emph>Einfügen</emph> auf das Symbol" -#. H2v3R +#. h7J5j #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3163703\n" "help.text" -msgid "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145361\">Icon</alt></image>" -msgstr "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145361\">Symbol</alt></image>" +msgid "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145361\">Icon Insert Table</alt></image>" +msgstr "" -#. Rg8zC +#. tUXJX #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146963\n" "help.text" -msgid "Spreadsheet" -msgstr "Tabelle" +msgid "Table" +msgstr "" #. mEkeS #: 00000404.xhp @@ -781,6 +781,42 @@ msgctxt "" msgid "Choose <emph>Format - Layer</emph> (only $[officename] Draw)" msgstr "Wählen Sie <emph>Format - Ebene...</emph> (nur in $[officename] Draw)" +#. i9rFk +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3146316\n" +"help.text" +msgid "Choose <emph>Format - Interaction</emph>" +msgstr "" + +#. Gfjf3 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3149257\n" +"help.text" +msgid "On the <emph>Standard</emph> toolbar, click" +msgstr "" + +#. 4a3bB +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3154649\n" +"help.text" +msgid "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150205\">Icon Interaction</alt></image>" +msgstr "" + +#. 8eiDD +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3155380\n" +"help.text" +msgid "Interaction" +msgstr "" + #. aFWLc #: 00000406.xhp msgctxt "" @@ -835,14 +871,14 @@ msgctxt "" msgid "Slide Show Menu" msgstr "Menü Bildschirmpräsentation" -#. GNGFA +#. xdCQt #: 00000407.xhp msgctxt "" "00000407.xhp\n" "par_id3158394\n" "help.text" -msgid "<variable id=\"etdaw\">Choose <emph>Slide Show - Slide Transition</emph></variable>" -msgstr "<variable id=\"etdaw\">Wählen Sie <emph>Folie - Folienübergang</emph></variable>" +msgid "<variable id=\"etdaw\">Choose <menuitem>View - Slide Transition</menuitem></variable>" +msgstr "" #. LvLjL #: 00000407.xhp @@ -889,42 +925,6 @@ msgctxt "" msgid "Custom Animation" msgstr "Benutzerdefinierte Animation" -#. EmpP5 -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3146316\n" -"help.text" -msgid "Choose <emph>Slide Show - Interaction</emph>" -msgstr "Wählen Sie <emph>Bilschirmpräsentation - Interaktion...</emph>" - -#. VxBs4 -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3149257\n" -"help.text" -msgid "On the <emph>Drawing</emph> toolbar, click" -msgstr "Klicken Sie in der Symbolleiste <emph>Zeichnung</emph> auf das Symbol" - -#. r5Z3N -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3154649\n" -"help.text" -msgid "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">Icon</alt></image>" -msgstr "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">Symbol</alt></image>" - -#. Td3BT -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3155380\n" -"help.text" -msgid "Interaction" -msgstr "Interaktion" - #. jGCAJ #: 00000407.xhp msgctxt "" diff --git a/source/de/helpcontent2/source/text/simpress/01.po b/source/de/helpcontent2/source/text/simpress/01.po index c1c8717596b..f6508808460 100644 --- a/source/de/helpcontent2/source/text/simpress/01.po +++ b/source/de/helpcontent2/source/text/simpress/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-08-12 07:06+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2230,15 +2230,6 @@ msgctxt "" msgid "<emph>Notes and Handouts</emph> tab page where you can specify options for the notes pages and the handout pages." msgstr "<emph>Notizblätter und Handzettel</emph>: Hier legen Sie die Optionen für die Notizen und die Handzettel fest." -#. mR6tn -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_id083120160418133174\n" -"help.text" -msgid "<image id=\"img_id083120160418043590\" src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" width=\"6.5835in\" height=\"5.5102in\"><alt id=\"alt_id083120160418043590\">Header and footer dialog</alt></image>" -msgstr "<image id=\"img_id083120160418043590\" src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" width=\"6.5835in\" height=\"5.5102in\"><alt id=\"alt_id083120160418043590\">Dialog Kopf-/Fußzeile</alt></image>" - #. J6vXD #: 03152000.xhp msgctxt "" @@ -2257,42 +2248,6 @@ msgctxt "" msgid "Specify the elements to include on your slides." msgstr "Hier geben Sie die Elemente an, die auf Ihren Folien angezeigt werden sollen." -#. 7kXWb -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106BD\n" -"help.text" -msgid "Footer" -msgstr "Fußzeile" - -#. LEMfH -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106C8\n" -"help.text" -msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Adds the text that you enter in the <emph>Footer text</emph> box to the bottom of the slide.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Fügt den Text, den Sie in das Feld <emph>Text für die Fußzeile</emph> eingeben, unten auf der Folie ein.</ahelp>" - -#. HfkEu -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106D7\n" -"help.text" -msgid "Footer text" -msgstr "Text für die Fußzeile" - -#. dwcTd -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106E2\n" -"help.text" -msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Adds the text that you enter to the bottom of the slide.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Fügt den von Ihnen eingegebenen Text unten auf der Folie ein.</ahelp>" - #. tDVab #: 03152000.xhp msgctxt "" @@ -2401,6 +2356,42 @@ msgctxt "" msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/language_list\">Select the language for the date and time format.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/language_list\">Wählen Sie die Sprache für das Datum- und Zeitformat.</ahelp>" +#. 7kXWb +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106BD\n" +"help.text" +msgid "Footer" +msgstr "Fußzeile" + +#. LEMfH +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106C8\n" +"help.text" +msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Adds the text that you enter in the <emph>Footer text</emph> box to the bottom of the slide.</ahelp>" +msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Fügt den Text, den Sie in das Feld <emph>Text für die Fußzeile</emph> eingeben, unten auf der Folie ein.</ahelp>" + +#. HfkEu +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106D7\n" +"help.text" +msgid "Footer text" +msgstr "Text für die Fußzeile" + +#. dwcTd +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106E2\n" +"help.text" +msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Adds the text that you enter to the bottom of the slide.</ahelp>" +msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Fügt den von Ihnen eingegebenen Text unten auf der Folie ein.</ahelp>" + #. RkFDQ #: 03152000.xhp msgctxt "" @@ -2581,14 +2572,14 @@ msgctxt "" msgid "<bookmark_value>snap lines, see also guides</bookmark_value><bookmark_value>snap points;inserting</bookmark_value><bookmark_value>guides; inserting</bookmark_value><bookmark_value>magnetic lines in presentations</bookmark_value>" msgstr "<bookmark_value>Fanglinien, siehe auch Hilfslinien</bookmark_value><bookmark_value>Fangpunkte; einfügen</bookmark_value><bookmark_value>Hilfslinien; einfügen</bookmark_value><bookmark_value>Magnetlinien in Präsentationen</bookmark_value>" -#. WG3my +#. WGziE #: 04030000.xhp msgctxt "" "04030000.xhp\n" "hd_id3145800\n" "help.text" -msgid "Snap Point/Line" -msgstr "Fangpunkt/-linie" +msgid "<link href=\"text/simpress/01/04030000.xhp\" name=\"Snap Point/Line\">Snap Point/Line</link>" +msgstr "" #. YTzoX #: 04030000.xhp @@ -3085,14 +3076,14 @@ msgctxt "" msgid "Inserts text from an ASCII, RTF, or HTML file into the active slide." msgstr "Hier fügen Sie Text aus einer ASCII-, RTF- oder HTML-Datei in die aktuelle Folie ein." -#. VTnZg +#. W7iC7 #: 04110200.xhp msgctxt "" "04110200.xhp\n" "par_id3149018\n" "help.text" -msgid "The inserted text uses the default text formatting of the active slide. If you want, you can drag a text frame in your slide, and then insert the text. The text frame automatically extends downwards for longer text passages." -msgstr "Der eingefügte Text verwendet die Standardtextformatierung der aktuellen Folie. Sie können in der Folie einen Textrahmen aufziehen und dann den Text einfügen. Der Textrahmen erweitert sich automatisch, um längere Textpassagen aufzunehmen." +msgid "The inserted text uses the default text formatting of the active slide. If you want, you can drag a text box in your slide, and then insert the text. The box automatically extends downwards for longer text passages." +msgstr "" #. zJb7d #: 04110200.xhp @@ -3679,14 +3670,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TemplateFamily5\">Show styles used in <item type=\"productname\">%PRODUCTNAME</item> Impress AutoLayouts.</ahelp> You can only modify Presentation Styles." msgstr "<ahelp hid=\".uno:TemplateFamily5\">Zeigt Formatvorlagen für <item type=\"productname\">%PRODUCTNAME</item>-Impress AutoLayouts.</ahelp> Sie können die Präsentationsvorlagen nur bearbeiten." -#. auBGf +#. L9LrX #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3154253\n" "help.text" -msgid "<image id=\"img_id3156382\" src=\"cmd/sc_presentation.png\"><alt id=\"alt_id3156382\">Icon</alt></image>" -msgstr "<image id=\"img_id3156382\" src=\"cmd/sc_presentation.png\"><alt id=\"alt_id3156382\">Symbol</alt></image>" +msgid "<image id=\"img_id3156382\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156382\">Icon Presentation Styles</alt></image>" +msgstr "" #. FX2fC #: 05100000.xhp @@ -3715,14 +3706,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ParaStyle\">Show styles for formatting graphical elements, including text objects.</ahelp>" msgstr "<ahelp hid=\".uno:ParaStyle\">Zeigt die Formatvorlagen zum Formatieren von Grafikelementen an, einschließlich Textobjekten.</ahelp>" -#. rAxMq +#. XNPx5 #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3145587\n" "help.text" -msgid "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\"><alt id=\"alt_id3150370\">Icon</alt></image>" -msgstr "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\"><alt id=\"alt_id3150370\">Symbol</alt></image>" +msgid "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150370\">Icon Graphic Styles</alt></image>" +msgstr "" #. CVtXt #: 05100000.xhp @@ -3751,14 +3742,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Applies the selected style to an object on your slide. Click the paint bucket icon and then click an object in your slide to apply the style. Click the paint bucket icon again to exit this mode.</ahelp>" msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Wendet die aktuelle Formatvorlage auf ein Objekt in Ihrer Folie an. Klicken Sie auf das Symbol Gießkannenmodus und dann anschließend auf ein Objekt in Ihrer Folie, um die Vorlage anzuwenden. Klicken Sie das Symbol Gießkannenmodus erneut an, um den Modus wieder zu verlassen.</ahelp>" -#. rFZ9d +#. uFKrE #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3156020\n" "help.text" -msgid "<image id=\"img_id3153246\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3153246\">Icon</alt></image>" -msgstr "<image id=\"img_id3153246\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3153246\">Symbol</alt></image>" +msgid "<image id=\"img_id3153246\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153246\">Icon Fill format mode</alt></image>" +msgstr "" #. Nafq7 #: 05100000.xhp @@ -3787,14 +3778,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_NEWBYEXAMPLE\"><link href=\"text/shared/01/05140100.xhp\" name=\"Creates a new style\">Creates a new style</link> using the format attributes of a selected object.</ahelp>" msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_NEWBYEXAMPLE\"><link href=\"text/shared/01/05140100.xhp\" name=\"Erzeugt eine neue Vorlage\">Erzeugt eine neue Vorlage</link>, die die Formatattribute eines ausgewählten Objektes verwendet.</ahelp>" -#. fD7tX +#. Pgf2Q #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3147297\n" "help.text" -msgid "<image id=\"img_id3151390\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3151390\">Icon</alt></image>" -msgstr "<image id=\"img_id3151390\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3151390\">Symbol</alt></image>" +msgid "<image id=\"img_id3151390\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151390\">Icon New Style from selection</alt></image>" +msgstr "" #. xeuEr #: 05100000.xhp @@ -3823,14 +3814,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles window with the current formatting of the selected object.</ahelp>" msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE\">Aktualisiert die in den Formatvorlagen ausgewählte Vorlage auf Grundlage der aktuellen Formatierung des ausgewählten Objekts.</ahelp>" -#. CGfUP +#. niAJk #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3149888\n" "help.text" -msgid "<image id=\"img_id3146878\" src=\"cmd/sc_styleupdatebyexample.png\"><alt id=\"alt_id3146878\">Icon</alt></image>" -msgstr "<image id=\"img_id3146878\" src=\"cmd/sc_styleupdatebyexample.png\"><alt id=\"alt_id3146878\">Symbol</alt></image>" +msgid "<image id=\"img_id3146878\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146878\">Icon Update Style</alt></image>" +msgstr "" #. FuMK5 #: 05100000.xhp @@ -6109,14 +6100,14 @@ msgctxt "" msgid "<bookmark_value>interactions; objects in interactive presentations</bookmark_value><bookmark_value>programs run by mouse click in presentations</bookmark_value><bookmark_value>running macros/programs in presentations</bookmark_value><bookmark_value>macros; running in presentations</bookmark_value><bookmark_value>presentations;exiting by interaction</bookmark_value><bookmark_value>exiting;by clicking objects</bookmark_value>" msgstr "<bookmark_value>Interaktionen; Objekte in interaktiven Präsentationen</bookmark_value><bookmark_value>Programme in Präsentationen durch Mausklick ausführen</bookmark_value><bookmark_value>Ausführen; Makros/Programme in Präsentationen</bookmark_value><bookmark_value>Makros; in Präsentationen ausführen</bookmark_value><bookmark_value>Präsentation; durch Interaktion beenden</bookmark_value><bookmark_value>Beenden; durch Klicken auf Objekte</bookmark_value>" -#. Kc7zW +#. tTBcr #: 06070000.xhp msgctxt "" "06070000.xhp\n" "hd_id3153246\n" "help.text" -msgid "Interaction" -msgstr "Interaktion" +msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>" +msgstr "" #. fFHEt #: 06070000.xhp diff --git a/source/de/helpcontent2/source/text/simpress/02.po b/source/de/helpcontent2/source/text/simpress/02.po index 534ae7ccb1b..a2145f95480 100644 --- a/source/de/helpcontent2/source/text/simpress/02.po +++ b/source/de/helpcontent2/source/text/simpress/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" "PO-Revision-Date: 2019-05-15 04:00+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -718,14 +718,14 @@ msgctxt "" msgid "Shift" msgstr "Verschieben" -#. kWiGE +#. yEHKT #: 10030000.xhp msgctxt "" "10030000.xhp\n" "tit\n" "help.text" -msgid "Mode" -msgstr "Modus" +msgid "Transformations" +msgstr "" #. R839F #: 10030000.xhp @@ -763,23 +763,23 @@ msgctxt "" msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Icon</alt></image>" msgstr "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Symbol</alt></image>" -#. 6a5Du +#. fMEpv #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154018\n" "help.text" -msgid "Effects (%PRODUCTNAME Draw only)" -msgstr "Effekte (nur %PRODUCTNAME Draw)" +msgid "Transformations (%PRODUCTNAME Draw only)" +msgstr "" -#. XHDTm +#. xeiRd #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3149018\n" "help.text" -msgid "To open the<item type=\"productname\">%PRODUCTNAME</item> Draw <emph>Mode </emph>toolbar, click the arrow next to the <emph>Effects </emph>icon on the <emph>Drawing</emph> bar. In %PRODUCTNAME Impress, choose <emph>View - Toolbars - Mode</emph>." -msgstr "Zum Öffnen der <item type=\"productname\">%PRODUCTNAME</item> Draw Abreißleiste <emph>Modus</emph> klicken Sie auf die Pfeilschaltfläche rechts neben dem Symbol <emph>Effekte</emph> auf der Symbolleiste <emph>Zeichnen</emph>. In %PRODUCTNAME Impress wählen Sie <emph>Ansicht - Symbolleisten - Modus</emph>." +msgid "To open the <emph>Transformations</emph> toolbar, choose <emph>View - Toolbars - Transformations</emph>. In <item type=\"productname\">%PRODUCTNAME</item> Draw, you can also click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." +msgstr "" #. pfG6c #: 10030000.xhp @@ -1744,14 +1744,14 @@ msgctxt "" msgid "Fit Vertical Text to Frame" msgstr "Vertikalen Text an Rahmen anpassen" -#. VZSdD +#. cQVEE #: 10050000.xhp msgctxt "" "10050000.xhp\n" "par_id3148770\n" "help.text" -msgid "<ahelp hid=\".uno:VerticalTextFitToSizeTool\">Draws a text frame with vertical text direction where you click or drag in the current document. The text that you enter is automatically resized to fit the dimensions of the frame. (Enable Asian text support to enable this icon).</ahelp> Click anywhere in the document, and then type or paste your text. You can also move the cursor to where you want to add the text, drag a text frame, and then type or paste your text." -msgstr "<ahelp hid=\".uno:VerticalTextFitToSizeTool\">Erstellt dort, wo Sie im Dokument klicken oder ziehen, einen Textrahmen für vertikalen Text. Der eingegebene Text wird automatisch an die Größe des Rahmens angepasst. (Aktivieren Sie die Unterstützung asiatischer Sprachen, um dieses Symbol zu aktivieren.)</ahelp> Klicken Sie auf eine beliebige Stelle im Dokument, und geben oder fügen Sie den gewünschten Text ein. Sie können auch den Cursor an die Stelle setzen, wo der Text hinzugefügt werden soll, einen Textrahmen aufziehen und dann den Text eingeben oder einfügen." +msgid "<ahelp hid=\".uno:VerticalTextFitToSizeTool\">Draws a text box with vertical text direction where you click or drag in the current document. The text that you enter is automatically resized to fit the dimensions of the box. (Enable Asian text support to enable this icon).</ahelp> Click anywhere in the document, and then type or paste your text. You can also move the cursor to where you want to add the text, drag a box, and then type or paste your text." +msgstr "" #. GYCAK #: 10050000.xhp @@ -5029,14 +5029,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href=\"text/simpress/02/11070000.xhp\" name=\"All Levels\"><emph>All Levels</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Blendet außer den Folientiteln alle Überschriften der Folien in der aktuellen Bildschirmpräsentation aus. Verborgene Überschriften sind durch einen schwarzen Strich vor dem Folientitel gekennzeichnet. Zum Einblenden der Überschriften klicken Sie auf das Symbol <link href=\"text/simpress/02/11070000.xhp\" name=\"Alle Ebenen\"><emph>Alle Ebenen</emph></link>.</ahelp>" -#. qA2jY +#. daXsB #: 11060000.xhp msgctxt "" "11060000.xhp\n" "par_id3154702\n" "help.text" -msgid "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">Icon First Level</alt></image>" +msgstr "" #. cx5A2 #: 11060000.xhp @@ -5083,14 +5083,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpandAll\">Displays the hidden headings of the slides in the current slide show. To hide all of the headings in the current slide show, except for the slide titles, click the <link href=\"text/simpress/02/11060000.xhp\" name=\"First Level\"><emph>First Level</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpandAll\">Blendet die verborgenen Überschriften der Folien in der aktuellen Bildschirmpräsentation ein. Um alle Überschriften außer den Folientiteln in der aktuellen Bildschirmpräsentation auszublenden, klicken Sie auf das Symbol <link href=\"text/simpress/02/11060000.xhp\" name=\"Erste Ebene\"><emph>Erste Ebene</emph></link>.</ahelp>" -#. AvtWZ +#. qv42E #: 11070000.xhp msgctxt "" "11070000.xhp\n" "par_id3155333\n" "help.text" -msgid "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\"><alt id=\"alt_id3154705\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\"><alt id=\"alt_id3154705\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154705\">Icon All Levels</alt></image>" +msgstr "" #. Y9hBE #: 11070000.xhp @@ -5137,14 +5137,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapse\">Hides the subheadings of a selected heading. Hidden subheadings are indicated by a black line in front of a heading. To show the lower level headings, click the <link href=\"text/simpress/02/11090000.xhp\" name=\"Show Subpoints\"><emph>Show Subpoints</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapse\">Blendet die Unterabsätze einer ausgewählten Überschrift aus. Verborgene Unterabsätze werden durch einen schwarzen Strich vor der Überschrift dargestellt. Zum Einblenden der Absätze auf niedrigeren Ebenen klicken Sie auf das Symbol <link href=\"text/simpress/02/11090000.xhp\" name=\"Unterabsätze zeigen\"><emph>Unterabsätze zeigen</emph></link>.</ahelp>" -#. jsYSz +#. 49fKD #: 11080000.xhp msgctxt "" "11080000.xhp\n" "par_id3155961\n" "help.text" -msgid "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\"><alt id=\"alt_id3149256\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\"><alt id=\"alt_id3149256\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149256\">Icon Hide Subpoints</alt></image>" +msgstr "" #. YhA3W #: 11080000.xhp @@ -5191,14 +5191,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpand\">Displays the hidden subheadings of a selected heading. To hide the subheadings of a selected heading, click <link href=\"text/simpress/02/11080000.xhp\" name=\"Hide Subpoints\"><emph>Hide Subpoints</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpand\">Blendet die verborgenen Unterabsätze einer ausgewählten Überschrift ein. Zum Verstecken der Unterabsätze einer ausgewählten Überschrift klicken Sie auf das Symbol <link href=\"text/simpress/02/11080000.xhp\" name=\"Unterabsätze verstecken\"><emph>Unterabsätze verstecken</emph></link>.</ahelp>" -#. 7EDvZ +#. a3dwN #: 11090000.xhp msgctxt "" "11090000.xhp\n" "par_id3155959\n" "help.text" -msgid "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">Icon Show Subpoints</alt></image>" +msgstr "" #. CYjYo #: 11090000.xhp @@ -5344,14 +5344,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:GlueEditMode\">Insert or modify the properties of a glue point. A glue point is a custom connection point where you can attach a <link href=\"text/simpress/02/10100000.xhp\" name=\"connector\">connector</link> line.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:GlueEditMode\">Fügt einen Klebepunkt ein oder ändert dessen Eigenschaften. Ein Klebepunkt ist ein selbst definierter Verbindungspunkt, an dem ein <link href=\"text/simpress/02/10100000.xhp\" name=\"Verbinder\">Verbinder</link> ansetzt.</ahelp>" -#. GATCB +#. cSpbQ #: 13010000.xhp msgctxt "" "13010000.xhp\n" "par_id3153713\n" "help.text" -msgid "<image src=\"cmd/sc_glueeditmode.png\" id=\"img_id3154256\"><alt id=\"alt_id3154256\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_glueeditmode.png\" id=\"img_id3154256\"><alt id=\"alt_id3154256\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_glueeditmode.png\" id=\"img_id3154256\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154256\">Icon Glue Points</alt></image>" +msgstr "" #. TnU3Q #: 13010000.xhp @@ -5713,14 +5713,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:LeaveAllGroups\" visibility=\"visible\">Exits all groups and returns to normal view.</ahelp>" msgstr "<ahelp hid=\".uno:LeaveAllGroups\" visibility=\"visible\">Verlässt alle Gruppierungen und schaltet auf die Normalansicht zurück.</ahelp>" -#. Seb4L +#. v8HRQ #: 13100000.xhp msgctxt "" "13100000.xhp\n" "par_id3155443\n" "help.text" -msgid "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154757\">Icon Exit all groups</alt></image>" +msgstr "" #. CGmZy #: 13100000.xhp @@ -5785,14 +5785,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">Snap to Page Margins</link>" msgstr "<link href=\"text/simpress/02/13150000.xhp\" name=\"Fangen an Seitenrändern\">Fangen an Seitenrändern</link>" -#. 8FEbY +#. Mv3cD #: 13150000.xhp msgctxt "" "13150000.xhp\n" "par_id3150717\n" "help.text" -msgid "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\"><alt id=\"alt_id3154016\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\"><alt id=\"alt_id3154016\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154016\">Icon Snap to Page Margins</alt></image>" +msgstr "" #. BVB6e #: 13150000.xhp @@ -5821,14 +5821,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\">Snap to Object Border</link>" msgstr "<link href=\"text/simpress/02/13160000.xhp\" name=\"Fangen am Objektrahmen\">Fangen am Objektrahmen</link>" -#. 8GZSk +#. 72nDp #: 13160000.xhp msgctxt "" "13160000.xhp\n" "par_id3150717\n" "help.text" -msgid "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\"><alt id=\"alt_id3154510\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\"><alt id=\"alt_id3154510\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154510\">Icon Snap to Object Border</alt></image>" +msgstr "" #. 5AnZF #: 13160000.xhp @@ -5857,14 +5857,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">Snap to Object Points</link>" msgstr "<link href=\"text/simpress/02/13170000.xhp\" name=\"Fangen an Objektpunkten\">Fangen an Objektpunkten</link>" -#. 9prpZ +#. nDEAG #: 13170000.xhp msgctxt "" "13170000.xhp\n" "par_id3154016\n" "help.text" -msgid "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\"><alt id=\"alt_id3153415\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\"><alt id=\"alt_id3153415\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Icon Snap to Object Points</alt></image>" +msgstr "" #. ggjdc #: 13170000.xhp @@ -5893,14 +5893,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">Allow Quick Editing</link>" msgstr "<link href=\"text/simpress/02/13180000.xhp\" name=\"Schnellbearbeitung zulassen\">Schnellbearbeitung zulassen</link>" -#. FPwL5 +#. 86BGL #: 13180000.xhp msgctxt "" "13180000.xhp\n" "par_id3149664\n" "help.text" -msgid "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\"><alt id=\"alt_id3153728\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\"><alt id=\"alt_id3153728\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153728\">Icon Allow Quick Editing</alt></image>" +msgstr "" #. 6agsE #: 13180000.xhp @@ -5929,14 +5929,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">Select Text Area Only</link>" msgstr "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">Nur Textbereich auswählbar</link>" -#. 73Fgr +#. 2KA8K #: 13190000.xhp msgctxt "" "13190000.xhp\n" "par_id3154510\n" "help.text" -msgid "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\"><alt id=\"alt_id3154015\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\"><alt id=\"alt_id3154015\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154015\">Icon Select Text Area Only</alt></image>" +msgstr "" #. GUik3 #: 13190000.xhp diff --git a/source/de/helpcontent2/source/text/simpress/guide.po b/source/de/helpcontent2/source/text/simpress/guide.po index e7ad5859eab..5f25eb258f2 100644 --- a/source/de/helpcontent2/source/text/simpress/guide.po +++ b/source/de/helpcontent2/source/text/simpress/guide.po @@ -3,15 +3,15 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" -"PO-Revision-Date: 2019-06-27 04:28+0000\n" -"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" +"PO-Revision-Date: 2019-12-24 16:17+0000\n" +"Last-Translator: kuehl <kuehl@libreoffice.org>\n" +"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpressguide/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561609713.000000\n" @@ -610,14 +610,14 @@ msgctxt "" msgid "To preview the animation, click the <emph>Play</emph> button." msgstr "Klicken Sie zum Anzeigen einer Vorschau der Animation auf die Schaltfläche <emph>Wiedergabe</emph>." -#. ukSGq +#. EDUEJ #: animated_objects.xhp msgctxt "" "animated_objects.xhp\n" "par_id3148826123\n" "help.text" -msgid "On Slide Pane an <image id=\"img_id3151172123\" src=\"sd/res/click_16.png\"/> icon appears next to the preview of those slides, which have one or more objects with custom animation. When you present the slide show with the Presenter Console, <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Animation.png\"/> icon indicates that the next slide has custom animation." -msgstr "Im Folienbereich erscheint das Symbol <image id=\"img_id3151172123\" src=\"sd/res/click_16.png\"/> neben der Vorschau von Folien, welche ein oder mehrere Objekte mit einer benutzerdefinierten Animation haben. Wenn Sie die Bildschirmpräsentation mit der Presenter Console präsentieren, zeigt das Symbol <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Animation.png\"/> an, dass die nächste Folie eine benutzerdefinierte Animation hat." +msgid "On Slide Pane an <image id=\"img_id3151172123\" src=\"sd/res/click_16.png\" width=\"0.5cm\" height=\"0.5cm\"/> icon appears next to the preview of those slides, which have one or more objects with custom animation. When you present the slide show with the Presenter Console, <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Animation.png\"/> icon indicates that the next slide has custom animation." +msgstr "" #. Dd9pi #: animated_objects.xhp @@ -1051,13 +1051,13 @@ msgctxt "" msgid "To use a color, gradient, or hatching pattern for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background" msgstr "" -#. 7EdvK +#. qokFC #: background.xhp msgctxt "" "background.xhp\n" "par_id3149942\n" "help.text" -msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide</menuitem></caseinline><defaultinline><menuitem>Page</menuitem></defaultinline></switchinline>, and then click on the <emph>Background</emph> tab." +msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Properties</menuitem></caseinline><defaultinline><menuitem>Page - Properties</menuitem></defaultinline></switchinline>, and then click on the <emph>Background</emph> tab." msgstr "" #. EoCa7 @@ -2311,15 +2311,6 @@ msgctxt "" msgid "Close %PRODUCTNAME Impress and start it again." msgstr "Schließen Sie %PRODUCTNAME Impress und starten sie es erneut." -#. RkMCT -#: impress_remote.xhp -msgctxt "" -"impress_remote.xhp\n" -"par_id15531\n" -"help.text" -msgid "<image id=\"img_id23615\" src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"><alt id=\"alt_id23615\">Impress Options General Page</alt></image>" -msgstr "<image id=\"img_id23615\" src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"><alt id=\"alt_id23615\">Seite Impress Optionen Allgemein</alt></image>" - #. 27FX5 #: impress_remote.xhp msgctxt "" @@ -2419,24 +2410,6 @@ msgctxt "" msgid "Some Impress Remote mobile screenshots:" msgstr "Einige Bildschirmausdrucke der mobilen Impress-Fernbedienung:" -#. BPDFc -#: impress_remote.xhp -msgctxt "" -"impress_remote.xhp\n" -"par_id180820171844239321\n" -"help.text" -msgid "<image id=\"img_id180820171837541035\" src=\"media/helpimg/impress_remote01.png\" width=\"7.001cm\" height=\"9.999cm\"><alt id=\"alt_id180820171837541035\">Impress Remote: initial thumbnail shown</alt></image>" -msgstr "<image id=\"img_id180820171837541035\" src=\"media/helpimg/impress_remote01.png\" width=\"7.001cm\" height=\"9.999cm\"><alt id=\"alt_id180820171837541035\">Impress-Fernbedienung: Aussehen der Miniaturansicht</alt></image>" - -#. TCYtU -#: impress_remote.xhp -msgctxt "" -"impress_remote.xhp\n" -"par_id180820171844236663\n" -"help.text" -msgid "<image id=\"img_id180820171838519214\" src=\"media/helpimg/impress_remote02.png\" width=\"7.001cm\" height=\"9.999cm\"><alt id=\"alt_id180820171838519214\">Alternate mode: all slide thumbnails for direct selection or jumping. The current slide has a red selection cursor</alt></image>" -msgstr "<image id=\"img_id180820171838519214\" src=\"media/helpimg/impress_remote02.png\" width=\"7.001cm\" height=\"9.999cm\"><alt id=\"alt_id180820171838519214\">Alternative Ansicht: Alle Folien als Miniaturansichten, um direkt eine Folie auszuwählen und zu dieser zu wechseln. Die aktuelle Folie hat einen roten Auswahlrahmen</alt></image>" - #. jAx2G #: impress_remote.xhp msgctxt "" @@ -3794,7 +3767,7 @@ msgctxt "" "par_id3145384\n" "help.text" msgid "Under <emph>Categories</emph>, select the category of templates." -msgstr "" +msgstr "Im Bereich <emph>Kategorien</emph> wählen Sie die Kategorie mit Vorlagen." #. UbWRG #: masterpage.xhp @@ -3841,13 +3814,13 @@ msgctxt "" msgid "To apply the slide design to the current slide only, clear the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." msgstr "" -#. WLrV6 +#. iDdL3 #: masterpage.xhp msgctxt "" "masterpage.xhp\n" "par_id4150436\n" "help.text" -msgid "To apply the master page to all of the pages in your presentation, select the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." +msgid "To apply the master page to all of the pages in your document, select the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." msgstr "" #. MAp6s @@ -4822,15 +4795,6 @@ msgctxt "" msgid "Select <emph>Enable Presenter Console</emph> in the Presentation area." msgstr "Wählen Sie <emph>Presenter Console verwenden</emph> im Bereich Präsentation aus." -#. XLLiS -#: presenter_console.xhp -msgctxt "" -"presenter_console.xhp\n" -"par_id261512578116942\n" -"help.text" -msgid "<image id=\"img_impressoptions\" src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"><alt id=\"alt_id821512578116950\">Enable Presenter Console option</alt></image>" -msgstr "<image id=\"img_impressoptions\" src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"><alt id=\"alt_id821512578116950\">Option Presenter Console aktivieren</alt></image>" - #. uvjdu #: presenter_console.xhp msgctxt "" diff --git a/source/de/helpcontent2/source/text/smath/01.po b/source/de/helpcontent2/source/text/smath/01.po index 155a8c76aa8..a90b7129386 100644 --- a/source/de/helpcontent2/source/text/smath/01.po +++ b/source/de/helpcontent2/source/text/smath/01.po @@ -3,15 +3,15 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" -"PO-Revision-Date: 2019-08-10 05:08+0000\n" -"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" +"PO-Revision-Date: 2019-12-24 16:17+0000\n" +"Last-Translator: kuehl <kuehl@libreoffice.org>\n" +"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsmath01/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565413690.000000\n" @@ -491,7 +491,7 @@ msgctxt "" "par_idN10085\n" "help.text" msgid "<image id=\"img_id3156399\" src=\"media/helpimg/starmath/un21201.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156399\">Plus Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156399\" src=\"media/helpimg/starmath/un21201.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156399\">Symbol für Vorzeichen (Plus)</alt></image>" #. GZAVq #: 03090100.xhp @@ -518,7 +518,7 @@ msgctxt "" "par_idN100C1\n" "help.text" msgid "<image id=\"img_id3148776\" src=\"media/helpimg/starmath/un21202.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148776\">Minus Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148776\" src=\"media/helpimg/starmath/un21202.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148776\">Symbol für Vorzeichen (Minus)</alt></image>" #. nrAjd #: 03090100.xhp @@ -545,7 +545,7 @@ msgctxt "" "par_idN100FD\n" "help.text" msgid "<image id=\"img_id3150757\" src=\"media/helpimg/starmath/un21203.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150757\">Plus/Minus Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150757\" src=\"media/helpimg/starmath/un21203.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150757\">Symbol für Vorzeichen (Plus-Minus)</alt>" #. 8Mt5L #: 03090100.xhp @@ -572,7 +572,7 @@ msgctxt "" "par_idN10139\n" "help.text" msgid "<image id=\"img_id3145410\" src=\"media/helpimg/starmath/un21204.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145410\">Minus/Plus Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145410\" src=\"media/helpimg/starmath/un21204.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145410\">Symbol für Vorzeichen (Minus-Plus)</alt>" #. EAc3W #: 03090100.xhp @@ -599,7 +599,7 @@ msgctxt "" "par_idN10175\n" "help.text" msgid "<image id=\"img_id3151098\" src=\"media/helpimg/starmath/un21205.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151098\">Addition (plus) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151098\" src=\"media/helpimg/starmath/un21205.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151098\">Symbol für Addition (Plus)</alt>" #. ARbAf #: 03090100.xhp @@ -626,7 +626,7 @@ msgctxt "" "par_idN101B0\n" "help.text" msgid "<image id=\"img_id3155898\" src=\"media/helpimg/starmath/un21206.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155898\">Multiplication (dot) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155898\" src=\"media/helpimg/starmath/un21206.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155898\">Symbol für Multiplikation (Punkt)</alt></image>" #. PFyyE #: 03090100.xhp @@ -653,7 +653,7 @@ msgctxt "" "par_idN101E9\n" "help.text" msgid "<image id=\"img_id3149308\" src=\"media/helpimg/starmath/un21207.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149308\">Multiplication (x) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149308\" src=\"media/helpimg/starmath/un21207.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149308\">Symbol für Multiplikation (Kreuz)</alt>" #. DDfRt #: 03090100.xhp @@ -680,7 +680,7 @@ msgctxt "" "par_idN10226\n" "help.text" msgid "<image id=\"img_id3148982\" src=\"media/helpimg/starmath/un21208.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148982\">Multiplication (*) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148982\" src=\"media/helpimg/starmath/un21208.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148982\">Symbol für Multiplikation (Stern)</alt>" #. kN9HE #: 03090100.xhp @@ -707,7 +707,7 @@ msgctxt "" "par_idN1025F\n" "help.text" msgid "<image id=\"img_id3155140\" src=\"media/helpimg/starmath/un21209.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155140\">Subtraction Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155140\" src=\"media/helpimg/starmath/un21209.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155140\">Symbol für Subtraktion (Minus)</alt></image>" #. NDTQZ #: 03090100.xhp @@ -734,7 +734,7 @@ msgctxt "" "par_idN10298\n" "help.text" msgid "<image id=\"img_id3149168\" src=\"media/helpimg/starmath/un21210.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149168\">Division (Fraction) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149168\" src=\"media/helpimg/starmath/un21210.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149168\">Symbol für Division (Bruch)</alt>" #. dFVHy #: 03090100.xhp @@ -761,7 +761,7 @@ msgctxt "" "par_idN102D1\n" "help.text" msgid "<image id=\"img_id3148765\" src=\"media/helpimg/starmath/un21211.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148765\">Division Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148765\" src=\"media/helpimg/starmath/un21211.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148765\">Symbol für Division (Doppelpunkt-Mittelstrich)</alt>" #. NqA4U #: 03090100.xhp @@ -788,7 +788,7 @@ msgctxt "" "par_idN1030A\n" "help.text" msgid "<image id=\"img_id3147418\" src=\"media/helpimg/starmath/un21212.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147418\">Division (Slash) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147418\" src=\"media/helpimg/starmath/un21212.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147418\">Symbol für Division (Schrägstrich)</alt></image>" #. CJApy #: 03090100.xhp @@ -815,7 +815,7 @@ msgctxt "" "par_idN10343\n" "help.text" msgid "<image id=\"img_id3149566\" src=\"media/helpimg/starmath/un21213.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149566\">Boolean NOT Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149566\" src=\"media/helpimg/starmath/un21213.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149566\">Symbol für logisches NICHT</alt>" #. 3CmXG #: 03090100.xhp @@ -842,7 +842,7 @@ msgctxt "" "par_idN10383\n" "help.text" msgid "<image id=\"img_id3147116\" src=\"media/helpimg/starmath/un21214.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147116\">Boolean AND Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147116\" src=\"media/helpimg/starmath/un21214.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147116\">Symbol für logisches UND</alt>" #. HAxrM #: 03090100.xhp @@ -869,7 +869,7 @@ msgctxt "" "par_idN103C3\n" "help.text" msgid "<image id=\"img_id3148440\" src=\"media/helpimg/starmath/un21215.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148440\">Boolean OR Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148440\" src=\"media/helpimg/starmath/un21215.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148440\">Symbol für logisches ODER</alt>" #. VWr3j #: 03090100.xhp @@ -896,7 +896,7 @@ msgctxt "" "par_idN10403\n" "help.text" msgid "<image id=\"img_id3150173\" src=\"media/helpimg/starmath/un21221.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150173\">Concatenate Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150173\" src=\"media/helpimg/starmath/un21221.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150173\">Symbol für Verkettung</alt></image>" #. Gfp2w #: 03090100.xhp @@ -1076,7 +1076,7 @@ msgctxt "" "par_idN10086\n" "help.text" msgid "<image id=\"img_id3153573\" src=\"media/helpimg/starmath/bi21301.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153573\">is equal Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153573\" src=\"media/helpimg/starmath/bi21301.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153573\">Symbol für gleich</alt></image>" #. ueeUi #: 03090200.xhp @@ -1103,7 +1103,7 @@ msgctxt "" "par_idN100BF\n" "help.text" msgid "<image id=\"img_id3147523\" src=\"media/helpimg/starmath/bi21302.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147523\">does not equal Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147523\" src=\"media/helpimg/starmath/bi21302.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147523\">Symbol für ungleich</alt></image>" #. VRS7k #: 03090200.xhp @@ -1130,7 +1130,7 @@ msgctxt "" "par_idN10101\n" "help.text" msgid "<image id=\"img_id3154196\" src=\"media/helpimg/starmath/bi21303.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154196\">identical to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154196\" src=\"media/helpimg/starmath/bi21303.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154196\">Symbol für identisch</alt></image>" #. m5Ajx #: 03090200.xhp @@ -1157,7 +1157,7 @@ msgctxt "" "par_idN10140\n" "help.text" msgid "<image id=\"img_id3154835\" src=\"media/helpimg/starmath/bi21304.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154835\">orthogonal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154835\" src=\"media/helpimg/starmath/bi21304.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154835\">Symbol für orthogonal</alt></image>" #. DBBfM #: 03090200.xhp @@ -1184,7 +1184,7 @@ msgctxt "" "par_idN10182\n" "help.text" msgid "<image id=\"img_id3147321\" src=\"media/helpimg/starmath/bi21322.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147321\">divides Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147321\" src=\"media/helpimg/starmath/bi21322.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147321\">Symbol für teilt</alt></image>" #. sCFsa #: 03090200.xhp @@ -1211,7 +1211,7 @@ msgctxt "" "par_idN101BF\n" "help.text" msgid "<image id=\"img_id3151030\" src=\"media/helpimg/starmath/bi21323.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151030\">does not divide Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151030\" src=\"media/helpimg/starmath/bi21323.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151030\">Symbol für teilt nicht</alt>" #. EdQAD #: 03090200.xhp @@ -1238,7 +1238,7 @@ msgctxt "" "par_idN101FC\n" "help.text" msgid "<image id=\"img_id3155133\" src=\"media/helpimg/starmath/bi21305.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155133\">less than Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155133\" src=\"media/helpimg/starmath/bi21305.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155133\">Symbol für kleiner</alt></image>" #. sKETn #: 03090200.xhp @@ -1265,7 +1265,7 @@ msgctxt "" "par_idN1023B\n" "help.text" msgid "<image id=\"img_id3147468\" src=\"media/helpimg/starmath/bi21306.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147468\">greater than Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147468\" src=\"media/helpimg/starmath/bi21306.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147468\">Symbol für größer</alt></image>" #. b3JvD #: 03090200.xhp @@ -1292,7 +1292,7 @@ msgctxt "" "par_idN10279\n" "help.text" msgid "<image id=\"img_id3155982\" src=\"media/helpimg/starmath/bi21307.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155982\">approximately equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155982\" src=\"media/helpimg/starmath/bi21307.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155982\">Symbol für ungefähr gleich</alt></image>" #. ZDKAh #: 03090200.xhp @@ -1319,7 +1319,7 @@ msgctxt "" "par_idN102B5\n" "help.text" msgid "<image id=\"img_id3155773\" src=\"media/helpimg/starmath/bi21308.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155773\">parallel to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155773\" src=\"media/helpimg/starmath/bi21308.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155773\">Symbol für parallel</alt></image>" #. ofure #: 03090200.xhp @@ -1346,7 +1346,7 @@ msgctxt "" "par_idN102F3\n" "help.text" msgid "<image id=\"img_id3148442\" src=\"media/helpimg/starmath/bi21309.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148442\">less than or equal to (slanted) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148442\" src=\"media/helpimg/starmath/bi21309.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148442\">Symbol für kleiner oder gleich (schräg)</alt></image>" #. 8ECdC #: 03090200.xhp @@ -1373,7 +1373,7 @@ msgctxt "" "par_idN10331\n" "help.text" msgid "<image id=\"img_id3153299\" src=\"media/helpimg/starmath/bi21310.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153299\">greater than or equal to (slanted) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153299\" src=\"media/helpimg/starmath/bi21310.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153299\">größer oder gleich (schräg)</alt></image>" #. CEGPX #: 03090200.xhp @@ -1400,7 +1400,7 @@ msgctxt "" "par_idN1036F\n" "help.text" msgid "<image id=\"img_id3153976\" src=\"media/helpimg/starmath/bi21311.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153976\">similar or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153976\" src=\"media/helpimg/starmath/bi21311.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153976\">Symbol für ähnlich oder gleich</alt></image>" #. 5WFU4 #: 03090200.xhp @@ -1427,7 +1427,7 @@ msgctxt "" "par_idN103AD\n" "help.text" msgid "<image id=\"img_id3151195\" src=\"media/helpimg/starmath/bi21312.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151195\">proportional to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151195\" src=\"media/helpimg/starmath/bi21312.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151195\">Symbol für proportional</alt></image>" #. oGj6X #: 03090200.xhp @@ -1454,7 +1454,7 @@ msgctxt "" "par_idN103EB\n" "help.text" msgid "<image id=\"img_id3150103\" src=\"media/helpimg/starmath/bi21313.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150103\">less than or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150103\" src=\"media/helpimg/starmath/bi21313.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150103\">Symbol für kleiner oder gleich</alt></image>" #. g5q5f #: 03090200.xhp @@ -1481,7 +1481,7 @@ msgctxt "" "par_idN1042C\n" "help.text" msgid "<image id=\"img_id3151228\" src=\"media/helpimg/starmath/bi21314.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151228\">greater than or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151228\" src=\"media/helpimg/starmath/bi21314.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151228\">Symbol für größer oder gleich</alt></image>" #. jAiFV #: 03090200.xhp @@ -1508,7 +1508,7 @@ msgctxt "" "par_idN1046D\n" "help.text" msgid "<image id=\"img_id3151003\" src=\"media/helpimg/starmath/bi21315.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151003\">similar to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151003\" src=\"media/helpimg/starmath/bi21315.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151003\">Symbol für ähnlich</alt>" #. GdN7S #: 03090200.xhp @@ -1535,7 +1535,7 @@ msgctxt "" "par_idN104AB\n" "help.text" msgid "<image id=\"img_id3149631\" src=\"media/helpimg/starmath/bi21316.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149631\">toward Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149631\" src=\"media/helpimg/starmath/bi21316.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149631\">Symbol für ähnlich</alt></image>" #. xpsMG #: 03090200.xhp @@ -1562,7 +1562,7 @@ msgctxt "" "par_idN104E7\n" "help.text" msgid "<image id=\"img_id3149969\" src=\"media/helpimg/starmath/bi21324.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149969\">double arrow pointing left Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149969\" src=\"media/helpimg/starmath/bi21324.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149969\">Symbol für doppelten Pfeil nach links</alt></image>" #. zZKr3 #: 03090200.xhp @@ -1589,7 +1589,7 @@ msgctxt "" "par_idN10525\n" "help.text" msgid "<image id=\"img_id3149516\" src=\"media/helpimg/starmath/bi21325.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149516\">double arrow pointing left and right Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149516\" src=\"media/helpimg/starmath/bi21325.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149516\">Symbol für doppelten Pfeil nach links und rechts</alt></image>" #. EUN9e #: 03090200.xhp @@ -1616,7 +1616,7 @@ msgctxt "" "par_idN10563\n" "help.text" msgid "<image id=\"img_id3148697\" src=\"media/helpimg/starmath/bi21326.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148697\">double arrow pointing right Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148697\" src=\"media/helpimg/starmath/bi21326.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148697\">Symbol für doppelten Pfeil nach rechts</alt>" #. EWCGe #: 03090200.xhp @@ -1643,7 +1643,7 @@ msgctxt "" "par_idN10564\n" "help.text" msgid "<image id=\"img_id3148698\" src=\"media/helpimg/starmath/bi21327.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148698\">precedes Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148698\" src=\"media/helpimg/starmath/bi21327.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148698\">Symbol für von niedrigerem Rang</alt></image>" #. dzHB9 #: 03090200.xhp @@ -1670,7 +1670,7 @@ msgctxt "" "par_idN10565\n" "help.text" msgid "<image id=\"img_id3148699\" src=\"media/helpimg/starmath/bi21329.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148699\">succeeds Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148699\" src=\"media/helpimg/starmath/bi21329.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148699\">Symbol für von höherem Rang</alt></image>" #. aUkQi #: 03090200.xhp @@ -1697,7 +1697,7 @@ msgctxt "" "par_idN10566\n" "help.text" msgid "<image id=\"img_id3148700\" src=\"media/helpimg/starmath/bi21328.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148700\">not precedes Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148700\" src=\"media/helpimg/starmath/bi21328.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148700\">Symbol für nicht von niedrigerem Rang</alt></image>" #. 2qAuX #: 03090200.xhp @@ -1724,7 +1724,7 @@ msgctxt "" "par_idN10567\n" "help.text" msgid "<image id=\"img_id3148701\" src=\"media/helpimg/starmath/bi21330.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148701\">not succeeds Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148701\" src=\"media/helpimg/starmath/bi21330.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148701\">Symbol für nicht von höherem Rang</alt></image>" #. 5QnrZ #: 03090200.xhp @@ -1751,7 +1751,7 @@ msgctxt "" "par_idN10568\n" "help.text" msgid "<image id=\"img_id3148702\" src=\"media/helpimg/starmath/bi21331.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148702\">precedes or equal Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148702\" src=\"media/helpimg/starmath/bi21331.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148702\">Symbol für von niedrigerem Rang oder gleich</alt></image>" #. SD6AE #: 03090200.xhp @@ -1778,7 +1778,7 @@ msgctxt "" "par_idN10569\n" "help.text" msgid "<image id=\"img_id3148703\" src=\"media/helpimg/starmath/bi21332.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148703\">succeeds or equal Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148703\" src=\"media/helpimg/starmath/bi21332.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148703\">Symbol für von höherem Rang oder gleich</alt></image>" #. DCfhF #: 03090200.xhp @@ -1805,7 +1805,7 @@ msgctxt "" "par_idN10570\n" "help.text" msgid "<image id=\"img_id3148704\" src=\"media/helpimg/starmath/bi21333.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148704\">precedes or equivalent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148704\" src=\"media/helpimg/starmath/bi21333.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148704\">Symbol für von niedrigerem oder äquivalentem Rang</alt>" #. GEzwj #: 03090200.xhp @@ -1832,7 +1832,7 @@ msgctxt "" "par_idN10571\n" "help.text" msgid "<image id=\"img_id3148705\" src=\"media/helpimg/starmath/bi21334.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148705\">succeeds or equivalent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148705\" src=\"media/helpimg/starmath/bi21334.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148705\">Symbol für von höherem oder äquivalentem Rang</alt></image>" #. jbhU3 #: 03090200.xhp @@ -1967,7 +1967,7 @@ msgctxt "" "par_idN10088\n" "help.text" msgid "<image id=\"img_id3152944\" src=\"media/helpimg/starmath/fo21601.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152944\">Limit Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152944\" src=\"media/helpimg/starmath/fo21601.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152944\">Symbol für Limes</alt></image>" #. nJrdT #: 03090300.xhp @@ -1994,7 +1994,7 @@ msgctxt "" "par_idN100C4\n" "help.text" msgid "<image id=\"img_id3150970\" src=\"media/helpimg/starmath/fo21602.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150970\">Summation Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150970\" src=\"media/helpimg/starmath/fo21602.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150970\">Symbol für Summe</alt></image>" #. hfKdZ #: 03090300.xhp @@ -2021,7 +2021,7 @@ msgctxt "" "par_idN10102\n" "help.text" msgid "<image id=\"img_id3146932\" src=\"media/helpimg/starmath/fo21603.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146932\">Product Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146932\" src=\"media/helpimg/starmath/fo21603.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146932\">Symbol für Produkt</alt></image>" #. weDue #: 03090300.xhp @@ -2048,7 +2048,7 @@ msgctxt "" "par_idN1013E\n" "help.text" msgid "<image id=\"img_id3149814\" src=\"media/helpimg/starmath/fo21604.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149814\">Coproduct Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149814\" src=\"media/helpimg/starmath/fo21604.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149814\">Symbol für Koprodukt</alt>" #. oYW7M #: 03090300.xhp @@ -2075,7 +2075,7 @@ msgctxt "" "par_idN1017A\n" "help.text" msgid "<image id=\"img_id3152766\" src=\"media/helpimg/starmath/fo21613.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152766\">Upper and Lower Limit Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152766\" src=\"media/helpimg/starmath/fo21613.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152766\">Symbol für untere und obere Grenze</alt></image>" #. 4nBns #: 03090300.xhp @@ -2102,7 +2102,7 @@ msgctxt "" "par_idN101B8\n" "help.text" msgid "<image id=\"img_id3151023\" src=\"media/helpimg/starmath/fo21605.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151023\">Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151023\" src=\"media/helpimg/starmath/fo21605.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151023\">Symbol für Integral</alt>" #. jQhgG #: 03090300.xhp @@ -2129,7 +2129,7 @@ msgctxt "" "par_idN101F4\n" "help.text" msgid "<image id=\"img_id3145772\" src=\"media/helpimg/starmath/fo21606.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145772\">Double Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145772\" src=\"media/helpimg/starmath/fo21606.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145772\">Symbol für doppeltes Integral</alt></image>" #. iYAcL #: 03090300.xhp @@ -2156,7 +2156,7 @@ msgctxt "" "par_idN10230\n" "help.text" msgid "<image id=\"img_id3147409\" src=\"media/helpimg/starmath/fo21607.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147409\">Triple Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147409\" src=\"media/helpimg/starmath/fo21607.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147409\">Symbol für dreifaches Integral</alt></image>" #. HUG9o #: 03090300.xhp @@ -2183,7 +2183,7 @@ msgctxt "" "par_idN1026C\n" "help.text" msgid "<image id=\"img_id3149562\" src=\"media/helpimg/starmath/fo21614.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149562\">Lower Limit Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149562\" src=\"media/helpimg/starmath/fo21614.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149562\">Symbol für untere Grenze</alt></image>" #. sxs86 #: 03090300.xhp @@ -2210,7 +2210,7 @@ msgctxt "" "par_idN102AA\n" "help.text" msgid "<image id=\"img_id3147109\" src=\"media/helpimg/starmath/fo21609.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147109\">Curve Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147109\" src=\"media/helpimg/starmath/fo21609.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147109\">Symbol für Kurvenintegral</alt></image>" #. DNPn6 #: 03090300.xhp @@ -2237,7 +2237,7 @@ msgctxt "" "par_idN102E6\n" "help.text" msgid "<image id=\"img_id3147055\" src=\"media/helpimg/starmath/fo21610.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147055\">Double Curve Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147055\" src=\"media/helpimg/starmath/fo21610.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147055\">Symbol für doppeltes Kurvenintegral</alt></image>" #. DgzFM #: 03090300.xhp @@ -2264,7 +2264,7 @@ msgctxt "" "par_idN10322\n" "help.text" msgid "<image id=\"img_id3154578\" src=\"media/helpimg/starmath/fo21611.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154578\">Triple Curve Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154578\" src=\"media/helpimg/starmath/fo21611.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154578\">Symbol für dreifaches Kurvenintegral</alt></image>" #. DBq8L #: 03090300.xhp @@ -2291,7 +2291,7 @@ msgctxt "" "par_idN1035E\n" "help.text" msgid "<image id=\"img_id3149332\" src=\"media/helpimg/starmath/fo21615.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149332\">Upper Limit Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149332\" src=\"media/helpimg/starmath/fo21615.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149332\">Symbol für obere Grenze</alt>" #. sdXwP #: 03090300.xhp @@ -2426,7 +2426,7 @@ msgctxt "" "par_idN10081\n" "help.text" msgid "<image id=\"img_id3153154\" src=\"media/helpimg/starmath/fu21505.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153154\">Natural Exponential Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153154\" src=\"media/helpimg/starmath/fu21505.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153154\">Symbol für e-Funktion</alt></image>" #. HBgfc #: 03090400.xhp @@ -2453,7 +2453,7 @@ msgctxt "" "par_idN100BC\n" "help.text" msgid "<image id=\"img_id3147507\" src=\"media/helpimg/starmath/fu21506.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147507\">Natural Logarithm Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147507\" src=\"media/helpimg/starmath/fu21506.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147507\">Symbol für natürlichen Logarithmus</alt></image>" #. 7g3BJ #: 03090400.xhp @@ -2480,7 +2480,7 @@ msgctxt "" "par_idN100F7\n" "help.text" msgid "<image id=\"img_id3154574\" src=\"media/helpimg/starmath/fu21507.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154574\">Exponential Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154574\" src=\"media/helpimg/starmath/fu21507.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154574\">Exponentialfunktion</alt></image>" #. ipXvm #: 03090400.xhp @@ -2507,7 +2507,7 @@ msgctxt "" "par_idN10132\n" "help.text" msgid "<image id=\"img_id3149687\" src=\"media/helpimg/starmath/fu21508.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149687\">Logarithm Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149687\" src=\"media/helpimg/starmath/fu21508.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149687\">Symbol für Logarithmus</alt></image>" #. LX2Ke #: 03090400.xhp @@ -2534,7 +2534,7 @@ msgctxt "" "par_id3149483\n" "help.text" msgid "<image id=\"img_id3149490\" src=\"media/helpimg/starmath/fu21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149490\">Power Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149490\" src=\"media/helpimg/starmath/fu21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149490\">Symbol für Potenz</alt>" #. XKMzK #: 03090400.xhp @@ -2561,7 +2561,7 @@ msgctxt "" "par_idN101B1\n" "help.text" msgid "<image id=\"img_id3149043\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149043\">Sine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149043\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149043\">Symbol für Sinus</alt></image>" #. FeedP #: 03090400.xhp @@ -2588,7 +2588,7 @@ msgctxt "" "par_idN101EA\n" "help.text" msgid "<image id=\"img_id3147139\" src=\"media/helpimg/starmath/fu21510.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147139\">Cosine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147139\" src=\"media/helpimg/starmath/fu21510.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147139\">Symbol für Kosinus</alt></image>" #. LRNwp #: 03090400.xhp @@ -2615,7 +2615,7 @@ msgctxt "" "par_idN10223\n" "help.text" msgid "<image id=\"img_id3148759\" src=\"media/helpimg/starmath/fu21511.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148759\">Tangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148759\" src=\"media/helpimg/starmath/fu21511.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148759\">Symbol für Tangens</alt></image>" #. nBpjo #: 03090400.xhp @@ -2642,7 +2642,7 @@ msgctxt "" "par_idN1025C\n" "help.text" msgid "<image id=\"img_id3149536\" src=\"media/helpimg/starmath/fu21512.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149536\">Cotangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149536\" src=\"media/helpimg/starmath/fu21512.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149536\">Symbol für Kotangens</alt>" #. DsEAG #: 03090400.xhp @@ -2669,7 +2669,7 @@ msgctxt "" "par_idN10295\n" "help.text" msgid "<image id=\"img_id3147499\" src=\"media/helpimg/starmath/fu21513.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Hyperbolic Sine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147499\" src=\"media/helpimg/starmath/fu21513.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Symbol für Sinus Hyperbolicus</alt>" #. pW3gq #: 03090400.xhp @@ -2696,7 +2696,7 @@ msgctxt "" "par_idN102CE\n" "help.text" msgid "<image id=\"img_id3168610\" src=\"media/helpimg/starmath/fu21503.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3168610\">Square Root Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3168610\" src=\"media/helpimg/starmath/fu21503.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3168610\">Symbol für Quadratwurzel</alt></image>" #. JpriW #: 03090400.xhp @@ -2723,7 +2723,7 @@ msgctxt "" "par_idN10309\n" "help.text" msgid "<image id=\"img_id3147608\" src=\"media/helpimg/starmath/fu21514.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147608\">Hyperbolic Cosine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147608\" src=\"media/helpimg/starmath/fu21514.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147608\">Symbol für Kosinus Hyperbolicus</alt></image>" #. aRuFQ #: 03090400.xhp @@ -2750,7 +2750,7 @@ msgctxt "" "par_idN10342\n" "help.text" msgid "<image id=\"img_id3151087\" src=\"media/helpimg/starmath/fu21515.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151087\">Hyperbolic Tangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151087\" src=\"media/helpimg/starmath/fu21515.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151087\">Symbol für Tangens Hyperbolicus</alt></image>" #. Qy9Es #: 03090400.xhp @@ -2777,7 +2777,7 @@ msgctxt "" "par_idN1037C\n" "help.text" msgid "<image id=\"img_id3151112\" src=\"media/helpimg/starmath/fu21516.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151112\">Hyperbolic Cotangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151112\" src=\"media/helpimg/starmath/fu21516.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151112\">Symbol für Kotangens Hyperbolicus</image></image>" #. fiHbq #: 03090400.xhp @@ -2804,7 +2804,7 @@ msgctxt "" "par_idN103B5\n" "help.text" msgid "<image id=\"img_id3154714\" src=\"media/helpimg/starmath/fu21504.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154714\">nth Root Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154714\" src=\"media/helpimg/starmath/fu21504.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154714\">Symbol für n-te Wurzel</alt>" #. o7MGD #: 03090400.xhp @@ -2831,7 +2831,7 @@ msgctxt "" "par_idN103EE\n" "help.text" msgid "<image id=\"img_id3145633\" src=\"media/helpimg/starmath/fu21517.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145633\">Arc Sine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145633\" src=\"media/helpimg/starmath/fu21517.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145633\">Symbol für Arkussinus</alt></image>" #. obD2E #: 03090400.xhp @@ -2858,7 +2858,7 @@ msgctxt "" "par_idN10427\n" "help.text" msgid "<image id=\"img_id3146951\" src=\"media/helpimg/starmath/fu21518.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146951\">Arc Cosine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146951\" src=\"media/helpimg/starmath/fu21518.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146951\">Symbol für Arkuskosinus</alt></image>" #. EWWTb #: 03090400.xhp @@ -2885,7 +2885,7 @@ msgctxt "" "par_idN10460\n" "help.text" msgid "<image id=\"img_id3149369\" src=\"media/helpimg/starmath/fu21519.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149369\">Arc Tangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149369\" src=\"media/helpimg/starmath/fu21519.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149369\">Symbol für Arkustangens</alt></image>" #. nj4au #: 03090400.xhp @@ -2912,7 +2912,7 @@ msgctxt "" "par_idN10493\n" "help.text" msgid "<image id=\"img_id3153141\" src=\"media/helpimg/starmath/fu21520.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153141\">Arc Cotangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153141\" src=\"media/helpimg/starmath/fu21520.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153141\">Symbol für Arkuskotangens</alt></image>" #. 3EDX2 #: 03090400.xhp @@ -2939,7 +2939,7 @@ msgctxt "" "par_idN104CC\n" "help.text" msgid "<image id=\"img_id3154624\" src=\"media/helpimg/starmath/fu21501.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154624\">Absolute Value Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154624\" src=\"media/helpimg/starmath/fu21501.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154624\">Symbol für Betrag</alt></image>" #. CBa6U #: 03090400.xhp @@ -2966,7 +2966,7 @@ msgctxt "" "par_idN10507\n" "help.text" msgid "<image id=\"img_id3154023\" src=\"media/helpimg/starmath/fu21521.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154023\">Area Hyperbolic Sine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154023\" src=\"media/helpimg/starmath/fu21521.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154023\">Symbol für Areasinus Hyperbolicus</alt></image>" #. RZeD9 #: 03090400.xhp @@ -2993,7 +2993,7 @@ msgctxt "" "par_idN1053A\n" "help.text" msgid "<image id=\"img_id3149602\" src=\"media/helpimg/starmath/fu21522.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149602\">Area Hyperbolic Cosine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149602\" src=\"media/helpimg/starmath/fu21522.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149602\">Symbol für Areakosinus Hyperbolicus</alt></image>" #. GCRqn #: 03090400.xhp @@ -3020,7 +3020,7 @@ msgctxt "" "par_idN10573\n" "help.text" msgid "<image id=\"img_id3155342\" src=\"media/helpimg/starmath/fu21523.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155342\">Area Hyperbolic Tangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155342\" src=\"media/helpimg/starmath/fu21523.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155342\">Symbol für Areatangens Hyperbolicus</alt></image>" #. xTiN8 #: 03090400.xhp @@ -3047,7 +3047,7 @@ msgctxt "" "par_idN105AC\n" "help.text" msgid "<image id=\"img_id3150842\" src=\"media/helpimg/starmath/fu21524.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150842\">Area Hyperbolic Cotangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150842\" src=\"media/helpimg/starmath/fu21524.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150842\">Symbol für Areakotangens Hyperbolicus</alt>" #. VE7SB #: 03090400.xhp @@ -3074,7 +3074,7 @@ msgctxt "" "par_idN105E5\n" "help.text" msgid "<image id=\"img_id3145301\" src=\"media/helpimg/starmath/fu21502.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145301\">Factorial Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145301\" src=\"media/helpimg/starmath/fu21502.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145301\">Symbol für Fakultät</alt>" #. ACkUz #: 03090400.xhp @@ -3173,7 +3173,7 @@ msgctxt "" "par_idN10084\n" "help.text" msgid "<image id=\"img_id3149801\" src=\"media/helpimg/starmath/al21801.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149801\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149801\" src=\"media/helpimg/starmath/al21801.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149801\">Symbol für runde Klammern</alt>" #. aLk7N #: 03090500.xhp @@ -3200,7 +3200,7 @@ msgctxt "" "par_idN100BF\n" "help.text" msgid "<image id=\"img_id3158440\" src=\"media/helpimg/starmath/al21802.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158440\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158440\" src=\"media/helpimg/starmath/al21802.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158440\">Symbol für eckige Klammern</alt></image>" #. MVphJ #: 03090500.xhp @@ -3227,7 +3227,7 @@ msgctxt "" "par_idN100F8\n" "help.text" msgid "<image id=\"img_id3146923\" src=\"media/helpimg/starmath/al21823.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146923\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146923\" src=\"media/helpimg/starmath/al21823.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146923\">Symbol für doppelte eckige Klammern</alt></image>" #. UcoeP #: 03090500.xhp @@ -3254,7 +3254,7 @@ msgctxt "" "par_idN10131\n" "help.text" msgid "<image id=\"img_id3149815\" src=\"media/helpimg/starmath/al21804.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149815\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149815\" src=\"media/helpimg/starmath/al21804.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149815\">Symbol für geschweifte Klammern</alt></image>" #. 57jhB #: 03090500.xhp @@ -3281,7 +3281,7 @@ msgctxt "" "par_idN1016C\n" "help.text" msgid "<image id=\"img_id3148736\" src=\"media/helpimg/starmath/al21805.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148736\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148736\" src=\"media/helpimg/starmath/al21805.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148736\">Symbol für einfache Linien</alt>" #. nzF9h #: 03090500.xhp @@ -3308,7 +3308,7 @@ msgctxt "" "par_idN101A5\n" "help.text" msgid "<image id=\"img_id3153350\" src=\"media/helpimg/starmath/al21806.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153350\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153350\" src=\"media/helpimg/starmath/al21806.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153350\">Symbol für doppelte Linien</alt>" #. P4AEV #: 03090500.xhp @@ -3335,7 +3335,7 @@ msgctxt "" "par_idN101DE\n" "help.text" msgid "<image id=\"img_id3155118\" src=\"media/helpimg/starmath/al21803.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155118\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155118\" src=\"media/helpimg/starmath/al21803.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155118\">Symbol für spitze Klammern</alt></image>" #. odKaL #: 03090500.xhp @@ -3362,7 +3362,7 @@ msgctxt "" "par_idN10217\n" "help.text" msgid "<image id=\"img_id3155867\" src=\"media/helpimg/starmath/al21821.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155867\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155867\" src=\"media/helpimg/starmath/al21821.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155867\">Symbol für Operatorklammern</alt>" #. SoGCr #: 03090500.xhp @@ -3389,7 +3389,7 @@ msgctxt "" "par_idN10253\n" "help.text" msgid "<image id=\"img_id3149561\" src=\"media/helpimg/starmath/al21808.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149561\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149561\" src=\"media/helpimg/starmath/al21808.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149561\">Symbol für Gruppierungsklammern</alt></image>" #. BqAqN #: 03090500.xhp @@ -3416,7 +3416,7 @@ msgctxt "" "par_idN1028E\n" "help.text" msgid "<image id=\"img_id3147733\" src=\"media/helpimg/starmath/al21809.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147733\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147733\" src=\"media/helpimg/starmath/al21809.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147733\">Symbol für runde Klammern (skalierbar)</alt></image>" #. ochKP #: 03090500.xhp @@ -3443,7 +3443,7 @@ msgctxt "" "par_idN102CC\n" "help.text" msgid "<image id=\"img_id3148852\" src=\"media/helpimg/starmath/al21810.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148852\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148852\" src=\"media/helpimg/starmath/al21810.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148852\">Symbol für eckige Klammern (skalierbar)</alt></image>" #. AuYFG #: 03090500.xhp @@ -3470,7 +3470,7 @@ msgctxt "" "par_idN10307\n" "help.text" msgid "<image id=\"img_id3153794\" src=\"media/helpimg/starmath/al21824.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153794\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153794\" src=\"media/helpimg/starmath/al21824.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153794\">Symbol für doppelte eckige Klammern (skalierbar)</alt>" #. t9EKx #: 03090500.xhp @@ -3497,7 +3497,7 @@ msgctxt "" "par_idN10342\n" "help.text" msgid "<image id=\"img_id3153972\" src=\"media/helpimg/starmath/al21812.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153972\">Braces (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153972\" src=\"media/helpimg/starmath/al21812.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153972\">Symbol für geschweifte Klammern (skalierbar)</alt></image>" #. BdcD4 #: 03090500.xhp @@ -3524,7 +3524,7 @@ msgctxt "" "par_idN1037E\n" "help.text" msgid "<image id=\"img_id3155598\" src=\"media/helpimg/starmath/al21813.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155598\">Single vertical bars (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155598\" src=\"media/helpimg/starmath/al21813.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155598\">Symbol für einfach Linien (skalierbar)</alt></image>" #. 5tjEk #: 03090500.xhp @@ -3551,7 +3551,7 @@ msgctxt "" "par_idN103B7\n" "help.text" msgid "<image id=\"img_id3153223\" src=\"media/helpimg/starmath/al21814.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153223\">Double vertical bars (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153223\" src=\"media/helpimg/starmath/al21814.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153223\">Symbol für doppelte Linien (skalierbar)</alt></image>" #. ZADAD #: 03090500.xhp @@ -3578,7 +3578,7 @@ msgctxt "" "par_idN103F0\n" "help.text" msgid "<image id=\"img_id3150026\" src=\"media/helpimg/starmath/al21811.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150026\">Angle brackets (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150026\" src=\"media/helpimg/starmath/al21811.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150026\">Symbol für spitze Klammern (skalierbar)</alt></image>" #. 4VDU7 #: 03090500.xhp @@ -3605,7 +3605,7 @@ msgctxt "" "par_idN10429\n" "help.text" msgid "<image id=\"img_id3154235\" src=\"media/helpimg/starmath/al21822.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154235\">Operator brackets (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154235\" src=\"media/helpimg/starmath/al21822.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154235\">Symbol für Operatorklammern (skalierbar)</alt>" #. upS7Q #: 03090500.xhp @@ -3632,7 +3632,7 @@ msgctxt "" "par_idN10464\n" "help.text" msgid "<image id=\"img_id3154349\" src=\"media/helpimg/starmath/al21825.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154349\">Brace top (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154349\" src=\"media/helpimg/starmath/al21825.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154349\">Symbol für geschweift Klammer oben (skalierbar)</alt>" #. YsqKU #: 03090500.xhp @@ -3659,7 +3659,7 @@ msgctxt "" "par_idN104A0\n" "help.text" msgid "<image id=\"img_id3149646\" src=\"media/helpimg/starmath/al21826.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149646\">Brace bottom (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149646\" src=\"media/helpimg/starmath/al21826.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149646\">Symbol für geschweifte Klammer unten (skalierbar)</alt></image>" #. WmyPA #: 03090500.xhp @@ -3839,7 +3839,7 @@ msgctxt "" "bm_id3154011\n" "help.text" msgid "<bookmark_value>attributes; in %PRODUCTNAME Math</bookmark_value><bookmark_value>formulas; attributes in</bookmark_value><bookmark_value>accents; in %PRODUCTNAME Math</bookmark_value><bookmark_value>attributes; accents</bookmark_value><bookmark_value>vector arrows as attributes</bookmark_value><bookmark_value>harpoon arrow attribute</bookmark_value><bookmark_value>tilde as attribute</bookmark_value><bookmark_value>circumflex attribute</bookmark_value><bookmark_value>bold attribute</bookmark_value><bookmark_value>italic attribute in %PRODUCTNAME Math</bookmark_value><bookmark_value>resizing;fonts</bookmark_value><bookmark_value>scaling;fonts</bookmark_value><bookmark_value>attributes; changing fonts</bookmark_value><bookmark_value>changing; fonts</bookmark_value><bookmark_value>attributes; colored characters</bookmark_value><bookmark_value>colored characters</bookmark_value><bookmark_value>attributes; changing defaults</bookmark_value><bookmark_value>circle attribute</bookmark_value><bookmark_value>double dot attribute</bookmark_value><bookmark_value>dot attribute</bookmark_value><bookmark_value>line through attribute</bookmark_value><bookmark_value>line above attribute</bookmark_value><bookmark_value>reversed circumflex attribute</bookmark_value><bookmark_value>overline attribute</bookmark_value><bookmark_value>wide vector arrow attribute</bookmark_value><bookmark_value>wide harpoon arrow attribute</bookmark_value><bookmark_value>wide tilde attribute</bookmark_value><bookmark_value>wide circumflex attribute</bookmark_value><bookmark_value>underline attribute</bookmark_value><bookmark_value>triple dot attribute</bookmark_value><bookmark_value>transparent character as attribute</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Attribute; in %PRODUCTNAME Math</bookmark_value><bookmark_value>Formeln; Attribute in</bookmark_value><bookmark_value>Akzente; in %PRODUCTNAME Math</bookmark_value><bookmark_value>Attribute; Akzente</bookmark_value><bookmark_value>Vektorpfeile als Attribute</bookmark_value><bookmark_value>Harpune als Attribut</bookmark_value><bookmark_value>Tilde als Attribut</bookmark_value><bookmark_value>Attribut; Zirkumflex</bookmark_value><bookmark_value>Attribut; Fett</bookmark_value><bookmark_value>Attribut; Kursiv in %PRODUCTNAME Math</bookmark_value><bookmark_value>Ändern; Schriftgröße</bookmark_value><bookmark_value>Skalieren; Schriftarten</bookmark_value><bookmark_value>Attribute; Schriftart ändern</bookmark_value><bookmark_value>Ändern; Schriftart</bookmark_value><bookmark_value>Attribute; farbige Zeichen</bookmark_value><bookmark_value>Farbige Zeichen</bookmark_value><bookmark_value>Attribute; Vorgaben ändern</bookmark_value><bookmark_value>Attribut; Kreis</bookmark_value><bookmark_value>Attribut; Doppelter Punkt</bookmark_value><bookmark_value>Attribut; Punkt</bookmark_value><bookmark_value>Attribut; Durchstreichen</bookmark_value><bookmark_value>Attribut; Überstrich</bookmark_value><bookmark_value>Attribut; Umgekehrter Zirkumflex</bookmark_value><bookmark_value>Attribut; Überstrich</bookmark_value><bookmark_value>Attribut; Breiter Vektorpfeil</bookmark_value><bookmark_value>Attribut; breite Harpune</bookmark_value><bookmark_value>Attribut; Breite Tilde</bookmark_value><bookmark_value>Attribut; Breiter Zirkumflex</bookmark_value><bookmark_value>Attribut; Überstrich</bookmark_value><bookmark_value>Attribut; Dreifacher Punkt</bookmark_value><bookmark_value>Transparente Zeichen als Attribut</bookmark_value>" #. igYdt #: 03090600.xhp @@ -3848,16 +3848,16 @@ msgctxt "" "hd_id3154011\n" "help.text" msgid "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" name=\"Attributes\">Attributes</link> </variable>" -msgstr "" +msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" name=\"Attributes\">Attribute</link></variable>" -#. qJugC +#. Q2dMs #: 03090600.xhp msgctxt "" "03090600.xhp\n" "par_id3145802\n" "help.text" -msgid "You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane. These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window." -msgstr "Sie können Ihrer <emph>%PRODUCTNAME</emph> <emph>Math</emph>-Formel verschiedene Attribute zuweisen. Einige Attribute werden im unteren Bereich der Seitenleiste angezeigt. Diese Attribute werden auch im <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"Kontextmenü\">Kontextmenü</link> des Fensters <emph>Kommandos</emph> angezeigt. Attributierungen, die nicht in der Seitenleiste oder dem Kontextmenü enthalten sind, müssen direkt in das Fenster <emph>Kommandos</emph> eingegeben werden." +msgid "You can choose from various attributes for <emph>%PRODUCTNAME Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane. These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window." +msgstr "" #. LGFaf #: 03090600.xhp @@ -3893,7 +3893,7 @@ msgctxt "" "par_idN10098\n" "help.text" msgid "<image id=\"img_id3150391\" src=\"media/helpimg/starmath/at21701.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150391\">Acute accent Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3150391\" src=\"media/helpimg/starmath/at21701.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150391\">Symbol für Akzent nach oben rechts</alt></image>" #. GzEBm #: 03090600.xhp @@ -3920,7 +3920,7 @@ msgctxt "" "par_idN100D5\n" "help.text" msgid "<image id=\"img_id3154504\" src=\"media/helpimg/starmath/at21702.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154504\">Grave accent Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3154504\" src=\"media/helpimg/starmath/at21702.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154504\">Symbol für Akzent nach unten rechts</alt></image>" #. U6Dok #: 03090600.xhp @@ -3947,7 +3947,7 @@ msgctxt "" "par_idN10115\n" "help.text" msgid "<image id=\"img_id3155370\" src=\"media/helpimg/starmath/at21703.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155370\">Reverse Circumflex Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3155370\" src=\"media/helpimg/starmath/at21703.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155370\">Symbol für umgekehrtes Dach</alt></image>" #. FBf5g #: 03090600.xhp @@ -3974,7 +3974,7 @@ msgctxt "" "par_idN1014E\n" "help.text" msgid "<image id=\"img_id3145202\" src=\"media/helpimg/starmath/at21704.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145202\">Breve Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3145202\" src=\"media/helpimg/starmath/at21704.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145202\">Symbol für nach oben offenen Bogen</alt></image>" #. PTGyY #: 03090600.xhp @@ -4001,7 +4001,7 @@ msgctxt "" "par_idN10187\n" "help.text" msgid "<image id=\"img_id3159179\" src=\"media/helpimg/starmath/at21709.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159179\">Circle Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3159179\" src=\"media/helpimg/starmath/at21709.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159179\">Symbol für Kreis</alt></image>" #. FXKwY #: 03090600.xhp @@ -4028,7 +4028,7 @@ msgctxt "" "par_idN101C0\n" "help.text" msgid "<image id=\"img_id3149808\" src=\"media/helpimg/starmath/im21106.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149808\">Vector arrow Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3149808\" src=\"media/helpimg/starmath/im21106.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149808\">Symbol für Vektorpfeil</alt></image>" #. EJDMZ #: 03090600.xhp @@ -4055,7 +4055,7 @@ msgctxt "" "par_id811560455468125\n" "help.text" msgid "<image id=\"img_id3149818\" src=\"media/helpimg/starmath/harpoon.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149808\">Harpoon Arrow Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149818\" src=\"media/helpimg/starmath/harpoon.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149808\">Symbol für Harpune</alt>" #. BE9qF #: 03090600.xhp @@ -4064,7 +4064,7 @@ msgctxt "" "par_id11560455468125\n" "help.text" msgid "<emph>Harpoon arrow</emph>" -msgstr "" +msgstr "<emph>Harpune</emph>" #. iACqf #: 03090600.xhp @@ -4073,7 +4073,7 @@ msgctxt "" "par_id621560456501164\n" "help.text" msgid "Insert a placeholder with a harpoon arrow. You can also type <emph>harpoon <?></emph> in the <emph>Commands</emph> window." -msgstr "" +msgstr "Fügt einen Platzhalter mit einer Harpune ein.</ahelp> Sie können auch <emph>harpoon <?></emph> direkt in das Fenster <emph>Kommandos</emph> eingeben." #. jWF27 #: 03090600.xhp @@ -4082,7 +4082,7 @@ msgctxt "" "par_idN101FB\n" "help.text" msgid "<image id=\"img_id3153776\" src=\"media/helpimg/starmath/at21708.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153776\">Tilde Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3153776\" src=\"media/helpimg/starmath/at21708.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153776\">Symbol für Tilde</alt></image>" #. vfFiG #: 03090600.xhp @@ -4109,7 +4109,7 @@ msgctxt "" "par_idN10236\n" "help.text" msgid "<image id=\"img_id3149695\" src=\"media/helpimg/starmath/at21707.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149695\">Circumflex Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3149695\" src=\"media/helpimg/starmath/at21707.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149695\">Symbol für Dach</alt></image>" #. NAuAe #: 03090600.xhp @@ -4136,7 +4136,7 @@ msgctxt "" "par_idN1026E\n" "help.text" msgid "<image id=\"img_id3148986\" src=\"media/helpimg/starmath/at21705.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148986\">Line above (bar) Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3148986\" src=\"media/helpimg/starmath/at21705.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148986\">Symbol für Überstrich</alt></image>" #. RRcaf #: 03090600.xhp @@ -4163,7 +4163,7 @@ msgctxt "" "par_idN102A7\n" "help.text" msgid "<image id=\"img_id3147095\" src=\"media/helpimg/starmath/at21710.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147095\">Dot Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3147095\" src=\"media/helpimg/starmath/at21710.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147095\">Symbol für Punkt</alt></image>" #. XTnZg #: 03090600.xhp @@ -4190,7 +4190,7 @@ msgctxt "" "par_idN102E0\n" "help.text" msgid "<image id=\"img_id3147328\" src=\"media/helpimg/starmath/at21724.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147328\">Wide vector arrow Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3147328\" src=\"media/helpimg/starmath/at21724.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147328\">Symbol für breiten Vektorpfeil</alt></image>" #. BawNB #: 03090600.xhp @@ -4217,7 +4217,7 @@ msgctxt "" "par_id131560461612191\n" "help.text" msgid "<image id=\"img_id3147328\" src=\"media/helpimg/starmath/wideharpoon.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147328\">Wide harpoon arrow Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3147328\" src=\"media/helpimg/starmath/wideharpoon.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147328\">Symbol für breite Harpune</alt></image>" #. nCAjL #: 03090600.xhp @@ -4226,7 +4226,7 @@ msgctxt "" "par_id561560461711910\n" "help.text" msgid "<emph>Wide harpoon arrow</emph>" -msgstr "" +msgstr "<emph>Breite Harpune</emph>" #. MdW7r #: 03090600.xhp @@ -4235,7 +4235,7 @@ msgctxt "" "par_id211560461612191\n" "help.text" msgid "Inserts a wide harpoon arrow with a placeholder. You can also type <emph>wideharpoon</emph> in the <emph>Commands</emph> window." -msgstr "" +msgstr "Fügt eine breite Harpune mit einem Platzhalter ein.</ahelp> Sie können auch <emph>wideharpoon <?></emph> direkt in das Fenster <emph>Kommandos</emph> eingeben." #. 9BKsC #: 03090600.xhp @@ -4244,7 +4244,7 @@ msgctxt "" "par_idN10319\n" "help.text" msgid "<image id=\"img_id3153359\" src=\"media/helpimg/starmath/at21723.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153359\">Wide tilde Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3153359\" src=\"media/helpimg/starmath/at21723.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153359\">Symbol für breite Tilde</alt></image>" #. ys6hm #: 03090600.xhp @@ -4271,7 +4271,7 @@ msgctxt "" "par_idN10352\n" "help.text" msgid "<image id=\"img_id3155117\" src=\"media/helpimg/starmath/at21722.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155117\">Wide circumflex Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3155117\" src=\"media/helpimg/starmath/at21722.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155117\">Symbol für breites Dach</alt></image>" #. cUMHd #: 03090600.xhp @@ -4298,7 +4298,7 @@ msgctxt "" "par_idN1038B\n" "help.text" msgid "<image id=\"img_id3148873\" src=\"media/helpimg/starmath/at21711.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148873\">Double dot Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3148873\" src=\"media/helpimg/starmath/at21711.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148873\">Symbol für doppelten Punkt</alt>" #. LKh9H #: 03090600.xhp @@ -4325,7 +4325,7 @@ msgctxt "" "par_idN103C4\n" "help.text" msgid "<image id=\"img_id3147424\" src=\"media/helpimg/starmath/at21713.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147424\">Line over Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3147424\" src=\"media/helpimg/starmath/at21713.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147424\">Symbol für Überstreichung</alt></image>" #. P5VC5 #: 03090600.xhp @@ -4352,7 +4352,7 @@ msgctxt "" "par_idN103FD\n" "help.text" msgid "<image id=\"img_id3145130\" src=\"media/helpimg/starmath/at21714.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145130\">Line below Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3145130\" src=\"media/helpimg/starmath/at21714.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145130\">Symbol für Unterstreichung</alt></image>" #. VGCLA #: 03090600.xhp @@ -4379,7 +4379,7 @@ msgctxt "" "par_idN10436\n" "help.text" msgid "<image id=\"img_id3145318\" src=\"media/helpimg/starmath/at21715.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145318\">Line through (overstrike) Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3145318\" src=\"media/helpimg/starmath/at21715.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145318\">Symbol für Durchstreichung</alt></image>" #. dRnuB #: 03090600.xhp @@ -4406,7 +4406,7 @@ msgctxt "" "par_idN1046F\n" "help.text" msgid "<image id=\"img_id3156104\" src=\"media/helpimg/starmath/at21712.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156104\">Triple dot Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3156104\" src=\"media/helpimg/starmath/at21712.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156104\">Symbol für dreifachen Punkt</alt></image>" #. DowEF #: 03090600.xhp @@ -4433,7 +4433,7 @@ msgctxt "" "par_idN104A8\n" "help.text" msgid "<image id=\"img_id3145626\" src=\"media/helpimg/starmath/at21716.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145626\">Transparent Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3145626\" src=\"media/helpimg/starmath/at21716.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145626\">Symbol für transparent</alt></image>" #. WJwoj #: 03090600.xhp @@ -4460,7 +4460,7 @@ msgctxt "" "par_idN104E1\n" "help.text" msgid "<image id=\"img_id3153240\" src=\"cmd/sc_bold.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153240\">Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3153240\" src=\"cmd/sc_bold.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153240\">Symbol für Fettschrift</alt>" #. sU6sJ #: 03090600.xhp @@ -4487,7 +4487,7 @@ msgctxt "" "par_idN1051C\n" "help.text" msgid "<image id=\"img_id3150038\" src=\"cmd/sc_italic.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150038\">Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3150038\" src=\"cmd/sc_italic.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150038\">Symbol für Kursivschrift</alt></image>" #. 6Lj3A #: 03090600.xhp @@ -4514,7 +4514,7 @@ msgctxt "" "par_idN1055A\n" "help.text" msgid "<image id=\"img_id3155801\" src=\"cmd/sc_fontheight.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155801\">Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3155801\" src=\"cmd/sc_fontheight.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155801\">Symbol für Schriftgröße</alt></image>" #. ungUP #: 03090600.xhp @@ -4541,7 +4541,7 @@ msgctxt "" "par_idN10595\n" "help.text" msgid "<image id=\"img_id3148804\" src=\"cmd/sc_charfontname.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148804\">Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3148804\" src=\"cmd/sc_charfontname.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148804\">Symbol für Schriftart</alt></image>" #. Kmj24 #: 03090600.xhp @@ -4613,7 +4613,7 @@ msgctxt "" "par_id3145230\n" "help.text" msgid "For more information about formatting in <emph>%PRODUCTNAME</emph> <emph>Math</emph>, see <link href=\"text/smath/01/03091100.xhp\" name=\"Brackets and Grouping\">Brackets and Grouping</link>." -msgstr "" +msgstr "Weitere Informationen zum Formatieren in <emph>%PRODUCTNAME</emph> <emph>Math</emph> finden Sie unter <link href=\"text/smath/01/03091100.xhp\" name=\"Klammern und Gruppierungen\">Klammern und Gruppierungen</link>." #. 5WAfz #: 03090600.xhp @@ -4694,7 +4694,7 @@ msgctxt "" "par_idN1008B\n" "help.text" msgid "<image id=\"img_id3150981\" src=\"media/helpimg/starmath/co21916.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150981\">Superscript left Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150981\" src=\"media/helpimg/starmath/co21916.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150981\">Symbol für Hochstellung links</alt></image>" #. 96dBm #: 03090700.xhp @@ -4721,7 +4721,7 @@ msgctxt "" "par_idN100C4\n" "help.text" msgid "<image id=\"img_id3149691\" src=\"media/helpimg/starmath/co21918.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149691\">Superscript top Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149691\" src=\"media/helpimg/starmath/co21918.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149691\">Symbol für Hochstellung oben</alt></image>" #. wCKNn #: 03090700.xhp @@ -4748,7 +4748,7 @@ msgctxt "" "par_idN100FF\n" "help.text" msgid "<image id=\"img_id3149097\" src=\"media/helpimg/starmath/co21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149097\">Superscript right Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149097\" src=\"media/helpimg/starmath/co21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149097\">Symbol für Hochstellung rechts</alt></image>" #. u5X6R #: 03090700.xhp @@ -4775,7 +4775,7 @@ msgctxt "" "par_idN1013E\n" "help.text" msgid "<image id=\"img_id3149044\" src=\"media/helpimg/starmath/co21905.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149044\">Vertical stack (2 elements) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149044\" src=\"media/helpimg/starmath/co21905.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149044\">Symbol für vertikale Anordnung (zwei Elemente)</alt></image>" #. GtKJw #: 03090700.xhp @@ -4802,7 +4802,7 @@ msgctxt "" "par_idN10179\n" "help.text" msgid "<image id=\"img_id3154390\" src=\"media/helpimg/starmath/co21901.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154390\">New line Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154390\" src=\"media/helpimg/starmath/co21901.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154390\">Symbol für Zeilenumbruch</alt>" #. BCfJA #: 03090700.xhp @@ -4829,7 +4829,7 @@ msgctxt "" "par_idN101B2\n" "help.text" msgid "<image id=\"img_id3155117\" src=\"media/helpimg/starmath/co21912.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155117\">Subscript left Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155117\" src=\"media/helpimg/starmath/co21912.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155117\">Symbol für Tiefstellung links</alt>" #. qLrWG #: 03090700.xhp @@ -4856,7 +4856,7 @@ msgctxt "" "par_idN101EB\n" "help.text" msgid "<image id=\"img_id3149544\" src=\"media/helpimg/starmath/co21917.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149544\">Subscript bottom Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149544\" src=\"media/helpimg/starmath/co21917.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149544\">Symbol für Tiefstellung unten</alt></image>" #. C2YT7 #: 03090700.xhp @@ -4883,7 +4883,7 @@ msgctxt "" "par_idN10226\n" "help.text" msgid "<image id=\"img_id3145265\" src=\"media/helpimg/starmath/co21904.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145265\">Subscript right Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145265\" src=\"media/helpimg/starmath/co21904.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145265\">Symbol für Tiefstellung rechts</alt></image>" #. Bfwkh #: 03090700.xhp @@ -4910,7 +4910,7 @@ msgctxt "" "par_idN10265\n" "help.text" msgid "<image id=\"img_id3149220\" src=\"media/helpimg/starmath/co21906.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149220\">Vertical stack (3 elements) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149220\" src=\"media/helpimg/starmath/co21906.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149220\">Symbol für vertikale Anordnung</alt></image>" #. MzXRu #: 03090700.xhp @@ -4937,7 +4937,7 @@ msgctxt "" "par_idN102A0\n" "help.text" msgid "<image id=\"img_id3149848\" src=\"media/helpimg/starmath/co21902.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149848\">Small gap Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149848\" src=\"media/helpimg/starmath/co21902.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149848\">Symbol für kleinen Zwischenraum</alt></image>" #. wbwB2 #: 03090700.xhp @@ -4964,7 +4964,7 @@ msgctxt "" "par_idN102DC\n" "help.text" msgid "<image id=\"img_id3154094\" src=\"media/helpimg/starmath/co21909.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154094\">Align left Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154094\" src=\"media/helpimg/starmath/co21909.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154094\">Symbol für Ausrichtung links</alt></image>" #. KzRGd #: 03090700.xhp @@ -4991,7 +4991,7 @@ msgctxt "" "par_idN10317\n" "help.text" msgid "<image id=\"img_id3156130\" src=\"media/helpimg/starmath/co21910.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156130\">Align to horizontal center Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156130\" src=\"media/helpimg/starmath/co21910.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156130\">Symbol für Ausrichtung zentriert</alt></image>" #. VxdJT #: 03090700.xhp @@ -5018,7 +5018,7 @@ msgctxt "" "par_idN10352\n" "help.text" msgid "<image id=\"img_id3155583\" src=\"media/helpimg/starmath/co21911.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155583\">Align right Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155583\" src=\"media/helpimg/starmath/co21911.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155583\">Symbol für Ausrichtung rechts</alt></image>" #. kmTvu #: 03090700.xhp @@ -5045,7 +5045,7 @@ msgctxt "" "par_idN1038D\n" "help.text" msgid "<image id=\"img_id3155085\" src=\"media/helpimg/starmath/co21907.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155085\">Matrix stack Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155085\" src=\"media/helpimg/starmath/co21907.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155085\">Symbol für Matrix-Anordnung</alt></image>" #. ABnGj #: 03090700.xhp @@ -5072,7 +5072,7 @@ msgctxt "" "par_idN103C9\n" "help.text" msgid "<image id=\"img_id3150027\" src=\"media/helpimg/starmath/co21903.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150027\">Gap Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150027\" src=\"media/helpimg/starmath/co21903.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150027\">Symbol für Zwischenraum</alt></image>" #. A48F9 #: 03090700.xhp @@ -5288,7 +5288,7 @@ msgctxt "" "par_idN10081\n" "help.text" msgid "<image id=\"img_id3145418\" src=\"media/helpimg/starmath/op21401.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145418\">is included in Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145418\" src=\"media/helpimg/starmath/op21401.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145418\">Symbol für Element</alt></image>" #. STufJ #: 03090800.xhp @@ -5315,7 +5315,7 @@ msgctxt "" "par_idN100BC\n" "help.text" msgid "<image id=\"img_id3153782\" src=\"media/helpimg/starmath/op21402.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153782\">is not included in Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153782\" src=\"media/helpimg/starmath/op21402.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153782\">Symbol für nicht Element</alt></image>" #. a9SdQ #: 03090800.xhp @@ -5342,7 +5342,7 @@ msgctxt "" "par_idN100F7\n" "help.text" msgid "<image id=\"img_id3150972\" src=\"media/helpimg/starmath/op21403.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150972\">includes Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150972\" src=\"media/helpimg/starmath/op21403.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150972\">Symbol für enthält</alt></image>" #. CCcrF #: 03090800.xhp @@ -5369,7 +5369,7 @@ msgctxt "" "par_idN10135\n" "help.text" msgid "<image id=\"img_id3155180\" src=\"media/helpimg/starmath/op22002.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155180\">empty set Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155180\" src=\"media/helpimg/starmath/op22002.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155180\">Symbol für leere Menge</alt></image>" #. NEL98 #: 03090800.xhp @@ -5396,7 +5396,7 @@ msgctxt "" "par_idN1016E\n" "help.text" msgid "<image id=\"img_id3147093\" src=\"media/helpimg/starmath/op21405.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147093\">Intersection Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147093\" src=\"media/helpimg/starmath/op21405.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147093\">Symbol für Durchschnitt</alt></image>" #. YQSYD #: 03090800.xhp @@ -5423,7 +5423,7 @@ msgctxt "" "par_idN101A7\n" "help.text" msgid "<image id=\"img_id3155147\" src=\"media/helpimg/starmath/op21406.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155147\">Union Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155147\" src=\"media/helpimg/starmath/op21406.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155147\">Symbol für Vereinigung</alt></image>" #. pQpVC #: 03090800.xhp @@ -5450,7 +5450,7 @@ msgctxt "" "par_idN101E0\n" "help.text" msgid "<image id=\"img_id3154922\" src=\"media/helpimg/starmath/op21407.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154922\">Difference Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154922\" src=\"media/helpimg/starmath/op21407.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154922\">Symbol für Differenz</alt></image>" #. BGgdx #: 03090800.xhp @@ -5477,7 +5477,7 @@ msgctxt "" "par_idN1021C\n" "help.text" msgid "<image id=\"img_id3148889\" src=\"media/helpimg/starmath/op21408.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148889\">Quotient set Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148889\" src=\"media/helpimg/starmath/op21408.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148889\">Symbol für Quotient</alt></image>" #. 4FMEC #: 03090800.xhp @@ -5504,7 +5504,7 @@ msgctxt "" "par_idN10255\n" "help.text" msgid "<image id=\"img_id3147473\" src=\"media/helpimg/starmath/op22001.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147473\">aleph Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147473\" src=\"media/helpimg/starmath/op22001.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147473\">Symbol für Aleph</alt></image>" #. cudJ3 #: 03090800.xhp @@ -5531,7 +5531,7 @@ msgctxt "" "par_idN1028E\n" "help.text" msgid "<image id=\"img_id3155974\" src=\"media/helpimg/starmath/op21409.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155974\">Subset Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155974\" src=\"media/helpimg/starmath/op21409.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155974\">Symbol für Teilmenge</alt></image>" #. rAxsh #: 03090800.xhp @@ -5558,7 +5558,7 @@ msgctxt "" "par_idN102C9\n" "help.text" msgid "<image id=\"img_id3147119\" src=\"media/helpimg/starmath/op21410.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147119\">Subset or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147119\" src=\"media/helpimg/starmath/op21410.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147119\">Symbol für Teilmenge oder gleich</alt></image>" #. D8d4f #: 03090800.xhp @@ -5585,7 +5585,7 @@ msgctxt "" "par_idN10304\n" "help.text" msgid "<image id=\"img_id3147065\" src=\"media/helpimg/starmath/op21411.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147065\">Superset Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147065\" src=\"media/helpimg/starmath/op21411.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147065\">Symbol für Obermenge</alt></image>" #. mEqBt #: 03090800.xhp @@ -5612,7 +5612,7 @@ msgctxt "" "par_idN1033F\n" "help.text" msgid "<image id=\"img_id3154590\" src=\"media/helpimg/starmath/op21412.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154590\">Superset or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154590\" src=\"media/helpimg/starmath/op21412.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154590\">Symbol für Obermenge oder gleich</alt></image>" #. b4m7j #: 03090800.xhp @@ -5639,7 +5639,7 @@ msgctxt "" "par_idN1037A\n" "help.text" msgid "<image id=\"img_id3149318\" src=\"media/helpimg/starmath/op21413.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149318\">not subset Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149318\" src=\"media/helpimg/starmath/op21413.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149318\">Symbol für nicht Teilmenge</alt></image>" #. eA6As #: 03090800.xhp @@ -5666,7 +5666,7 @@ msgctxt "" "par_idN103B7\n" "help.text" msgid "<image id=\"img_id3151193\" src=\"media/helpimg/starmath/op21414.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151193\">not subset or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151193\" src=\"media/helpimg/starmath/op21414.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151193\">Symbol für nicht Teilmenge oder gleich</alt></image>" #. gEWws #: 03090800.xhp @@ -5693,7 +5693,7 @@ msgctxt "" "par_idN103F4\n" "help.text" msgid "<image id=\"img_id3146956\" src=\"media/helpimg/starmath/op21415.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146956\">not superset Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146956\" src=\"media/helpimg/starmath/op21415.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146956\">Symbol für nicht Obermenge</alt></image>" #. K8CUW #: 03090800.xhp @@ -5720,7 +5720,7 @@ msgctxt "" "par_idN10431\n" "help.text" msgid "<image id=\"img_id3151223\" src=\"media/helpimg/starmath/op21416.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151223\">not superset or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151223\" src=\"media/helpimg/starmath/op21416.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151223\">Symbol für nicht Obermenge oder gleich</alt></image>" #. DGWEi #: 03090800.xhp @@ -5747,7 +5747,7 @@ msgctxt "" "par_idN1046E\n" "help.text" msgid "<image id=\"img_id3156087\" src=\"media/helpimg/starmath/op21417.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156087\">Set of natural numbers Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156087\" src=\"media/helpimg/starmath/op21417.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156087\">Symbol für Menge der natürlichen Zahlen</alt></image>" #. zWVt6 #: 03090800.xhp @@ -5774,7 +5774,7 @@ msgctxt "" "par_idN104A7\n" "help.text" msgid "<image id=\"img_id3147383\" src=\"media/helpimg/starmath/op21418.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147383\">Set of whole numbers Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147383\" src=\"media/helpimg/starmath/op21418.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147383\">Symbol für Menge der ganzen Zahlen</alt></image>" #. ABqQR #: 03090800.xhp @@ -5801,7 +5801,7 @@ msgctxt "" "par_idN104E0\n" "help.text" msgid "<image id=\"img_id3154038\" src=\"media/helpimg/starmath/op21419.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154038\">Set of rational numbers Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154038\" src=\"media/helpimg/starmath/op21419.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154038\">Symbol für Menge der rationalen Zahlen</alt></image>" #. DKa22 #: 03090800.xhp @@ -5828,7 +5828,7 @@ msgctxt "" "par_idN10519\n" "help.text" msgid "<image id=\"img_id3149625\" src=\"media/helpimg/starmath/op21420.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149625\">Set of real numbers Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149625\" src=\"media/helpimg/starmath/op21420.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149625\">Symbol für Menge der reellen Zahlen</alt></image>" #. XU6GY #: 03090800.xhp @@ -5855,7 +5855,7 @@ msgctxt "" "par_idN10552\n" "help.text" msgid "<image id=\"img_id3155555\" src=\"media/helpimg/starmath/op21421.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155555\">Set of complex numbers Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155555\" src=\"media/helpimg/starmath/op21421.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155555\">Symbol für Menge der komplexen Zahlen</alt></image>" #. EZMZr #: 03090800.xhp @@ -8690,7 +8690,7 @@ msgctxt "" "par_id3166018\n" "help.text" msgid "<image id=\"img_id3166024\" src=\"media/helpimg/starmath/fu21501.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166024\">Icon Absolute amount</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166024\" src=\"media/helpimg/starmath/fu21501.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166024\">Symbol für Betrag (Absolutwert)</alt></image>" #. CPDGG #: 03091504.xhp @@ -8699,7 +8699,7 @@ msgctxt "" "par_id3166138\n" "help.text" msgid "Absolute amount" -msgstr "Absolutwert" +msgstr "Betrag (Absolutwert)" #. YSmV5 #: 03091504.xhp @@ -8708,7 +8708,7 @@ msgctxt "" "par_id3164840\n" "help.text" msgid "<image id=\"img_id3164847\" src=\"media/helpimg/starmath/fu21518.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3164847\">Icon Inverse cosine or arccosine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3164847\" src=\"media/helpimg/starmath/fu21518.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3164847\">Symbol für Arkussinus</alt></image>" #. FC8Pe #: 03091504.xhp @@ -8726,7 +8726,7 @@ msgctxt "" "par_id3165134\n" "help.text" msgid "<image id=\"img_id3165141\" src=\"media/helpimg/starmath/fu21520.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165141\">Icon Inverse cotangent or arccotangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165141\" src=\"media/helpimg/starmath/fu21520.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165141\">Symbol für Arkuskotangen</alt></image>" #. rdmhn #: 03091504.xhp @@ -8744,7 +8744,7 @@ msgctxt "" "par_id3166312\n" "help.text" msgid "<image id=\"img_id3166318\" src=\"media/helpimg/starmath/fu21522.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166318\">Icon Inverse hyperbolic cosine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166318\" src=\"media/helpimg/starmath/fu21522.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166318\">Symbol für Areakosinus Hyperbolicus</alt></image>" #. ZAWFC #: 03091504.xhp @@ -8762,7 +8762,7 @@ msgctxt "" "par_id3143430\n" "help.text" msgid "<image id=\"img_id3143436\" src=\"media/helpimg/starmath/fu21524.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143436\">Icon Inverse hyperbolic cotangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3143436\" src=\"media/helpimg/starmath/fu21524.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143436\">Symbol für Areakotangens Hyperbolicus</alt></image>" #. qRVGV #: 03091504.xhp @@ -8780,7 +8780,7 @@ msgctxt "" "par_id3152238\n" "help.text" msgid "<image id=\"img_id3152244\" src=\"media/helpimg/starmath/fu21517.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152244\">Icon Inverse sine or arcsine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152244\" src=\"media/helpimg/starmath/fu21517.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152244\">Symbol für Arkussinus</alt></image>" #. pjMqW #: 03091504.xhp @@ -8798,7 +8798,7 @@ msgctxt "" "par_id3164987\n" "help.text" msgid "<image id=\"img_id3164994\" src=\"media/helpimg/starmath/fu21519.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3164994\">Icon Inverse tangent or arctangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3164994\" src=\"media/helpimg/starmath/fu21519.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3164994\">Symbol für Arkustangen</alt></image>" #. rSgdt #: 03091504.xhp @@ -8816,7 +8816,7 @@ msgctxt "" "par_id3166165\n" "help.text" msgid "<image id=\"img_id3166172\" src=\"media/helpimg/starmath/fu21521.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166172\">Icon Inverse hyperbolic sine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166172\" src=\"media/helpimg/starmath/fu21521.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166172\">Symbol für Areasinus Hyperbolicus</alt></image>" #. oDxbt #: 03091504.xhp @@ -8834,7 +8834,7 @@ msgctxt "" "par_id3166459\n" "help.text" msgid "<image id=\"img_id3166465\" src=\"media/helpimg/starmath/fu21523.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166465\">Icon Inverse hyperbolic tangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166465\" src=\"media/helpimg/starmath/fu21523.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166465\">Symbol für Areatangens Hyperbolicus</alt></image>" #. BuYqL #: 03091504.xhp @@ -8861,7 +8861,7 @@ msgctxt "" "par_id3151649\n" "help.text" msgid "<image id=\"img_id3151656\" src=\"media/helpimg/starmath/fu21510.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151656\">Icon Cosine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151656\" src=\"media/helpimg/starmath/fu21510.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151656\">Symbol für Kosinus</alt></image>" #. umUue #: 03091504.xhp @@ -8879,7 +8879,7 @@ msgctxt "" "par_id3165576\n" "help.text" msgid "<image id=\"img_id3165583\" src=\"media/helpimg/starmath/fu21514.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165583\">Icon Hyperbolic cosine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165583\" src=\"media/helpimg/starmath/fu21514.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165583\">Symbol für Kosinus Hyperbolicus</alt></image>" #. pCQGG #: 03091504.xhp @@ -8897,7 +8897,7 @@ msgctxt "" "par_id3151944\n" "help.text" msgid "<image id=\"img_id3151950\" src=\"media/helpimg/starmath/fu21512.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151950\">Icon Cotangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151950\" src=\"media/helpimg/starmath/fu21512.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151950\">Symbol für Kotangens</alt></image>" #. f9FDA #: 03091504.xhp @@ -8915,7 +8915,7 @@ msgctxt "" "par_id3165871\n" "help.text" msgid "<image id=\"img_id3165877\" src=\"media/helpimg/starmath/fu21516.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165877\">Icon Hyperbolic cotangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165877\" src=\"media/helpimg/starmath/fu21516.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165877\">Symbol für Kotangens Hyperbolicus</alt></image>" #. jeRLb #: 03091504.xhp @@ -8933,7 +8933,7 @@ msgctxt "" "par_id3157074\n" "help.text" msgid "<image id=\"img_id3157080\" src=\"media/helpimg/starmath/fu21507.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157080\">Icon General exponential function</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157080\" src=\"media/helpimg/starmath/fu21507.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157080\">Symbol für Exponentialfunktion</alt></image>" #. GtmKR #: 03091504.xhp @@ -8951,7 +8951,7 @@ msgctxt "" "par_id3143577\n" "help.text" msgid "<image id=\"img_id3143584\" src=\"media/helpimg/starmath/fu21502.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143584\">Icon Factorial</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3143584\" src=\"media/helpimg/starmath/fu21502.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143584\">Symbol für Fakultät</alt></image>" #. g5VJv #: 03091504.xhp @@ -8969,7 +8969,7 @@ msgctxt "" "par_id3156780\n" "help.text" msgid "<image id=\"img_id3156786\" src=\"media/helpimg/starmath/fu21505.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156786\">Icon Natural exponential function</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156786\" src=\"media/helpimg/starmath/fu21505.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156786\">Symbol für e-Funktion</alt></image>" #. TbdTR #: 03091504.xhp @@ -8987,7 +8987,7 @@ msgctxt "" "par_id3156927\n" "help.text" msgid "<image id=\"img_id3156934\" src=\"media/helpimg/starmath/fu21506.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156934\">Icon Natural logarithm</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156934\" src=\"media/helpimg/starmath/fu21506.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156934\">Symbol für natürlichen Logarithmus</alt></image>" #. aA6F4 #: 03091504.xhp @@ -9005,7 +9005,7 @@ msgctxt "" "par_id3157220\n" "help.text" msgid "<image id=\"img_id3157227\" src=\"media/helpimg/starmath/fu21508.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157227\">Icon General logarithm</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157227\" src=\"media/helpimg/starmath/fu21508.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157227\">Symbol für Logarithmus</alt></image>" #. hRtQ6 #: 03091504.xhp @@ -9023,7 +9023,7 @@ msgctxt "" "par_id3165282\n" "help.text" msgid "<image id=\"img_id3165288\" src=\"media/helpimg/starmath/fu21504.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165288\">Icon n-th root of x</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165288\" src=\"media/helpimg/starmath/fu21504.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165288\">Symbol für n-te Wurzel</alt></image>" #. QCzga #: 03091504.xhp @@ -9041,7 +9041,7 @@ msgctxt "" "par_id3151502\n" "help.text" msgid "<image id=\"img_id3151509\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151509\">Icon Sine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151509\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151509\">Symbol für Sinus</alt></image>" #. nAEE2 #: 03091504.xhp @@ -9059,7 +9059,7 @@ msgctxt "" "par_id3165429\n" "help.text" msgid "<image id=\"img_id3165436\" src=\"media/helpimg/starmath/fu21513.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165436\">Icon Hyperbolic sine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165436\" src=\"media/helpimg/starmath/fu21513.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165436\">Symbol für Sinus Hyperbolicus</alt></image>" #. m6sdA #: 03091504.xhp @@ -9077,7 +9077,7 @@ msgctxt "" "par_id3152091\n" "help.text" msgid "<image id=\"img_id3152097\" src=\"media/helpimg/starmath/fu21503.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152097\">Icon Square root</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152097\" src=\"media/helpimg/starmath/fu21503.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152097\">Symbol für Quadratwurzel</alt></image>" #. w4mAn #: 03091504.xhp @@ -9104,7 +9104,7 @@ msgctxt "" "par_id3157368\n" "help.text" msgid "<image id=\"img_id3157375\" src=\"media/helpimg/starmath/fu21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157375\">Icon n-th power of x</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157375\" src=\"media/helpimg/starmath/fu21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157375\">Symbol für Potenz</alt></image>" #. HSvF4 #: 03091504.xhp @@ -9122,7 +9122,7 @@ msgctxt "" "par_id3151796\n" "help.text" msgid "<image id=\"img_id3151803\" src=\"media/helpimg/starmath/fu21511.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151803\">Icon Tangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151803\" src=\"media/helpimg/starmath/fu21511.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151803\">Symbol für Tangens</alt></image>" #. 9BZPk #: 03091504.xhp @@ -9140,7 +9140,7 @@ msgctxt "" "par_id3165723\n" "help.text" msgid "<image id=\"img_id3165730\" src=\"media/helpimg/starmath/fu21515.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165730\">Icon Hyperbolic tangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165730\" src=\"media/helpimg/starmath/fu21515.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165730\">Symbol für Tangens Hyperbolicus</alt></image>" #. yvfcV #: 03091504.xhp @@ -11291,7 +11291,7 @@ msgctxt "" "par_id3145171\n" "help.text" msgid "<image id=\"img_id3145177\" src=\"media/helpimg/starmath/mi22006.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145177\">Partial Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145177\" src=\"media/helpimg/starmath/mi22006.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145177\">Symbol für Partielles Differential</alt></image>" #. yE8Ef #: 03091600.xhp @@ -11318,7 +11318,7 @@ msgctxt "" "par_id3152782\n" "help.text" msgid "<image id=\"img_id3152788\" src=\"media/helpimg/starmath/mi22005.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152788\">Infinity Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152788\" src=\"media/helpimg/starmath/mi22005.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152788\">Symbol für unendlich</alt></image>" #. XLBAn #: 03091600.xhp @@ -11345,7 +11345,7 @@ msgctxt "" "par_id3150217\n" "help.text" msgid "<image id=\"img_id3150223\" src=\"media/helpimg/starmath/mi22013.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150223\">Nabla Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150223\" src=\"media/helpimg/starmath/mi22013.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150223\">Symbol für Nabla</alt></image>" #. BNNGJ #: 03091600.xhp @@ -11372,7 +11372,7 @@ msgctxt "" "par_id3155330\n" "help.text" msgid "<image id=\"img_id3155336\" src=\"media/helpimg/starmath/mi21608.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">There exists Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155336\" src=\"media/helpimg/starmath/mi21608.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">Symbol für existiert</alt></image>" #. LzY2a #: 03091600.xhp @@ -11399,7 +11399,7 @@ msgctxt "" "par_idA3155330\n" "help.text" msgid "<image id=\"img_idA3155336\" src=\"media/helpimg/starmath/mi21618.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_idA3155336\">There does not exist Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_idA3155336\" src=\"media/helpimg/starmath/mi21618.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_idA3155336\">Symbol für existiert nicht</alt></image>" #. G6bCj #: 03091600.xhp @@ -11426,7 +11426,7 @@ msgctxt "" "par_id3151296\n" "help.text" msgid "<image id=\"img_id3151302\" src=\"media/helpimg/starmath/mi21612.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151302\">For all Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151302\" src=\"media/helpimg/starmath/mi21612.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151302\">Symbol für alle</alt></image>" #. g64C8 #: 03091600.xhp @@ -11453,7 +11453,7 @@ msgctxt "" "par_id3153023\n" "help.text" msgid "<image id=\"img_id3153030\" src=\"media/helpimg/starmath/mi22014.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153030\">h Bar Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153030\" src=\"media/helpimg/starmath/mi22014.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153030\">Symbol für h quer</alt></image>" #. ArfyV #: 03091600.xhp @@ -11480,7 +11480,7 @@ msgctxt "" "par_id3153908\n" "help.text" msgid "<image id=\"img_id3153256\" src=\"media/helpimg/starmath/mi22015.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153256\">Lambda Bar Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153256\" src=\"media/helpimg/starmath/mi22015.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153256\">Symbol für Lambda quer</alt></image>" #. AAN8u #: 03091600.xhp @@ -11507,7 +11507,7 @@ msgctxt "" "par_id3150651\n" "help.text" msgid "<image id=\"img_id3154285\" src=\"media/helpimg/starmath/mi22003.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154285\">Real Part Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154285\" src=\"media/helpimg/starmath/mi22003.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154285\">Symbol für Realteil</alt></image>" #. Lxsns #: 03091600.xhp @@ -11534,7 +11534,7 @@ msgctxt "" "par_id3154543\n" "help.text" msgid "<image id=\"img_id3154553\" src=\"media/helpimg/starmath/mi22004.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154553\">Imaginary Part Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154553\" src=\"media/helpimg/starmath/mi22004.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154553\">Symbol für Imaginärteil</alt></image>" #. mPBvM #: 03091600.xhp @@ -11561,7 +11561,7 @@ msgctxt "" "par_id3154156\n" "help.text" msgid "<image id=\"img_id3154162\" src=\"media/helpimg/starmath/mi22007.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154162\">Weierstrass p Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154162\" src=\"media/helpimg/starmath/mi22007.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154162\">Symbol für Weierstraß p</alt></image>" #. KSC9T #: 03091600.xhp @@ -11588,7 +11588,7 @@ msgctxt "" "par_id3155267\n" "help.text" msgid "<image id=\"img_id3155273\" src=\"media/helpimg/starmath/mi22016.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155273\">Left Arrow Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155273\" src=\"media/helpimg/starmath/mi22016.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155273\">Symbol für Pfeil nach links</alt></image>" #. W7mpZ #: 03091600.xhp @@ -11615,7 +11615,7 @@ msgctxt "" "par_id3149923\n" "help.text" msgid "<image id=\"img_id3149929\" src=\"media/helpimg/starmath/mi22017.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149929\">Right Arrow Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149929\" src=\"media/helpimg/starmath/mi22017.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149929\">Symbol für Pfeil nach rechts</alt></image>" #. VCRp5 #: 03091600.xhp @@ -11642,7 +11642,7 @@ msgctxt "" "par_id3148506\n" "help.text" msgid "<image id=\"img_id3148512\" src=\"media/helpimg/starmath/mi22018.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148512\">Up Arrow Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148512\" src=\"media/helpimg/starmath/mi22018.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148512\">Symbol für Pfeil nach oben</alt></image>" #. bFJCH #: 03091600.xhp @@ -11669,7 +11669,7 @@ msgctxt "" "par_id3157946\n" "help.text" msgid "<image id=\"img_id3157951\" src=\"media/helpimg/starmath/mi22019.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157951\">Down Arrow Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157951\" src=\"media/helpimg/starmath/mi22019.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157951\">Symbol für Pfeil nach unten</alt></image>" #. iFqEz #: 03091600.xhp @@ -11696,7 +11696,7 @@ msgctxt "" "par_id3154997\n" "help.text" msgid "<image id=\"img_id3155003\" src=\"media/helpimg/starmath/mi22011.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155003\">Ellipsis Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155003\" src=\"media/helpimg/starmath/mi22011.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155003\">Symbol für drei Punkte (unten)</alt></image>" #. GB5F8 #: 03091600.xhp @@ -11723,7 +11723,7 @@ msgctxt "" "par_id3163719\n" "help.text" msgid "<image id=\"img_id3163726\" src=\"media/helpimg/starmath/mi22008.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163726\">Math-axis Ellipsis Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163726\" src=\"media/helpimg/starmath/mi22008.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163726\">Symbol für drei Punkte (mittig)</alt></image>" #. u6D7m #: 03091600.xhp @@ -11732,7 +11732,7 @@ msgctxt "" "par_id3163797\n" "help.text" msgid "<emph>Math-axis Ellipsis</emph>" -msgstr "<emph>Drei Punkte (vertikal mittig)</emph>" +msgstr "<emph>Drei Punkte (mittig)</emph>" #. XWPDw #: 03091600.xhp @@ -11750,7 +11750,7 @@ msgctxt "" "par_id3146829\n" "help.text" msgid "<image id=\"img_id3146835\" src=\"media/helpimg/starmath/mi22012.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146835\">Vertical Ellipsis Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146835\" src=\"media/helpimg/starmath/mi22012.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146835\">Symbol für drei Punkte (senkrecht)</alt></image>" #. y5YFp #: 03091600.xhp @@ -11777,7 +11777,7 @@ msgctxt "" "par_id3109675\n" "help.text" msgid "<image id=\"img_id3109681\" src=\"media/helpimg/starmath/mi22009.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3109681\">Upward Diagonal Ellipsis Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3109681\" src=\"media/helpimg/starmath/mi22009.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3109681\">Symbol für drei Punkte (schräg nach oben)</alt></image>" #. fqRVX #: 03091600.xhp @@ -11804,7 +11804,7 @@ msgctxt "" "par_id3158234\n" "help.text" msgid "<image id=\"img_id3158240\" src=\"media/helpimg/starmath/mi22010.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158240\">Downward Diagonal Ellipsis Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158240\" src=\"media/helpimg/starmath/mi22010.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158240\">Symbol für drei Punkte (schräg nach unten)</alt></image>" #. 37ZEh #: 03091600.xhp @@ -13325,7 +13325,7 @@ msgctxt "" "par_id3146313\n" "help.text" msgid "<variable id=\"symboletext\"><ahelp hid=\".\">Opens the <emph>Symbols</emph> dialog, in which you can select a symbol to insert in the formula.</ahelp> </variable>" -msgstr "" +msgstr "<variable id=\"symboletext\"><ahelp hid=\".\">Öffnet den Dialog <emph>Symbole</emph>, in welchem Sie ein Symbol zum Einfügen in die Formel auswählen können.</ahelp></variable>" #. B7kGd #: 06010000.xhp @@ -13794,4 +13794,3 @@ msgctxt "" "help.text" msgid "This command handles only MathML content. If you have copied a %PRODUCTNAME Math formula to clipboard, insert it using the command <link href=\"text/shared/01/02060000.xhp\" name=\"Paste\"><emph>Paste</emph></link> under <emph>Edit</emph>." msgstr "Dieser Befehl funktioniert nur für MathML-Inhalt. Um eine %PRODUCTNAME Math-Formel aus der Zwischenablage einzufügen, wählen Sie <link href=\"text/shared/01/02060000.xhp\" name=\"Einfügen\"><emph>Einfügen</emph></link> im Menü <emph>Bearbeiten</emph>." - diff --git a/source/de/helpcontent2/source/text/swriter.po b/source/de/helpcontent2/source/text/swriter.po index 9e1a6f673db..beb90428cc9 100644 --- a/source/de/helpcontent2/source/text/swriter.po +++ b/source/de/helpcontent2/source/text/swriter.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-01-26 05:47+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -304,14 +304,14 @@ msgctxt "" msgid "Use the file with your %PRODUCTNAME locale in the name as example." msgstr "Benutzen Sie die Datei mit Ihrer %PRODUCTNAME-Spracheinstellung im Namen als Beispiel." -#. pouDz +#. rx2Dm #: classificationbar.xhp msgctxt "" "classificationbar.xhp\n" "par_id030820161747137522\n" "help.text" -msgid "Save the file and make the adequate changes to the classificationpath above to access the file." -msgstr "" +msgid "Save the file and make the adequate changes to the classification path above to access the file." +msgstr "Speichern Sie die Datei und machen Sie die entsprechenden Änderungen im Klassifikationspfad oben, um auf die Datei zuzugreifen." #. Z2iUo #: classificationbar.xhp @@ -1051,14 +1051,14 @@ msgctxt "" msgid "<link href=\"text/swriter/01/04070000.xhp\" name=\"Envelope\">Envelope</link>" msgstr "<link href=\"text/swriter/01/04070000.xhp\" name=\"Briefumschlag...\">Briefumschlag...</link>" -#. HzowX +#. qjyHA #: main0104.xhp msgctxt "" "main0104.xhp\n" "hd_id3149428\n" "help.text" -msgid "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">Document</link>" -msgstr "<link href=\"text/swriter/01/04190000.xhp\" name=\"Datei...\">Datei...</link>" +msgid "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">Text from File</link>" +msgstr "" #. RFwdc #: main0104.xhp @@ -2941,14 +2941,14 @@ msgctxt "" msgid "Desktop Publishing with $[officename] Writer" msgstr "Desktop Publishing mit dem $[officename] Writer" -#. QPCu7 +#. aTuVb #: main0503.xhp msgctxt "" "main0503.xhp\n" "par_id3145610\n" "help.text" -msgid "$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, <link href=\"text/swriter/guide/text_frame.xhp\" name=\"text frames\">text frames</link>, <link href=\"text/swriter/guide/insert_graphic.xhp\" name=\"graphics\">graphics</link>, <link href=\"text/swriter/guide/table_insert.xhp\" name=\"tables\">tables</link>, and other objects." -msgstr "$[officename] Writer enthält eine Vielzahl von DTP- und Zeichnungswerkzeugen, die Ihnen helfen, Dokumente wie Broschüren, Newsletter oder Einladungen mit professioneller Wirkung zu gestalten. Sie können Ihre Dokumente mehrspaltig formatieren und mit <link href=\"text/swriter/guide/text_frame.xhp\" name=\"Textrahmen\">Textrahmen</link>, <link href=\"text/swriter/guide/insert_graphic.xhp\" name=\"Grafiken\">Grafiken</link>, <link href=\"text/swriter/guide/table_insert.xhp\" name=\"Tabellen\">Tabellen</link> und anderen Elementen versehen." +msgid "$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, <link href=\"text/swriter/guide/text_frame.xhp\" name=\"frames\">frames</link>, <link href=\"text/swriter/guide/insert_graphic.xhp\" name=\"graphics\">graphics</link>, <link href=\"text/swriter/guide/table_insert.xhp\" name=\"tables\">tables</link>, and other objects." +msgstr "" #. EpFCE #: main0503.xhp diff --git a/source/de/helpcontent2/source/text/swriter/00.po b/source/de/helpcontent2/source/text/swriter/00.po index df21becc01c..733f0d8ec7c 100644 --- a/source/de/helpcontent2/source/text/swriter/00.po +++ b/source/de/helpcontent2/source/text/swriter/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2019-03-13 04:50+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1552452643.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this function..." msgstr "Wie Sie diese Funktion erhalten..." +#. GQ8bd #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this function...</variable>" msgstr "<variable id=\"wie\">Wie Sie diese Funktion erhalten...</variable>" +#. 3N95t #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<image src=\"cmd/sc_wrapoff.png\" id=\"img_id3145389\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145389\">Wrap Off Icon</alt></image>" msgstr "<image src=\"cmd/sc_wrapoff.png\" id=\"img_id3145389\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145389\">Symbol Umlauf aus</alt></image>" +#. nv7mD #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "Wrap Off" msgstr "Umlauf aus" +#. Q8zEm #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<image src=\"cmd/sc_wrapon.png\" id=\"img_id3149048\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149048\">Wrap On Icon</alt></image>" msgstr "<image src=\"cmd/sc_wrapon.png\" id=\"img_id3149048\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149048\">Symbol Umlauf ein</alt></image>" +#. nC6WC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Wrap On" msgstr "Umlauf ein" +#. qAnaB #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<image src=\"cmd/sc_wrapthrough.png\" id=\"img_id3152999\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Wrap Through Icon</alt></image>" msgstr "<image src=\"cmd/sc_wrapthrough.png\" id=\"img_id3152999\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Symbol Durchlauf</alt></image>" +#. uVsbJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Wrap Through" msgstr "Durchlauf" +#. d3MtU #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "<image src=\"res/sc06301.png\" id=\"img_id3149026\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149026\">Jump to Previous Script Icon</alt></image>" msgstr "<image src=\"res/sc06301.png\" id=\"img_id3149026\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149026\">Symbol Springe zum vorherigen Skript</alt></image>" +#. AHLxL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Jump to Previous Script" msgstr "Springe zum vorherigen Skript" +#. Ph3Fs #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<image src=\"res/sc06300.png\" id=\"img_id3151272\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151272\"> Jump to Next Script Icon</alt></image>" msgstr "<image src=\"res/sc06300.png\" id=\"img_id3151272\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151272\">Symbol Springe zum nächsten Skript</alt></image>" +#. aewGi #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Jump to Next Script" msgstr "Springe zum nächsten Skript" +#. X5cDM #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "File Menu" msgstr "Menü Datei" +#. 5oEzK #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "File Menu" msgstr "Menü Datei" +#. q82FL #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<variable id=\"exportdoc\">Menu <emph>File - Export</emph></variable>" msgstr "<variable id=\"exportdoc\">Wählen Sie <emph>Datei - Exportieren...</emph></variable>" +#. 3vEGM #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<variable id=\"sendenstarimpress\">Choose <emph>File - Send - Outline to Presentation</emph></variable>" msgstr "<variable id=\"sendenstarimpress\">Wählen Sie <emph>Datei - Senden - Gliederung an Präsentation</emph></variable>" +#. FDUyb #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<variable id=\"sendenclipboard\">Choose <emph>File - Send - Outline to Clipboard</emph></variable>" msgstr "<variable id=\"sendenclipboard\">Wählen Sie <emph>Datei - Senden - Gliederung zur Zwischenablage</emph></variable>" +#. CmJgA #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<variable id=\"sendenautoabstract\">Choose <emph>File - Send - Create AutoAbstract</emph></variable>" msgstr "<variable id=\"sendenautoabstract\">Wählen Sie <emph>Datei - Senden - AutoBericht erzeugen...</emph></variable>" +#. HoUBv #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<variable id=\"sendenpraeser\">Choose <emph>File - Send - AutoAbstract to Presentation</emph></variable>" msgstr "<variable id=\"sendenpraeser\">Wählen Sie <emph>Datei - Senden - AutoBericht an Präsentation...</emph></variable>" +#. houmq #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<variable id=\"html\">Choose <emph>File - Send - Create HTML Document</emph></variable>" msgstr "<variable id=\"html\">Wählen Sie <emph>Datei - Senden - HTML-Dokument erzeugen</emph>.</variable>" +#. XX296 #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Insert at least one address database field into a text document, then start printing the document. Answer \"Yes\" to the question whether you want to print a form letter." msgstr "Fügen Sie zumindest ein Adressdatenbankfeld in ein Textdokument ein, bevor Sie mit dem Ausdruck des Dokuments starten. Antworten Sie \"Ja\" auf die Frage, ob Sie einen Serienbrief drucken möchten." +#. ByWBp #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083452\">Icon</alt></image>" msgstr "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083452\">Symbol</alt></image>" +#. 3kcBU #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Mail Merge" msgstr "Seriendruck" +#. Cjh6J #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Edit Menu" msgstr "Menü Bearbeiten" +#. GRgvP #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Edit Menu" msgstr "Menü Bearbeiten" +#. MxzoA #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Choose <emph>Tools - AutoText</emph>" msgstr "Wählen Sie <emph>Extras - AutoText...</emph>" +#. CuxBv #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" msgstr "<switchinline select=\"sys\"> <caseinline select=\"MAC\">Befehl </caseinline> <defaultinline>Strg</defaultinline> </switchinline>+F3" +#. 6LT7E #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "On the Insert toolbar, click" msgstr "Symbol in der Symbolleiste Einfügen:" +#. na7eb #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<image id=\"img_id3156418\" src=\"cmd/sc_editglossary.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3156418\">Icon</alt></image>" msgstr "<image id=\"img_id3156418\" src=\"cmd/sc_editglossary.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3156418\">Symbol</alt></image>" +#. kqPGC #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "AutoText" msgstr "Autotext bearbeiten" +#. F7ALF #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>" msgstr "<variable id=\"datenaust\">Wählen Sie <emph>Bearbeiten - Datenbank austauschen...</emph></variable>" +#. DXxuu #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>" msgstr "<variable id=\"feldbefehl\">Wählen Sie <emph>Bearbeiten - Feldbefehl...</emph></variable>" +#. t2xAY #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<variable id=\"fussnote\">Choose <emph>Edit - Footnotes</emph></variable>" msgstr "<variable id=\"fussnote\">Wählen Sie <emph>Bearbeiten - Fußnoten</emph></variable>" +#. AfaAC #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Choose <emph>Edit - Reference - Index Entry...</emph>" msgstr "Wählen Sie <emph>Bearbeiten - Verweis - Verzeichniseintrag...</emph>" +#. bntq3 #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Index Entry</emph>" msgstr "Öffnen Sie das Kontextmenü - wählen Sie <emph> Verzeichniseintrag...</emph>" +#. gBkCT #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<variable id=\"bereiche\">Choose <emph>Format - Sections</emph></variable>" msgstr "<variable id=\"bereiche\">Wählen Sie <emph>Format - Bereiche...</emph></variable>" +#. Y3Vug #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<variable id=\"autotextum\">Choose <emph>Tools - AutoText - AutoText - Rename</emph></variable>" msgstr "<variable id=\"autotextum\">Wählen Sie <emph>Extras - AutoText... - AutoText - Umbenennen</emph></variable>" +#. B4EbE #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>" msgstr "<variable id=\"lit\">Wählen Sie <emph>Bearbeiten - Literaturverzeichniseintrag...</emph></variable>" +#. qG3yF #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>" msgstr "<variable id=\"selection_mode\">Wählen Sie <emph>Bearbeiten - Auswahlmodus</emph></variable>" +#. DLEkm #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>" msgstr "<variable id=\"direct_cursor\">Wählen Sie <emph>Bearbeiten - Direkt-Cursor Modus</emph></variable>" +#. cjzea #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "View Menu" msgstr "Menü Ansicht" +#. Wdbcy #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "View Menu" msgstr "Menü Ansicht" +#. mMSDJ #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<variable id=\"lineal\">Choose <emph>View - Rulers - Rulers</emph> </variable>" msgstr "<variable id=\"lineal\">Wählen Sie <emph>Ansicht - Lineale - Horizontales Lineal</emph></variable>" +#. 8zXhi #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<variable id=\"textbegrenzungen\">Choose <emph>View - Text Boundaries</emph> </variable>" msgstr "<variable id=\"textbegrenzungen\">Wählen Sie <emph>Ansicht - Textbegrenzungen</emph></variable>" +#. UomAh #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Choose <emph>View - Field Shadings</emph>" msgstr "Wählen Sie <emph>Ansicht - Feldhinterlegungen</emph>" +#. 7zbQ6 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+F8" +#. kAvaF #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Choose <emph>View - Field Names</emph>" msgstr "Wählen Sie <emph>Ansicht - Feldnamen</emph>" +#. xEYKW #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+F9" +#. 6YKx6 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Choose <emph>View - Formatting Marks</emph>" msgstr "Wählen Sie <emph>Ansicht - Formatierungszeichen</emph>" +#. 7XsL6 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F10" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+F10" +#. jRY7j #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "On Standard bar, click" msgstr "Klicken Sie In der Symbolleiste Standard auf" +#. 9xqfr #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<image id=\"img_id3150502\" src=\"cmd/sc_controlcodes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150502\">Formatting Marks Icon</alt></image>" msgstr "<image id=\"img_id3150502\" src=\"cmd/sc_controlcodes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150502\">Symbol Formatierungszeichen</alt></image>" +#. hqSje #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "Formatting Marks" msgstr "Formatierungszeichen" +#. fSKqF #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Choose <emph>View - Web</emph>" msgstr "Wählen Sie <emph>Ansicht - Webvorschau</emph>" +#. owBsk #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "On Tools bar, enable" msgstr "Aktivieren Sie in der Symbolleiste" +#. gaGd3 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Web Icon</alt></image>" msgstr "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Symbol Webvorschau</alt></image>" +#. ac6QE #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Web" msgstr "Webvorschau" +#. rVNpz #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Choose <emph>View - Normal</emph>" msgstr "Wählen Sie <emph>Ansicht - Normal</emph>" +#. QRamf #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<variable id=\"versteckteabs\">Choose <emph>View - Hidden Paragraphs</emph> </variable>" msgstr "<variable id=\"versteckteabs\">Wählen Sie <emph>Ansicht - Versteckte Absätze</emph></variable>" +#. yDXA6 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Insert Menu" msgstr "Menü Einfügen" +#. zv43y #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Insert Menu" msgstr "Menü Einfügen" +#. ZGnFD #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -512,86 +574,97 @@ msgctxt "" msgid "<variable id=\"manuellerumbruch\">Choose <emph>Insert - Manual Break</emph></variable>" msgstr "<variable id=\"manuellerumbruch\">Wählen Sie <emph>Einfügen - Manueller Umbruch...</emph></variable>" +#. HX3xL #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3154654\n" "help.text" -msgid "Choose <emph>Insert - Field</emph>" -msgstr "Wählen Sie <emph>Einfügen - Feldbefehl</emph>" +msgid "Choose <menuitem>Insert - Field</menuitem>" +msgstr "" +#. 28cuG #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146966\n" "help.text" -msgid "Open context menu - choose <emph>Fields</emph> (inserted fields)" -msgstr "Öffnen Sie das Kontextmenü - wählen Sie <emph>Feldbefehl...</emph> (bei eingefügtem Feldbefehl)" +msgid "<variable id=\"fieldcontextmenu\" visibility=\"hidden\">Open context menu - choose <menuitem>Fields</menuitem> (inserted fields)</variable>" +msgstr "" +#. TNXhr #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3149053\n" "help.text" -msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Field - Date</emph></variable>" -msgstr "<variable id=\"feldbefehldatum\">Wählen Sie <emph>Einfügen - Feldbefehl - Datum</emph></variable>" +msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date</menuitem></variable>" +msgstr "" +#. nKMHB #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3151393\n" "help.text" -msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Field - Time</emph></variable>" -msgstr "<variable id=\"feldbefehluhrzeit\">Wählen Sie <emph>Einfügen - Feldbefehl - Uhrzeit</emph></variable>" +msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time</menuitem></variable>" +msgstr "" +#. WHhqc #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146325\n" "help.text" -msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Field - Page Number</emph></variable>" -msgstr "<variable id=\"feldbefehlseitennummer\">Wählen Sie <emph>Einfügen - Feldbefehl - Seitennummer</emph></variable>" +msgid "<variable id=\"feldbefehlseitennummer\">Choose <menuitem>Insert - Field - Page Number</menuitem></variable>" +msgstr "" +#. yZFgD #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3149356\n" "help.text" -msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Field - Page Count</emph></variable>" -msgstr "<variable id=\"feldbefehlseitenanzahl\">Wählen Sie <emph>Einfügen - Feldbefehl - Seitenanzahl</emph></variable>" +msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <menuitem>Insert - Field - Page Count</menuitem></variable>" +msgstr "" +#. 6qzDS #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3153003\n" "help.text" -msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Field - Subject</emph></variable>" -msgstr "<variable id=\"feldbefehlthema\">Wählen Sie <emph>Einfügen - Feldbefehl - Thema</emph></variable>" +msgid "<variable id=\"feldbefehlthema\">Choose <menuitem>Insert - Field - Subject</menuitem></variable>" +msgstr "" +#. Q72uA #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150016\n" "help.text" -msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Field - Title</emph></variable>" -msgstr "<variable id=\"feldbefehltitel\">Wählen Sie <emph>Einfügen - Feldbefehl - Titel</emph></variable>" +msgid "<variable id=\"feldbefehltitel\">Choose <menuitem>Insert - Field - Title</menuitem></variable>" +msgstr "" +#. WhGex #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150564\n" "help.text" -msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Field - Author</emph></variable>" -msgstr "<variable id=\"feldbefehlautor\">Wählen Sie <emph>Einfügen - Feldbefehl - Autor</emph></variable>" +msgid "<variable id=\"feldbefehlautor\">Choose <menuitem>Insert - Field - First Author</menuitem></variable>" +msgstr "" +#. UEyYF #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3148386\n" "help.text" -msgid "Choose <emph>Insert - Field - More Fields</emph>" -msgstr "Wählen Sie <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph>" +msgid "Choose <menuitem>Insert - Field - More Fields</menuitem>" +msgstr "" +#. 7Fiod #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+F2" +#. ZEnEt #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "On Insert toolbar, click" msgstr "Klicken Sie in der Symbolleiste „Einfügen“ auf" +#. CBN2Y #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "<image id=\"img_id3146959\" src=\"cmd/sc_insertfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146959\">Icon</alt></image>" msgstr "<image id=\"img_id3146959\" src=\"cmd/sc_insertfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146959\">Symbol</alt></image>" +#. pZiTF #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "Insert Fields" msgstr "Feldbefehle einfügen" +#. C3Avr #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "<variable id=\"felddokument\">Choose <emph>Insert - Field - More Fields - Document</emph> tab</variable>" msgstr "<variable id=\"felddokument\">Wählen Sie <emph>Einfügen - Feldbefehl - Weitere Feldbefehle... - Register: Dokument</emph></variable>" +#. XrdXS #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Choose <emph>Insert - Field - More Fields - Cross-references</emph> tab" msgstr "Wählen Sie <emph>Einfügen - Feldbefehl - Weitere Feldbefehle... - Register: Querverweise</emph>" +#. UKFbV #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "Choose <emph>Insert - Cross-reference</emph>" msgstr "Wählen Sie <emph>Einfügen - Querverweis...</emph>." +#. GJDk8 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Field - More Fields - Functions</emph> tab</variable>" msgstr "<variable id=\"feldfunktionen\">Wählen Sie <emph>Einfügen - Feldbefehl - Weitere Feldbefehle... -Register: Funktionen</emph></variable>" +#. gzeof #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Field - More Fields - DocInformation</emph> tab</variable>" msgstr "<variable id=\"felddokumentinfo\">Wählen Sie <emph>Einfügen - Feldbefehl - Weitere Feldbefehle... - Register: Dokumentinfo</emph></variable>" +#. ApGDC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Field - More Fields - Variables</emph> tab</variable>" msgstr "<variable id=\"feldvariablen\">Wählen Sie <emph>Einfügen - Feldbefehl - Weitere Feldbefehle... - Register: Variablen</emph></variable>" +#. 2GeFY #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Field - More Fields - Database</emph> tab</variable>" msgstr "<variable id=\"felddatenbank\">Wählen Sie <emph>Einfügen - Feldbefehl - Weitere Feldbefehle... - Register: Datenbank</emph></variable>" +#. 4dGC3 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "Choose <emph>Insert - Section</emph>" msgstr "Wählen Sie <emph>Einfügen - Bereich...</emph>" +#. jpNCE #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öffnen Sie die Symbolleiste <emph>Einfügen</emph>, klicken Sie auf" +#. d8Cn4 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "<image id=\"img_id3152952\" src=\"cmd/sc_insertsection.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152952\">Icon</alt></image>" msgstr "<image id=\"img_id3152952\" src=\"cmd/sc_insertsection.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152952\">Symbol</alt></image>" +#. YVzDx #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Section" msgstr "Bereich einfügen" +#. jyoQM #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "<variable id=\"bereicheinbereich\">Choose <emph>Insert - Section - Section</emph> tab or choose <emph>Format - Sections</emph></variable>" msgstr "<variable id=\"bereicheinbereich\">Wählen Sie <emph>Einfügen - Bereich... - Register: Bereich</emph> oder wählen Sie <emph>Format - Bereiche...</emph></variable>" +#. JT4o8 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<variable id=\"sectionindents\">Choose <emph>Insert - Section - Indents</emph> tab or choose <emph>Format - Sections</emph></variable>" msgstr "<variable id=\"sectionindents\">Wählen Sie <emph>Einfügen - Bereich... - Register: Einzüge</emph> oder wählen Sie <emph>Format - Bereiche...</emph></variable>" +#. oCG8Q #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "Choose <emph>Insert - Footnote and Endnote - Footnote or Endnote</emph>" msgstr "Wählen Sie <emph>Einfügen - Fuß-/Endnote - Fußnote beziehungsweise Endnote</emph>" +#. cExks #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Footnote/Endnote</emph> (inserted Footnote/Endnote)" msgstr "Öffnen Sie das Kontextmenü - wählen Sie <emph>Fußnote...</emph> (bei eingefügter Fuß-/Endnote)" +#. rHySW #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öffnen Sie die Symbolleiste <emph>Einfügen</emph>, klicken Sie auf" +#. hLQGy #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "<image id=\"img_id3149099\" src=\"cmd/sc_insertfootnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149099\">Icon</alt></image>" msgstr "<image id=\"img_id3149099\" src=\"cmd/sc_insertfootnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149099\">Symbol</alt></image>" +#. VgB6H #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Insert Footnote Directly" msgstr "Fußnote direkt einfügen" +#. AfAPT #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "<image id=\"img_id3147586\" src=\"cmd/sc_insertendnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147586\">Icon</alt></image>" msgstr "<image id=\"img_id3147586\" src=\"cmd/sc_insertendnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147586\">Symbol</alt></image>" +#. YsSsR #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "Insert Endnote Directly" msgstr "Endnote direkt einfügen" +#. cNyhQ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "Choose <emph>Insert - Caption</emph>" msgstr "Wählen Sie <emph>Einfügen - Beschriftung...</emph>" +#. V3onD #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Caption</emph>" msgstr "Öffnen Sie das Kontextmenü - wählen Sie <emph>Beschriftung...</emph>" +#. dzvpw #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "Choose <emph>Insert - Caption - Options</emph>" msgstr "Wählen Sie <emph>Einfügen - Beschriftung... - Schaltfläche: Optionen...</emph>" +#. cp5Vm #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Caption - Options</emph>" msgstr "Öffnen Sie das Kontextmenü - wählen Sie <emph>Beschriftung... - Schaltfläche: Optionen...</emph>" +#. NVLUa #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "Choose <emph>Insert - Bookmark</emph>" msgstr "Wählen Sie <emph>Einfügen - Lesezeichen...</emph>" +#. 2Eb4B #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öffnen Sie die Symbolleiste <emph>Einfügen</emph>, klicken Sie auf" +#. RByCZ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "<image id=\"img_id3151369\" src=\"sw/res/nc20005.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151369\">Icon</alt></image>" msgstr "<image id=\"img_id3151369\" src=\"sw/res/nc20005.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151369\">Symbol</alt></image>" +#. A5qEq #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Bookmark" msgstr "Lesezeichen einfügen" +#. t5HbC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "<variable id=\"einfscript\">Choose <emph>Insert - Script</emph> (only HTML documents)</variable>" msgstr "<variable id=\"einfscript\">Wählen Sie <emph>Einfügen - Skript</emph> (nur bei HTML-Dokumenten).</variable>" +#. Ghd8y #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "<variable id=\"verzeichnisseeinf\">Choose <emph>Insert - Table of Contents and Index</emph></variable>" msgstr "<variable id=\"verzeichnisseeinf\">Wählen Sie <emph>Einfügen - Verzeichnis</emph></variable>" +#. DDBoM #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "Choose <emph>Insert - Table of Contents and Index - Index Entry</emph>" msgstr "Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichniseintrag...</emph>" +#. rUEg3 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öffnen Sie die Symbolleiste <emph>Einfügen</emph>, klicken Sie auf" +#. hNdpk #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "<image id=\"img_id3149551\" src=\"cmd/sc_insertindexesentry.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149551\">Icon</alt></image>" msgstr "<image id=\"img_id3149551\" src=\"cmd/sc_insertindexesentry.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149551\">Symbol</alt></image>" +#. F32jG #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "Entry" msgstr "Indexmarkierung einfügen" +#. k7zqb #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "<variable id=\"stichwortverzeichnisverz\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph></variable>" msgstr "<variable id=\"stichwortverzeichnisverz\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis...</emph></variable>" +#. wGD6e #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "<variable id=\"inhaltsverz\">Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph></variable>" msgstr "<variable id=\"inhaltsverz\">Wählen Sie <emph>Einfügen - Verzeichnis - Literaturverzeichniseintrag...</emph></variable>" +#. Rx74c #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "<variable id=\"benutzerverz\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph></variable>" msgstr "<variable id=\"benutzerverz\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis...</emph></variable>" +#. fJApB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "<variable id=\"stichwortverzeichnisverz1\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab</variable>" msgstr "<variable id=\"stichwortverzeichnisverz1\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Typ</emph></variable>" +#. BMPH7 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "<variable id=\"verz2\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (depending on the type)</variable>" msgstr "<variable id=\"verz2\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Typ</emph> (abhängig vom Typ)</variable>" +#. zzTXh #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "<variable id=\"verz21\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Table of Contents is the selected type)</variable>" msgstr "<variable id=\"verz21\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Typ</emph> (bei ausgewähltem Typ Inhaltsverzeichnis)</variable>" +#. jz32s #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "<variable id=\"verz22\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Alphabetical Index is the selected type)</variable>" msgstr "<variable id=\"verz22\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Typ</emph> (wo der ausgewählte Typ Stichwortverzeichnis ist)</variable>" +#. V6XgJ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "<variable id=\"verz23\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Illustration Index is the selected type)</variable>" msgstr "<variable id=\"verz23\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Typ</emph> (bei ausgewähltem Typ Abbildungsverzeichnis)</variable>" +#. zn7D3 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "<variable id=\"verz24\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Index of Tables is the selected type)</variable>" msgstr "<variable id=\"verz24\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Typ</emph> (bei ausgewähltem Typ Tabellenverzeichnis)</variable>" +#. tdxV5 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "<variable id=\"verz25\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when User-Defined is the selected type)</variable>" msgstr "<variable id=\"verz25\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Typ</emph> (bei ausgewähltem Typ Benutzerdefiniert)</variable>" +#. GSF5s #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "<variable id=\"verz26\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Table of Objects is the selected type)</variable>" msgstr "<variable id=\"verz26\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Typ</emph> (bei ausgewähltem Typ Objektverzeichnis)</variable>" +#. KpLVs #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "<variable id=\"verz27\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Bibliography is the selected type)</variable>" msgstr "<variable id=\"verz27\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Typ</emph> (bei ausgewähltem Typ Literaturverzeichnis)</variable>" +#. qn5TV #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1000,6 +1123,7 @@ msgctxt "" msgid "<variable id=\"verz28\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph>, mark \"Additional Styles\" check box and then click <emph>Assign styles</emph></variable>" msgstr "<variable id=\"verz28\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Typ</emph>, aktivieren Sie das Markierfeld \"Weitere Vorlagen\" und klicken Sie dann auf <emph>Vorlage zuweisen</emph></variable>" +#. t6h2G #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1008,6 +1132,7 @@ msgctxt "" msgid "<variable id=\"verz3\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (depending on type selected)</variable>" msgstr "<variable id=\"verz3\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Einträge</emph> (abhängig vom gewählten Typ)</variable>" +#. xpBfB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1016,6 +1141,7 @@ msgctxt "" msgid "<variable id=\"verz31\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Table of Contents is the selected type)</variable>" msgstr "<variable id=\"verz31\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Einträge</emph> (bei gewähltem Typ Inhaltsverzeichnis)</variable>" +#. SC5Pb #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1024,6 +1150,7 @@ msgctxt "" msgid "<variable id=\"verz32\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Alphabetical Index is the selected type)</variable>" msgstr "<variable id=\"verz32\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Einträge</emph> (bei gewähltem Typ Stichwortverzeichnis)</variable>" +#. Ci8Fj #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1032,6 +1159,7 @@ msgctxt "" msgid "<variable id=\"verz33\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Illustration Index is the selected type)</variable>" msgstr "<variable id=\"verz33\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Einträge</emph> (bei gewähltem Typ Abbildungsverzeichnis)</variable>" +#. KxEAf #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1040,6 +1168,7 @@ msgctxt "" msgid "<variable id=\"verz34\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Index of Tables is the selected type)</variable>" msgstr "<variable id=\"verz34\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Einträge</emph> (bei gewähltem Typ Tabellenverzeichnis)</variable>" +#. ghkXB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1048,6 +1177,7 @@ msgctxt "" msgid "<variable id=\"verz35\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when User-Defined is the selected type)</variable>" msgstr "<variable id=\"verz35\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Einträge</emph> (bei gewähltem Typ Benutzerdefiniert)</variable>" +#. Eup8R #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1056,6 +1186,7 @@ msgctxt "" msgid "<variable id=\"verz36\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Table of Objects is the selected type)</variable>" msgstr "<variable id=\"verz36\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Einträge</emph> (bei gewähltem Typ Objektverzeichnis)</variable>" +#. X6HKC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1064,6 +1195,7 @@ msgctxt "" msgid "<variable id=\"verz37\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Bibliography is the selected type)</variable>" msgstr "<variable id=\"verz37\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Einträge</emph> (bei gewähltem Typ Literaturverzeichnis)</variable>" +#. dhV8C #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1072,6 +1204,7 @@ msgctxt "" msgid "<variable id=\"litdef\">Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph> and click <emph>Edit</emph></variable>" msgstr "<variable id=\"litdef\">Wählen Sie <emph>Einfügen - Verzeichnis - Literaturverzeichniseintrag...</emph> und klicken Sie auf die Schaltfläche <emph>Bearbeiten</emph></variable>" +#. cxegq #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1080,6 +1213,7 @@ msgctxt "" msgid "<variable id=\"stichwortverzeichnisverz3\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Styles</emph> tab</variable>" msgstr "<variable id=\"stichwortverzeichnisverz3\">Wählen Sie <emph>Einfügen - Verzeichnis - Verzeichnis... - Register: Vorlagen</emph></variable>" +#. DDiWX #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1088,6 +1222,7 @@ msgctxt "" msgid "<variable id=\"briefumschlag\">Choose <emph>Insert - Envelope</emph></variable>" msgstr "<variable id=\"briefumschlag\">Wählen Sie <emph>Einfügen - Briefumschlag...</emph></variable>" +#. 9V7Qa #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1096,6 +1231,7 @@ msgctxt "" msgid "<variable id=\"umschlagb\">Choose <emph>Insert - Envelope - Envelope</emph> tab</variable>" msgstr "<variable id=\"umschlagb\">Wählen Sie <emph>Einfügen - Briefumschlag... - Register: Umschlag</emph>.</variable>" +#. HWGGy #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1104,6 +1240,7 @@ msgctxt "" msgid "<variable id=\"formatbr\">Choose <emph>Insert - Envelope - Format</emph> tab</variable>" msgstr "<variable id=\"formatbr\">Wählen Sie <emph>Einfügen - Briefumschlag... - Register: Format</emph>.</variable>" +#. HiwuJ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1112,6 +1249,7 @@ msgctxt "" msgid "<variable id=\"druckerbr\">Choose <emph>Insert - Envelope - Printer</emph> tab</variable>" msgstr "<variable id=\"druckerbr\">Wählen Sie <emph>Einfügen - Briefumschlag... - Register: Drucker</emph>.</variable>" +#. RmDRv #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1120,6 +1258,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame</emph>" msgstr "Wählen Sie <emph>Einfügen - Rahmen...</emph>" +#. Kqvsj #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1128,6 +1267,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties</emph>" msgstr "Wählen Sie <emph>Format - Rahmen und OLE-Objekt - Eigenschaften...</emph>" +#. f4vSS #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1136,6 +1276,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öffnen Sie die Symbolleiste <emph>Einfügen</emph>, klicken Sie auf" +#. QFRDY #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1144,6 +1285,7 @@ msgctxt "" msgid "<image id=\"img_id3149379\" src=\"cmd/sc_insertframe.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149379\">Icon</alt></image>" msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_insertframe.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149379\">Symbol</alt></image>" +#. 9WJAn #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1152,6 +1294,7 @@ msgctxt "" msgid "Insert Frame Manually" msgstr "Rahmen manuell einfügen" +#. 48zNA #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1160,6 +1303,7 @@ msgctxt "" msgid "Choose <emph>Table - Insert Table</emph>" msgstr "Wählen Sie <emph>Tabelle - Tabelle einfügen...</emph>." +#. G4vMQ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1168,6 +1312,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+F12" +#. pZRkv #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1176,6 +1321,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öffnen Sie die Symbolleiste <emph>Einfügen</emph>, klicken Sie auf" +#. Fw7DE #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1184,6 +1330,7 @@ msgctxt "" msgid "<image id=\"img_id3154627\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154627\">Icon</alt></image>" msgstr "<image id=\"img_id3154627\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154627\">Symbol</alt></image>" +#. 7XCPh #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1192,6 +1339,7 @@ msgctxt "" msgid "Table" msgstr "Tabelle" +#. EJeBg #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1200,14 +1348,16 @@ msgctxt "" msgid "<variable id=\"einfhorizlinie\">Choose <emph>Insert - Horizontal Rule</emph></variable>" msgstr "<variable id=\"einfhorizlinie\">Wählen Sie <emph>Einfügen - Horizontale Linie...</emph></variable>" +#. LePpP #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150661\n" "help.text" -msgid "Choose <emph>Insert - File</emph>" -msgstr "Wählen Sie <emph>Einfügen - Datei...</emph>" +msgid "Choose <menuitem>Insert - Text from File</menuitem>" +msgstr "" +#. Yk7M7 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1216,6 +1366,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Öffnen Sie die Symbolleiste <emph>Einfügen</emph>, klicken Sie auf" +#. VTF6u #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1224,14 +1375,16 @@ msgctxt "" msgid "<image id=\"img_id3149966\" src=\"cmd/sc_insertdoc.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149966\">Icon</alt></image>" msgstr "<image id=\"img_id3149966\" src=\"cmd/sc_insertdoc.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149966\">Symbol</alt></image>" +#. e6VAk #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150599\n" "help.text" -msgid "File" -msgstr "Dokument" +msgid "Text from File" +msgstr "" +#. 5exGw #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1240,6 +1393,7 @@ msgctxt "" msgid "<variable id=\"kopfzeile\">Choose <emph>Insert - Header and Footer - Header</emph></variable>" msgstr "<variable id=\"kopfzeile\">Wählen Sie <emph>Einfügen - Kopf-/Fußzeile - Kopfzeile</emph></variable>" +#. it9RJ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1248,14 +1402,7 @@ msgctxt "" msgid "<variable id=\"fusszeile\">Choose <emph>Insert - Header and Footer - Footer</emph></variable>" msgstr "<variable id=\"fusszeile\">Wählen Sie <emph>Einfügen - Kopf-/Fußzeile - Fußzeile</emph></variable>" -#: 00000404.xhp -msgctxt "" -"00000404.xhp\n" -"par_id81526422144005\n" -"help.text" -msgid "Choose <emph>Insert - Signature Line...</emph>" -msgstr "Wählen Sie <emph>Einfügen - Unterschriftzeile...</emph>." - +#. p2LBA #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1264,6 +1411,7 @@ msgctxt "" msgid "Format Menu" msgstr "Menü Format" +#. Ziumz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1272,6 +1420,7 @@ msgctxt "" msgid "Format Menu" msgstr "Menü Format" +#. GA9eA #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1280,6 +1429,7 @@ msgctxt "" msgid "Choose <emph>Format - Paragraph - Drop Caps</emph> tab." msgstr "Wählen Sie <emph>Format - Absatz... - Register: Initialen</emph>." +#. iE5E9 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1288,6 +1438,7 @@ msgctxt "" msgid "Choose <emph>View - Styles -</emph> open context menu <emph>Modify/New - Drop Caps</emph> tab." msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu... - Register: Initialen</emph>." +#. JSAcg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1296,6 +1447,7 @@ msgctxt "" msgid "Choose <emph>Format - Paragraph - Text Flow</emph> tab." msgstr "Wählen Sie <emph>Format - Absatz... - Register: Textfluss</emph>." +#. HGsyD #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1304,6 +1456,7 @@ msgctxt "" msgid "Choose <emph>View - Styles -</emph> open context menu <emph>Modify/New - Text Flow</emph> tab." msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu... - Register: Textfluss</emph>." +#. ANWP6 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1312,6 +1465,7 @@ msgctxt "" msgid "Choose <emph>Edit - Find & Replace - Format - Text Flow</emph> tab." msgstr "Wählen Sie <emph>Bearbeiten - Suchen & Ersetzen... - Schaltfläche: Format... - Register: Textfluss</emph>." +#. ihtMU #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1320,6 +1474,16 @@ msgctxt "" msgid "Right-click a paragraph with style <item type=\"literal\">Text body</item>. Choose <emph>Edit Paragraph Style - Condition</emph> tab." msgstr "Klicken Sie mit der rechten Maustaste auf einen Absatz mit der Formatvorlage <item type=\"literal\">Textkörper</item>. Wählen Sie <emph>Vorlage bearbeiten... - Register: Bedingung</emph>." +#. ZFBcv +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id651578069976376\n" +"help.text" +msgid "Choose <emph>View - Styles</emph> (F11). Right-click any paragraph style. Choose <menuitem>New - Condition</menuitem> tab." +msgstr "" + +#. uEw9U #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1328,22 +1492,25 @@ msgctxt "" msgid "Open <emph>Styles</emph> window. Click the <emph>New Style from Selection</emph> icon and keep the mouse button pressed. Choose <emph>Load Styles</emph> from the submenu." msgstr "Öffnen Sie die <emph>Formatvorlagen</emph>. Klicken Sie auf das Symbol <emph>Neue Vorlage aus Auswahl</emph> und halten Sie die Maustaste gedrückt. Wählen Sie im Untermenü <emph>Vorlagen laden</emph>." +#. GDexs #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3152947\n" "help.text" -msgid "Choose <emph>Format - Page</emph>." -msgstr "Wählen Sie <emph>Format - Seite...</emph>." +msgid "Choose <menuitem>Format - Page</menuitem>." +msgstr "" +#. 5B3jU #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3153536\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu <emph>New/Modify</emph> (for Page Styles)." -msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu...</emph> (bei Seitenvorlagen)." +msgid "Choose <menuitem>View - Styles</menuitem> - open context menu <emph>New/Modify</emph> (for Page Styles)." +msgstr "" +#. 9DejE #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1352,6 +1519,7 @@ msgctxt "" msgid "Choose <emph>Format - Paragraph - Outline & Numbering</emph> tab." msgstr "Wählen Sie <emph>Format - Absatz... - Register: Gliederung und Nummerierung</emph>." +#. 4quPH #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1360,6 +1528,7 @@ msgctxt "" msgid "Choose <emph>View - Styles -</emph> open context menu <emph>Modify/New - Outline & Numbering</emph> tab (Paragraph Styles)." msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu... - Register: Gliederung und Nummerierung</emph> (bei Absatzvorlagen)." +#. MeRnj #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1368,6 +1537,7 @@ msgctxt "" msgid "<variable id=\"spaltenber\">Choose <emph>Format - Sections - Options</emph> button.</variable>" msgstr "<variable id=\"spaltenber\">Wählen Sie <emph>Format - Bereiche... - Schaltfläche: Optionen...</emph>.</variable>" +#. GqyGY #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1376,6 +1546,7 @@ msgctxt "" msgid "Choose <emph>Format - Page - Columns</emph> tab." msgstr "Wählen Sie <emph>Format - Seite... - Register: Spalten</emph>." +#. 9F5Bz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1384,6 +1555,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Columns</emph> tab." msgstr "Wählen Sie das <emph>Format - Rahmen und OLE-Objekt - Eigenschaften... - Register: Spalten</emph>." +#. wzgCY #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1392,6 +1564,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New - Columns</emph> tab." msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu... - Register: Spalten</emph>." +#. 9sMo7 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1400,6 +1573,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Columns</emph> tab." msgstr "Wählen Sie <emph>Einfügen - Rahmen - Rahmen... - Register: Spalten</emph>." +#. phkWS #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1408,6 +1582,7 @@ msgctxt "" msgid "Choose <emph>Insert/Format - Section(s) - Columns</emph> tab." msgstr "Wählen Sie <emph>Einfügen/Format - Bereich(e)... - Register: Spalten</emph>." +#. 2LmDy #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1416,6 +1591,7 @@ msgctxt "" msgid "Choose <emph>Format - Page - Footnote</emph> tab." msgstr "Wählen Sie <emph>Format - Seite... - Register: Fußnote</emph>." +#. CDmGU #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1424,6 +1600,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New - Footnote</emph> tab." msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu... - Register: Fußnote</emph>." +#. GpwGB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1432,6 +1609,7 @@ msgctxt "" msgid "Choose <emph>Insert - Section - Footnotes/Endnotes</emph> tab." msgstr "Wählen Sie <emph>Einfügen - Bereich... - Register: Fuß-/Endnoten</emph>." +#. YyJMo #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1440,6 +1618,7 @@ msgctxt "" msgid "Choose <emph>Format - Sections - Options</emph> button <emph>Footnotes/Endnotes</emph> tab." msgstr "Wählen Sie <emph>Format - Bereiche... - Schaltfläche: Optionen...</emph> und das Register <emph>Fuß-/Endnoten</emph>." +#. f8wAM #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1448,6 +1627,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for Paragraph Styles)." msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu...</emph> (bei Absatzvorlagen)." +#. kG6CF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1456,6 +1636,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for Character Styles)." msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu...</emph> (bei Zeichenvorlagen)." +#. woQEB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1464,14 +1645,16 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for Frame Styles)." msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu...</emph> (bei Rahmenvorlagen)." +#. 2riZS #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3156364\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for List Styles)." -msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu...</emph> (bei Listenvorlagen)." +msgid "Choose <emph>View - Styles</emph> (F11) - open context menu <emph>Modify/New</emph> (for List Styles)." +msgstr "" +#. rYRkT #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1480,6 +1663,7 @@ msgctxt "" msgid "<variable id=\"eingabe\">Choose <emph>Tools - AutoCorrect - While Typing</emph>.</variable>" msgstr "<variable id=\"eingabe\">Wählen Sie <emph>Extras - AutoKorrektur - Während der Eingabe</emph>.</variable>" +#. EBrtG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1488,6 +1672,7 @@ msgctxt "" msgid "<variable id=\"autoformat1\">Choose <emph>Tools - AutoCorrect</emph>.</variable>" msgstr "<variable id=\"autoformat1\">Wählen Sie <emph>Extras - AutoKorrektur</emph>.</variable>" +#. 9gCAB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1496,6 +1681,7 @@ msgctxt "" msgid "<variable id=\"autoformat2\">Choose <emph>Tools - AutoCorrect - Apply</emph>.</variable>" msgstr "<variable id=\"autoformat2\">Wählen Sie <emph>Extras - AutoKorrektur - Anwenden</emph>.</variable>" +#. ymEMr #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1504,6 +1690,7 @@ msgctxt "" msgid "<variable id=\"autoformat3\">Choose <emph>Tools - AutoCorrect - Apply and Edit Changes</emph>.</variable>" msgstr "<variable id=\"autoformat3\">Wählen Sie <emph>Extras - AutoKorrektur - Anwenden und Änderungen bearbeiten</emph>.</variable>" +#. ZA54b #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1512,6 +1699,7 @@ msgctxt "" msgid "<variable id=\"autoformattab\">Choose <emph>Table - AutoFormat Styles</emph> (with cursor in a table).</variable>" msgstr "<variable id=\"autoformattab\">Wählen Sie <emph>Tabelle - AutoFormat...</emph> (der Cursor muss sich in einer Tabelle befinden).</variable>" +#. KtR4n #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1520,6 +1708,7 @@ msgctxt "" msgid "Choose <emph>Format - Image</emph>." msgstr "Wählen Sie <emph>Format - Bild - Eigenschaften...</emph>." +#. fzd8D #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1528,6 +1717,7 @@ msgctxt "" msgid "Choose <emph>Insert - Image - From File - Properties</emph> button." msgstr "Wählen Sie <emph>Einfügen - Bild - Aus Datei... - Schaltfläche: Eigenschaften</emph>." +#. FuDEm #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1536,6 +1726,7 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Insert - Image - From File</emph> (when graphics are selected).</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Wählen Sie <emph>Einfügen - Bild - Aus Datei...</emph> (wenn ein Bild ausgewählt ist).</caseinline></switchinline>" +#. H2Zb6 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1544,6 +1735,7 @@ msgctxt "" msgid "On the <emph>Image</emph> bar (when images are selected), click" msgstr "Klicken Sie (während Bilder ausgewählt sind) in der Symbolleiste <emph>Bild</emph> auf" +#. RTRdP #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1552,6 +1744,7 @@ msgctxt "" msgid "<image id=\"img_id3149214\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149214\">Icon</alt></image>" msgstr "<image id=\"img_id3149214\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149214\">Symbol</alt></image>" +#. nQDmh #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1560,6 +1753,7 @@ msgctxt "" msgid "Graphics Properties" msgstr "Grafik-Eigenschaften" +#. 7MC6H #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1568,6 +1762,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Type</emph> tab." msgstr "Wählen Sie <emph>Format - Bild - Eigenschaften... - Register: Typ</emph>." +#. U6rG8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1576,6 +1771,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Type</emph> tab." msgstr "Wählen Sie <emph>Format - Rahmen und OLE-Objekt - Eigenschaften... - Register: Typ</emph>." +#. cGFGF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1584,6 +1780,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New - Type</emph> tab." msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu... - Register: Typ</emph>." +#. Dnq8R #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1592,6 +1789,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Type</emph> tab." msgstr "Wählen Sie <emph>Einfügen - Rahmen - Rahmen... - Register: Typ</emph>." +#. GVNFT #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1600,6 +1798,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Wrap</emph> tab." msgstr "Wählen Sie <emph>Format - Bild - Eigenschaften... - Register: Umlauf</emph>." +#. kboFg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1608,6 +1807,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Wrap</emph> tab." msgstr "Wählen Sie <emph>Format - Rahmen und OLE-Objekt - Eigenschaften... - Register: Umlauf</emph>." +#. AC2Dm #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1616,6 +1816,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Wrap</emph> tab." msgstr "Wählen Sie <emph>Einfügen - Rahmen - Rahmen... - Register: Spalten</emph>." +#. fNikE #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1624,6 +1825,7 @@ msgctxt "" msgid "Choose <emph>Format - Wrap - Edit - Wrap</emph> tab." msgstr "Wählen Sie <emph>Format - Umlauf - Umlauf bearbeiten... - Register: Umlauf</emph>." +#. uQtgx #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1632,6 +1834,7 @@ msgctxt "" msgid "<variable id=\"kontureditor\">Choose <emph>Format - Wrap - Edit Contour</emph>.</variable>" msgstr "<variable id=\"kontureditor\">Wählen Sie <emph>Format - Umlauf - Kontur bearbeiten...</emph>.</variable>" +#. qU4oE #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1640,6 +1843,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Hyperlink</emph> tab." msgstr "Wählen Sie <emph>Format - Bild - Eigenschaften... - Register: Hyperlink</emph>." +#. AcwCD #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1648,6 +1852,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Hyperlink</emph> tab." msgstr "Wählen Sie <emph>Format - Rahmen und OLE-Objekt - Eigenschaften... - Register: Hyperlink</emph>." +#. ttao8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1656,6 +1861,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Hyperlink</emph> tab." msgstr "Wählen Sie <emph>Einfügen - Rahmen - Rahmen... - Register: Hyperlink</emph>." +#. W6yF8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1664,6 +1870,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Options</emph> tab." msgstr "Wählen Sie <emph>Format - Bild - Eigenschaften... - Register: Optionen</emph>." +#. BBix8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1672,6 +1879,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Options</emph> tab." msgstr "Wählen Sie <emph>Format - Rahmen und OLE-Objekt - Eigenschaften... - Register: Optionen</emph>." +#. BVcWP #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1680,6 +1888,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> -open context menu <emph>Modify/New - Options</emph> tab." msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph> und aus dem Kontextmenü eines Eintrags <emph>Ändern.../Neu... - Register: Optionen</emph>." +#. 8DneW #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1688,6 +1897,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab." msgstr "Wählen Sie <emph>Einfügen - Rahmen - Rahmen... - Register: Optionen</emph>." +#. k2JDN #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1696,6 +1906,7 @@ msgctxt "" msgid "<variable id=\"grafik1\">Choose <emph>Format - Image - Properties - Image</emph> tab.</variable>" msgstr "<variable id=\"grafik1\">Wählen Sie <emph>Format - Bild - Eigenschaften... - Register: Bild</emph>.</variable>" +#. xKJtv #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1704,6 +1915,7 @@ msgctxt "" msgid "Choose <emph>Insert/Format - Image - Properties - Macro</emph> tab." msgstr "Wählen Sie <emph>Einfügen/Format - Bild... - Register: Makro</emph>." +#. UA93M #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1712,6 +1924,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Macro</emph> tab." msgstr "Wählen Sie <emph>Format - Rahmen und OLE-Objekt - Eigenschaften... - Register: Makro</emph>." +#. RUiBn #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1720,6 +1933,7 @@ msgctxt "" msgid "Choose <emph>Tools - AutoText - AutoText (button) - Macro</emph>." msgstr "Wählen Sie <emph>Extras - AutoText... - Schaltfläche: AutoText - Makro...</emph>." +#. sm4Qi #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1728,6 +1942,7 @@ msgctxt "" msgid "Choose <emph>Edit - ImageMap</emph> - open context menu <emph>Macro</emph>." msgstr "Wählen Sie <emph>Bearbeiten - Verweissensitive Grafik...</emph> und im Kontextmenü <emph>Makro...</emph>." +#. T5m7n #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1736,6 +1951,7 @@ msgctxt "" msgid "Choose <emph>Format - Character - Hyperlink</emph> tab - <emph>Events</emph> button." msgstr "Wählen Sie <emph>Format - Zeichen... - Register: Hyperlink</emph> und die Schaltfläche <emph>Ereignisse...</emph>" +#. KCsKj #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1744,6 +1960,7 @@ msgctxt "" msgid "<variable id=\"formattabelle\">Choose <emph>Table - Properties</emph>.</variable>" msgstr "<variable id=\"formattabelle\">Wählen Sie <emph>Tabelle - Eigenschaften...</emph>.</variable>" +#. TBJPz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1752,6 +1969,7 @@ msgctxt "" msgid "<variable id=\"tabauf\">Choose <emph>Table - Split Table</emph>.</variable>" msgstr "<variable id=\"tabauf\">Wählen Sie <emph>Tabelle - Tabelle auftrennen...</emph>.</variable>" +#. 2TCie #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1760,6 +1978,7 @@ msgctxt "" msgid "<variable id=\"tabverb\">Choose <emph>Table - Merge Table</emph>.</variable>" msgstr "<variable id=\"tabverb\">Wählen Sie <emph>Tabelle - Tabellen verbinden</emph>.</variable>" +#. MVBHQ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1768,6 +1987,7 @@ msgctxt "" msgid "<variable id=\"tabformat\">Choose <emph>Table - Properties - Table</emph> tab.</variable>" msgstr "<variable id=\"tabformat\">Wählen Sie <emph>Tabelle - Eigenschaften... - Register: Tabelle</emph>.</variable>" +#. GeJzw #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1776,6 +1996,7 @@ msgctxt "" msgid "<variable id=\"spaltentab\">Choose <emph>Table - Properties - Columns</emph> tab.</variable>" msgstr "<variable id=\"spaltentab\">Wählen Sie <emph>Tabelle - Eigenschaften... - Register: Spalten</emph>.</variable>" +#. Wza6u #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1784,6 +2005,7 @@ msgctxt "" msgid "<variable id=\"tabelletextfluss\">Choose <emph>Table - Properties - Text Flow</emph> tab.</variable>" msgstr "<variable id=\"tabelletextfluss\">Wählen Sie <emph>Tabelle - Eigenschaften... - Register: Textfluss</emph>.</variable>" +#. VQGrF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1792,6 +2014,7 @@ msgctxt "" msgid "<variable id=\"zelle\">Right-click in a table, choose <emph>Cell</emph>.</variable>" msgstr "<variable id=\"zelle\">Klicken Sie mit der rechten Maustaste in eine Zelle und wählen Sie <emph>Zelle</emph>.</variable>" +#. GWSS4 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1800,6 +2023,7 @@ msgctxt "" msgid "Choose <emph>Table - Merge Cells</emph>." msgstr "Wählen Sie <emph>Tabelle - Zellen verbinden</emph>." +#. SKiuL #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1808,6 +2032,7 @@ msgctxt "" msgid "On the <emph>Table</emph> bar, click" msgstr "In der Symbolleiste <emph>Tabelle</emph> klicken Sie auf" +#. JGqGG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1816,6 +2041,7 @@ msgctxt "" msgid "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154002\">Icon</alt></image>" msgstr "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154002\">Symbol</alt></image>" +#. dpXBa #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1824,6 +2050,7 @@ msgctxt "" msgid "Merge Cells" msgstr "Zellen verbinden" +#. Vzsnt #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1832,6 +2059,7 @@ msgctxt "" msgid "Choose <emph>Table - Split Cells</emph>." msgstr "Wählen Sie <emph>Tabelle - Zellen teilen...</emph>." +#. wWCGz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1840,6 +2068,7 @@ msgctxt "" msgid "On the <emph>Table</emph> bar, click" msgstr "In der Symbolleiste <emph>Tabelle</emph> klicken Sie auf" +#. 5TCpD #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1848,6 +2077,7 @@ msgctxt "" msgid "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147275\">Icon</alt></image>" msgstr "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147275\">Symbol</alt></image>" +#. fCPij #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1856,6 +2086,7 @@ msgctxt "" msgid "Split Cells" msgstr "Zelle teilen" +#. BGm4B #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1864,6 +2095,7 @@ msgctxt "" msgid "<variable id=\"schtzenze\">In the context menu of a cell, choose <emph>Cell - Protect</emph>.</variable>" msgstr "<variable id=\"schtzenze\">Wählen Sie im Kontextmenü einer Zelle <emph>Zelle - Schützen</emph>.</variable>" +#. Lh5om #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1872,6 +2104,7 @@ msgctxt "" msgid "In the context menu of a cell, choose <emph>Cell - Unprotect</emph>." msgstr "Wählen Sie im Kontextmenü einer Zelle <emph>Zelle - Schutz aufheben</emph>." +#. JqhNZ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1880,6 +2113,7 @@ msgctxt "" msgid "Open context menu in <emph>Navigator</emph> for tables." msgstr "Öffnen Sie das Kontextmenü im <emph>Navigator</emph> für Tabellen." +#. Eh3ud #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1888,6 +2122,7 @@ msgctxt "" msgid "<variable id=\"zeile\">In the context menu of a cell, choose <emph>Row</emph>.</variable>" msgstr "<variable id=\"zeile\">Wählen Sie im Kontextmenü einer Zelle <emph>Zeile</emph>.</variable>" +#. GXGax #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1896,6 +2131,7 @@ msgctxt "" msgid "<variable id=\"hoehez\">In the context menu of a cell, choose <emph>Row - Height</emph>.</variable>" msgstr "<variable id=\"hoehez\">Wählen Sie im Kontextmenü einer Zelle <emph>Zeile - Höhe...</emph>.</variable>" +#. cWnEp #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1904,6 +2140,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Optimal Row Height</emph>." msgstr "Wählen Sie <emph>Tabelle - Größe - Optimale Zeilenhöhe</emph>." +#. mLkuG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1912,6 +2149,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "Klicken Sie in der Symbolleiste <emph>Tabelle</emph> auf das Symbol <emph>Größe optimieren</emph> und auf" +#. 3UF7h #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1920,6 +2158,7 @@ msgctxt "" msgid "<image id=\"img_id3145228\" src=\"cmd/sc_setoptimalrowheight.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145228\">Icon</alt></image>" msgstr "<image id=\"img_id3145228\" src=\"cmd/sc_setoptimalrowheight.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145228\">Symbol</alt></image>" +#. fRVE5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1928,6 +2167,7 @@ msgctxt "" msgid "Optimal Row Height" msgstr "Optimale Zeilenhöhe" +#. SKLB2 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1936,6 +2176,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>." msgstr "Wählen Sie <emph>Tabelle - Größe - Zeilen gleichmäßig verteilen</emph>." +#. anxFF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1944,6 +2185,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "Klicken Sie in der Symbolleiste <emph>Tabelle</emph> auf das Symbol <emph>Größe optimieren</emph> und auf" +#. PVPb8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1952,6 +2194,7 @@ msgctxt "" msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155994\">Icon</alt></image>" msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155994\">Symbol</alt></image>" +#. KuUhp #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1960,6 +2203,7 @@ msgctxt "" msgid "Distribute Rows Equally" msgstr "Zeilen gleichmäßig verteilen" +#. sa4Tg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1968,6 +2212,7 @@ msgctxt "" msgid "<variable id=\"selektierenz\">Choose <emph>Table - Select - Row</emph>.</variable>" msgstr "<variable id=\"selektierenz\">Wählen Sie <emph>Tabelle - Auswählen - Zeile</emph>.</variable>" +#. e8qyf #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1976,6 +2221,7 @@ msgctxt "" msgid "Choose <emph>Table - Delete - Rows</emph>." msgstr "Wählen Sie <emph>Tabelle - Löschen - Zeilen</emph>." +#. fHaeJ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1984,6 +2230,7 @@ msgctxt "" msgid "On <emph>Table</emph> bar, click" msgstr "Klicken Sie in der Symbolleiste <emph>Tabelle</emph> auf" +#. Na4rx #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1992,6 +2239,7 @@ msgctxt "" msgid "<image id=\"img_id3150361\" src=\"cmd/sc_deleterows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150361\">Icon</alt></image>" msgstr "<image id=\"img_id3150361\" src=\"cmd/sc_deleterows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150361\">Symbol</alt></image>" +#. EfTgN #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2000,6 +2248,7 @@ msgctxt "" msgid "Delete Row" msgstr "Zeile löschen" +#. STSLi #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2008,6 +2257,7 @@ msgctxt "" msgid "<variable id=\"spalte\">In the context menu of a cell, choose <emph>Column</emph>.</variable>" msgstr "<variable id=\"spalte\">Wählen Sie im Kontextmenü einer Zelle <emph>Spalte</emph>.</variable>" +#. qqWGi #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2016,6 +2266,7 @@ msgctxt "" msgid "<variable id=\"breites\">In the context menu of a cell, choose <emph>Column - Width</emph>.</variable>" msgstr "<variable id=\"breites\">Wählen Sie im Kontextmenü einer Zelle <emph>Spalte - Breite...</emph>.</variable>" +#. nmQbw #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2024,6 +2275,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Optimal Column Width</emph>." msgstr "Wählen Sie <emph>Tabelle - Größe - Optimale Spaltenbreite</emph>." +#. DZ9xL #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2032,6 +2284,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "Klicken Sie in der Symbolleiste <emph>Tabelle</emph> auf das Symbol <emph>Größe optimieren</emph> und auf" +#. i89K7 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2040,6 +2293,7 @@ msgctxt "" msgid "<image id=\"img_id3157888\" src=\"cmd/sc_setoptimalcolumnwidthdirect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3157888\">Icon</alt></image>" msgstr "<image id=\"img_id3157888\" src=\"cmd/sc_setoptimalcolumnwidthdirect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3157888\">Symbol</alt></image>" +#. iRYb5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2048,6 +2302,7 @@ msgctxt "" msgid "Optimal Column Width" msgstr "Optimale Spaltenbreite" +#. GM4n5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2056,6 +2311,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Distribute Columns Equally</emph>." msgstr "Wählen Sie <emph>Tabelle - Größe - Spalten gleichmäßig verteilen</emph>." +#. GZbSc #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2064,6 +2320,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "Klicken Sie in der Symbolleiste <emph>Tabelle</emph> auf das Symbol <emph>Größe optimieren</emph> und auf" +#. V4Cqu #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2072,6 +2329,7 @@ msgctxt "" msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145186\">Icon</alt></image>" msgstr "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145186\">Symbol</alt></image>" +#. njBSt #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2080,6 +2338,7 @@ msgctxt "" msgid "Space Columns Equally" msgstr "Spalten gleichmäßig verteilen" +#. zEgss #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2088,6 +2347,7 @@ msgctxt "" msgid "<variable id=\"spaltesel\">Choose <emph>Table - Select - Column</emph>.</variable>" msgstr "<variable id=\"spaltesel\">Wählen Sie <emph>Tabelle - Auswählen - Spalte</emph>.</variable>" +#. wdeG7 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2096,6 +2356,7 @@ msgctxt "" msgid "Choose <emph>Table - Insert - Columns</emph>." msgstr "Wählen Sie <emph>Tabelle - Einfügen - Spalten...</emph>." +#. vn9q8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2104,6 +2365,7 @@ msgctxt "" msgid "Choose <emph>Table - Insert - Rows</emph>." msgstr "Wählen Sie <emph>Tabelle - Einfügen - Zeilen...</emph>." +#. tVtsx #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2112,6 +2374,7 @@ msgctxt "" msgid "On <emph>Table</emph> bar, click" msgstr "Klicken Sie in der Symbolleiste <emph>Tabelle</emph> auf" +#. e5L4N #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2120,6 +2383,7 @@ msgctxt "" msgid "<image id=\"img_id3150286\" src=\"cmd/sc_insertcolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150286\">Icon</alt></image>" msgstr "<image id=\"img_id3150286\" src=\"cmd/sc_insertcolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150286\">Symbol</alt></image>" +#. jeDiz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2128,6 +2392,7 @@ msgctxt "" msgid "Insert Column" msgstr "Spalte einfügen" +#. yvgkg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2136,6 +2401,7 @@ msgctxt "" msgid "<image id=\"img_id3150902\" src=\"cmd/sc_insertrows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150902\">Icon</alt></image>" msgstr "<image id=\"img_id3150902\" src=\"cmd/sc_insertrows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150902\">Symbol</alt></image>" +#. MFvHr #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2144,6 +2410,7 @@ msgctxt "" msgid "Insert Row" msgstr "Zeile einfügen" +#. BiyKv #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2152,6 +2419,7 @@ msgctxt "" msgid "Choose <emph>Table - Delete - Columns</emph>." msgstr "Wählen Sie <emph>Tabelle - Löschen - Spalten</emph>." +#. C2LDS #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2160,6 +2428,7 @@ msgctxt "" msgid "On <emph>Table</emph> bar, click" msgstr "Klicken Sie in der Symbolleiste <emph>Tabelle</emph> auf" +#. XqFzq #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2168,6 +2437,7 @@ msgctxt "" msgid "<image id=\"img_id3153607\" src=\"cmd/sc_deletecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153607\">Icon</alt></image>" msgstr "<image id=\"img_id3153607\" src=\"cmd/sc_deletecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153607\">Symbol</alt></image>" +#. ro8Mr #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2176,6 +2446,7 @@ msgctxt "" msgid "Delete Column" msgstr "Spalte löschen" +#. BNgAG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2184,6 +2455,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties</emph>." msgstr "Wählen Sie <emph>Format - Rahmen und OLE-Objekt - Eigenschaften...</emph>." +#. AygsC #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2192,6 +2464,7 @@ msgctxt "" msgid "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151283\">Icon</alt></image>" msgstr "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151283\">Symbol</alt></image>" +#. vpeBB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2200,6 +2473,7 @@ msgctxt "" msgid "Object Properties" msgstr "Objekt-Eigenschaften" +#. LVQCy #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2208,6 +2482,7 @@ msgctxt "" msgid "<image id=\"img_id3152980\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152980\">Icon</alt></image>" msgstr "<image id=\"img_id3152980\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152980\">Symbol</alt></image>" +#. CZwgM #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2216,6 +2491,7 @@ msgctxt "" msgid "Frame Properties" msgstr "Rahmeneigenschaften" +#. bfpT5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2224,6 +2500,7 @@ msgctxt "" msgid "Menu <emph>Format - Page</emph> - tab <emph>Text Grid</emph>, if Asian language support is enabled" msgstr "Wählen Sie <emph>Format - Seite...</emph> und das Register <emph>Textgitter</emph>, wenn die Unterstützung für Asiatische Sprachen aktiviert ist" +#. aFWLc #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2232,6 +2509,7 @@ msgctxt "" msgid "Tools Menu" msgstr "Menü Extras" +#. Fk94Q #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2240,6 +2518,7 @@ msgctxt "" msgid "Tools Menu" msgstr "Menü Extras" +#. vyuAB #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2248,6 +2527,7 @@ msgctxt "" msgid "<variable id=\"silbentrennung\">Choose <emph>Tools - Language - Hyphenation</emph></variable>" msgstr "<variable id=\"silbentrennung\">Wählen Sie <emph>Extras - Sprache - Silbentrennung...</emph></variable>" +#. DE6CF #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2256,6 +2536,7 @@ msgctxt "" msgid "<variable id=\"wordcount\">Choose <emph>Tools - Word Count</emph></variable>" msgstr "<variable id=\"wordcount\">Wählen Sie <emph>Extras - Wörter zählen</emph></variable>" +#. TBACN #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2264,6 +2545,7 @@ msgctxt "" msgid "<variable id=\"kapitelnumerierung\">Choose <emph>Tools - Chapter Numbering</emph></variable>" msgstr "<variable id=\"kapitelnumerierung\">Wählen Sie <emph>Extras - Kapitelnummerieung...</emph></variable>" +#. KzJGt #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2272,6 +2554,7 @@ msgctxt "" msgid "<variable id=\"kapitelnumerierung1\">Choose <emph>Tools - Chapter Numbering - Numbering</emph> tab</variable>" msgstr "<variable id=\"kapitelnumerierung1\">Wählen Sie <emph>Extras - Kapitelnummerierung... - Register: Nummerierung</emph></variable>" +#. yEEDL #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2280,6 +2563,7 @@ msgctxt "" msgid "<variable id=\"zeilennumerierung\">Choose <emph>Tools - Line Numbering</emph> (not for HTML format)</variable>" msgstr "<variable id=\"zeilennumerierung\">Wählen Sie <emph>Extras - Zeilennummerierung...</emph> (nicht beim HTML-Format)</variable>" +#. BJMF7 #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2288,6 +2572,7 @@ msgctxt "" msgid "<variable id=\"fussnoteneinstellung\">Choose <emph>Tools - Footnotes and Endnotes</emph></variable>" msgstr "<variable id=\"fussnoteneinstellung\">Wählen Sie <emph>Extras - Fuß-/Endnoten...</emph></variable>" +#. PDQMQ #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2296,6 +2581,7 @@ msgctxt "" msgid "<variable id=\"fussnoten\">Choose <emph>Tools - Footnotes and Endnotes - Footnotes</emph> tab</variable>" msgstr "<variable id=\"fussnoten\">Wählen Sie <emph>Extras - Fuß-/Endnoten... - Register: Fußnoten</emph></variable>" +#. YDkPi #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2304,6 +2590,7 @@ msgctxt "" msgid "<variable id=\"endnoten\">Choose <emph>Tools - Footnotes and Endnotes - Endnotes</emph> tab</variable>" msgstr "<variable id=\"endnoten\">Wählen Sie <emph>Extras - Fuß-/Endnoten... - Register: Endnoten</emph></variable>" +#. LFvpA #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2312,6 +2599,7 @@ msgctxt "" msgid "<variable id=\"texttabelle\">Choose <emph>Table - Convert - Text to Table</emph></variable>" msgstr "<variable id=\"texttabelle\">Wählen Sie <emph>Tabelle - Umwandeln - Text in Tabelle...</emph></variable>" +#. za5Js #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2320,6 +2608,7 @@ msgctxt "" msgid "<variable id=\"sortieren\">Choose <emph>Tools - Sort</emph></variable>" msgstr "<variable id=\"sortieren\">Wählen Sie <emph>Extras - Sortieren...</emph></variable>" +#. REM3P #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2328,6 +2617,7 @@ msgctxt "" msgid "Choose <emph>Tools - Calculate</emph>" msgstr "Wählen Sie <emph>Extras - Berechnen</emph>" +#. UrBtA #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2336,6 +2626,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+Pluszeichen" +#. oTAC7 #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2344,6 +2635,7 @@ msgctxt "" msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>" msgstr "<variable id=\"aktualisieren\">Wählen Sie <emph>Extras - Aktualisieren</emph></variable>" +#. b7SMj #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2352,6 +2644,7 @@ msgctxt "" msgid "<variable id=\"seitenformatierung\">Choose <emph>Tools - Update - Reformat Pages</emph></variable>" msgstr "<variable id=\"seitenformatierung\">Wählen Sie <emph>Extras - Aktualisieren - Seitenformatierung</emph></variable>" +#. gnwPv #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2360,6 +2653,7 @@ msgctxt "" msgid "<variable id=\"aktuellesverz\">Choose <emph>Tools - Update - Current Index</emph></variable>" msgstr "<variable id=\"aktuellesverz\">Wählen Sie <emph>Extras - Aktualisieren - Aktuelles Verzeichnis</emph></variable>" +#. Xtmjq #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2368,6 +2662,7 @@ msgctxt "" msgid "<variable id=\"alleverz\">Choose <emph>Tools - Update - All Indexes and Tables</emph></variable>" msgstr "<variable id=\"alleverz\">Wählen Sie <emph>Extras - Aktualisieren - Alle Verzeichnisse</emph></variable>" +#. w865X #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2376,6 +2671,7 @@ msgctxt "" msgid "<variable id=\"alles\">Choose <emph>Tools - Update - Update All </emph></variable>" msgstr "<variable id=\"alles\">Wählen Sie <emph>Extras - Aktualisieren - Alles Aktualisieren</emph></variable>" +#. vmmB6 #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2384,6 +2680,7 @@ msgctxt "" msgid "Choose <emph>Tools - Update - Fields </emph>" msgstr "Wählen Sie<emph> Extras - Aktualisieren - Felder</emph>" +#. LVSKP #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2392,6 +2689,7 @@ msgctxt "" msgid "F9 key" msgstr "Taste F9" +#. bCN3R #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2400,6 +2698,7 @@ msgctxt "" msgid "<variable id=\"aktverknuepf\">Choose <emph>Tools - Update - Links</emph></variable>" msgstr "<variable id=\"aktverknuepf\">Wählen Sie <emph>Extras - Aktualisieren - Verknüpfungen</emph></variable>" +#. FF63X #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2408,6 +2707,7 @@ msgctxt "" msgid "<variable id=\"adiagr\">Choose <emph>Tools - Update - All Charts</emph></variable>" msgstr "<variable id=\"adiagr\">Wählen Sie <emph>Extras - Aktualisieren - Alle Diagramme</emph></variable>" +#. DbjCa #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2416,6 +2716,7 @@ msgctxt "" msgid "Choose <emph>Tools - Mail Merge Wizard</emph>" msgstr "Wählen Sie <emph>Extras - Serienbrief-Assistent...</emph>" +#. ZEDqa #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2424,6 +2725,7 @@ msgctxt "" msgid "Click the <emph>Mail Merge</emph> icon on the <emph>Mail Merge</emph> bar:" msgstr "Klicken Sie auf das Symbol <emph>Serienbrief-Assistent</emph> in der Symbolleiste <emph>Serienbrief</emph>:" +#. hLXjy #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2432,6 +2734,7 @@ msgctxt "" msgid "Click the <emph>Mail Merge</emph> icon on the <emph>Table Data</emph> bar:" msgstr "Klicken Sie auf das Symbol <emph>Seriendruck</emph> in der Symbolleiste <emph>Tabellenansicht</emph>:" +#. jc5yA #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2440,6 +2743,7 @@ msgctxt "" msgid "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3083452\">Icon</alt></image>" msgstr "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3083452\">Symbol</alt></image>" +#. evE8T #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2448,6 +2752,7 @@ msgctxt "" msgid "Mail Merge" msgstr "Seriendruck" +#. pwCa2 #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2456,6 +2761,7 @@ msgctxt "" msgid "The styles menu" msgstr "Das Menü Vorlagen" +#. VK5GG #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2464,6 +2770,7 @@ msgctxt "" msgid "<variable id=\"ses\">Choose <emph>Styles - Edit Styles...</emph></variable>." msgstr "<variable id=\"ses\">Wählen Sie <emph>Vorlagen - Absatzvorlage bearbeiten...</emph>.</variable>" +#. MKAfZ #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2472,6 +2779,7 @@ msgctxt "" msgid "<variable id=\"sus\">Choose <emph>Styles - Update Style</emph> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+ Shift + F11</emph></variable>." msgstr "<variable id=\"sus\">Wählen Sie <emph>Vorlagen - Vorlage aktualisieren</emph> oder drücken Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Befehl</emph></caseinline><defaultinline><emph>Strg</emph></defaultinline></switchinline><emph>+Umschalt+F11</emph>.</variable>" +#. SWpVT #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2480,6 +2788,7 @@ msgctxt "" msgid "<variable id=\"sns\">Choose <emph>Styles - New Style</emph> or <emph>Shift + F11</emph></variable>." msgstr "<variable id=\"sns\">Wählen Sie <emph>Vorlagen - Neue Vorlage...</emph> oder <emph>Umschalt + F11</emph>.</variable>" +#. WpohJ #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2488,6 +2797,7 @@ msgctxt "" msgid "<variable id=\"sls\">Choose <emph>Styles - Load Styles</emph></variable>." msgstr "<variable id=\"sls\">Wählen Sie <emph>Vorlagen - Vorlagen laden...</emph>.</variable>." +#. sTmDY #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" diff --git a/source/de/helpcontent2/source/text/swriter/01.po b/source/de/helpcontent2/source/text/swriter/01.po index 3a3be1af214..de7614e26fe 100644 --- a/source/de/helpcontent2/source/text/swriter/01.po +++ b/source/de/helpcontent2/source/text/swriter/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2019-08-10 04:35+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -727,14 +727,14 @@ msgctxt "" msgid "To jump to the next or previous item in a document, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Navigation</link> icon to open the Navigation toolbar, click the item category, and then click the up or down arrows." msgstr "Um zum nächsten oder vorhergehenden Element in einem Dokument zu springen, klicken Sie auf das Symbol <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Navigation</link>, um die Abreißleiste \"Navigation\" zu öffnen. Klicken Sie auf die Elementkategorie und dann auf den nach oben beziehungsweise den nach unten weisenden Pfeil." -#. AYA9f +#. SMFgG #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3155136\n" "help.text" -msgid "A hidden section in a document appears gray in the Navigator, and displays the text \"hidden\" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, text frames, graphics, OLE objects, and indexes." -msgstr "Versteckte Bereiche im Dokument werden im Navigator grau dargestellt; wenn Sie den Mauszeiger über diesen Einträgen ruhen lassen, wird der Text \"versteckt\" angezeigt. Dasselbe gilt für Kopf- und Fußzeileninhalte von Seitenvorlagen, die im Dokument nicht verwendet werden, sowie für versteckte Inhalte in Tabellen, Textrahmen, Grafiken, OLE-Objekten und Verzeichnissen." +msgid "A hidden section in a document appears gray in the Navigator, and displays the text \"hidden\" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, frames, graphics, OLE objects, and indexes." +msgstr "" #. G9U2S #: 02110000.xhp @@ -1033,6 +1033,15 @@ msgctxt "" msgid "Set Reminder" msgstr "Merker setzen" +#. GpFmn +#: 02110000.xhp +msgctxt "" +"02110000.xhp\n" +"par_id3495381\n" +"help.text" +msgid "Reminders are navigated in the order in which they are set. Reminders are not saved when a document is closed." +msgstr "" + #. 7kk6X #: 02110000.xhp msgctxt "" @@ -1510,14 +1519,23 @@ msgctxt "" msgid "By default, as long as you have not selected any other entry, the arrow buttons jump to the previous or the next page in the document. The arrow buttons are black if you are browsing through pages and blue if you jump to other objects." msgstr "In der Voreinstellung springen Sie, solange Sie noch keinen anderen Eintrag gewählt haben, zur vorigen oder nächsten Seite im Dokument. Die beiden Doppelpfeil-Symbole sind schwarz, wenn Sie durch Seiten blättern, und blau, wenn Sie zu anderen Objekten springen." -#. Kn7MB +#. ibYbz #: 02110100.xhp msgctxt "" "02110100.xhp\n" "par_id3154330\n" "help.text" -msgid "The entries largely correspond to those in the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link> selection box. You can also select other jump destinations. An example are the reminders, which you can set with the <emph>Set Reminder</emph> icon in the Navigator. You can select an object from among the following options on the <emph>Navigation</emph> toolbar: table, text frame, graphics, OLE object, page, headings, reminder, drawing object, control field, section, bookmark, selection, footnote, note, index entry, table formula, wrong table formula." -msgstr "Die Einträge entsprechen weitgehend denen in der Auswahlbox des <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigators\">Navigators</link>. Zusätzlich können Sie auch andere Sprungziele auswählen, beispielsweise Merker, die Sie mit dem Symbol <emph>Merker setzen</emph> im Navigator setzen können. Als Objekt können Sie in der Abreißleiste <emph>Navigation</emph> unter folgenden Optionen wählen: Tabelle, Textrahmen, Grafik, OLE-Objekt, Seite, Überschrift, Merker, Zeichnungsobjekt, Steuerelement, Bereich, Lesezeichen, Markierung, Fußnote, Notiz, Verzeichniseintrag oder (fehlerhafte) Tabellenformel." +msgid "The entries largely correspond to those in the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link> selection box. You can also select other jump destinations. An example are the reminders, which you can set with the <emph>Set Reminder</emph> icon in the Navigator. You can select an object from among the following options on the <emph>Navigation</emph> toolbar: table, frame, graphics, OLE object, page, headings, reminder, drawing object, control field, section, bookmark, selection, footnote, note, index entry, table formula, wrong table formula." +msgstr "" + +#. gVFCS +#: 02110100.xhp +msgctxt "" +"02110100.xhp\n" +"par_id3148330\n" +"help.text" +msgid "Reminders are navigated in the order in which they are set." +msgstr "" #. BiC9u #: 02110100.xhp @@ -1537,14 +1555,14 @@ msgctxt "" msgid "Working With the Navigation Toolbar" msgstr "So arbeiten Sie mit der Abreißleiste Navigation" -#. xrscv +#. ZzGR7 #: 02110100.xhp msgctxt "" "02110100.xhp\n" "par_id3150045\n" "help.text" -msgid "Open the <emph>Navigation</emph> toolbar by clicking on its icon located in the vertical scrollbar. You can break the toolbar away from its place by dragging and arrange it on the screen." -msgstr "Öffnen Sie durch Anklicken des Symbols im Navigator das Fenster <emph>Navigation</emph>." +msgid "Open the <emph>Navigation</emph> toolbar by clicking on its icon located in the vertical scrollbar. You can break the toolbar away from its place by dragging and arranging it on the screen." +msgstr "" #. sg88n #: 02110100.xhp @@ -1618,14 +1636,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Select this icon to browse through drawing objects.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wählen Sie dieses Symbol, um Zeichnungsobjekte durchzublättern.</ahelp>" -#. ujxdi +#. QvVDK #: 02110100.xhp msgctxt "" "02110100.xhp\n" "par_idN10722\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select this icon to browse through text frames.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wählen Sie dieses Symbol, um Textrahmen durchzublättern.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select this icon to browse through frames.</ahelp>" +msgstr "" #. Bdjqb #: 02110100.xhp @@ -2941,14 +2959,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_DLG_FLDEDT_PREV\">Jumps to the previous field of the same type in the document.</ahelp> This button is only active when a document contains more than one field of the same type." msgstr "<ahelp hid=\"HID_DLG_FLDEDT_PREV\">Springt zum vorhergehenden gleichartigen Feld im Dokument.</ahelp> Diese Schaltfläche ist nur verfügbar, wenn das Dokument mehrere Felder des gleichen Typs enthält." -#. a5dEV +#. 8EoF9 #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155341\n" "help.text" -msgid "<image id=\"img_id3155348\" src=\"res/lc06301.png\"><alt id=\"alt_id3155348\">Icon</alt></image>" -msgstr "<image id=\"img_id3155348\" src=\"res/lc06301.png\"><alt id=\"alt_id3155348\">Symbol</alt></image>" +msgid "<image id=\"img_id3155348\" src=\"res/lc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155348\">Icon Previous Field</alt></image>" +msgstr "" #. 8DYxg #: 02140000.xhp @@ -2977,14 +2995,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_DLG_FLDEDT_NEXT\">Jumps to the next field of the same type in the document.</ahelp> This button is only active when a document contains more than one field of the same type." msgstr "<ahelp hid=\"HID_DLG_FLDEDT_NEXT\">Springt zum nächsten gleichartigen Feld im Dokument.</ahelp> Diese Schaltfläche ist nur verfügbar, wenn das Dokument mehrere Felder des gleichen Typs enthält." -#. Cz22j +#. bFjsY #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3145117\n" "help.text" -msgid "<image id=\"img_id3149575\" src=\"res/lc06300.png\"><alt id=\"alt_id3149575\">Icon</alt></image>" -msgstr "<image id=\"img_id3149575\" src=\"res/lc06300.png\"><alt id=\"alt_id3149575\">Symbol</alt></image>" +msgid "<image id=\"img_id3149575\" src=\"res/lc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149575\">Icon Next Field</alt></image>" +msgstr "" #. 8ZUxu #: 02140000.xhp @@ -3166,14 +3184,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/insertfootnote/prev\">Moves to the previous footnote or endnote anchor in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/insertfootnote/prev\">Springt zum vorhergehenden Fuß- oder Endnotenanker im Dokument.</ahelp>" -#. HbasA +#. eG7px #: 02150000.xhp msgctxt "" "02150000.xhp\n" "par_id3150023\n" "help.text" -msgid "<image id=\"img_id3150030\" src=\"res/lc06301.png\"><alt id=\"alt_id3150030\">Icon</alt></image>" -msgstr "<image id=\"img_id3150030\" src=\"res/lc06301.png\"><alt id=\"alt_id3150030\">Symbol</alt></image>" +msgid "<image id=\"img_id3150030\" src=\"res/lc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150030\">Icon Previous footnote</alt></image>" +msgstr "" #. AFFAN #: 02150000.xhp @@ -3202,14 +3220,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/insertfootnote/next\">Moves to the next footnote or endnote anchor in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/insertfootnote/next\">Springt zum nächsten Fuß- oder Endnotenanker im Dokument.</ahelp>" -#. 7BxPZ +#. 7LpCD #: 02150000.xhp msgctxt "" "02150000.xhp\n" "par_id3154029\n" "help.text" -msgid "<image id=\"img_id3154044\" src=\"res/lc06300.png\"><alt id=\"alt_id3154044\">Icon</alt></image>" -msgstr "<image id=\"img_id3154044\" src=\"res/lc06300.png\"><alt id=\"alt_id3154044\">Symbol</alt></image>" +msgid "<image id=\"img_id3154044\" src=\"res/lc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154044\">Icon Next footnote</alt></image>" +msgstr "" #. yKfqA #: 02150000.xhp @@ -3409,14 +3427,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Jumps to the first index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Springt zum ersten Indexeintrag des gleichen Typs im Dokument.</ahelp>" -#. jYpNX +#. y9w7C #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3147420\n" "help.text" -msgid "<image id=\"img_id3149551\" src=\"sd/res/nv03.png\"><alt id=\"alt_id3149551\">Icon</alt></image>" -msgstr "<image id=\"img_id3149551\" src=\"sd/res/nv03.png\"><alt id=\"alt_id3149551\">Symbol</alt></image>" +msgid "<image id=\"img_id3149551\" src=\"sd/res/nv03.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149551\">Icon End arrow to left</alt></image>" +msgstr "" #. ejnCG #: 02160000.xhp @@ -3445,14 +3463,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Jumps to the last index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Springt zum letzten Indexeintrag des gleichen Typs im Dokument.</ahelp>" -#. FhwG4 +#. UmFvL #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3153298\n" "help.text" -msgid "<image id=\"img_id3153309\" src=\"sd/res/nv06.png\"><alt id=\"alt_id3153309\">Icon</alt></image>" -msgstr "<image id=\"img_id3153309\" src=\"sd/res/nv06.png\"><alt id=\"alt_id3153309\">Symbol</alt></image>" +msgid "<image id=\"img_id3153309\" src=\"sd/res/nv06.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153309\">Icon End arrow to right</alt></image>" +msgstr "" #. ce3FA #: 02160000.xhp @@ -3481,14 +3499,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/previous\">Jumps to the previous index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/previous\">Springt zum vorhergehenden gleichartigen Verzeichniseintrag im Dokument.</ahelp>" -#. 44HBK +#. sbfHD #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3148785\n" "help.text" -msgid "<image id=\"img_id3148791\" src=\"cmd/sc_prevrecord.png\"><alt id=\"alt_id3148791\">Icon</alt></image>" -msgstr "<image id=\"img_id3148791\" src=\"cmd/sc_prevrecord.png\"><alt id=\"alt_id3148791\">Symbol</alt></image>" +msgid "<image id=\"img_id3148791\" src=\"cmd/sc_prevrecord.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148791\">Icon Left Arrow</alt></image>" +msgstr "" #. GC654 #: 02160000.xhp @@ -3517,14 +3535,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/next\">Jumps to the next index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/next\">Springt zum nächsten gleichartigen Verzeichniseintrag im Dokument.</ahelp>" -#. fsXcV +#. 3nZVK #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3150677\n" "help.text" -msgid "<image id=\"img_id3154020\" src=\"sd/res/nv05.png\"><alt id=\"alt_id3154020\">Icon</alt></image>" -msgstr "<image id=\"img_id3154020\" src=\"sd/res/nv05.png\"><alt id=\"alt_id3154020\">Symbol</alt></image>" +msgid "<image id=\"img_id3154020\" src=\"sd/res/nv05.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154020\">Icon Right Arrow</alt></image>" +msgstr "" #. EBDTE #: 02160000.xhp @@ -8305,14 +8323,14 @@ msgctxt "" msgid "Show Variable" msgstr "Variable anzeigen" -#. CZdW9 +#. dDFj8 #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3153669\n" "help.text" -msgid "Inserts the current value of the variable that you click in the <emph>Selection </emph>list." -msgstr "Fügt den aktuellen Wert der Variable ein, auf die Sie in der Liste <emph>Auswahl</emph> klicken." +msgid "Inserts the current value of the variable that you click in the <emph>Select</emph> list." +msgstr "" #. 6BsrS #: 04090005.xhp @@ -8377,14 +8395,14 @@ msgctxt "" msgid "The value of a variable in an Input field is only valid from where the field is inserted and onwards. To change the value of the variable later in the document, insert another Input field of the same name, but with a different value. However, the value of a User Field is changed globally." msgstr "Der Wert einer Variable in einem Eingabefeld gilt erst ab der Stelle im Dokument, an der das Feld eingefügt ist. Um den Variablenwert später im Dokument zu ändern, fügen Sie ein weiteres Eingabefeld mit demselben Namen, jedoch einem anderen Wert ein. Werte von Benutzerfeldern werden jedoch global geändert." -#. 32WvE +#. qmZAg #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3151255\n" "help.text" -msgid "The variables are displayed in the <emph>Selection</emph> field. When you click the <emph>Insert</emph> button, the dialog<link href=\"text/swriter/01/04090100.xhp\" name=\"Input Field\"><emph>Input Field</emph></link> appears, where you can enter the new value or additional text as a remark." -msgstr "Die Variablen werden im Feld <emph>Auswahl</emph> angezeigt. Wenn Sie auf <emph>Einfügen</emph> klicken, erscheint der Dialog <link href=\"text/swriter/01/04090100.xhp\" name=\"Eingabefeld\"><emph>Eingabefeld</emph></link>, in dem Sie den neuen Wert oder auch eine zusätzliche Bemerkung einfügen können." +msgid "The variables are displayed in the <emph>Select</emph> field. When you click the <emph>Insert</emph> button, the dialog <link href=\"text/swriter/01/04090100.xhp\" name=\"Input Field\"><emph>Review Fields</emph></link> appears, where you can enter the new value or additional text as a remark." +msgstr "" #. tbz9T #: 04090005.xhp @@ -8395,14 +8413,14 @@ msgctxt "" msgid "Number range" msgstr "Nummernkreis" -#. ZdR6m +#. 7amgE #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3152772\n" "help.text" -msgid "Inserts automatic numbering for tables, graphics, or text frames." -msgstr "Fügt automatische Nummerierung für Tabellen, Grafiken oder Textrahmen ein." +msgid "Inserts automatic numbering for tables, graphics, or frames." +msgstr "" #. VB7DC #: 04090005.xhp @@ -8422,14 +8440,14 @@ msgctxt "" msgid "Inserts a reference point in the document, after which the page count restarts. Select \"on\" to enable the reference point, and \"off\" to disable it. You can also enter an offset to start the page count at a different number." msgstr "Fügt einen Referenzpunkt in das Dokument ein, an dem die Seitenzählung zurückgesetzt wird. Wählen Sie \"an\", um den Referenzpunkt zu aktivieren, oder \"aus\", um ihn zu deaktivieren. Sie können auch einen Korrekturfaktor eingeben, um die Seitenzählung bei einer anderen Nummer zu beginnen." -#. h244E +#. DZ22Q #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3156267\n" "help.text" -msgid "Show Page Variable" -msgstr "Seitenvariable anzeigen" +msgid "Show page variable" +msgstr "" #. KbVdV #: 04090005.xhp @@ -8458,23 +8476,41 @@ msgctxt "" msgid "Inserts a custom global variable. You can use the User Field to define a variable for a condition statement. When you change a User Field, all instances of the variable in the document are updated." msgstr "Fügt eine benutzerdefinierte Globalvariable ein. Sie können das Benutzerfeld verwenden, um eine Variable für eine Bedingungsanweisung zu definieren. Wenn Sie ein Benutzerfeld ändern, werden alle Instanzen der betreffenden Variable im Dokument aktualisiert." -#. 6vw2i +#. nrVng #: 04090005.xhp msgctxt "" "04090005.xhp\n" -"par_id0903200802243892\n" +"hd_id3888363\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wählen Sie das gewünschte Format aus oder klicken Sie auf \"Weitere Formate\", um ein eigenes Format zu definieren.</ahelp>" +msgid "Select" +msgstr "Auswählen" -#. quL74 +#. JEhvd +#: 04090005.xhp +msgctxt "" +"04090005.xhp\n" +"par_id7453535\n" +"help.text" +msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Zeigt die für den in der Liste <emph>Typ</emph> ausgewählten Feldtyp verfügbaren Verweisziele an. Um einen Verweis zu erzeugen, legen Sie unter Verweis einfügen das Aussehen des Verweises fest und klicken auf <emph>Einfügen</emph>.</ahelp>" + +#. DUaXS #: 04090005.xhp msgctxt "" "04090005.xhp\n" -"par_id3148886\n" +"par_id3326822\n" +"help.text" +msgid "To quickly insert a field from the <emph>Select</emph> list, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and double-click the field." +msgstr "" + +#. 6vw2i +#: 04090005.xhp +msgctxt "" +"04090005.xhp\n" +"par_id0903200802243892\n" "help.text" -msgid "For user-defined fields, click the format that you want to apply in the <emph>Format </emph>list, or click \"Additional formats\" to define a custom format." -msgstr "Klicken Sie für benutzerdefinierte Felder in der Liste <emph>Format</emph> auf das gewünschte Format oder klicken Sie auf \"Weitere Formate\", um ein eigenes Format zu definieren." +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format.</ahelp>" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wählen Sie das gewünschte Format aus oder klicken Sie auf \"Weitere Formate\", um ein eigenes Format zu definieren.</ahelp>" #. uy2HM #: 04090005.xhp @@ -8503,33 +8539,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/format\">In the <emph>Format</emph> list, define if the value is inserted as text or a number.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/format\">Legen Sie in der Liste <emph>Format</emph> fest, ob der Wert als Text oder als Zahl eingefügt werden soll.</ahelp>" -#. nrVng -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"hd_id3888363\n" -"help.text" -msgid "Select" -msgstr "Auswählen" - -#. JEhvd -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"par_id7453535\n" -"help.text" -msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Zeigt die für den in der Liste <emph>Typ</emph> ausgewählten Feldtyp verfügbaren Verweisziele an. Um einen Verweis zu erzeugen, legen Sie unter Verweis einfügen das Aussehen des Verweises fest und klicken auf <emph>Einfügen</emph>.</ahelp>" - -#. yhqFk -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"par_id3326822\n" -"help.text" -msgid "To quickly insert a field from the list, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and double-click the field." -msgstr "Um ein Feld schnell aus einer Liste einzufügen, halten Sie die Taste <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline> gedrückt und doppelklicken auf das Feld." - #. siatD #: 04090005.xhp msgctxt "" @@ -8539,15 +8548,6 @@ msgctxt "" msgid "In an HTML document, two additional fields are available for the \"Set variable\" field type: HTML_ON and HTML_OFF. The text that you type in the <emph>Value </emph>box is converted to an opening HTML <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tag\">tag</link> (<Value>) or to a closing HTML (</Value>) tag when the file is saved as an HTML document, depending on the option that you select." msgstr "In einem HTML-Dokument sind für den Feldtyp \"Variable setzen\" zwei weitere Feldbefehle verfügbar: HTML_ON und HTML_OFF. Der Text im Feld <emph>Wert</emph> wird je nach ausgewählter Option in einen HTML-Anfangs<link href=\"text/shared/00/00000002.xhp#tags\" name=\"tag\">tag</link> (<Wert>) oder einen HTML-Endtag (</Wert>) konvertiert, wenn die Datei als HTML-Dokument gespeichert wird." -#. hFAv8 -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"par_id3149555\n" -"help.text" -msgid "If you double-click an entry while holding the Ctrl key or select the desired variable and press the spacebar, it is immediately inserted into your document." -msgstr "Klicken Sie bei gedrückter Taste Strg doppelt auf einen Eintrag beziehungsweise wählen Sie die gewünschte Variable aus und drücken Sie die Leertaste, so wird diese sofort in Ihr Dokument eingefügt." - #. CwbNv #: 04090005.xhp msgctxt "" @@ -8557,14 +8557,14 @@ msgctxt "" msgid "Formula" msgstr "Formel" -#. C4Txc +#. sEDCi #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3155982\n" "help.text" -msgid "This option is only available if the \"Insert formula\" field type is selected." -msgstr "Diese Option ist nur verfügbar, wenn der Feldtyp \"Formel einfügen\" ausgewählt ist." +msgid "This option is only available if the \"Insert Formula\" field type is selected." +msgstr "" #. Yr3JD #: 04090005.xhp @@ -8647,14 +8647,14 @@ msgctxt "" msgid "Apply" msgstr "Zuweisen" -#. FTLpK +#. 46bSG #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3155562\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/apply\">Adds the user-defined field to the <emph>Selection</emph> list.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/apply\">Fügt das benutzerdefinierte Feld in die Liste <emph>Auswahl</emph> ein.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/apply\">Adds the user-defined field to the <emph>Select</emph> list.</ahelp>" +msgstr "" #. iaGUw #: 04090005.xhp @@ -8665,14 +8665,14 @@ msgctxt "" msgid "Delete" msgstr "Löschen" -#. CAuhV +#. Cp5d2 #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3154769\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/delete\">Removes the user-defined field from the selection list. You can only remove fields that are not used in the current document.</ahelp> To remove a field that is used in the current document from the list, first delete all instances of the field in the document, and then remove it from the list." -msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/delete\">Löscht das benutzerdefinierte Feld aus der Auswahlliste. Sie können nur Felder entfernen, die nicht im aktuellen Dokument verwendet werden.</ahelp> Um ein Feld aus der Liste zu entfernen, das im aktuellen Dokument verwendet wird, löschen Sie zuerst alle Instanzen dieses Felds aus dem Dokument und entfernen dann das Feld aus der Liste." +msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/delete\">Removes the user-defined field from the select list. You can only remove fields that are not used in the current document.</ahelp> To remove a field that is used in the current document from the list, first delete all instances of the field in the document, and then remove it from the list." +msgstr "" #. qfWQD #: 04090005.xhp @@ -9367,14 +9367,14 @@ msgctxt "" msgid "Reference" msgstr "Querverweis" -#. CaPTJ +#. D7fsP #: 04090100.xhp msgctxt "" "04090100.xhp\n" "par_id3154571\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/inputfielddialog/text\">This box displays the name that you entered in the <emph>Reference</emph> box of the Input Field on the <emph>Functions</emph> tab of the <emph>Fields</emph> dialog. The box underneath displays the contents of the field.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/inputfielddialog/text\">Dieses Feld wird der Name angezeigt, den Sie im Feld <emph>Hinweis</emph> des Eingabefeldes auf dem Register <emph>Funktionen</emph> im Dialog <emph>Feldbefehl</emph> eingegeben haben. Das Feld darunter zeigt den Feldinhalt an.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/inputfielddialog/text\">This box displays the name that you entered in the <emph>Reference</emph> box on the <emph>Functions</emph> or <emph>Variables</emph> tab of the <emph>Fields</emph> dialog. The box underneath displays the contents of the field.</ahelp>" +msgstr "" #. 4YeCA #: 04090100.xhp @@ -11473,14 +11473,14 @@ msgctxt "" msgid "Type" msgstr "Typ" -#. h8743 +#. CSFUr #: 04120211.xhp msgctxt "" "04120211.xhp\n" "par_id3145418\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\">Select the type of index that you want to insert.</ahelp> The options available on this tab depend on the index type that you select. If the cursor is in an index when you choose the <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, you can then edit that index." -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\">Wählen Sie den einzufügenden Verzeichnistyp.</ahelp> Die auf diesem Register verfügbaren Optionen richten sich nach dem ausgewählten Verzeichnistyp. Wenn Sie <emph>Einfügen - Verzeichnis - Verzeichnis...</emph> aufrufen, während der Cursor in einem Verzeichnis steht, können Sie dieses Verzeichnis bearbeiten." +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\">Select the type of index that you want to insert or edit.</ahelp> The options available on this tab depend on the index type that you select. If the cursor is in an index when you choose the <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, you can then edit that index." +msgstr "" #. AwFMg #: 04120211.xhp @@ -11518,14 +11518,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/readonly\">Prevents the contents of the index from being changed.</ahelp> Manual changes that you make to an index are lost when the index is refreshed. If you want the cursor to scroll through a protected area, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>, and then select the <emph>Enable cursor</emph> check box in the <emph>Protected Areas</emph> section." msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/readonly\">Schützt den Inhalt des Verzeichnisses vor Änderungen.</ahelp> Manuelle Änderungen, die Sie am Verzeichnis gemacht haben, gehen verloren, wenn das Verzeichnis aktualisiert wird. Um mit dem Cursor durch einen geschützten Bereich zu rollen, wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatierungshilfen</emph> und aktivieren im Bereich <emph>Geschützte Bereiche</emph> das Auswahlfeld <emph>Cursor aktivieren</emph>." -#. couHm +#. qkdbH #: 04120211.xhp msgctxt "" "04120211.xhp\n" "hd_id3155893\n" "help.text" -msgid "Create index for" -msgstr "Verzeichnis erstellen für" +msgid "Create Index or Table of Contents" +msgstr "" + +#. dMaEW +#: 04120211.xhp +msgctxt "" +"04120211.xhp\n" +"hd_id3154197\n" +"help.text" +msgid "For" +msgstr "" #. 3VrDK #: 04120211.xhp @@ -11536,14 +11545,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/scope\">Select whether to create the index for the document or for the current chapter.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/scope\">Wählen Sie, ob Sie das Verzeichnis für das gesamte Dokument oder nur für das aktuelle Kapitel erzeugen möchten.</ahelp>" -#. k2tC7 +#. r7J7H #: 04120211.xhp msgctxt "" "04120211.xhp\n" "hd_id3154199\n" "help.text" -msgid "Evaluation level" -msgstr "Auswerten bis Ebene" +msgid "Evaluate up to level" +msgstr "" #. gJisP #: 04120211.xhp @@ -11581,14 +11590,14 @@ msgctxt "" msgid "Outline" msgstr "Gliederung" -#. UEc9n +#. 8qPDj #: 04120211.xhp msgctxt "" "04120211.xhp\n" "par_id3151253\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromheadings\">Creates the index using outline levels, that is, paragraphs formatted with one of the predefined heading styles (Heading 1-10) are added to the index.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromheadings\">Erzeugt das Verzeichnis anhand der Gliederungsebenen, das heißt Absätze, die mit einer der vordefinierten Formatvorlagen (Überschrift 1 - 10) formatiert sind, werden in das Verzeichnis einbezogen.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromheadings\">Creates the index using outline levels. Paragraphs formatted with one of the predefined heading styles (Heading 1-10) are added to the index.</ahelp>" +msgstr "" #. XavFH #: 04120211.xhp @@ -11716,23 +11725,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/combinesame\">Replaces identical index entries with a single entry that lists the page numbers where the entry occurs in the document. For example, the entries \"View 10, View 43\" are combined as \"View 10, 43\".</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/combinesame\">Ersetzt identische Verzeichniseinträge durch einen einzigen Eintrag, unter dem die Nummern aller Seiten aufgeführt sind, auf denen der Eintrag im Dokument vorkommt. So werden beispielsweise die Einträge \"Ansicht 10\" und \"Ansicht 43\" als \"Ansicht 10, 43\" zusammengefasst.</ahelp>" -#. NqJBw +#. FCktB #: 04120212.xhp msgctxt "" "04120212.xhp\n" "hd_id3147403\n" "help.text" -msgid "Combine identical entries with p or pp" -msgstr "Zusammenfassen mit f oder ff" +msgid "Combine identical entries with f or ff" +msgstr "" -#. DJBG3 +#. ot2kf #: 04120212.xhp msgctxt "" "04120212.xhp\n" "par_id3083451\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/useff\">Replaces identical index entries, which occur also on the directly following page or pages, with a single entry that lists the first page number and a \"p\" or \"pp\". For example, the entries \"View 10, View 11, View 12\" are combined as \"View 10pp\", and \"View 10, View 11\" as \"View 10p\".</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/useff\">Ersetzt identische Verzeichniseinträge auf derselben oder aufeinander folgenden Seiten durch einen einzigen Eintrag, der die Seitennummer des ersten Vorkommens um ein \"f\" beziehungsweise \"ff\" ergänzt. So werden beispielsweise die Einträge \"Ansicht 10\", \"Ansicht 11\" und \"Ansicht 12\" als \"Ansicht 10ff\" zusammengefasst; \"Ansicht 10\" und \"Ansicht 11\" werden als \"Ansicht 10f\" zusammengefasst.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/useff\">Replaces identical index entries that occur on the directly following page(s), with a single entry that lists the first page number and a \"f\" or \"ff\". For example, the entries \"View 10, View 11\" are combined as \"View 10f\", and \"View 10, View 11, View 12\" as \"View 10ff\". Actual appearance depends on the locale setting, but can be overridden with <emph>Sort - Language</emph>.</ahelp>" +msgstr "" #. jxWc7 #: 04120212.xhp @@ -12229,23 +12238,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromgraphics\">Includes graphics in the index.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromgraphics\">Nimmt Grafiken in das Verzeichnis auf.</ahelp>" -#. 6vEny +#. aDJWi #: 04120215.xhp msgctxt "" "04120215.xhp\n" "hd_id3149685\n" "help.text" -msgid "Text frames" -msgstr "Textrahmen" +msgid "Frames" +msgstr "" -#. G95yo +#. KZGba #: 04120215.xhp msgctxt "" "04120215.xhp\n" "par_id3154195\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromframes\">Includes text frames in the index.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromframes\">Nimmt Textrahmen in das Verzeichnis auf.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromframes\">Includes frames in the index.</ahelp>" +msgstr "" #. jG3As #: 04120215.xhp @@ -12274,14 +12283,14 @@ msgctxt "" msgid "Use level from source chapter" msgstr "Ebene aus Ursprungskapitel" -#. FFCkz +#. vGppC #: 04120215.xhp msgctxt "" "04120215.xhp\n" "par_id3151250\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/uselevel\">Indents table, graphic, text frame, and OLE object index entries according their place in the chapter heading hierarchy.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/uselevel\">Rückt Verzeichniseinträge für Tabellen, Grafiken, Textrahmen und OLE-Objekte gemäß ihrer Position in der Kapitelüberschriftenhierarchie ein.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/uselevel\">Indents table, graphic, frame, and OLE object index entries according their place in the chapter heading hierarchy.</ahelp>" +msgstr "" #. 2F5ha #: 04120215.xhp @@ -14605,23 +14614,23 @@ msgctxt "" msgid "Click <emph>Define</emph>." msgstr "Klicken Sie auf <emph>Festlegen</emph>." -#. NjJ4s +#. sCkK8 #: 04190000.xhp msgctxt "" "04190000.xhp\n" "tit\n" "help.text" -msgid "Insert (File)" -msgstr "Einfügen (Datei)" +msgid "Insert (Text from File)" +msgstr "" -#. quYiB +#. tAvDd #: 04190000.xhp msgctxt "" "04190000.xhp\n" "hd_id3147562\n" "help.text" -msgid "Insert (Document)" -msgstr "Einfügen (Dokument)" +msgid "Insert (Text from File)" +msgstr "" #. uZwPG #: 04190000.xhp @@ -14956,23 +14965,23 @@ msgctxt "" msgid "To format a footer, choose <link href=\"text/shared/01/05040300.xhp\" name=\"Format - Page - Footer\"><emph>Format - Page - Footer</emph></link>." msgstr "Zum Formatieren einer Fußzeile wählen Sie <link href=\"text/shared/01/05040300.xhp\" name=\"Format - Seite... - Fußzeile\"><emph>Format - Seite... - Fußzeile</emph></link>." -#. jvuJN +#. FWTLB #: 04990000.xhp msgctxt "" "04990000.xhp\n" "tit\n" "help.text" -msgid "Fields" -msgstr "Feldbefehle" +msgid "Insert Fields (submenu)" +msgstr "" -#. sBFhd +#. TApBS #: 04990000.xhp msgctxt "" "04990000.xhp\n" "hd_id3147405\n" "help.text" -msgid "<link href=\"text/swriter/01/04990000.xhp\" name=\"Fields\">Fields</link>" -msgstr "<link href=\"text/swriter/01/04990000.xhp\" name=\"Feldbefehl\">Feldbefehl</link>" +msgid "<link href=\"text/swriter/01/04990000.xhp\" name=\"Fields\">Insert Fields (submenu)</link>" +msgstr "" #. qVhAD #: 04990000.xhp @@ -15388,14 +15397,14 @@ msgctxt "" msgid "Settings" msgstr "Einstellungen" -#. RAx4k +#. rD4Cj #: 05030400.xhp msgctxt "" "05030400.xhp\n" "hd_id3147295\n" "help.text" -msgid "Show Drop Caps" -msgstr "Initialen anzeigen" +msgid "Display drop caps" +msgstr "" #. QTU6Z #: 05030400.xhp @@ -15460,14 +15469,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/dropcapspage/spinFLD_LINES\">Enter the number of lines that you want the drop cap to extend downward from the first line of the paragraph. Shorter paragraphs will not get drop caps.</ahelp> The selection is limited to 2-9 lines." msgstr "<ahelp hid=\"modules/swriter/ui/dropcapspage/spinFLD_LINES\">Geben Sie an, über wie viele Zeilen sich die Initiale von der ersten Zeile im Absatz aus nach unten erstrecken soll. Kürzere Absätze können nicht mit Initialen versehen werden.</ahelp> Die Auswahl ist auf 2 bis 9 Zeilen beschränkt." -#. ous39 +#. TE5oy #: 05030400.xhp msgctxt "" "05030400.xhp\n" "hd_id3149030\n" "help.text" -msgid "Distance from text" -msgstr "Abstand zum Text" +msgid "Space to text" +msgstr "" #. UyC28 #: 05030400.xhp @@ -15568,6 +15577,15 @@ msgctxt "" msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab." msgstr "Um die Nummerierungsoptionen für markierte Absätze zu ändern, wählen Sie <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Absatz\"><emph>Absatz...</emph></link> und das Register <emph>Gliederung und Nummerierung</emph>." +#. Si9tL +#: 05030800.xhp +msgctxt "" +"05030800.xhp\n" +"hd_id1209200804386034\n" +"help.text" +msgid "Outline" +msgstr "" + #. biGWu #: 05030800.xhp msgctxt "" @@ -15577,14 +15595,14 @@ msgctxt "" msgid "Outline level" msgstr "Angezeigte Überschriftenebenen" -#. iq7GB +#. oF8Bd #: 05030800.xhp msgctxt "" "05030800.xhp\n" "par_id1209200804371097\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level." -msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Weist den markierten Absätzen oder der Absatzvorlage eine der Gliederungsebenen von 1 bis 10 zu.</ahelp> Wählen Sie <emph>Standard</emph>, wenn keine Gliederungsebene zugewiesen werden soll." +msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Text Body</emph> to reset the outline level." +msgstr "" #. GaPuE #: 05030800.xhp @@ -15604,14 +15622,14 @@ msgctxt "" msgid "Numbering Style" msgstr "Nummerierungsart" -#. X8CYW +#. db43r #: 05030800.xhp msgctxt "" "05030800.xhp\n" "par_id3155178\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window if you click the <emph>Numbering Style</emph> icon." -msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Wählen Sie die für den Absatz zu verwendende <link href=\"text/swriter/01/05130004.xhp\" name=\"Listenvorlage\">Listenvorlage</link> aus.</ahelp> Diese Vorlagen sind auch in den <link href=\"text/swriter/01/05140000.xhp\" name=\"Formatvorlagen\">Formatvorlagen</link> aufgelistet, wenn Sie auf das Symbol <emph>Listenvorlage</emph> klicken." +msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window (F11) if you click the <emph>List Styles</emph> icon." +msgstr "" #. MycJD #: 05030800.xhp @@ -15631,6 +15649,24 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style." msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Bearbeiten Sie die Eigenschaften der ausgewählten Listenvorlage.</ahelp> Diese Eigenschaften werden auf alle Absätze übertragen die mit dieser Listenvorlage formattiert sind." +#. dXFVa +#: 05030800.xhp +msgctxt "" +"05030800.xhp\n" +"par_id3149195\n" +"help.text" +msgid "This button is disabled when Chapter Numbering is applied. Choose <emph>Tools - Chapter Numbering...</emph> to edit the outline level and numbering style." +msgstr "" + +#. GR3YW +#: 05030800.xhp +msgctxt "" +"05030800.xhp\n" +"par_id3151117\n" +"help.text" +msgid "Outline level and Numbering Style are independent of each other. Use <emph>Tools - Chapter Numbering...</emph> to assign numbering styles to paragraph styles." +msgstr "" + #. 3KS2Y #: 05030800.xhp msgctxt "" @@ -16459,14 +16495,14 @@ msgctxt "" msgid "Footnotes/Endnotes" msgstr "Fuß-/Endnoten" -#. LEFFh +#. yrx8p #: 05040700.xhp msgctxt "" "05040700.xhp\n" "hd_id3149028\n" "help.text" -msgid "<link href=\"text/swriter/01/05040700.xhp\" name=\"Footnotes/Endnotes\">Footnotes/Endnotes</link>" -msgstr "<link href=\"text/swriter/01/05040700.xhp\" name=\"Fuß-/Endnoten\">Fuß-/Endnoten</link>" +msgid "<variable id=\"fussendnotenh1\"><link href=\"text/swriter/01/05040700.xhp\" name=\"Footnotes/Endnotes\">Footnotes/Endnotes</link></variable>" +msgstr "" #. C5KXQ #: 05040700.xhp @@ -21760,14 +21796,14 @@ msgctxt "" msgid "Displays formatting styles for indexes." msgstr "Zeigt die Formatvorlagen für Verzeichnisse an." -#. seyC4 +#. fiijM #: 05130000.xhp msgctxt "" "05130000.xhp\n" "par_id3149213\n" "help.text" -msgid "Special Region Styles" -msgstr "Vorlagen Sonderbereiche" +msgid "Special Styles" +msgstr "" #. CbZpk #: 05130000.xhp @@ -22012,14 +22048,14 @@ msgctxt "" msgid "The header text now has the attributes you specified in the Header Paragraph Style, while the other parts of the document have the attributes defined in the business letter conditional Paragraph Style." msgstr "Sie werden jetzt sehen, dass der Text in der Kopfzeile die Attribute hat, die in der Absatzvorlage \"Kopfzeile\" definiert wurden, während alle anderen Teile des Dokuments die Attribute haben, die Sie in der (bedingten) Absatzvorlage \"Geschäftsbrief\" definiert haben." -#. ST4oV +#. yHaYc #: 05130100.xhp msgctxt "" "05130100.xhp\n" "par_id3154473\n" "help.text" -msgid "The \"Text body\" Style was created as a conditional style. Therefore, any styles you derive from it can be used as conditional styles." -msgstr "Die Vorlage \"Textkörper\" wurde von uns als bedingte Vorlage angelegt. Jede Ihrer eigenen Vorlagen, die Sie von \"Textkörper\" ableiten, kann daher auch als bedingte Vorlage genutzt werden." +msgid "The \"Text Body\" Style was created as a conditional style. Therefore, any styles you derive from it can be used as conditional styles." +msgstr "" #. x2gbt #: 05130100.xhp @@ -22066,14 +22102,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/links\">Here you can see the $[officename] predefined contexts, including outline levels 1 to 10, numbering/bullets levels 1 to 10, table header, table contents, section, border, footnote, header and footer.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/conditionpage/links\">Hier sehen Sie die in $[officename] vordefinierten Kontexte, unter anderem Gliederung Ebene 1 bis 10, Nummerierung/Aufzählung Ebene 1 bis 10, Tabellenkopfzeile, Tabelleninhalt, Bereich, Rahmen, Fußnote, Kopfzeile und Fußzeile.</ahelp>" -#. oGtVA +#. PdECE #: 05130100.xhp msgctxt "" "05130100.xhp\n" "hd_id3155896\n" "help.text" -msgid "Applied Style" -msgstr "Verwendete Vorlage" +msgid "Applied Styles" +msgstr "" #. icGBP #: 05130100.xhp @@ -22084,14 +22120,14 @@ msgctxt "" msgid "Here you can see the list of all Paragraph Styles applied to a context." msgstr "Hier erhalten Sie eine Auflistung aller einem Kontext zugewiesenen Absatzvorlagen." -#. ENFYU +#. 4AMuk #: 05130100.xhp msgctxt "" "05130100.xhp\n" "hd_id3154194\n" "help.text" -msgid "Styles" -msgstr "Stil" +msgid "Paragraph Styles" +msgstr "" #. imvmV #: 05130100.xhp @@ -22129,14 +22165,14 @@ msgctxt "" msgid "Assign" msgstr "Zuweisen" -#. EmL3x +#. K5F9U #: 05130100.xhp msgctxt "" "05130100.xhp\n" "par_id3154829\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Click <emph>Assign</emph> to apply the <emph>selected Paragraph Style</emph> to the defined <emph>context</emph>.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Klicken Sie auf die Schaltfläche <emph>Zuweisen</emph>, so wird die ausgewählte Absatzvorlage als <emph>verwendete Vorlage</emph> dem zuvor ausgewählten <emph>Kontext</emph> zugewiesen.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Click <emph>Apply</emph> to apply the <emph>selected Paragraph Style</emph> to the defined <emph>context</emph>.</ahelp>" +msgstr "" #. fY638 #: 05140000.xhp @@ -22255,14 +22291,14 @@ msgctxt "" msgid "Style Category" msgstr "Vorlagenkategorie" -#. FcFUc +#. boarT #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3147506\n" "help.text" -msgid "<image id=\"img_id3147512\" src=\"sfx2/res/styfam2.png\"><alt id=\"alt_id3147512\">Icon</alt></image>" -msgstr "<image id=\"img_id3147512\" src=\"sfx2/res/styfam2.png\"><alt id=\"alt_id3147512\">Symbol</alt></image>" +msgid "<image id=\"img_id3147512\" src=\"sfx2/res/styfam2.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147512\">Icon Paragraph Styles</alt></image>" +msgstr "" #. EFWQb #: 05140000.xhp @@ -22282,14 +22318,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatting\">formatting</link>, such as font, numbering, and layout to the paragraphs in your document." msgstr "<ahelp hid=\".\">Zeigt die Formatvorlagen für Absätze an.</ahelp> Verwenden Sie Absatzvorlagen, um den Absätzen in Ihrem Dokument eine einheitliche <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"Formatierung\">Formatierung</link> zu geben; dies umfasst beispielsweise die Schriftart, die Nummerierung und das Layout." -#. oPGwP +#. MXRNF #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3151319\n" "help.text" -msgid "<image id=\"img_id3152955\" src=\"sfx2/res/styfam1.png\"><alt id=\"alt_id3152955\">Icon</alt></image>" -msgstr "<image id=\"img_id3152955\" src=\"sfx2/res/styfam1.png\"><alt id=\"alt_id3152955\">Symbol</alt></image>" +msgid "<image id=\"img_id3152955\" src=\"sfx2/res/styfam1.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152955\">Icon Character Styles</alt></image>" +msgstr "" #. s6xth #: 05140000.xhp @@ -22309,14 +22345,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for characters.</ahelp> Use character styles to apply font styles to selected text in a paragraph." msgstr "<ahelp hid=\".\">Zeigt die Formatvorlagen für Zeichen an.</ahelp> Verwenden Sie Zeichenvorlagen, um ausgewählte Textstellen in einem Absatz mit einem bestimmten Schriftstil zu versehen." -#. ZeKs2 +#. VHuh5 #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3159194\n" "help.text" -msgid "<image id=\"img_id3159200\" src=\"sw/res/sf03.png\"><alt id=\"alt_id3159200\">Icon</alt></image>" -msgstr "<image id=\"img_id3159200\" src=\"sw/res/sf03.png\"><alt id=\"alt_id3159200\">Symbol</alt></image>" +msgid "<image id=\"img_id3159200\" src=\"sw/res/sf03.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159200\">Icon Frame Styles</alt></image>" +msgstr "" #. pboYw #: 05140000.xhp @@ -22336,14 +22372,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for frames.</ahelp> Use frame styles to format frame layouts and position." msgstr "<ahelp hid=\".\">Zeigt die Formatvorlagen für Rahmen an.</ahelp> Verwenden Sie Rahmenvorlagen, um das Layout und die Position von Rahmen zu formatieren." -#. BLfvs +#. bhrCK #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3149819\n" "help.text" -msgid "<image id=\"img_id3149826\" src=\"sw/res/sf04.png\"><alt id=\"alt_id3149826\">Icon</alt></image>" -msgstr "<image id=\"img_id3149826\" src=\"sw/res/sf04.png\"><alt id=\"alt_id3149826\">Symbol</alt></image>" +msgid "<image id=\"img_id3149826\" src=\"sw/res/sf04.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149826\">Icon Page Styles</alt></image>" +msgstr "" #. EGGG4 #: 05140000.xhp @@ -22363,14 +22399,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for pages.</ahelp> Use page styles to determine page layouts, including the presence of headers and footers." msgstr "<ahelp hid=\".\">Zeigt die Formatvorlagen für Seiten an.</ahelp> Verwenden Sie Seitenvorlagen, um die Optionen für das Seitenlayout festzulegen, einschließlich das Vorhandensein von Kopf- und Fußzeilen." -#. BAaEn +#. RYdPv #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3152766\n" "help.text" -msgid "<image id=\"img_id3152772\" src=\"sw/res/sf05.png\"><alt id=\"alt_id3152772\">Icon</alt></image>" -msgstr "<image id=\"img_id3152772\" src=\"sw/res/sf05.png\"><alt id=\"alt_id3152772\">Symbol</alt></image>" +msgid "<image id=\"img_id3152772\" src=\"sw/res/sf05.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152772\">Icon List Styles</alt></image>" +msgstr "" #. rSCbA #: 05140000.xhp @@ -22390,14 +22426,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for numbered and bulleted lists.</ahelp> Use list styles to format number and bullet characters and to specify indents." msgstr "<ahelp hid=\".\">Zeigt die Formatvorlagen für nummerierte Listen oder Listen mit Aufzählungszeichen an.</ahelp> Verwenden Sie diese Vorlagen, um die Nummerierungs- und Aufzählungszeichen zu formatieren und die Einzüge festzulegen." -#. dnjWj +#. 7Eid5 #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3150576\n" "help.text" -msgid "<image id=\"img_id3150590\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3150590\">Icon</alt></image>" -msgstr "<image id=\"img_id3150590\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3150590\">Symbol</alt></image>" +msgid "<image id=\"img_id3150590\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150590\">Icon Fill Format Mode</alt></image>" +msgstr "" #. GWZP9 #: 05140000.xhp @@ -22417,14 +22453,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Applies the selected style to the object or text that you select in the document. Click this icon, and then drag a selection in the document to apply the style.</ahelp> To exit this mode, click the icon again, or press Esc." msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Weist dem markierten Text oder Objekt im Dokument die ausgewählte Formatvorlage zu. Klicken Sie auf dieses Symbol und wählen Sie dann durch Ziehen die gewünschten Inhalte im Dokument aus, um die Vorlage zuzuweisen.</ahelp> Um diesen Modus zu verlassen, klicken Sie erneut auf das Symbol oder drücken Esc." -#. osgEF +#. RnoDE #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3150114\n" "help.text" -msgid "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3150122\">Icon</alt></image>" -msgstr "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3150122\">Symbol</alt></image>" +msgid "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150122\">Icon New Style from Selection</alt></image>" +msgstr "" #. EmaCA #: 05140000.xhp @@ -24028,14 +24064,14 @@ msgctxt "" msgid "Level" msgstr "Ebene" -#. pBnhE +#. EBZSv #: 06060100.xhp msgctxt "" "06060100.xhp\n" "par_id3150018\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/level\">Click the chapter and outline level that you want to modify, and then specify the numbering options for the level.</ahelp> To apply the numbering options, except for the paragraph style, to all of the levels, click \"1-10\"." -msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/level\">Klicken Sie auf die zu bearbeitende Kapitelebene und geben Sie die gewünschten Nummerierungsoptionen an.</ahelp> Wenn die Nummerierungsoptionen außer der Absatzvorlage auf alle Ebenen angewendet werden sollen, klicken Sie auf \"1-10\"." +msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/level\">Click the chapter and outline level that you want to modify, and then specify the numbering options for the level.</ahelp> To apply the numbering options, except for paragraph style, to all the levels, click \"1-10\"." +msgstr "" #. s4LDs #: 06060100.xhp @@ -24046,14 +24082,14 @@ msgctxt "" msgid "Numbering" msgstr "Nummerierung" -#. xkkus +#. EBkuu #: 06060100.xhp msgctxt "" "06060100.xhp\n" "par_id3150930\n" "help.text" -msgid "Specify the formatting for the select outline level." -msgstr "Legen Sie die Formatierung für die ausgewählte Gliederungsebene fest." +msgid "Specify the formatting for the selected outline level." +msgstr "" #. Z3udV #: 06060100.xhp @@ -24370,41 +24406,41 @@ msgctxt "" msgid "<variable id=\"fnoten\"><ahelp hid=\".uno:FootnoteDialog\">Specifies the display settings for footnotes and endnotes.</ahelp></variable>" msgstr "<variable id=\"fnoten\"><ahelp hid=\".uno:FootnoteDialog\">Legt die Anzeigeeinstellungen für Fuß-/Endnoten fest.</ahelp></variable>" -#. D7F5c +#. 4gY7v #: 06080100.xhp msgctxt "" "06080100.xhp\n" "tit\n" "help.text" -msgid "Footnotes" -msgstr "Fußnoten" +msgid "Footnote Settings" +msgstr "" -#. 94Y2F +#. yXZUg #: 06080100.xhp msgctxt "" "06080100.xhp\n" "hd_id3154705\n" "help.text" -msgid "<link href=\"text/swriter/01/06080100.xhp\" name=\"Footnotes\">Footnotes</link>" -msgstr "<link href=\"text/swriter/01/06080100.xhp\" name=\"Fußnoten\">Fußnoten</link>" +msgid "<link href=\"text/swriter/01/06080100.xhp\" name=\"Footnotes\">Footnote Settings</link>" +msgstr "" -#. 32tPC +#. hBHjS #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3149500\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/FootnotePage\">Specifies the formatting for footnotes and endnotes.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/FootnotePage\">Legt die Formatierung für Fußnoten fest.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/FootnotePage\">Specifies the formatting for footnotes.</ahelp>" +msgstr "" -#. TB5nC +#. JkEHS #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3154560\n" "help.text" -msgid "To set additional option for footnotes and endnotes, choose <emph>Format - Page</emph>, and then click the <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"><emph>Footnote</emph></link> tab." -msgstr "Um zusätzliche Optionen für Fußnoten festzulegen, wählen Sie <emph>Format - Seite...</emph> und das Register <link href=\"text/swriter/01/05040600.xhp\" name=\"Fußnote\"><emph>Fußnote</emph></link>." +msgid "To set additional option for footnotes, choose <menuitem>Format - Page Style</menuitem>, and then click the <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"><emph>Footnote</emph></link> tab." +msgstr "" #. mGXqS #: 06080100.xhp @@ -24424,14 +24460,14 @@ msgctxt "" msgid "Numbering" msgstr "Nummerierung" -#. PTzX6 +#. R2sxP #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3150568\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/numberinglb\">Select the numbering style that you want to use for footnotes or endnotes.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/numberinglb\">Wählen Sie das für Fuß-/Endnoten zu verwendende Nummerierungsformat aus.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/numberinglb\">Select the numbering style that you want to use.</ahelp>" +msgstr "" #. cqBBB #: 06080100.xhp @@ -24802,14 +24838,14 @@ msgctxt "" msgid "Paragraph" msgstr "Absatz..." -#. CBrU5 +#. zLPuG #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3147620\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/parastylelb\">Select the paragraph style for the footnote text.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/parastylelb\">Wählen Sie die Absatzvorlage für den Fußnotentext.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/parastylelb\">Select the paragraph style for the footnote text. Only special styles can be selected.</ahelp>" +msgstr "" #. 3bbSC #: 06080100.xhp @@ -24937,23 +24973,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/contfromed\">Enter the text that you want to display on the page where the footnotes are continued, for example, \"Continued from Page \". $[officename] Writer automatically inserts the number of the previous page.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/contfromed\">Geben Sie den Text ein, der auf der Seite erscheinen soll, auf der die Fußnoten fortgesetzt werden, beispielsweise \"Fortsetzung von Seite \". $[officename] Writer fügt automatisch die Nummer der vorhergehenden Seite ein.</ahelp>" -#. DJwPd +#. FDC89 #: 06080200.xhp msgctxt "" "06080200.xhp\n" "tit\n" "help.text" -msgid "Endnotes" -msgstr "Endnoten" +msgid "Endnote Settings" +msgstr "" -#. uqcCR +#. i4S6A #: 06080200.xhp msgctxt "" "06080200.xhp\n" "hd_id3156321\n" "help.text" -msgid "<link href=\"text/swriter/01/06080200.xhp\" name=\"Endnotes\">Endnotes</link>" -msgstr "<link href=\"text/swriter/01/06080200.xhp\" name=\"Endnoten\">Endnoten</link>" +msgid "<link href=\"text/swriter/01/06080200.xhp\" name=\"Endnotes\">Endnote Settings</link>" +msgstr "" #. sVpC6 #: 06080200.xhp @@ -25036,14 +25072,14 @@ msgctxt "" msgid "Styles" msgstr "Stil" -#. qTLXs +#. 7BMFG #: 06080200.xhp msgctxt "" "06080200.xhp\n" "par_id3150970\n" "help.text" -msgid "To ensure a uniform appearance for the endnotes in your document, assign a paragraph style to the footnotes." -msgstr "Um ein einheitliches Erscheinungsbild für die Endnoten in Ihrem Dokument zu gewährleisten, weisen Sie den Endnoten eine Absatzvorlage zu." +msgid "To ensure a uniform appearance for the endnotes in your document, assign a paragraph style." +msgstr "" #. TGC8v #: 06080200.xhp @@ -25054,14 +25090,14 @@ msgctxt "" msgid "Paragraph" msgstr "Absatz..." -#. vXFFs +#. DERAY #: 06080200.xhp msgctxt "" "06080200.xhp\n" "par_id3147526\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/parastylelb\">Select the paragraph style for the endnote text.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/endnotepage/parastylelb\">Wählen Sie die Absatzvorlage für den Endnotentext.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/parastylelb\">Select the paragraph style for the endnote text. Only special styles can be selected.</ahelp>" +msgstr "" #. 9WDi7 #: 06080200.xhp @@ -26125,14 +26161,14 @@ msgctxt "" msgid "Count" msgstr "Zählen" -#. ahFoV +#. jERTn #: 06180000.xhp msgctxt "" "06180000.xhp\n" "par_id3150358\n" "help.text" -msgid "Specify whether to include empty paragraphs or lines in text frames in the line count." -msgstr "Geben Sie an, ob leere Absätze oder Zeilen in Textrahmen bei der Zeilenzählung berücksichtigt werden sollen." +msgid "Specify whether to include empty paragraphs or lines in frames in the line count." +msgstr "" #. Cj4Xa #: 06180000.xhp @@ -26152,23 +26188,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/blanklines\">Includes empty paragraphs in the line count.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/blanklines\">Schließt leere Zeilen in die Zeilenzählung mit ein.</ahelp>" -#. iZdUV +#. yz57v #: 06180000.xhp msgctxt "" "06180000.xhp\n" "hd_id3154476\n" "help.text" -msgid "Lines in text frames" -msgstr "Zeilen in Textrahmen" +msgid "Lines in frames" +msgstr "" -#. 3tKi2 +#. 52nQd #: 06180000.xhp msgctxt "" "06180000.xhp\n" "par_id3150995\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/linesintextframes\">Adds line numbers to text in text frames. The numbering restarts in each text frame, and is excluded from the line count in the main text area of the document.</ahelp> In <link href=\"text/swriter/02/03210000.xhp\" name=\"linked frames\">linked frames</link>, the numbering is not restarted." -msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/linesintextframes\">Versieht Text in Textrahmen mit Zeilennummern. Die Nummerierung beginnt in jedem Textrahmen neu und ist von der Zeilenzählung im Haupttext des Dokuments unabhängig.</ahelp> In <link href=\"text/swriter/02/03210000.xhp\" name=\"verkettete Rahmen\">verketteten Rahmen</link> wird die Nummerierung nicht zurückgesetzt." +msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/linesintextframes\">Adds line numbers to text in frames. The numbering restarts in each frame, and is excluded from the line count in the main text area of the document.</ahelp> In <link href=\"text/swriter/02/03210000.xhp\" name=\"linked frames\">linked frames</link>, the numbering is not restarted." +msgstr "" #. C8CwD #: 06180000.xhp @@ -26332,168 +26368,6 @@ msgctxt "" msgid "Updates items in the current document that have dynamic contents, so as fields and indexes." msgstr "Aktualisiert die Elemente im aktuellen Dokument, die dynamische Inhalte haben, beispielsweise Feldbefehle und Verzeichnisse." -#. za3Bd -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"tit\n" -"help.text" -msgid "Adding Signature Line in Text Documents" -msgstr "Eine Unterschriftzeile in Textdokumente einfügen" - -#. EGN36 -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"bm_id821526779524753\n" -"help.text" -msgid "<bookmark_value>digital signature;add signature line</bookmark_value><bookmark_value>signature line;adding</bookmark_value>" -msgstr "<bookmark_value>Digitale Signatur; Unterschriftzeile hinzufügen</bookmark_value><bookmark_value>Unterschriftzeile; hinzufügen</bookmark_value>" - -#. JjQRb -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id501526421873817\n" -"help.text" -msgid "<variable id=\"addsignatureline01\"><link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Adding Signature Line\">Adding a Signature Line in Text Documents</link></variable>" -msgstr "<variable id=\"addsignatureline01\"><link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Eine Unterschriftzeile einfügen\">Eine Unterschriftzeile in Textdokumente einfügen</link></variable>" - -#. eEJD5 -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id991526423190756\n" -"help.text" -msgid "%PRODUCTNAME Writer can insert a graphic box inside the document representing a signature line of the document." -msgstr "%PRODUCTNAME Writer kann ein Grafikfeld innerhalb des Dokuments einfügen, dass eine Unterschriftszeile des Dokumentes repräsentiert." - -#. FFaDB -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id751526436546030\n" -"help.text" -msgid "<image src=\"media/helpimg/sw_signatureline01.png\" id=\"img_id91526436546031\" width=\"311px\" height=\"179px\"> <alt id=\"alt_id351526436546031\">Signature Line Box</alt> </image>" -msgstr "<image src=\"media/helpimg/sw_signatureline01.png\" id=\"img_id91526436546031\" width=\"311px\" height=\"179px\"><alt id=\"alt_id351526436546031\">Feld Unterschriftzeile</alt></image>" - -#. AgbBh -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id651526423393786\n" -"help.text" -msgid "The signature line displays an horizontal line, a location mark, the name, title and e-mail of signer." -msgstr "Die Unterschriftszeile zeigt eine horizontale Linie, eine Positionsmarkierung, den Namen, Titel und e-Mail-Adresse des Unterzeichners an." - -#. auwte -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id631526467960460\n" -"help.text" -msgid "Name" -msgstr "Name" - -#. mwYBp -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id351526467968348\n" -"help.text" -msgid "<ahelp hid=\".\">Insert the name of the signer. The name is displayed in the signature line graphic box.</ahelp>" -msgstr "<ahelp hid=\".\">Fügt den Namen des Unterzeichners ein. Der Name wird in der Unterschriftzeile angezeigt.</ahelp>" - -#. bucAF -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id171526467974440\n" -"help.text" -msgid "Title" -msgstr "Titel" - -#. fyUJY -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id701526467979209\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the title of the signer. The title is displayed in the signature line graphic box.</ahelp>" -msgstr "<ahelp hid=\".\">Geben Sie den Titel des Unterzeichners ein. Der Titel wird im Grafikfeld der Unterschriftzeile angezeigt.</ahelp>" - -#. Aa59Z -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id431526467986157\n" -"help.text" -msgid "Email" -msgstr "E-Mail" - -#. EnpJD -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id111526467993387\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the e-mail of the signer. The email is not displayed in the signature line graphic box, and is be used for the digital signature.</ahelp>" -msgstr "<ahelp hid=\".\">Geben Sie die E-Mail-Adresse des Unterzeichners ein. Die E-Mail-Adresse wird nicht im Grafikfeld der Unterschriftzeile angezeigt und wird für die digitale Signatur verwendet.</ahelp>" - -#. EpDAG -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id451526468019876\n" -"help.text" -msgid "Signer can add comments" -msgstr "Unterzeichner kann Kommentare hinzufügen" - -#. x49zw -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id531526562791579\n" -"help.text" -msgid "<ahelp hid=\".\">Enable signer to insert comments in the Sign Signature Line dialog at time of signature.</ahelp>" -msgstr "<ahelp hid=\".\">Ermöglicht es dem Unterzeichner, Kommentare im Dialog der Unterschriftzeile zur Zeit der Unterzeichnung einzufügen.</ahelp>" - -#. rAhqF -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id31526468046686\n" -"help.text" -msgid "Show sign date in signature line" -msgstr "Zeige Unterschriftsdatum in der Unterschriftzeile" - -#. xWyoH -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id11526468051934\n" -"help.text" -msgid "<ahelp hid=\".\">Mark this checkbox to display the date of the signature, at the time when the document is digitally signed.</ahelp>" -msgstr "<ahelp hid=\".\">Aktivieren Sie dieses Markierfeld, um das Datum der Unterschrift anzuzeigen, an dem das Dokument digital signiert wurde.</ahelp>" - -#. SGaTf -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id791526468057743\n" -"help.text" -msgid "Instructions to the signer" -msgstr "Anweisungen für den Unterzeichner" - -#. jrvVd -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id131526560799876\n" -"help.text" -msgid "<ahelp hid=\".\">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</ahelp>" -msgstr "<ahelp hid=\".\">Fügen Sie Anweisungen für den Unterzeichner ein. Die Anweisungen erscheinen im Dialog Unterschriftzeile signieren zur Zeit der Unterzeichnung.</ahelp>" - #. 4qVPZ #: format_object.xhp msgctxt "" @@ -29446,159 +29320,6 @@ msgctxt "" msgid "<ahelp hid=\".\">In block selection mode, you can select a rectangular block of text.</ahelp>" msgstr "<ahelp hid=\".\">Im Auswahlmodus Rechteckiger Bereich können Sie entsprechende Blöcke im Text markieren.</ahelp>" -#. MDAYT -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"tit\n" -"help.text" -msgid "Signing the Signature Line" -msgstr "Unterschriftzeile signieren" - -#. DBWeJ -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"bm_id651526779220785\n" -"help.text" -msgid "<bookmark_value>digital signature;sign signature line</bookmark_value><bookmark_value>signature line;signing</bookmark_value>" -msgstr "<bookmark_value>Digitale Signatur;Unterschriftzeile signieren</bookmark_value><bookmark_value>Unterschriftzeile;signieren</bookmark_value>" - -#. RppUk -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id401526575112776\n" -"help.text" -msgid "<variable id=\"signsignatureline01\"><link href=\"text/swriter/01/signsignatureline.xhp\" name=\"Sign Signature Line\">Digitally Signing the Signature Line</link></variable>" -msgstr "<variable id=\"signsignatureline01\"><link href=\"text/swriter/01/signsignatureline.xhp\" name=\"Unterschriftzeile signieren\">Unterschriftzeile digital signieren</link></variable>" - -#. QNtMF -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id611526575121298\n" -"help.text" -msgid "%PRODUCTNAME Writer lets you sign digitally a signature line." -msgstr "In %PRODUCTNAME Writer können Sie eine Unterschriftzeile digital signieren." - -#. TNcxx -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id511526575127337\n" -"help.text" -msgid "On signing a signature line, %PRODUCTNAME Writer fills the line with the name of signer, adds the digital certificate issuer information and optionally insert the date of signature." -msgstr "Beim Signieren einer Unterschriftzeile füllt %PRODUCTNAME Writer die Zeile mit dem Namen des Signierenden, fügt die Informationen zum Aussteller des digitalen Zertifikats an und fügt optional das Datum der Signatur hinzu." - -#. 2S44H -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id291526564031387\n" -"help.text" -msgid "Select the signature line graphic object context menu. Choose <emph>Sign Signature Line</emph>." -msgstr "Öffnen Sie das Kontextmenü des Unterschriftzeilen-Grafikobjekts. Wählen Sie <emph>Unterschriftzeile signieren</emph>." - -#. roSVC -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id311526563971364\n" -"help.text" -msgid "Your Name" -msgstr "Ihr Name" - -#. EDZbU -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id511526564217965\n" -"help.text" -msgid "<ahelp hid=\".\">Enter your name as signer of the document. Your name will be inserted above the signature horizontal line.</ahelp>" -msgstr "<ahelp hid=\".\">Geben Sie Ihren Namen als Signierender des Dokuments ein. Ihr Name erscheint oberhalb der horizontalen Unterschriftzeile.</ahelp>" - -#. AdPnC -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id401526563978041\n" -"help.text" -msgid "Certificate" -msgstr "Zertifikat" - -#. VATQB -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id31526564223526\n" -"help.text" -msgid "<ahelp hid=\".\">Click on the Select Certificate button to open the Select Certificate dialog box, where your certificates are listed. Select the certificate suitable for signing the document.</ahelp>" -msgstr "<ahelp hid=\".\">Klicken Sie auf die Schaltfläche Zertifikat auswählen, um den Dialog Zertifikat auswählen zu öffnen, in dem Ihre Zertifikate aufgelistet sind. Wählen Sie das geeignete Zertifikat zum Signieren des Dokuments.</ahelp>" - -#. 7EAfe -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id251526576138883\n" -"help.text" -msgid "The information of the certificate issuer is inserted in the bottom of the Signature Line object." -msgstr "Die Information des Zertifikat-Besitzers wird im unteren Bereich des Unterschriftzeilen-Objekts eingefügt." - -#. CG8CA -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id301526563985718\n" -"help.text" -msgid "Instructions from the document creator" -msgstr "Anweisungen vom Dokumentenersteller" - -#. GoLTw -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id271526564228571\n" -"help.text" -msgid "<ahelp hid=\".\">This area displays the instructions entered by the document creator when <link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Adding the Signature Line\">adding the signature line</link>.</ahelp>" -msgstr "<ahelp hid=\".\">Dieser Bereich zeigt die Anweisungen, die vom Dokumentersteller beim <link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Hinzufügen der Unterschriftzeile\">Hinzufügen der Unterschriftzeile</link> eingegeben wurden.</ahelp>" - -#. H8zHw -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id161526563992082\n" -"help.text" -msgid "Add comments" -msgstr "Kommentare hinzufügen" - -#. dYbqA -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id21526564234712\n" -"help.text" -msgid "<ahelp hid=\".\">Enter comments about the signature. The comments are displayed in the <emph>Description</emph> field of the certificate.</ahelp>" -msgstr "<ahelp hid=\".\">Geben Sie Kommentare zur Signatur ein. Die Kommentare werden im Feld <emph>Beschreibung</emph> des Zertifikats angezeigt.</ahelp>" - -#. SAEMF -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id621526576147414\n" -"help.text" -msgid "If enabled when the signature line was created, the date of signature is inserted on the top right of the signature line object." -msgstr "Falls beim Erstellen der Unterschriftzeile aktiviert, wird das Datum der Signatur in der oberen rechten Ecke des Unterschriftzeilen-Objekts angezeigt." - -#. GLUyy -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id21526579319036\n" -"help.text" -msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>" -msgstr "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signierte Unterschriftzeile</alt></image>" - #. wDniB #: title_page.xhp msgctxt "" diff --git a/source/de/helpcontent2/source/text/swriter/02.po b/source/de/helpcontent2/source/text/swriter/02.po index 97e509d5bed..77ada389a76 100644 --- a/source/de/helpcontent2/source/text/swriter/02.po +++ b/source/de/helpcontent2/source/text/swriter/02.po @@ -3,15 +3,15 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2018-04-28 04:44+0000\n" -"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" +"PO-Revision-Date: 2019-12-24 16:17+0000\n" +"Last-Translator: kuehl <kuehl@libreoffice.org>\n" +"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter02/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1524890654.000000\n" @@ -106,14 +106,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another." msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Verknüpft den ausgewählten Rahmen mit dem folgenden Rahmen.</ahelp> Der Text fließt automatisch von einem Rahmen in den nächsten." -#. 8tiT2 +#. BA5Cn #: 03210000.xhp msgctxt "" "03210000.xhp\n" "par_id3145244\n" "help.text" -msgid "<image src=\"cmd/sc_chainframes.png\" id=\"img_id3148771\"><alt id=\"alt_id3148771\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_chainframes.png\" id=\"img_id3148771\"><alt id=\"alt_id3148771\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_chainframes.png\" id=\"img_id3148771\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148771\">Icon Link Frames</alt></image>" +msgstr "" #. kcF9p #: 03210000.xhp @@ -313,14 +313,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TableModeFix\" visibility=\"visible\">If this mode is active, changes to a line and/or column affect only the neighboring lines or columns in question.</ahelp>" msgstr "<ahelp hid=\".uno:TableModeFix\" visibility=\"visible\">Ist dieser Modus aktiv, wirken sich Veränderungen an einer Zeile und/oder Spalte nur auf den jeweiligen Nachbarn aus.</ahelp>" -#. GFCW3 +#. ds3eW #: 04220000.xhp msgctxt "" "04220000.xhp\n" "par_id3155896\n" "help.text" -msgid "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\"><alt id=\"alt_id3155903\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\"><alt id=\"alt_id3155903\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155903\">Icon Table: Fixed</alt></image>" +msgstr "" #. aRzgG #: 04220000.xhp @@ -358,14 +358,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TableModeFixProp\" visibility=\"visible\">If this mode is active, changes to the line and/or column affect the entire table.</ahelp>" msgstr "<ahelp hid=\".uno:TableModeFixProp\" visibility=\"visible\">Ist dieser Modus aktiv, so wirken sich Änderungen an einer Zeile und/oder Spalte auf die gesamte Tabelle aus.</ahelp>" -#. CzehF +#. f7A4m #: 04230000.xhp msgctxt "" "04230000.xhp\n" "par_id3145087\n" "help.text" -msgid "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\"><alt id=\"alt_id3156378\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\"><alt id=\"alt_id3156378\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156378\">Icon Table: Fixed, Proportional</alt></image>" +msgstr "" #. nSBPn #: 04230000.xhp @@ -403,14 +403,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TableModeVariable\" visibility=\"visible\">If this mode is active, changes to a line and/or column affect the size of the table.</ahelp>" msgstr "<ahelp hid=\".uno:TableModeVariable\" visibility=\"visible\">Ist dieser Modus aktiv, wirken sich Veränderungen an einer Zeile und/oder Spalte auf die Tabellengröße aus.</ahelp>" -#. kyrCK +#. 5oPk9 #: 04240000.xhp msgctxt "" "04240000.xhp\n" "par_id3145415\n" "help.text" -msgid "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Table: Variable</alt></image>" +msgstr "" #. 6EZas #: 04240000.xhp @@ -511,14 +511,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:RemoveBullets\" visibility=\"visible\">Turns off numbering or bullets in the current paragraph or selected paragraphs.</ahelp>" msgstr "<ahelp hid=\".uno:RemoveBullets\" visibility=\"visible\">Schaltet die Nummerierung beziehungsweise die Aufzählungszeichen für den aktuellen Absatz oder die ausgewählten Absätze aus.</ahelp>" -#. MT9kg +#. p6pTC #: 06040000.xhp msgctxt "" "06040000.xhp\n" "par_id3151177\n" "help.text" -msgid "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\"><alt id=\"alt_id3145083\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\"><alt id=\"alt_id3145083\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145083\">Icon Numbering Off</alt></image>" +msgstr "" #. tfm6a #: 06040000.xhp @@ -691,14 +691,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">Moves a paragraph with subpoints to above the previous paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." msgstr "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">Verschiebt einen Absatz mit Unterabsätzen an die Position oberhalb des vorhergehenden Absatzes.</ahelp> Diese Option ist nur sichtbar, wenn der Cursor in einer nummerierten Liste oder einer Liste mit Aufzählungszeichen steht." -#. fpBvY +#. BRFCD #: 06120000.xhp msgctxt "" "06120000.xhp\n" "par_id3145083\n" "help.text" -msgid "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Move Up with Subpoints</alt></image>" +msgstr "" #. QBCGp #: 06120000.xhp @@ -736,14 +736,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Moves a paragraph with all its subpoints below the following paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." msgstr "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Verschiebt einen Absatz mit allen Unterabsätzen an die Position unterhalb des darauf folgenden Absatzes.</ahelp> Diese Option ist nur sichtbar, wenn der Cursor in einer nummerierten Liste oder einer Liste mit Aufzählungszeichen steht." -#. jZNDe +#. we8BZ #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3145086\n" "help.text" -msgid "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\"><alt id=\"alt_id3156377\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\"><alt id=\"alt_id3156377\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156377\">Icon Move Down with Subpoints</alt></image>" +msgstr "" #. XsMtS #: 06130000.xhp @@ -781,14 +781,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Restarts the text numbering.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." msgstr "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Beginnt die Textnummerierung neu.</ahelp> Diese Option ist nur sichtbar, wenn der Cursor in einer nummerierten Liste oder einer Liste mit Aufzählungszeichen steht." -#. Xo2Dt +#. SLjuC #: 06140000.xhp msgctxt "" "06140000.xhp\n" "par_id3145082\n" "help.text" -msgid "<image src=\"cmd/sc_numberingstart.png\" id=\"img_id3145089\"><alt id=\"alt_id3145089\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_numberingstart.png\" id=\"img_id3145089\"><alt id=\"alt_id3145089\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_numberingstart.png\" id=\"img_id3145089\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145089\">Icon Restart Numbering</alt></image>" +msgstr "" #. dPfnv #: 06140000.xhp @@ -934,14 +934,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ZoomPlus\" visibility=\"visible\">Zooms in to get a close-up view of the document.</ahelp>" msgstr "<ahelp hid=\".uno:ZoomPlus\" visibility=\"visible\">Vergrößert die Dokumentansicht, um mehr Details zu zeigen.</ahelp>" -#. ADShg +#. CCWap #: 10010000.xhp msgctxt "" "10010000.xhp\n" "par_id3154572\n" "help.text" -msgid "<image src=\"cmd/sc_zoomin.png\" id=\"img_id3155895\"><alt id=\"alt_id3155895\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_zoomin.png\" id=\"img_id3155895\"><alt id=\"alt_id3155895\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_zoomin.png\" id=\"img_id3155895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155895\">Icon Zoom In</alt></image>" +msgstr "" #. pBveG #: 10010000.xhp @@ -1051,14 +1051,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ShowTwoPages\" visibility=\"visible\">Displays two pages in the Print Preview window.</ahelp> Uneven numbers will always appear on the right side, even numbers on the left." msgstr "<ahelp hid=\".uno:ShowTwoPages\" visibility=\"visible\">Zeigt in der Druckvorschau zwei Seiten an.</ahelp> Ungerade Seiten werden immer auf der rechten Seite angezeigt, gerade Seiten links." -#. 8gY6Q +#. 5xzpi #: 10050000.xhp msgctxt "" "10050000.xhp\n" "par_id3149292\n" "help.text" -msgid "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\"><alt id=\"alt_id3151170\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\"><alt id=\"alt_id3151170\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151170\">Icon Two Pages Preview</alt></image>" +msgstr "" #. tb5KW #: 10050000.xhp @@ -1706,7 +1706,7 @@ msgctxt "" "par_id3150244\n" "help.text" msgid "<ahelp hid=\".\">You can insert various operators in your formula.</ahelp> Choose from the following functions:" -msgstr "" +msgstr "<ahelp hid=\".\">Sie können verschiedene Operatoren in Ihre Formel einfügen.</ahelp> Folgenden Funktionen stehen zu Auswahl:" #. kN6pM #: 14020000.xhp @@ -2129,7 +2129,7 @@ msgctxt "" "par_id3154263\n" "help.text" msgid "<ahelp hid=\".\">You can choose from the following statistical functions:</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Folgende statistischen Funktionen stehen zur Auswahl:</ahelp>" #. SimgP #: 14020000.xhp @@ -2255,7 +2255,7 @@ msgctxt "" "par_id3153226\n" "help.text" msgid "<ahelp hid=\".\">You can choose from the following trigonometric functions:</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Folgende trigonometrische Funktionen stehen zur Auswahl:</ahelp>" #. HmrvU #: 14020000.xhp @@ -2354,7 +2354,7 @@ msgctxt "" "par_id3149369\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/inputwinmenu/tag\">Calculates the tangent in radians.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/inputwinmenu/tag\">Berechnet den Tangens im Bogenmaß.</ahelp>" #. 4UG3b #: 14020000.xhp @@ -2806,14 +2806,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Transfers the contents of the input line into your document and closes the formula bar. The contents of the input line are inserted at the cursor position in the document.</ahelp>" msgstr "<ahelp hid=\".\">Überträgt den Inhalt der Eingabezeile in Ihr Dokument und schließt die Rechenleiste. Der Inhalt der Eingabezeile wird an der Cursorposition in das Dokument eingefügt.</ahelp>" -#. BXqdY +#. YsphR #: 14040000.xhp msgctxt "" "14040000.xhp\n" "par_id3149286\n" "help.text" -msgid "<image src=\"svx/res/nu01.png\" id=\"img_id3149291\"><alt id=\"alt_id3149291\">Icon</alt></image>" -msgstr "<image src=\"svx/res/nu01.png\" id=\"img_id3149291\"><alt id=\"alt_id3149291\">Symbol</alt></image>" +msgid "<image src=\"svx/res/nu01.png\" id=\"img_id3149291\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149291\">Icon Apply</alt></image>" +msgstr "" #. nwkU8 #: 14040000.xhp @@ -3391,23 +3391,23 @@ msgctxt "" msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties." msgstr "Um eine andere Dokumenteigenschaft als Feldbefehl einzufügen, wählen Sie <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> und nehmen Sie die gewünschten Einstellungen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> vor. Hier finden Sie im Register <emph>Dokumentinfo</emph> sämtliche verfügbaren Felder." -#. yKXfD +#. XDZuz #: 18030700.xhp msgctxt "" "18030700.xhp\n" "tit\n" "help.text" -msgid "Author" -msgstr "Autor" +msgid "First Author (field)" +msgstr "" -#. pULSs +#. 7ACzA #: 18030700.xhp msgctxt "" "18030700.xhp\n" "hd_id3154505\n" "help.text" -msgid "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">Author</link>" -msgstr "<link href=\"text/swriter/02/18030700.xhp\" name=\"Autor\">Autor</link>" +msgid "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">First Author (field)</link>" +msgstr "" #. wAFbk #: 18030700.xhp @@ -3454,14 +3454,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Graphic\">If the <emph>Images and Charts</emph> icon on the <emph>Tools</emph> bar is activated, no graphics are displayed - only empty frames as placeholders.</ahelp>" msgstr "<ahelp hid=\".uno:Graphic\">Ist das Symbol <emph>Bilder und Diagramme</emph> in der Symbolleiste <emph>Extras</emph> aktiviert, so werden anstelle der Grafiken nur leere Rahmen als Platzhalter angezeigt.</ahelp>" -#. ubDCM +#. cpSji #: 18120000.xhp msgctxt "" "18120000.xhp\n" "par_id3151177\n" "help.text" -msgid "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\"><alt id=\"alt_id3156379\">Icon</alt></image>" -msgstr "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\"><alt id=\"alt_id3156379\">Symbol</alt></image>" +msgid "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156379\">Icon Images and Charts</alt></image>" +msgstr "" #. P95p4 #: 18120000.xhp @@ -3517,14 +3517,14 @@ msgctxt "" msgid "On Tools bar, click" msgstr "Klicken Sie in der Symbolleiste Extras auf" -#. xewd4 +#. DPCTF #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3147508\n" "help.text" -msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">Icon</alt></image>" -msgstr "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">Symbol</alt></image>" +msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154840\">Icon Toggle Direct Cursor Mode</alt></image>" +msgstr "" #. yboK5 #: 18130000.xhp @@ -3805,14 +3805,14 @@ msgctxt "" msgid "<link href=\"text/swriter/02/19050000.xhp\" name=\"Text Animation\">Text Animation</link>" msgstr "<link href=\"text/swriter/02/19050000.xhp\" name=\"Lauftext\">Lauftext</link>" -#. nR5SH +#. aDAnh #: 19050000.xhp msgctxt "" "19050000.xhp\n" "par_id3149286\n" "help.text" -msgid "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\"><alt id=\"alt_id3149292\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\"><alt id=\"alt_id3149292\">Symbol</alt></image>" +msgid "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149292\">Icon Text Animation</alt></image>" +msgstr "" #. Hp96F #: 19050000.xhp @@ -3849,4 +3849,3 @@ msgctxt "" "help.text" msgid "<ahelp hid=\".uno:StateWordCount\">The number of words in the document and selection is displayed in this field of the status bar. A double-click opens the <link href=\"text/swriter/01/06040000.xhp\" name=\"Word Count\">word count dialog</link>, which shows extra document statistics.</ahelp>" msgstr "<ahelp hid=\".uno:StateWordCount\">Die Wortanzahl in dem Dokument beziehungsweise in dem markierten Abschnitt wird in diesem Feld der Statusleiste angezeigt. Ein Doppelklick öffnet den <link href=\"text/swriter/01/06040000.xhp\" name=\"Word Count\">Dialog \"Wörter zählen\"</link>, der weitere statistische Angaben zu dem Dokument anzeigt.</ahelp>" - diff --git a/source/de/helpcontent2/source/text/swriter/04.po b/source/de/helpcontent2/source/text/swriter/04.po index 10869226437..131e458278a 100644 --- a/source/de/helpcontent2/source/text/swriter/04.po +++ b/source/de/helpcontent2/source/text/swriter/04.po @@ -3,17 +3,17 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-07-11 18:38+0200\n" -"PO-Revision-Date: 2018-04-22 12:21+0000\n" -"Last-Translator: Sophia Schröder <sophia.schroeder@outlook.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2019-12-17 14:18+0100\n" +"PO-Revision-Date: 2019-12-24 16:17+0000\n" +"Last-Translator: kuehl <kuehl@libreoffice.org>\n" +"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter04/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.9.1\n" "X-POOTLE-MTIME: 1524399701.000000\n" #. brcGC @@ -221,15 +221,15 @@ msgctxt "" "par_id451547122572675\n" "help.text" msgid "Shift+F5" -msgstr "" +msgstr "Umschalt+F5" -#. 4HBb2 +#. E4Zqz #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id191547122572675\n" "help.text" -msgid "Places the cursor at the position it had when the file was last saved. This only works if an author’s name is provided in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem>." +msgid "Moves the cursor to the position that it had when the document was last saved before it was last closed." msgstr "" #. GEWBz @@ -2212,23 +2212,23 @@ msgctxt "" msgid "Esc" msgstr "Esc" -#. YzJwP +#. 2Rxbk #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149024\n" "help.text" -msgid "Cursor is inside a text frame and no text is selected: Escape selects the text frame." -msgstr "Cursor steht in einem Textrahmen und kein Text ist ausgewählt: Esc wählt den Textrahmen aus." +msgid "Cursor is inside a frame and no text is selected: Escape selects the frame." +msgstr "" -#. zC5Pc +#. 9B5YD #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149039\n" "help.text" -msgid "Text frame is selected: Escape clears the cursor from the text frame." -msgstr "Textrahmen ist ausgewählt: Esc entfernt den Cursor aus dem Textrahmen." +msgid "Frame is selected: Escape clears the cursor from the frame." +msgstr "" #. aCq7z #: 01020000.xhp @@ -2239,14 +2239,14 @@ msgctxt "" msgid "F2 or Enter or any key that produces a character on screen" msgstr "F2 oder Eingabetaste oder eine beliebige Taste, die ein Zeichen auf dem Bildschirm erzeugt" -#. kTaZn +#. 3dnSh #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149890\n" "help.text" -msgid "If a text frame is selected: positions the cursor to the end of the text in the text frame. If you press any key that produces a character on screen, and the document is in edit mode, the character is appended to the text." -msgstr "Wenn ein Textrahmen ausgewählt ist: Setzt den Cursor an das Ende des Textes im Textrahmen. Wenn Sie im Bearbeitungsmodus eine Taste drücken, die ein Zeichen auf dem Bildschirm erzeugt, wird das entsprechende Zeichen hinten an den Text angefügt." +msgid "If a frame is selected: positions the cursor to the end of the text in the frame. If you press any key that produces a character on screen, and the document is in edit mode, the character is appended to the text." +msgstr "" #. EHxBu #: 01020000.xhp diff --git a/source/de/helpcontent2/source/text/swriter/guide.po b/source/de/helpcontent2/source/text/swriter/guide.po index 8f29643eb49..1868904e791 100644 --- a/source/de/helpcontent2/source/text/swriter/guide.po +++ b/source/de/helpcontent2/source/text/swriter/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-08-10 04:37+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2878,14 +2878,14 @@ msgctxt "" msgid "Using Captions" msgstr "Beschriftungen verwenden" -#. ACbSy +#. KJCFz #: captions.xhp msgctxt "" "captions.xhp\n" "bm_id3147691\n" "help.text" -msgid "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>text frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>" -msgstr "<bookmark_value>Einfügen; Beschriftungen</bookmark_value><bookmark_value>Beschriftungen; einfügen und bearbeiten</bookmark_value><bookmark_value>Bearbeiten; Beschriftungen</bookmark_value><bookmark_value>Objekte; beschriften</bookmark_value><bookmark_value>Tabellen; beschriften</bookmark_value><bookmark_value>Rahmen; beschriften</bookmark_value><bookmark_value>Diagramme; beschriften</bookmark_value><bookmark_value>Textrahmen; beschriften</bookmark_value><bookmark_value>Zeichenobjekte; Beschriftungen einfügen</bookmark_value><bookmark_value>Legenden; siehe auch Beschriftungen</bookmark_value>" +msgid "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>" +msgstr "" #. S9d5u #: captions.xhp @@ -8818,6 +8818,15 @@ msgctxt "" msgid "If you want to use a different paragraph style as a table of contents entry, select the <item type=\"menuitem\">Additional Styles</item> check box in the <item type=\"menuitem\">Create from</item> area, and then click the <item type=\"menuitem\">Assign styles</item> button next to the check box. In the <item type=\"menuitem\">Assign Styles</item> dialog, click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the chapter level for the paragraph style." msgstr "Um eine abweichende Absatzvorlage für das Inhaltsverzeichnis zu verwenden, aktivieren Sie im Bereich <item type=\"menuitem\">Erzeugen aus</item> das Feld <item type=\"menuitem\">Weitere Vorlagen</item> und klicken anschließend auf die Schaltfläche <item type=\"menuitem\">Vorlage zuweisen...</item>. Im Dialog <item type=\"menuitem\">Vorlagen zuweisen</item> klicken Sie auf die Vorlage in der Liste und anschließend auf die Schaltfläche <item type=\"menuitem\">>></item> oder <item type=\"menuitem\"><<</item>, um die Kapitelebene für die Absatzvorlage festzulegen." +#. a7Nyb +#: indices_toc.xhp +msgctxt "" +"indices_toc.xhp\n" +"par_id1001574720273772\n" +"help.text" +msgid "%PRODUCTNAME creates the table of contents entries based on the chapter level of the paragraph style and the paragraph contents. If the paragraph is empty, it will not be included in the table of contents. To force the empty paragraph to be listed in the table of contents, manually add a space or a non breaking space to the paragraph. Spaces added in the <emph>After</emph> text box of the Numbering tab in the Chapter Numbering dialog will not work for this purpose, since they are part of the paragraph numbering, not the paragraph contents." +msgstr "" + #. Fdoe5 #: indices_toc.xhp msgctxt "" @@ -10978,14 +10987,14 @@ msgctxt "" msgid "To Change the Page Background" msgstr "So ändern Sie den Seitenhintergrund" -#. PJ8gN +#. gsKDm #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN10827\n" "help.text" -msgid "Choose <emph>View - Styles</emph>." -msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> (F11)." +msgstr "" #. ER3fT #: pagebackground.xhp @@ -11041,23 +11050,23 @@ msgctxt "" msgid "To apply the new page style to all subsequent pages, select the name of the new page style." msgstr "Um die neue Seitenvorlage allen nachfolgenden Seiten zuzuweisen, wählen Sie den Namen der neuen Seitenvorlage aus." -#. bBhFQ +#. VwG2A #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN1085F\n" "help.text" -msgid "Click the <emph>Background</emph> tab." -msgstr "Klicken Sie auf das Register <emph>Hintergrund</emph>." +msgid "Click the <emph>Area</emph> tab." +msgstr "" -#. aVDSn +#. FivVF #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN10867\n" "help.text" -msgid "In the list box at the top, select whether you want a solid color or a graphic. Then select your options from the tab page." -msgstr "Legen Sie mithilfe des oberen Listenfelds fest, ob der Hintergrund einfarbig sein soll oder ob Sie eine Grafik wünschen. Wählen Sie dann aus dem Register die gewünschten Möglichkeiten aus." +msgid "Select whether you want a solid color or a graphic. Then select your options from the tab page." +msgstr "" #. Wx8wE #: pagebackground.xhp @@ -11086,14 +11095,14 @@ msgctxt "" msgid "Before you begin, ensure that you have created a page style that uses a page background. See <link href=\"text/swriter/guide/pagebackground.xhp#define\">To Change the Page Background</link> for details." msgstr "Vergewissern Sie sich zuerst, dass Sie eine Seitenvorlage mit Seitenhintergrund erstellt haben. Ausführliche Informationen finden Sie in <link href=\"text/swriter/guide/pagebackground.xhp#define\">So ändern Sie den Seitenhintergrund</link>." -#. 7AGc4 +#. zrFB3 #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN10892\n" "help.text" -msgid "Choose <emph>View - Styles</emph>." -msgstr "Wählen Sie <emph>Ansicht - Formatvorlagen</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> (F11)." +msgstr "" #. Pr9iF #: pagebackground.xhp @@ -11140,14 +11149,14 @@ msgctxt "" msgid "Click in front of the first character of the paragraph where you want to change the page background." msgstr "Klicken Sie in dem Absatz, in dem Sie den Seitenhintergrund ändern möchten, auf die Stelle vor dem ersten Zeichen dieses Absatzes." -#. CrwyY +#. p4WdD #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN108C1\n" "help.text" -msgid "Choose <emph>Insert - Manual Break</emph>." -msgstr "Wählen Sie <emph>Einfügen - Manueller Umbruch</emph>." +msgid "Choose <menuitem>Insert - Manual Break</menuitem>." +msgstr "" #. GkxXk #: pagebackground.xhp @@ -16747,14 +16756,14 @@ msgctxt "" msgid "Using a Frame to Center Text on a Page" msgstr "Zentrieren von Text mittels Rahmen" -#. Beo25 +#. b3dV2 #: text_centervert.xhp msgctxt "" "text_centervert.xhp\n" "bm_id3155177\n" "help.text" -msgid "<bookmark_value>text frames; centering on pages</bookmark_value> <bookmark_value>centering;text frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>" -msgstr "<bookmark_value>Textrahmen; auf Seiten zentrieren</bookmark_value><bookmark_value>Zentrieren; Textrahmen auf Seiten</bookmark_value><bookmark_value>Titelseiten; Text auf Titelseiten zentrieren</bookmark_value>" +msgid "<bookmark_value>frames; centering on pages</bookmark_value> <bookmark_value>centering;frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>" +msgstr "" #. DwAcK #: text_centervert.xhp @@ -17017,50 +17026,50 @@ msgctxt "" msgid "Use Fontwork. To open the Fontwork window, click the Fontwork Gallery icon on the Drawing bar." msgstr "Verwenden Sie Fontwork. Sie öffnen das Fontwork-Fenster durch Klicken auf das Symbol Fontwork auf der Symbolleiste Zeichnung." -#. 4BM7c +#. CiExc #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "tit\n" "help.text" -msgid "Inserting, Editing, and Linking Text Frames" -msgstr "Einfügen, Bearbeiten und Verketten von Textrahmen" +msgid "Inserting, Editing, and Linking Frames" +msgstr "" -#. xkkVy +#. 5QyBg #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "bm_id3149487\n" "help.text" -msgid "<bookmark_value>text frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>resizing;text frames, by mouse</bookmark_value> <bookmark_value>scaling; text frames, by mouse</bookmark_value> <bookmark_value>links;text frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding text frames from printing</bookmark_value>" -msgstr "<bookmark_value>Textrahmen; einfügen/bearbeiten/verketten</bookmark_value> <bookmark_value>Bearbeiten; Textrahmen</bookmark_value><bookmark_value>Einfügen; Textrahmen</bookmark_value><bookmark_value>Größe ändern; Textrahmen, mit der Maus</bookmark_value><bookmark_value>Skalierung; Textrahmen, mit der Maus</bookmark_value><bookmark_value>Verkettung; Textrahmen</bookmark_value><bookmark_value>Textfluss; zwischen Rahmen</bookmark_value><bookmark_value>Rahmen; verketten</bookmark_value><bookmark_value>Drucken; Text vom Druck ausschließen</bookmark_value>" +msgid "<bookmark_value>frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;frames</bookmark_value> <bookmark_value>inserting;frames</bookmark_value> <bookmark_value>resizing;frames, by mouse</bookmark_value> <bookmark_value>scaling; frames, by mouse</bookmark_value> <bookmark_value>links;frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding frames from printing</bookmark_value>" +msgstr "" -#. GTZ2B +#. XN4cq #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3149487\n" "help.text" -msgid "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Text Frames\">Inserting, Editing, and Linking Text Frames</link></variable>" -msgstr "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Einfügen, Bearbeiten und Verketten von Textrahmen\">Einfügen, Bearbeiten und Verketten von Textrahmen</link></variable>" +msgid "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Frames\">Inserting, Editing, and Linking Frames</link></variable>" +msgstr "" -#. T26YG +#. JY4Cz #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3149842\n" "help.text" -msgid "A text frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text." -msgstr "Textrahmen sind \"Behälter\" für Text und Grafiken, die Sie auf der Seite beliebig positionieren können. Sie können Rahmen auch verwenden, um Text mit einem Spaltenlayout zu versehen." +msgid "A frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text." +msgstr "" -#. HEucf +#. WuTkK #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3156104\n" "help.text" -msgid "To Insert a Text Frame" -msgstr "So fügen Sie einen Textrahmen ein:" +msgid "To Insert a Frame" +msgstr "" #. yqfuF #: text_frame.xhp @@ -17080,23 +17089,23 @@ msgctxt "" msgid "Choose <emph>Insert - Frame</emph>, and click OK." msgstr "Wählen Sie <emph>Einfügen - Rahmen</emph> und klicken Sie auf OK." -#. MrG8E +#. TDcUM #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3145115\n" "help.text" -msgid "To Edit a Text Frame" -msgstr "So bearbeiten Sie einen Textrahmen:" +msgid "To Edit a Frame" +msgstr "" -#. GxKCC +#. oPhnC #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3149578\n" "help.text" -msgid "To edit the contents of a text frame, click in the frame, and make the changes that you want." -msgstr "Um den Inhalt eines Textrahmens zu bearbeiten, klicken Sie in den Rahmen und nehmen die gewünschten Änderungen vor." +msgid "To edit the contents of a frame, click in the frame, and make the changes that you want." +msgstr "" #. jjneJ #: text_frame.xhp @@ -17107,14 +17116,14 @@ msgctxt "" msgid "To edit a frame, select the frame, right-click, and then choose a formatting option. You can also right-click the selected frame, and choose <emph>Frame</emph>." msgstr "Um einen Rahmen zu bearbeiten, wählen Sie ihn aus und wählen dann eine Formatierungsoption. Sie können auch auf den ausgewählten Rahmen rechtsklicken und <emph>Rahmen</emph> wählen." -#. vegBE +#. 4xw7Q #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3156261\n" "help.text" -msgid "To resize a text frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame." -msgstr "Um die Größe eines Textrahmens zu ändern, klicken Sie auf einen seiner Ränder und ziehen Sie dann an einer Ecke oder Kante. Um das Seitenverhältnis des Rahmens zu bewahren, halten Sie beim Ziehen die Umschalttaste gedrückt." +msgid "To resize a frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame." +msgstr "" #. buehC #: text_frame.xhp @@ -17125,23 +17134,23 @@ msgctxt "" msgid "To Hide Text From Printing" msgstr "So schließen Sie Text vom Drucken aus:" -#. 6AQfD +#. K2BJm #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3154262\n" "help.text" -msgid "Any Writer text frame can be set to a mode which allows viewing the text on screen, but hides the text from printing." -msgstr "Jeder Writer-Textrahmen kann so eingestellt werden, dass er zwar auf dem Bildschirm, nicht aber im Ausdruck sichtbar ist." +msgid "Any Writer frame can be set to a mode which allows viewing the text on screen, but hides the text from printing." +msgstr "" -#. FC4BY +#. 2DYo3 #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3154858\n" "help.text" -msgid "Select the text frame (you see the eight handles)." -msgstr "Wählen Sie den Textrahmen aus (die acht Griffe werden sichtbar)." +msgid "Select the frame (you see the eight handles)." +msgstr "" #. eamsW #: text_frame.xhp @@ -17161,23 +17170,23 @@ msgctxt "" msgid "In the <emph>Properties</emph> area, unmark the <emph>Print</emph> check box and click <emph>OK</emph>." msgstr "Deaktivieren Sie im Bereich <emph>Eigenschaften</emph> das Markierfeld <emph>Drucken</emph>, und klicken Sie auf <emph>OK</emph>." -#. jCGTB +#. 85fLs #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3148701\n" "help.text" -msgid "To Link Text Frames" -msgstr "So verbinden Sie Textrahmen:" +msgid "To Link Frames" +msgstr "" -#. 6wEGE +#. AqEGm #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3149986\n" "help.text" -msgid "You can link Writer text frames so that their contents automatically flow from one frame to another." -msgstr "Sie können Writer-Textrahmen so miteinander verketten, dass ihr Inhalt automatisch von einem Rahmen in den nächsten fließt." +msgid "You can link Writer frames so that their contents automatically flow from one frame to another." +msgstr "" #. AFrkj #: text_frame.xhp @@ -17188,14 +17197,14 @@ msgctxt "" msgid "Click the edge of a frame that you want to link. Selection handles appear on the edges of the frame." msgstr "Klicken Sie auf die Kante des zu verkettenden Rahmens. An den Kanten des Rahmens erscheinen Auswahlgriffe." -#. NB84a +#. aBJGi #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3150223\n" "help.text" -msgid "On the <item type=\"menuitem\">Frame</item> Bar, click the <item type=\"menuitem\">Link Frames</item> icon <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Icon</alt></image>." -msgstr "Auf der Symbolleiste <item type=\"menuitem\">Rahmen</item> klicken Sie auf das Symbol <item type=\"menuitem\">Verketten</item> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Symbol</alt></image>." +msgid "On the <item type=\"menuitem\">Frame</item> Bar, click the <item type=\"menuitem\">Link Frames</item> icon<image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Icon</alt></image>." +msgstr "" #. vEBwD #: text_frame.xhp @@ -17746,14 +17755,14 @@ msgctxt "" msgid "Place the cursor in the document where you want to insert the file." msgstr "Setzen Sie den Cursor in Ihrem Dokument an die Stelle, an der Sie die Datei einfügen möchten." -#. XCVLy +#. qKtc5 #: textdoc_inframe.xhp msgctxt "" "textdoc_inframe.xhp\n" "par_id3147412\n" "help.text" -msgid "Choose <emph>Insert - File</emph>." -msgstr "Wählen Sie <emph>Einfügen - Datei</emph>." +msgid "Choose <menuitem>Insert - Text from File</menuitem>." +msgstr "" #. jNsFu #: textdoc_inframe.xhp @@ -18160,14 +18169,14 @@ msgctxt "" msgid "Select the paragraph(s) that you want to add bullets to." msgstr "Wählen Sie den oder die mit Aufzählungszeichen zu versehenden Absätze aus." -#. Yx5zS +#. SjDdr #: using_numbered_lists.xhp msgctxt "" "using_numbered_lists.xhp\n" "par_id3149635\n" "help.text" -msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156108\">Icon</alt></image>." -msgstr "Klicken Sie in der Symbolleiste <item type=\"menuitem\">Format</item> auf das Symbol <item type=\"menuitem\">Aufzählungsliste ein/aus</item> <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156108\">Symbol</alt></image>." +msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156108\">Icon</alt></image> (Shift-F12)." +msgstr "" #. fd4ap #: using_numbered_lists.xhp @@ -18196,14 +18205,23 @@ msgctxt "" msgid "To change the formatting of a bulleted list, choose <item type=\"menuitem\">Format - Bullets and Numbering</item>." msgstr "Um die Formatierung einer Aufzählungsliste zu bearbeiten, wählen Sie <item type=\"menuitem\">Format - Aufzählungszeichen und Nummerierung...</item>." -#. EfcyW +#. wyMSC #: using_numbered_lists.xhp msgctxt "" "using_numbered_lists.xhp\n" "par_id3153390\n" "help.text" -msgid "For example, to change the bulleting symbol, click the <item type=\"menuitem\">Options</item> tab, click the <item type=\"menuitem\">Select</item> button next to <item type=\"menuitem\">Character</item>, and then select a special character. You can also click the <item type=\"menuitem\">Image</item> tab, and then click a symbol style in the <item type=\"menuitem\">Selection</item> area." -msgstr "Um beispielsweise die Symbole für die Aufzählungszeichen zu ändern, klicken Sie auf das Register <item type=\"menuitem\">Optionen</item>, dann neben <item type=\"menuitem\">Zeichen</item> auf die Schaltfläche <item type=\"menuitem\">Durchsuchen...</item> und wählen Sie ein Sonderzeichen aus. Sie können auch auf das Register <item type=\"menuitem\">Bild</item> und dann auf eine Symbolvorlage im Bereich <item type=\"menuitem\">Auswahl</item> klicken." +msgid "Click on the <item type=\"menuitem\">Bullet</item> tab or the <item type=\"menuitem\">Image</item> tab, and then select a symbol style in the <item type=\"menuitem\">Selection</item> area." +msgstr "" + +#. XtKb5 +#: using_numbered_lists.xhp +msgctxt "" +"using_numbered_lists.xhp\n" +"par_id3153399\n" +"help.text" +msgid "To introduce another bulleting symbol, click on the <item type=\"menuitem\">Customize</item> tab, click the <item type=\"menuitem\">Select</item> button next to <item type=\"menuitem\">Character</item>, then select a special character." +msgstr "" #. xJEoQ #: using_numbered_lists2.xhp @@ -19230,4 +19248,3 @@ msgctxt "" "help.text" msgid "<link href=\"text/swriter/01/05060201.xhp\" name=\"Contour Editor\">Contour Editor</link>" msgstr "<link href=\"text/swriter/01/05060201.xhp\" name=\"Kontur-Editor\">Kontur-Editor</link>" - |