diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-02-11 19:03:21 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-02-11 19:16:30 +0100 |
commit | 614eb3429622290c320d137cfa9d8b908c56f9ab (patch) | |
tree | e5a7cd968f01648337f30b2eac4b1fe153e63c43 /source/nl/helpcontent2 | |
parent | 37a6f521ec6303193d6057736ff414ef7c62c6d4 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: Ib8c90ab28e150c029e92a9621e65cf00ebba33c6
Diffstat (limited to 'source/nl/helpcontent2')
18 files changed, 956 insertions, 391 deletions
diff --git a/source/nl/helpcontent2/source/auxiliary.po b/source/nl/helpcontent2/source/auxiliary.po index a6faef61dd5..339d79509e2 100644 --- a/source/nl/helpcontent2/source/auxiliary.po +++ b/source/nl/helpcontent2/source/auxiliary.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-11-25 17:08+0100\n" -"PO-Revision-Date: 2019-09-01 13:20+0000\n" -"Last-Translator: Cor Nouws <cor.nouws@documentfoundation.org>\n" -"Language-Team: Dutch <https://vm137.documentfoundation.org/projects/libo_help-master/auxiliary/nl/>\n" +"PO-Revision-Date: 2020-01-24 14:44+0000\n" +"Last-Translator: vpanter <Leo.Moons@proximus.be>\n" +"Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/auxiliary/nl/>\n" "Language: nl\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: 1562618869.000000\n" #. fEEXD @@ -590,7 +590,7 @@ msgctxt "" "1013\n" "node.text" msgid "Load, Save, Import, Export, PDF" -msgstr "" +msgstr "Laden, Opslaan, Importeren, Exporteren, PDF" #. Ty8Du #: shared.tree diff --git a/source/nl/helpcontent2/source/text/sbasic/python.po b/source/nl/helpcontent2/source/text/sbasic/python.po index daaa3553d40..1c649cd6ba0 100644 --- a/source/nl/helpcontent2/source/text/sbasic/python.po +++ b/source/nl/helpcontent2/source/text/sbasic/python.po @@ -3,9 +3,9 @@ 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-12-17 11:23+0000\n" -"Last-Translator: kees538 <kees538@gmail.com>\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" +"PO-Revision-Date: 2020-02-01 14:37+0000\n" +"Last-Translator: Hendrik Maryns <hendrik@hendrikmaryns.name>\n" "Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicpython/nl/>\n" "Language: nl\n" "MIME-Version: 1.0\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.9.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561015009.000000\n" #. naSFZ @@ -322,13 +322,13 @@ msgctxt "" msgid "Examples in <link href=\"text/sbasic/python/python_screen.xhp\" name=\"Input/Output to Screen\">Input/Output to Screen</link> detail Python to Basic invocation calls. <link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Monitoring Document Events</link> illustrates the usage of *args Python idiom to print a variable number of parameters to <literal>Access2Base</literal> logging console dialog." msgstr "" -#. 5FhNb +#. dt25D #: python_2_basic.xhp msgctxt "" "python_2_basic.xhp\n" "N0374\n" "help.text" -msgid "At time of development you can interrupt Python script execution using <link href=\"https://berma.pagesperso-orange.fr/index2.html\" name=\"Xray extension\">Xray extension</link> in order to inspect properties and methods of UNO objects. The ASPO extension debugger allows object introspection using either Xray either MRI extensions." +msgid "At time of development you can interrupt Python script execution using <link href=\"https://berma.pagesperso-orange.fr/index2.html\" name=\"Xray extension\">Xray extension</link> in order to inspect properties and methods of UNO objects. The APSO extension debugger allows object introspection using either Xray either MRI extensions." msgstr "" #. F8dF9 @@ -437,7 +437,7 @@ msgctxt "" "N0337\n" "help.text" msgid "%PRODUCTNAME static dialogs are created with the <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"dialog editor\">Dialog editor</link> and are stored in varying places according to their personal (My Macros), shared (%PRODUCTNAME Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other <link href=\"text/shared/guide/scripting.xhp\">%PRODUCTNAME supported language</link> for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity." -msgstr "" +msgstr "Statische dialoogvensters van %PRODUCTNAME worden gecreëerd met de <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"dialog editor\">Dialoogbewerker</link> en worden opgeslagen op verschillende plaatsen in overeenstemming met hun persoonlijke (Mijn macro’s), gedeelde (%PRODUCTNAME-macro’s) of in het document ingebedde aard. Omgekeerd, dynamische dialoogvensters worden tijdens het uitvoeren geconstrueerd, van Basic- of Python-scripts, of door gebruik te maken van een andere <link href=\"text/shared/guide/scripting.xhp\">door %PRODUCTNAME ondersteunde taal</link>. Het openen van statische dialoogvensters met Python wordt hierbij gedemonstreerd. Het omgaan met uitzonderingen en internationalisering worden weggelaten voor de helderheid." #. BNxEA #: python_dialogs.xhp diff --git a/source/nl/helpcontent2/source/text/sbasic/shared.po b/source/nl/helpcontent2/source/text/sbasic/shared.po index 92487311edf..6d1b9f48a01 100644 --- a/source/nl/helpcontent2/source/text/sbasic/shared.po +++ b/source/nl/helpcontent2/source/text/sbasic/shared.po @@ -3,9 +3,9 @@ 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-12-24 18:00+0100\n" -"PO-Revision-Date: 2019-12-17 11:23+0000\n" -"Last-Translator: vpanter <leo.moons@telenet.be>\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" +"PO-Revision-Date: 2020-02-10 17:44+0000\n" +"Last-Translator: vpanter <Leo.Moons@proximus.be>\n" "Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/nl/>\n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -203,7 +203,7 @@ msgctxt "" "par_id3153381\n" "help.text" msgid "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character." -msgstr "U kunt de locale instellingen die worden gebruikt voor het beheren van de opmaak van getallen, datums en valuta instellen in $[officename] Basic in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Voorkeuren</caseinline><defaultinline>Extra - Opties</defaultinline></switchinline> - Taalinstellingen - Talen</emph>. In opmaakcodes in Basic wordt altijd de decimale punt (<emph>.</emph>) gebruikt als <emph>tijdelijke aanduiding</emph> voor het decimale scheidingsteken dat is gedefinieerd in uw locale instellingen en zal door het overeenkomende teken worden vervangen." +msgstr "U kunt de locale instellingen die worden gebruikt voor het beheren van de opmaak van getallen, datums en valuta instellen in $[officename] Basic in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Voorkeuren</emph></caseinline><defaultinline><emph>Extra - Opties</emph></defaultinline></switchinline> <emph>- Taalinstellingen - Talen</emph>. In opmaakcodes in Basic wordt altijd de decimale punt (<emph>.</emph>) gebruikt als <emph>tijdelijke aanduiding</emph> voor het decimale scheidingsteken dat is gedefinieerd in uw locale instellingen en zal door het overeenkomende teken worden vervangen." #. 6NcoV #: 00000003.xhp @@ -20480,7 +20480,7 @@ msgctxt "" "par_id3150793\n" "help.text" msgid "<emph>Number:</emph> Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values." -msgstr "<emph>Getal:</emph> Elke numerieke expressie die de macht specificeert waarmee e (de basis van natuurlijke logaritmen) moet worden verhoogd. De macht moet voor zowel enkel-precisie getallen <= 88.02969 en dubbel-precisie getallen <= 709.782712893 zijn, aangezien $[officename] BASIC een overloop-fout teruggeeft voor getallen die deze waarden overschrijden." +msgstr "<emph>Getal:</emph> Elke numerieke expressie die de macht specificeert waarmee e (de basis van natuurlijke logaritmen) moet worden verhoogd. De macht moet voor zowel enkel-precisie getallen kleiner dan of gelijk aan 88.02969 en dubbel-precisie getallen kleiner dan of gelijk aan 709.782712893 zijn, aangezien $[officename] BASIC een overloop-fout teruggeeft voor getallen die deze waarden overschrijden." #. qVvq3 #: 03080201.xhp @@ -39994,13 +39994,13 @@ msgctxt "" msgid "BasicCodeStubs" msgstr "BasicCodeStubs" -#. 5ZFRE +#. gvH3T #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "tit\n" "help.text" -msgid "CompatibleMode function" +msgid "CompatibilityMode function" msgstr "" #. 7mPvG diff --git a/source/nl/helpcontent2/source/text/scalc.po b/source/nl/helpcontent2/source/text/scalc.po index 9ca616e18fe..1d3c9027e7d 100644 --- a/source/nl/helpcontent2/source/text/scalc.po +++ b/source/nl/helpcontent2/source/text/scalc.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: 2020-01-07 14:09+0100\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" "PO-Revision-Date: 2019-12-17 11:23+0000\n" "Last-Translator: Henk van der Burg <h.vdburg@hccnet.nl>\n" "Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/nl/>\n" @@ -295,13 +295,13 @@ msgctxt "" msgid "<link href=\"text/scalc/main0104.xhp\" name=\"Insert\">Insert</link>" msgstr "<link href=\"text/scalc/main0104.xhp\" name=\"Invoegen\">Invoegen</link>" -#. vJ4Ep +#. S38tX #: 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 images, text boxes, object, media, cell names and much more into the current sheet.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>Insert</emph> 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 @@ -376,13 +376,13 @@ msgctxt "" msgid "Time" msgstr "" -#. 6Aizu +#. jTQVa #: main0104.xhp msgctxt "" "main0104.xhp\n" "par_id91577295463980\n" "help.text" -msgid "Inserts the current time in the cell" +msgid "Inserts the current time in the cell." msgstr "" #. CzRJY @@ -394,13 +394,13 @@ msgctxt "" msgid "Field" msgstr "" -#. wWXMc +#. FR5ZL #: 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." +msgid "Opens a sub-menu for selecting the date, sheet name or document title in the cell." msgstr "" #. JP4tR diff --git a/source/nl/helpcontent2/source/text/scalc/00.po b/source/nl/helpcontent2/source/text/scalc/00.po index e706c49343d..4ffde2f439f 100644 --- a/source/nl/helpcontent2/source/text/scalc/00.po +++ b/source/nl/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: 2020-01-07 14:09+0100\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" "PO-Revision-Date: 2019-12-24 16:19+0000\n" "Last-Translator: Henk van der Burg <h.vdburg@hccnet.nl>\n" "Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc00/nl/>\n" @@ -1735,184 +1735,184 @@ msgctxt "" msgid "Available since release" msgstr "Beschikbaar sinds versie" -#. rb2GF +#. FSRQP #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551701041690\n" "help.text" -msgid "This function is available since %PRODUCTNAME 3.3" +msgid "This function is available since %PRODUCTNAME 3.3." msgstr "" -#. cWt2c +#. f7Pu4 #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041690\n" "help.text" -msgid "This function is available since %PRODUCTNAME 3.4" +msgid "This function is available since %PRODUCTNAME 3.4." msgstr "" -#. DJYpo +#. ctCQZ #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041635\n" "help.text" -msgid "This function is available since %PRODUCTNAME 3.5" +msgid "This function is available since %PRODUCTNAME 3.5." msgstr "" -#. movhF +#. s2cEc #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041636\n" "help.text" -msgid "This function is available since %PRODUCTNAME 3.6" +msgid "This function is available since %PRODUCTNAME 3.6." msgstr "" -#. ZabjA +#. VJxhP #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041640\n" "help.text" -msgid "This function is available since %PRODUCTNAME 4.0" +msgid "This function is available since %PRODUCTNAME 4.0." msgstr "" -#. 8DzKR +#. CBpb7 #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041641\n" "help.text" -msgid "This function is available since %PRODUCTNAME 4.1" +msgid "This function is available since %PRODUCTNAME 4.1." msgstr "" -#. ZTLzW +#. 2cFVC #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041642\n" "help.text" -msgid "This function is available since %PRODUCTNAME 4.2" +msgid "This function is available since %PRODUCTNAME 4.2." msgstr "" -#. 86mak +#. iV7XA #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041643\n" "help.text" -msgid "This function is available since %PRODUCTNAME 4.3" +msgid "This function is available since %PRODUCTNAME 4.3." msgstr "" -#. YVyh9 +#. ZwQHj #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041644\n" "help.text" -msgid "This function is available since %PRODUCTNAME 4.4" +msgid "This function is available since %PRODUCTNAME 4.4." msgstr "" -#. zDETc +#. jcAXr #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041650\n" "help.text" -msgid "This function is available since %PRODUCTNAME 5.0" +msgid "This function is available since %PRODUCTNAME 5.0." msgstr "" -#. SawAv +#. zV2VV #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041651\n" "help.text" -msgid "This function is available since %PRODUCTNAME 5.1" +msgid "This function is available since %PRODUCTNAME 5.1." msgstr "" -#. z6ZA8 +#. DJsbg #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041652\n" "help.text" -msgid "This function is available since %PRODUCTNAME 5.2" +msgid "This function is available since %PRODUCTNAME 5.2." msgstr "" -#. STFrB +#. UBjho #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041653\n" "help.text" -msgid "This function is available since %PRODUCTNAME 5.3" +msgid "This function is available since %PRODUCTNAME 5.3." msgstr "" -#. 283yd +#. oGbPE #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041654\n" "help.text" -msgid "This function is available since %PRODUCTNAME 5.4" +msgid "This function is available since %PRODUCTNAME 5.4." msgstr "" -#. bTkBF +#. 75SZe #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041660\n" "help.text" -msgid "This function is available since %PRODUCTNAME 6.0" +msgid "This function is available since %PRODUCTNAME 6.0." msgstr "" -#. A6MsJ +#. qEaTq #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041661\n" "help.text" -msgid "This function is available since %PRODUCTNAME 6.1" +msgid "This function is available since %PRODUCTNAME 6.1." msgstr "" -#. ba2SV +#. WpAdt #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041662\n" "help.text" -msgid "This function is available since %PRODUCTNAME 6.2" +msgid "This function is available since %PRODUCTNAME 6.2." msgstr "" -#. ADa9o +#. FyJfT #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041663\n" "help.text" -msgid "This function is available since %PRODUCTNAME 6.3" +msgid "This function is available since %PRODUCTNAME 6.3." msgstr "" -#. acWGG +#. 3TzRz #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041664\n" "help.text" -msgid "This function is available since %PRODUCTNAME 6.4" +msgid "This function is available since %PRODUCTNAME 6.4." msgstr "" -#. 9FEZK +#. DWBCQ #: avail_release.xhp msgctxt "" "avail_release.xhp\n" "par_id651551401041665\n" "help.text" -msgid "This function is available since %PRODUCTNAME 6.5" +msgid "This function is available since %PRODUCTNAME 7.0." msgstr "" #. LSPBz diff --git a/source/nl/helpcontent2/source/text/scalc/01.po b/source/nl/helpcontent2/source/text/scalc/01.po index 2546c73c637..e981bb7d151 100644 --- a/source/nl/helpcontent2/source/text/scalc/01.po +++ b/source/nl/helpcontent2/source/text/scalc/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: 2020-01-07 14:09+0100\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" "PO-Revision-Date: 2019-12-24 16:19+0000\n" "Last-Translator: Henk van der Burg <h.vdburg@hccnet.nl>\n" "Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/nl/>\n" @@ -592,14 +592,14 @@ msgctxt "" msgid "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".\">Allows you to define and format headers and footers.</ahelp> </variable>" msgstr "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".\">Definieer en bepaal de opmaak van kop- en voetteksten.</ahelp></variable>" -#. BCoMt +#. EYDH4 #: 02120000.xhp msgctxt "" "02120000.xhp\n" "par_id3153415\n" "help.text" -msgid "The<emph> Headers/Footers </emph>dialog contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog." -msgstr "Het dialoogvenster<emph> Kop-/voetteksten </emph>bevat de tabs voor het definiëren van kop- en voetteksten. Er zijn afzonderlijke tabbladen voor de kop- en voetteksten van de linker- en rechterpagina indien de optie <emph>Links/rechts dezelfde inhoud</emph> in het dialoogvenster <link href=\"text/scalc/01/05070000.xhp\" name=\"Pagina-opmaakprofiel\">Pagina-opmaakprofiel</link> niet was gemarkeerd." +msgid "The <emph>Headers/Footers</emph> dialog contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\"><emph>Page Style</emph></link> dialog." +msgstr "" #. CTq6U #: 02120100.xhp @@ -718,14 +718,14 @@ msgctxt "" msgid "Text attributes" msgstr "Tekstattributen" -#. DMjUv +#. rjUzy #: 02120100.xhp msgctxt "" "02120100.xhp\n" "par_id3150717\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_TEXT\">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes </emph>dialog contains the tab pages <link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Font Effects</link> and <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">Font Position</link>." -msgstr "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_TEXT\">Gebruik dit dialoogvenster om nieuwe of geselecteerde tekst op te maken.</ahelp> Het dialoogvenster <emph>Tekstattributen</emph> bevat de tabbladen <link href=\"text/shared/01/05020100.xhp\" name=\"Lettertype\">Lettertype</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Teksteffecten\">Teksteffecten</link> en <link href=\"text/shared/01/05020500.xhp\" name=\"Positie lettertype\">Positie lettertype</link>." +msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_TEXT\">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes</emph> dialog contains the tab pages <link href=\"text/shared/01/05020100.xhp\" name=\"Font\"><emph>Font</emph></link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\"><emph>Font Effects</emph></link> and <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\"><emph>Font Position</emph></link>." +msgstr "" #. 5DMJG #: 02120100.xhp diff --git a/source/nl/helpcontent2/source/text/scalc/guide.po b/source/nl/helpcontent2/source/text/scalc/guide.po index 9a6546cedba..583e4ded0f1 100644 --- a/source/nl/helpcontent2/source/text/scalc/guide.po +++ b/source/nl/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: 2020-01-17 16:45+0100\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" "PO-Revision-Date: 2019-12-09 10:58+0000\n" "Last-Translator: kees538 <kees538@gmail.com>\n" "Language-Team: Dutch <https://vm137.documentfoundation.org/projects/libo_help-master/textscalcguide/nl/>\n" @@ -9151,14 +9151,14 @@ msgctxt "" msgid "In A2 enter <literal>=A1+1</literal> (which correctly results in 101)." msgstr "Voer in A2 <literal> =A1+1</literal> in (wat correct resulteert in 101)." -#. aruhi +#. MLL7F #: numbers_text.xhp msgctxt "" "numbers_text.xhp\n" "par_id891567607263849\n" "help.text" -msgid "The formula <literal>=SUM(A1:A2)</literal>, returns 101 instead of 201 because the conversion does not occur in a range, only for single scalar values. Here, '1e2 is treated as string which has value 0 for the SUM function." -msgstr "De formule <literal>=SOM(A1:A2)</literal> retourneert 101 in plaats van 201 omdat de conversie niet binnen een bereik plaatsvindt, alleen voor enkele scalaire waarden. Hier wordt '1e2 behandeld als tekenreeks die waarde 0 heeft voor de SOM-functie." +msgid "The formula <literal>=SUM(A1:A2)</literal>, returns 101 instead of 201 because the conversion does not occur in a range, only for single scalar values. Here, '1e2 is treated as string which is ignored for the SUM function." +msgstr "" #. hoF73 #: numbers_text.xhp diff --git a/source/nl/helpcontent2/source/text/sdraw/00.po b/source/nl/helpcontent2/source/text/sdraw/00.po index 7d3616a2fd4..a65d25a8190 100644 --- a/source/nl/helpcontent2/source/text/sdraw/00.po +++ b/source/nl/helpcontent2/source/text/sdraw/00.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-07-11 19:51+0000\n" -"Last-Translator: Henk van der Burg <h.vdburg@hccnet.nl>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-02-10 17:42+0000\n" +"Last-Translator: vpanter <Leo.Moons@proximus.be>\n" +"Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw00/nl/>\n" "Language: nl\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: 1562874692.000000\n" #. EDSDr @@ -122,7 +122,7 @@ msgctxt "" "par_id231566134395223\n" "help.text" msgid "<variable id=\"menupagerename\">Choose <menuitem>Page - Rename Page</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"menupagerename\">Kies<menuitem>Pagina - Pagina hernoemen</menuitem></variable>" #. D8EKG #: page_menu.xhp diff --git a/source/nl/helpcontent2/source/text/shared/00.po b/source/nl/helpcontent2/source/text/shared/00.po index 15dd29eff23..d28d355c7d0 100644 --- a/source/nl/helpcontent2/source/text/shared/00.po +++ b/source/nl/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: 2020-01-17 16:45+0100\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" "PO-Revision-Date: 2019-11-05 12:13+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: Dutch <https://vm137.documentfoundation.org/projects/libo_help-master/textshared00/nl/>\n" @@ -349,14 +349,23 @@ msgctxt "" msgid "Preview Field" msgstr "Voorbeeldveld" -#. UtjDq +#. 9XAEb #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3154046\n" "help.text" -msgid "<ahelp hid=\".\">Displays a preview of the current selection.</ahelp>" -msgstr "<ahelp hid=\".\">Een voorbeeld bekijken van de huidige selectie.</ahelp>" +msgid "<variable id=\"previewhelp\"><ahelp hid=\".\">Displays a preview of the current selection.</ahelp></variable>" +msgstr "" + +#. BUkEd +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"hd_id3156193\n" +"help.text" +msgid "Preview" +msgstr "" #. oRhpG #: 00000001.xhp @@ -10600,32 +10609,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\">Open <emph>Opmaakprofielen - Lijstopmaakprofielen</emph> - het contextmenu van een item - kies <emph>Nieuw/Aanpassen</emph>.</caseinline></switchinline>" -#. nSD8N +#. WCC8T +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3153812\n" +"help.text" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <menuitem>View - Styles</menuitem> (F11) - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab.</caseinline></switchinline>" +msgstr "" + +#. gfMdA #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3156658\n" "help.text" -msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Position</emph> tab page." -msgstr "Kies <emph>Opmaak - Nummering/opsommingstekens</emph>. Open het tabblad <emph>Positie</emph>." +msgid "Choose <menuitem>Format - Bullets and Numbering</menuitem> - <emph>Position</emph> tab." +msgstr "" -#. uJ7nb +#. QJzFj #: 00040500.xhp msgctxt "" "00040500.xhp\n" -"par_id3156170\n" +"par_id3153899\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Tools - Chapter Numbering - Position</emph> tab.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Kies <emph>Extra - Hoofdstuknummering</emph>, tabblad <emph>Positie</emph>.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <menuitem>Styles - Manage Styles</menuitem> - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab.</caseinline></switchinline>" +msgstr "" -#. GE3R7 +#. SZuQU #: 00040500.xhp msgctxt "" "00040500.xhp\n" -"par_id3153812\n" +"par_id3156170\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\">Open <emph>Opmaakprofielen - Lijstopmaakprofielen</emph> - het contextmenu van een item - kies <emph>Nieuw/Aanpassen</emph>.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <menuitem>Tools - Chapter Numbering - Position</menuitem> tab.</caseinline></switchinline>" +msgstr "" #. agBgR #: 00040500.xhp @@ -14334,3 +14352,75 @@ msgctxt "" "help.text" msgid "<variable id=\"alt_note\">Note Icon </variable>" msgstr "<variable id=\"alt_note\">Notitiepictogram </variable>" + +#. A8V7K +#: kbd_shortcuts.xhp +msgctxt "" +"kbd_shortcuts.xhp\n" +"tit\n" +"help.text" +msgid "Keyboard Shortcuts" +msgstr "" + +#. wSL8L +#: kbd_shortcuts.xhp +msgctxt "" +"kbd_shortcuts.xhp\n" +"hd_id801580051149152\n" +"help.text" +msgid "Keyboard Shortcuts (to embed)" +msgstr "" + +#. 2kHoJ +#: kbd_shortcuts.xhp +msgctxt "" +"kbd_shortcuts.xhp\n" +"par_id111580052612843\n" +"help.text" +msgid "<variable id=\"F11\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline> <defaultinline><keycode>F11</keycode></defaultinline> </switchinline> </variable>" +msgstr "" + +#. g6zDB +#: kbd_shortcuts.xhp +msgctxt "" +"kbd_shortcuts.xhp\n" +"par_id991580052612844\n" +"help.text" +msgid "<variable id=\"togglefieldshading\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command+F8</keycode></caseinline> <defaultinline><keycode>Ctrl+F8</keycode></defaultinline> </switchinline> </variable>" +msgstr "" + +#. AL7Ct +#: kbd_shortcuts.xhp +msgctxt "" +"kbd_shortcuts.xhp\n" +"par_id111580052612822\n" +"help.text" +msgid "<variable id=\"toggleshowfields\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command+F9</keycode></caseinline> <defaultinline><keycode>Ctrl+F9</keycode></defaultinline> </switchinline> </variable>" +msgstr "" + +#. J5rG9 +#: kbd_shortcuts.xhp +msgctxt "" +"kbd_shortcuts.xhp\n" +"par_id991580052612821\n" +"help.text" +msgid "<variable id=\"pagebreak\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command+Enter</keycode></caseinline> <defaultinline><keycode>Ctrl+Enter</keycode></defaultinline> </switchinline> </variable>" +msgstr "" + +#. TrijJ +#: kbd_shortcuts.xhp +msgctxt "" +"kbd_shortcuts.xhp\n" +"par_id4915807652612821\n" +"help.text" +msgid "<variable id=\"insertnewpara\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Option+Enter</keycode></caseinline> <defaultinline><keycode>Alt+Enter</keycode></defaultinline> </switchinline> </variable>" +msgstr "" + +#. GWRwK +#: kbd_shortcuts.xhp +msgctxt "" +"kbd_shortcuts.xhp\n" +"par_id4925907652612821\n" +"help.text" +msgid "<variable id=\"pasteunformatted\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command+Option+Shift+V</keycode></caseinline> <defaultinline><keycode>Crtl+Alt+Shift+V</keycode></defaultinline> </switchinline> </variable>" +msgstr "" diff --git a/source/nl/helpcontent2/source/text/shared/01.po b/source/nl/helpcontent2/source/text/shared/01.po index 3b4271a0ca1..c745e6c4e7d 100644 --- a/source/nl/helpcontent2/source/text/shared/01.po +++ b/source/nl/helpcontent2/source/text/shared/01.po @@ -3,9 +3,9 @@ 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: 2020-01-22 13:00+0100\n" -"PO-Revision-Date: 2019-12-17 11:23+0000\n" -"Last-Translator: Henk van der Burg <h.vdburg@hccnet.nl>\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" +"PO-Revision-Date: 2020-02-10 17:42+0000\n" +"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/nl/>\n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -7738,13 +7738,13 @@ msgctxt "" msgid "Any character" msgstr "Elk teken" -#. kJXwH +#. gD8Gi #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id9824518.00000001\n" "help.text" -msgid "The given character unless it is a regular expression meta character, which follow in this table." +msgid "The given character, unless it is a regular expression meta character. The list of meta characters follows in this table." msgstr "" #. NoqA6 @@ -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 "" -#. bpE22 +#. CAKwA #: 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 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. The reference to the first match 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 @@ -26935,13 +26935,13 @@ msgctxt "" msgid "R, G and B" msgstr "" -#. gNMXD +#. EXXxZ #: 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." +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 @@ -37897,14 +37897,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/numberingoptionspage/allsame\">Increases the numbering by one as you go down each level in the list hierarchy.</ahelp></caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/numberingoptionspage/allsame\">Verhoogt de nummering met één, per lager niveau in de lijststructuur.</ahelp></caseinline></switchinline>" -#. mmVcK +#. CwwFP #: 06050600.xhp msgctxt "" "06050600.xhp\n" "tit\n" "help.text" -msgid "Position" -msgstr "Positie" +msgid "Position (List Styles)" +msgstr "" #. YCPm7 #: 06050600.xhp @@ -37915,23 +37915,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position\">Position</link>" msgstr "<link href=\"text/shared/01/06050600.xhp\" name=\"Positie\">Positie</link>" -#. FVAXF +#. 26wKr #: 06050600.xhp msgctxt "" "06050600.xhp\n" "par_id3158397\n" "help.text" -msgid "Sets the indent, spacing, and alignment options for the numbered or bulleted list." -msgstr "Stelt de opties voor inspringingen, afstand en uitlijning in voor de lijst met nummers of opsommingstekens." - -#. 7BvVk -#: 06050600.xhp -msgctxt "" -"06050600.xhp\n" -"par_id5004119\n" -"help.text" -msgid "The Position tab page looks different for documents using the new position and spacing attributes introduced with OpenOffice.org 3.0 (and used in all versions of LibreOffice), or documents using the old attributes from versions before 3.0. The new version of this tab page shows the controls \"Numbering followed by\", \"Numbering alignment\", \"Aligned at\", and \"Indent at\". The old version of this tab page that can be seen in an old numbered or bulleted list shows the controls \"Indent\", \"Width of numbering\", \"Minimum space between numbering and text\", and \"Numbering alignment\"." -msgstr "Het tabblad Positie ziet er anders uit bij documenten, die gebruik maken van de nieuwe positie en afstand attributen zoals geïntroduceerd bij OpenOffice.org 3.0 (en gebruikt in alle versie van LibreOffice) of documenten die gebruik maken van de oude attributen van versies voor 3.0. De nieuwe versie van dit tabblad toont de besturingselementen \"Nummering gevolgd door\", \"Nummering uitlijnen\", \"Uitgelijnd op\" en \"Inspringen op\". De oude versie van dit tabblad, die kan worden bekeken in oude genummerde of van opsommingstekens voorziene lijsten, toont de elementen \"Inspringing\", \"Breedte van nummering\", \"Minimale afstand nummering en tekst\" en \"Uitlijning van nummering\"." +msgid "<variable id=\"positioninfo\">Sets the indent, spacing, and alignment options for the numbered or bulleted list.</variable>" +msgstr "" #. itRYD #: 06050600.xhp @@ -37942,50 +37933,50 @@ msgctxt "" msgid "Level" msgstr "Niveau" -#. bQDWd +#. icEv9 #: 06050600.xhp msgctxt "" "06050600.xhp\n" "par_id3155755\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/levellb\">Select the level(s) that you want to modify.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/levellb\">Selecteer de niveaus die u wilt wijzigen.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/levellb\">Select the level(s) that you want to modify.</ahelp> To apply the options to all the levels, select \"1-10\". In Chapter Numbering, only one level can be selected, or use \"1-10\" to apply the options, except Paragraph style, to all the levels." +msgstr "" -#. gC8Sb +#. qAm3f #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"hd_id6561784\n" +"hd_id3149261\n" "help.text" -msgid "Numbering followed by" -msgstr "Nummering gevolgd door" +msgid "Position and Spacing" +msgstr "" -#. PCDJR +#. AGzEA #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"par_id423291\n" +"par_id5004119\n" "help.text" -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=\".\">Selecteer het element dat moet volgen na de nummering: een tabstop, een spatie, een regeleinde of niets.</ahelp>" +msgid "This page shows the position controls used in all versions of %PRODUCTNAME Writer. Some documents (produced by other applications) use another method for positioning and spacing. Opening such documents will show the position controls documented in <link href=\"text/swriter/01/legacynumbering.xhp\" name=\"Legacy numbering alignment\">Position for List styles (legacy)</link>." +msgstr "" -#. Ahxab +#. 9zM7v #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"hd_id7809686\n" +"hd_id1619617\n" "help.text" -msgid "Tab stop at" -msgstr "" +msgid "Aligned at" +msgstr "Uitgelijnd op" -#. AwaE8 +#. Y8sNo #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"par_id8177434\n" +"par_id1015655\n" "help.text" -msgid "<ahelp hid=\".\">If you select a tab stop to follow the numbering, you can enter a non-negative value as the tab stop position.</ahelp>" -msgstr "<ahelp hid=\".\">Als u een tabstop selecteert om op de nummering te volgen, kunt u een niet-negatieve waarde invoeren als de positie van de tabstop.</ahelp>" +msgid "<ahelp hid=\".\">Enter the distance from the left page margin at which the numbering symbol will be aligned.</ahelp>" +msgstr "<ahelp hid=\".\">Voer de afstand vanaf de linker paginamarge in waarop het nummeringsteken moet worden uitgelijnd.</ahelp>" #. nv46o #: 06050600.xhp @@ -38014,131 +38005,95 @@ msgctxt "" msgid "The <emph>Numbering alignment</emph> option does not set the alignment of the paragraph." msgstr "Met de optie <emph>Uitlijning van nummering</emph> wordt niet de uitlijning van de alinea ingesteld." -#. 9zM7v -#: 06050600.xhp -msgctxt "" -"06050600.xhp\n" -"hd_id1619617\n" -"help.text" -msgid "Aligned at" -msgstr "Uitgelijnd op" - -#. Y8sNo -#: 06050600.xhp -msgctxt "" -"06050600.xhp\n" -"par_id1015655\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the distance from the left page margin at which the numbering symbol will be aligned.</ahelp>" -msgstr "<ahelp hid=\".\">Voer de afstand vanaf de linker paginamarge in waarop het nummeringsteken moet worden uitgelijnd.</ahelp>" - -#. DkBCH -#: 06050600.xhp -msgctxt "" -"06050600.xhp\n" -"hd_id2336191\n" -"help.text" -msgid "Indent at" -msgstr "Inspringen op" - -#. DuuDV -#: 06050600.xhp -msgctxt "" -"06050600.xhp\n" -"par_id6081728\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the distance from the left page margin to the start of all lines in the numbered paragraph that follow the first line.</ahelp>" -msgstr "<ahelp hid=\".\">Voer de afstand in vanaf de linker paginamarge tot aan het begin van alle regels in de genummerde alinea die volgen op de eerste regel.</ahelp>" - -#. FhBjz +#. gC8Sb #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"hd_id3154422\n" +"hd_id6561784\n" "help.text" -msgid "Indent" -msgstr "Inspringing" +msgid "Numbering followed by" +msgstr "Nummering gevolgd door" -#. DBHiu +#. PCDJR #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"par_id3144438\n" +"par_id423291\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/numdistmf\">Enter the amount of space to leave between the left page margin (or the left edge of the text object) and the left edge of the numbering symbol. If the current paragraph style uses an indent, the amount you enter here is added to the indent.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/numdistmf\">Bepaal hoeveel ruimte er moet zijn tussen de linkerpaginamarge (of de linkerrand van het tekstobject) en de linkerrand van het nummeringssymbool. Als voor het huidige alinea-opmaakprofiel een inspringing wordt gebruikt, wordt de hoeveelheid die u hier invoert, aan de inspringing toegevoegd.</ahelp>" +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=\".\">Selecteer het element dat moet volgen na de nummering: een tabstop, een spatie, een regeleinde of niets.</ahelp>" -#. 7vL9h +#. Ahxab #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"hd_id3155179\n" +"hd_id7809686\n" "help.text" -msgid "Relative" -msgstr "Relatief" +msgid "Tab stop at" +msgstr "" -#. FJjJT +#. AwaE8 #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"par_id3146137\n" +"par_id8177434\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/relative\">Indents the current level relative to the previous level in the list hierarchy.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/relative\">Laat het huidige niveau relatief aan het vorige niveau in de lijststructuur inspringen.</ahelp>" +msgid "<ahelp hid=\".\">If you select a tab stop to follow the numbering, you can enter a non-negative value as the tab stop position.</ahelp>" +msgstr "<ahelp hid=\".\">Als u een tabstop selecteert om op de nummering te volgen, kunt u een niet-negatieve waarde invoeren als de positie van de tabstop.</ahelp>" -#. SrdEB +#. DkBCH #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"hd_id3150245\n" +"hd_id2336191\n" "help.text" -msgid "Width of numbering" -msgstr "Breedte van nummering" +msgid "Indent at" +msgstr "Inspringen op" -#. EEtmD +#. DuuDV #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"par_id3150129\n" +"par_id6081728\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Enter the amount of space to leave between the left edge of the numbering symbol and the left edge of the text.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Voer de ruimte in die tussen de linkerkant van het nummeringssymbool en de linkerkant van de tekst moet worden weergegeven.</ahelp>" +msgid "<ahelp hid=\".\">Enter the distance from the left page margin to the start of all lines in the numbered paragraph that follow the first line.</ahelp>" +msgstr "<ahelp hid=\".\">Voer de afstand in vanaf de linker paginamarge tot aan het begin van alle regels in de genummerde alinea die volgen op de eerste regel.</ahelp>" -#. cREaC +#. B9fGG #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"hd_id3156194\n" +"hd_id3154367\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Minimum space between numbering and text</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Minimale afstand tussen nummering en tekst</caseinline></switchinline>" +msgid "Default" +msgstr "Standaard" -#. 6Ahkp +#. AASdN #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"par_id3147574\n" +"par_id3156082\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"modules/swriter/ui/outlinepositionpage/numdistmf\">Enter the minimum amount of space to leave between the right edge of the numbering symbol and the left edge of the text.</ahelp></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"modules/swriter/ui/outlinepositionpage/numdistmf\">Voer de minimumruimte in die tussen de rechterkant van het nummeringssymbool en de linkerkant van de tekst moet worden weergegeven.</ahelp></caseinline></switchinline>" +msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/standard\">Resets the indent and the spacing values to the default values.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/standard\">Stelt de waarden voor de inspringing en afstand opnieuw in op de standaardwaarden.</ahelp>" -#. B9fGG +#. w6GEQ #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"hd_id3154367\n" +"par_id3116348\n" "help.text" -msgid "Default" -msgstr "Standaard" +msgid "This control appears only when modifying Paragraph style." +msgstr "" -#. AASdN +#. XV3ZK #: 06050600.xhp msgctxt "" "06050600.xhp\n" -"par_id3156082\n" +"par_id3116228\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/standard\">Resets the indent and the spacing values to the default values.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/standard\">Stelt de waarden voor de inspringing en afstand opnieuw in op de standaardwaarden.</ahelp>" +msgid "<link href=\"text/swriter/01/legacynumbering.xhp\" name=\"Legacy numbering alignment\">Position for List styles (legacy)</link>" +msgstr "" #. G6S8m #: 06050600.xhp @@ -46751,7 +46706,7 @@ msgctxt "" "par_id3154237\n" "help.text" msgid "Enter a unique identifier for the publication." -msgstr "" +msgstr "Voer een unieke identificatie in voor de publicatie." #. nhyXh #: ref_epub_export.xhp diff --git a/source/nl/helpcontent2/source/text/shared/02.po b/source/nl/helpcontent2/source/text/shared/02.po index 7828fb03ebc..556bbb90230 100644 --- a/source/nl/helpcontent2/source/text/shared/02.po +++ b/source/nl/helpcontent2/source/text/shared/02.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: 2020-01-22 13:00+0100\n" -"PO-Revision-Date: 2019-07-23 08:21+0000\n" -"Last-Translator: kees538 <kees538@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-02-05 07:21+0000\n" +"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" +"Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/nl/>\n" "Language: nl\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: 1563870099.000000\n" #. Edm6o @@ -10553,7 +10553,7 @@ msgctxt "" "tit\n" "help.text" msgid "Set Paragraph Style" -msgstr "" +msgstr "Alinea-opmaakprofiel instellen" #. b7cD8 #: 02010000.xhp diff --git a/source/nl/helpcontent2/source/text/shared/04.po b/source/nl/helpcontent2/source/text/shared/04.po index 1bbbfd2bb5d..f0763aa77bd 100644 --- a/source/nl/helpcontent2/source/text/shared/04.po +++ b/source/nl/helpcontent2/source/text/shared/04.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: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-03-03 07:33+0000\n" -"Last-Translator: kees538 <kees538@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2020-01-24 14:51+0000\n" +"Last-Translator: vpanter <Leo.Moons@proximus.be>\n" +"Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textshared04/nl/>\n" "Language: nl\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: Pootle 2.8\n" +"X-Generator: Weblate 3.9.1\n" "X-POOTLE-MTIME: 1551598432.000000\n" +#. GEuoc #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "General Shortcut Keys in $[officename]" msgstr "Algemene sneltoetsen in $[officename]" +#. shFqn #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>keyboard; general commands</bookmark_value><bookmark_value>shortcut keys; general</bookmark_value><bookmark_value>text input fields</bookmark_value><bookmark_value>AutoComplete function in text and list boxes</bookmark_value><bookmark_value>macros; interrupting</bookmark_value>" msgstr "<bookmark_value>toetsenbord; algemene opdrachten</bookmark_value><bookmark_value>sneltoetsen; algemeen</bookmark_value><bookmark_value>tekstinvoervelden</bookmark_value><bookmark_value>functie Woordinvulling in tekstvakken en keuzelijsten</bookmark_value><bookmark_value>macro's; onderbreken</bookmark_value>" +#. snVCa #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"common_keys\"><link href=\"text/shared/04/01010000.xhp\" name=\"General Shortcut Keys in $[officename]\">General Shortcut Keys in $[officename]</link></variable>" msgstr "<variable id=\"common_keys\"><link href=\"text/shared/04/01010000.xhp\" name=\"Algemene sneltoetsen in $[officename]\">Algemene sneltoetsen in $[officename]</link></variable>" +#. 89AtX #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "Using Shortcut Keys" msgstr "Sneltoetsen gebruiken" +#. UkinP #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "A great deal of your application's functionality can be called up by using shortcut keys. For example, the <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command+O</item></caseinline><defaultinline><item type=\"keycode\">Ctrl+O</item></defaultinline></switchinline> shortcut keys are shown next to the <emph>Open</emph> entry in the <item type=\"menuitem\">File</item> menu. If you want to access this function by using the shortcut keys, press and hold down <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline> and then press the <item type=\"keycode\">O</item> key. Release both keys after the dialog appears." msgstr "Een groot aantal toepassingsfuncties kunnen opgeroepen worden met sneltoetsen. Bijvoorbeeld, de toetscombinatie <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command+O</item></caseinline><defaultinline><item type=\"keycode\">Ctrl+O</item></defaultinline></switchinline> staan naast het menuitem <emph>Openen</emph> in het menu <item type=\"menuitem\">Bestand</item>. Als u deze functie wilt toepassen met sneltoetsen, houd dan de toets <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline> ingedrukt en druk dan op de toets <item type=\"keycode\">O</item>. Laat beide toetsen los en het dialoogvenster verschijnt." +#. hJP5t #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "When operating your application, you can choose between using the mouse or the keyboard for almost all of the operations available." msgstr "In uw toepassing kunt u voor bijna alle beschikbare bewerkingen kiezen tussen het gebruik van de muis of van het toetsenbord." +#. iYhKM #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>Calling Menus With Shortcut Keys</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>Menu's met sneltoetsen oproepen</defaultinline></switchinline>" +#. tGtz7 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>Some of the characters shown on the menu bar are underlined. You can access these menus directly by pressing the underlined character together with the <item type=\"keycode\">Alt</item> key. Once the menu is opened, you will again find underlined characters. You can access these menu items directly by simply pressing the underlined character key.</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>Sommige letters op de menubalk zijn onderstreept. U kunt direct toegang tot deze menu's krijgen door <item type=\"keycode\">ALT</item> en de toets van de onderstreepte letter tegelijkertijd in te drukken. Zodra het menu is geopend, ziet u meer onderstreepte letters. U kunt deze menu-items direct openen door alleen op de toets van de onderstreepte letter te drukken.</defaultinline></switchinline>" +#. cBDHp #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Using Shortcut Keys to Control Dialogs" msgstr "Sneltoetsen gebruiken om dialoogvensters te bedienen" +#. gYnek #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "There is always one element highlighted in any given dialog - usually shown by a broken frame. This element, which can be either a button, an option field, an entry in a list box or a check box, is said to have the focus on it. If the focal point is a button, pressing <item type=\"keycode\">Enter</item> runs it as if you had clicked it. A check box is toggled by pressing the <item type=\"keycode\">Spacebar</item>. If an option field has the focus, use the arrow keys to change the activated option field in that area. Use the <item type=\"keycode\">Tab</item> key to go from one element or area to the next one, use <item type=\"keycode\">Shift+Tab</item> to go in the reverse direction." msgstr "Er is altijd een element gemarkeerd in een bepaald dialoogvenster - meestal weergegeven door een onderbroken frame. Dit element, dat een knop, een optieveld, een item in een keuzelijst of een selectievakje kan zijn, heeft de focus. Als de focus op een knop ligt, voert het drukken op <item type=\"keycode\">Enter</item> deze optie uit. Een keuzevak wisselt door te drukken op de <item type=\"keycode\">Spatiebalk</item>. Als de focus op een optieveld ligt, gebruik dan de pijltoetsen op de keuze tussen de opties in dat gebied te wijzigen. Gebruik de <item type=\"keycode\">Tab</item>-toets om van het ene element of gebied, naar de volgende te gaan, hebruik <item type=\"keycode\">Shift+Tab</item> om in tegengestelde richting te gaan." +#. MreaT #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Pressing <item type=\"keycode\">Esc</item> closes the dialog without saving changes. <switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>If you place the focus on a button, not only will you see the dotted line framing the name of the button, but also a thicker shadow under the button selected. This indicates that if you exit the dialog by pressing the <item type=\"keycode\">Enter</item> key, it is the equivalent of pressing that button itself.</defaultinline></switchinline>" msgstr "Als u op <item type=\"keycode\">ESC</item> drukt, wordt het dialoogvenster gesloten zonder de wijzigingen op te slaan. <switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>Als u de focus op een knop plaatst, wordt niet alleen een stippellijn om de naam van de knop weergegeven, maar wordt ook een dikkere schaduw onder de geselecteerde knop afgebeeld. Hiermee wordt aangegeven dat als u het dialoogvenster sluit door op <item type=\"keycode\">Enter</item> te drukken, dit het equivalent is van klikken met de muis.</defaultinline></switchinline>" +#. QJfCQ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Shortcut Keys for Mouse Actions" msgstr "Sneltoetsen voor muishandelingen" +#. DTCiZ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "If you are using drag-and-drop, selecting with the mouse or clicking objects and names, you can use the keys <item type=\"keycode\">Shift</item>, <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline> and occasionally <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline> to access additional functionality. The modified functions available when holding down keys during drag-and-drop are indicated by the mouse pointer changing form. When selecting files or other objects, the modifier keys can extend the selection - the functions are explained where applicable. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>" msgstr "Als u slepen-en-neerzetten gebruikt, met de muis selecteert of op objecten en namen klikt, kunt u de toetsen <item type=\"keycode\">Shift</item>, <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline> and occasionally <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline> gebruiken voor toegang tot extra functionaliteit. De gewijzigde functies die beschikbaar zijn bij het ingedrukt houden van toetsen tijdens slepen-en-neerzetten, worden aangegeven doordat de muisaanwijzer van vorm verandert. Bij het selecteren van bestanden of andere objecten, kunnen de modificatietoetsen de selectie uitbreiden - de functies worden uitgelegd waar van toepassing.<switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>" +#. DkC38 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Practical Text Input Fields" msgstr "Praktische tekstinvoervelden" +#. sgmqX #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "You can open a context menu, which contains some of the most often-used commands." msgstr "U kunt een contextmenu openen dat een aantal van de meest gebruikte opdrachten bevat." +#. 8DJ5t #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Use <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+A</item> to select the entire text. Use the right or left arrow key to remove the selection." msgstr "Gebruik <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+A</item> om de gehele tekst te selecteren. Gebruik de pijl naar rechts of naar links om de selectie te verwijderen." +#. 2DfDB #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Double-click a word to select it." msgstr "Dubbelklik op een woord om dit te selecteren." +#. ZcQYZ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "A triple-click in a text input field selects the entire field. A triple-click in a text document selects the current sentence." msgstr "Als u driemaal in een tekstinvoerveld klikt, wordt het volledige veld geselecteerd. Als u driemaal in een tekstdocument klikt, wordt de huidige zin geselecteerd." +#. o5vEt #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Use <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Del</item> to delete everything from the cursor position to the end of the word." msgstr "Gebruik <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Commando</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Del</item> om alles vanaf de cursorpositie tot het einde van het woord te verwijderen." +#. rK66J #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "By using <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline> and right or left arrow key, the cursor will jump from word to word; if you also hold down the <item type=\"keycode\">Shift</item> key, one word after the other is selected." msgstr "Door <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline> en de rechter of linker pijl te gebruiken, zal de cursor van woord naar woord springen; als u ook de toets <item type=\"keycode\">Shift</item> ingedrukt houdt, wordt het ene woord na het andere geselecteerd." +#. FPcq5 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "<item type=\"keycode\">INSRT</item> is used to switch between the insert mode and the overwrite mode and back again." msgstr "<item type=\"keycode\">Insert</item> wordt gebruikt om tussen de modus voor invoegen en de modus voor overschrijven te schakelen." +#. wGamM #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Drag-and-drop can be used within and outside of a text box." msgstr "Slepen en neerzetten kan binnen en buiten een tekstvak worden gebruikt." +#. 7o4zf #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "The <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Z</item> shortcut keys are used to undo modifications one step at a time; the text will then have the status it had before the first change." msgstr "De sneltoetsen <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Z</item> worden gebruikt om wijzigingen stap voor stap ongedaan te maken; de tekst heeft dan de status die hij had vóór de eerste wijziging." +#. CxR2B #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "$[officename] has an <emph>AutoComplete</emph> function which activates itself in some text and list boxes. For example, enter <switchinline select=\"sys\"><caseinline select=\"WIN\"><emph>c:\\a</emph></caseinline><defaultinline><emph>~/a</emph></defaultinline></switchinline> into the URL field and the <emph>AutoComplete</emph> function displays the first file or first directory found <switchinline select=\"sys\"><caseinline select=\"WIN\">on the C: drive</caseinline><defaultinline>in your home folder</defaultinline></switchinline> that starts with the letter \"a\"." msgstr "$[officename] bevat de functie <emph>Woordinvulling</emph> die automatisch wordt geactiveerd in bepaalde tekst en keuzelijsten. Als u bijvoorbeeld <switchinline select=\"sys\"><caseinline select=\"WIN\"><emph>c:\\a</emph></caseinline><defaultinline><emph>~/a</emph></defaultinline></switchinline> in het URL-veld invoert, wordt met de functie <emph>Woordinvulling</emph> het eerste bestand of de eerst gevonden map weergegeven <switchinline select=\"sys\"><caseinline select=\"WIN\">op het C-station </caseinline><defaultinline>in uw thuismap</defaultinline></switchinline> beginnend met de letter \"a\"." +#. cCWVA #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Use the <item type=\"keycode\">Down Arrow</item> key to scroll through the other files and directories. Use the <item type=\"keycode\">Right Arrow</item> key to also display an existing subdirectory in the URL field. Quick AutoComplete is available if you press the <item type=\"keycode\">End</item> key after entering part of the URL. Once you find the document or directory you want, press <item type=\"keycode\">Enter</item>." msgstr "Gebruik de toets <item type=\"keycode\">Pijl omlaag</item> om door de andere bestanden en mappen te bladeren. Gebruik de toets <item type=\"keycode\">Pijl naar rechts</item> om ook een bestaande submap weer te geven in het URL-veld. Snelle Woordinvulling is beschikbaar als u op <item type=\"keycode\">End</item> drukt, na een deel van de URL in te vullen. Als u het gewenste document of map gevonden heeft, drukt u op <item type=\"keycode\">Enter</item>." +#. Bkjt8 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Interrupting Macros" msgstr "Macro's onderbreken" +#. 5mn5F #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "If you want to terminate a macro that is currently running, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+Q</item>." msgstr "Als u een macro wilt beëindigen die nu uitgevoerd wordt, drukt u op <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+Q</item>." +#. DNtr2 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "List of General Shortcut Keys in $[officename]" msgstr "Lijst met algemene sneltoetsen in $[officename]" +#. BmE6R #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "The shortcut keys are shown on the right hand side of the menu lists next to the corresponding menu command. <switchinline select=\"sys\"><caseinline select=\"MAC\">(Not all of the mentioned keys for controlling dialogs are available on macOS.)</caseinline></switchinline>" msgstr "De sneltoetsen worden aan de rechterzijde van de menulijsten naast de corresponderende menuopdracht getoond. <switchinline select=\"sys\"><caseinline select=\"MAC\">(Niet alle genoemde toetsen voor het bedienen van dialoogvensters zijn op de MacOS beschikbaar.)</caseinline></switchinline>" +#. 44FiF #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Shortcut keys for controlling dialogs" msgstr "Sneltoetsen voor het regelen van dialogen" +#. W58zP #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Sneltoetsen" +#. 43BGc #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. pzjuS #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "Enter key" msgstr "Enter-toets" +#. 6FRpR #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Activates the focused button in a dialog." msgstr "De knop waarop de focus is geplaatst in een dialoogvenster activeren." +#. zMuRZ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Esc" msgstr "Esc" +#. 9AiDc #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Terminates the action or dialog. If in $[officename] Help: goes up one level." msgstr "De actie stoppen of het dialoogvenster sluiten. In de Help van $[officename]: één niveau omhoog." +#. SSAAP #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Spacebar" msgstr "Spatiebalk" +#. BknTj #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Toggles the focused check box in a dialog." msgstr "Het actieve selectievakje in een dialoogvenster in- of uitschakelen." +#. qHKoT #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Arrow keys" msgstr "Pijltoetsen" +#. LFu4h #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "Changes the active control field in an option section of a dialog." msgstr "Het veld voor het actieve besturingselement wijzigen in de selectie van een optie in een dialoogvenster." +#. wGvAd #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. pSELE #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Advances focus to the next section or element in a dialog." msgstr "Verplaatst de focus naar de volgende sectie of het volgende element in een dialoogvenster." +#. vDtmh #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Shift+Tab" +#. DqJ9i #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Moves the focus to the previous section or element in a dialog." msgstr "De focus naar het voorgaande gedeelte of element in een dialoogvenster verplaatsen." +#. XVZUa #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+pijl omlaag" +#. BZsFR #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Opens the list of the control field currently selected in a dialog. These shortcut keys apply not only to combo boxes but also to icon buttons with pop-up menus. Close an opened list by pressing the <item type=\"keycode\">Esc</item> key." msgstr "De lijst van het besturingsveld openen dat momenteel is geselecteerd in een dialoogvenster. Deze sneltoetsen zijn niet alleen van toepassing op keuzelijsten met invoervakken, maar ook op pictogramknoppen met pop-upmenu's. U kunt een geopende lijst sluiten met <item type=\"keycode\">Esc</item>." +#. hD8D6 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Shortcut keys for controlling documents and windows" msgstr "Sneltoetsen voor het beheren van documenten en vensters" +#. DMjEv #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Sneltoetsen" +#. CgjFQ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -408,14 +457,16 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. 6moty #: 01010000.xhp msgctxt "" "01010000.xhp\n" "hd_id3156437\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O" +#. pj6AK #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "Opens a document." msgstr "Een document openen." +#. GBCGr #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S" +#. Y8YG8 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "Saves the current document." msgstr "Het huidige document opslaan." +#. GynnK #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N" +#. xqoAS #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Creates a new document." msgstr "Een nieuw document maken." +#. f4Cmw #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N" +#. HYFcp #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Opens the <emph>Templates</emph> dialog." msgstr "Opent het dialoogvenster <emph>Sjablonen</emph>." +#. HFzTa #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P" +#. mmAyJ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Prints document." msgstr "Drukt het document af." +#. pKePk #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F" +#. zGeUf #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Activates the <emph>Find</emph> toolbar." msgstr "Activeert de werkbalk <emph>Find</emph>." +#. sBABS #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H" +#. aKfgm #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Calls the <emph>Find & Replace</emph> dialog." msgstr "Het dialoogvenster <emph>Zoeken en vervangen</emph> openen." +#. t4pUG #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F" +#. b5NKt #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "Searches for the last entered search term." msgstr "Naar de laatst ingevoerde zoekterm zoeken." +#. 5GtFA #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Ctrl+Shift+J</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Ctrl+Shift+J</defaultinline></switchinline>" +#. aYbuU #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Toggles the view between fullscreen mode and normal mode in Writer or Calc.</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Schakelt de weergave tussen schermvullende modus en normale modus in Writer of Calc.</defaultinline></switchinline>" +#. Wt6UX #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+R" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+R" +#. 4DmEx #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "Redraws the document view." msgstr "De documentweergave verversen." +#. bEQDk #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+I" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+I" +#. AKSAZ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "Enable or disable the selection cursor in read-only text." msgstr "Schakel de selectiecursor in alleen-lezen tekst in of uit." +#. qcpY5 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>F1</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>F1</defaultinline></switchinline>" +#. 9xmZD #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Starts the $[officename] Help.</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Start de $[officename] Help.</defaultinline></switchinline>" +#. qZRd8 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "In the $[officename] Help: jumps to main help page." msgstr "In de Help voor $[officename]: naar de hoofdpagina van de Help springen." +#. 2nvcM #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Shift+F1</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Shift+F1</defaultinline></switchinline>" +#. C6GrN #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Context Help</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Context Help</defaultinline></switchinline>" +#. n6cqC #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Shift+F2" msgstr "Shift+F2" +#. p6gbj #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Turns on <emph>Extended Tips</emph> for the currently selected command, icon or control." msgstr "<emph>Uitgebreide Help</emph> activeren voor de geselecteerde opdracht, het geselecteerde pictogram of het geselecteerde besturingselement." +#. F8BdC #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "F6" msgstr "F6" +#. RY4As #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Sets focus in next subwindow, for example, document/data source view." msgstr "Stelt de focus in het volgende subvenster in, bijvoorbeeld document-/gegevensbronweergave." +#. Enxuj #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "Shift+F6" msgstr "Shift + F6" +#. F9BVa #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "Sets focus in previous subwindow." msgstr "Stelt de focus in het vorige subvenster in." +#. Y7pzu #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "F10" msgstr "F10" +#. k3xTg #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "Activates the first menu (File menu)." msgstr "Het eerste menu activeren (menu Bestand)." +#. JKjqz #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Shift+F10" msgstr "Shift+F10" +#. iyod3 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "Opens the context menu." msgstr "Het contextmenu openen." +#. CFAWe #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Ctrl+Alt+Shift+Home" msgstr "Ctrl+Alt+Shift+Home" +#. FZEC6 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Shows/hides main menu." msgstr "Toont/verbergt de Menubalk." +#. Ad6S9 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4 or <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F4" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4 of <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F4" +#. wCZc7 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "Closes the current document. Closes $[officename] when the last open document is closed." msgstr "Het huidige document sluiten. $[officename] sluiten wanneer het laatste geopende document wordt gesloten." +#. nCdVL #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q" +#. jZKyH #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Exits application." msgstr "De toepassing afsluiten." +#. TbBRc #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "Shortcut keys for editing or formatting documents" msgstr "Sneltoetsen voor het bewerken of het opmaken van documenten" +#. gFNeG #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Sneltoetsen" +#. BGHGZ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. GCwfN #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab" +#. rRieV #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "When positioned at the start of a header, a tab is inserted." msgstr "Wanneer de cursor aan het begin van een kop is geplaatst, wordt er een tabpositie ingevoegd." +#. YXBqA #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Enter (if an OLE object is selected)" msgstr "Enter (als er een OLE-object is geselecteerd)" +#. kBfDJ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "Activates the selected OLE object." msgstr "Het geselecteerde OLE-object activeren." +#. hQEQr #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "Enter (if a drawing object or text object is selected)" msgstr "Invoeren (als er een tekenobject of tekstobject is geselecteerd)" +#. zTMsJ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "Activates text input mode." msgstr "De modus voor tekstinvoer activeren." +#. ajEHu #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X" +#. zsCST #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "Cuts out the selected elements." msgstr "De geselecteerde items knippen." +#. pAx9m #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C" +#. gkGB4 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "Copies the selected items." msgstr "De geselecteerde items kopiëren." +#. XLAfA #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V" +#. W36zD #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "Pastes from the clipboard." msgstr "Plakt vanaf het klembord." +#. QkVYn #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+V" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+V" +#. jeD6B #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "Pastes unformatted text from the clipboard. The text is pasted using the format that exists at the insertion point." msgstr "Plakt niet opgemaakte tekst vanaf het klembord. De tekst wordt geplakt met de opmaak die aanwezig is op het punt van invoegen." +#. FK2WE #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+V" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+V" +#. 6cHAW #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "Opens the <emph>Paste Special</emph> dialog." msgstr "Opent het dialoogvenster <emph>Plakken speciaal</emph>." +#. infCs #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A" +#. CXhQR #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "Selects all." msgstr "Alles selecteren." +#. YfcEB #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z" +#. oG6L7 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "Undoes last action." msgstr "De laatste bewerking ongedaan maken." +#. 2cYyW #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Z</caseinline><defaultinline>Ctrl+Y</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Z</caseinline><defaultinline>Ctrl+Y</defaultinline></switchinline>" +#. Ru3MP #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "Redoes last action." msgstr "De laatste bewerking herhalen." +#. n6ZdW #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Y" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Y" +#. CyfRy #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "Repeats last command." msgstr "Herhaalt de laatste opdracht." +#. SRQHW #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I" +#. jADFT #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "The \"Italic\" attribute is applied to the selected area. If the cursor is positioned in a word, this word is also marked in italic." msgstr "Het attribuut \"Cursief\" wordt toegepast op het geselecteerde gebied. Als de cursor zich in een woord bevindt, wordt alleen dit woord cursief gemaakt." +#. CywF9 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B" +#. veBQU #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1000,6 +1123,7 @@ msgctxt "" msgid "The \"Bold\" attribute is applied to the selected area. If the cursor is positioned in a word, this word is also put in bold." msgstr "Het attribuut \"Vet\" wordt toegepast op het geselecteerde gebied. Als de cursor zich in een woord bevindt, wordt alleen dit woord vet gemaakt." +#. Z9EBQ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1008,6 +1132,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U" +#. nvvQ5 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1016,6 +1141,7 @@ msgctxt "" msgid "The \"Underlined\" attribute is applied to the selected area. If the cursor is positioned in a word, this word is also underlined." msgstr "Het attribuut \"Onderstrepen\" wordt toegepast op het geselecteerde gebied. Als de cursor zich in een woord bevindt, wordt alleen dit woord onderstreept." +#. E6c39 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1024,6 +1150,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌃M</caseinline><defaultinline>Ctrl+M</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌃M</caseinline><defaultinline>Ctrl+M</defaultinline></switchinline>" +#. xoBua #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1032,6 +1159,7 @@ msgctxt "" msgid "Removes direct formatting from selected text or objects (as in <item type=\"menuitem\">Format - Clear Direct Formatting</item>)." msgstr "Verwijdert directe opmaak van geselecteerde tekst of objecten (werkt als <item type=\"menuitem\">Opmaak - Directe opmaak wissen</item>)" +#. 2B6BC #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1040,6 +1168,7 @@ msgctxt "" msgid "Shortcut keys in the Gallery" msgstr "Sneltoetsen in de Galerij" +#. 5sheM #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1048,6 +1177,7 @@ msgctxt "" msgid "Shortcut keys" msgstr "Sneltoetsen" +#. ngmEb #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1056,6 +1186,7 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. MVoEa #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1064,6 +1195,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. ni9BH #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1072,6 +1204,7 @@ msgctxt "" msgid "Moves between areas." msgstr "Verplaatsen tussen bereiken." +#. FfLes #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1080,6 +1213,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Shift+Tab" +#. Vk9qA #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1088,6 +1222,7 @@ msgctxt "" msgid "Moves backwards between areas." msgstr "Gaat terugwaarts tussen gebieden." +#. WASE5 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1096,6 +1231,7 @@ msgctxt "" msgid "Shortcut keys in the <emph>New Theme</emph> area of the Gallery:" msgstr "Sneltoetsen in het gebied <emph>Nieuw onderwerp</emph> van de Galerij:" +#. uVzeb #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1104,6 +1240,7 @@ msgctxt "" msgid "Shortcut keys" msgstr "Sneltoetsen" +#. RLBzL #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1112,6 +1249,7 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. 3rop2 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1120,6 +1258,7 @@ msgctxt "" msgid "Up Arrow" msgstr "Pijl naar boven" +#. APJna #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1128,6 +1267,7 @@ msgctxt "" msgid "Moves the selection up one." msgstr "De selectie één omhoog verplaatsen." +#. pMq7N #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1136,6 +1276,7 @@ msgctxt "" msgid "Down Arrow" msgstr "Pijl naar beneden" +#. PMoE7 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1144,6 +1285,7 @@ msgctxt "" msgid "Moves the selection down." msgstr "De selectie omlaag verplaatsen." +#. Bez8w #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1152,6 +1294,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter" +#. dGTxG #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1160,6 +1303,7 @@ msgctxt "" msgid "Opens the <emph>Properties</emph> dialog." msgstr "Opent het dialoogvenster <emph>Eigenschappen</emph>." +#. eBWAV #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1168,6 +1312,7 @@ msgctxt "" msgid "Shift+F10" msgstr "Shift+F10" +#. uSmmc #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1176,6 +1321,7 @@ msgctxt "" msgid "Opens a context menu." msgstr "Een contextmenu openen." +#. Eo7i9 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1184,6 +1330,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U" +#. 3hwFd #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1192,6 +1339,7 @@ msgctxt "" msgid "Refreshes the selected theme." msgstr "Het geselecteerde thema vernieuwen." +#. ehG7A #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1200,6 +1348,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+R" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+R" +#. oJgjw #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1208,6 +1357,7 @@ msgctxt "" msgid "Opens the <emph>Enter Title</emph> dialog." msgstr "Opent het dialoogvenster <emph>Titel invoeren</emph>." +#. CjGvG #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1216,6 +1366,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D" +#. pwrwu #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1224,6 +1375,7 @@ msgctxt "" msgid "Deletes the selected theme." msgstr "Het geselecteerde thema verwijderen." +#. SRh75 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1232,6 +1384,7 @@ msgctxt "" msgid "Insert" msgstr "Invoegen" +#. iULfw #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1240,6 +1393,7 @@ msgctxt "" msgid "Inserts a new theme." msgstr "Voegt een nieuw thema in." +#. EXQoG #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1248,6 +1402,7 @@ msgctxt "" msgid "Shortcut keys in the <emph>Gallery Preview</emph> area:" msgstr "Sneltoetsen in het voorbeeldgebied van de <emph>Galerij</emph>:" +#. wWMe4 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1256,6 +1411,7 @@ msgctxt "" msgid "Shortcut keys" msgstr "Sneltoetsen" +#. czPcK #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1264,6 +1420,7 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. XZ9nV #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1272,6 +1429,7 @@ msgctxt "" msgid "Home" msgstr "Home" +#. pLbVY #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1280,6 +1438,7 @@ msgctxt "" msgid "Jumps to the first entry." msgstr "Naar het eerste item springen." +#. 5dgJ3 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1288,6 +1447,7 @@ msgctxt "" msgid "End" msgstr "End" +#. HWqnm #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1296,6 +1456,7 @@ msgctxt "" msgid "Jumps to the last entry." msgstr "Naar het laatste item springen." +#. Hg6qP #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1304,6 +1465,7 @@ msgctxt "" msgid "Left Arrow" msgstr "Pijl naar links" +#. hBCRR #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1312,6 +1474,7 @@ msgctxt "" msgid "Selects the next Gallery element on the left." msgstr "Het volgende galerij-onderwerp links selecteren." +#. xD4yt #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1320,6 +1483,7 @@ msgctxt "" msgid "Right Arrow" msgstr "Pijl naar rechts" +#. fVqN3 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1328,6 +1492,7 @@ msgctxt "" msgid "Selects the next Gallery element on the right." msgstr "Het volgende galerij-onderwerp rechts selecteren." +#. JDdQF #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1336,6 +1501,7 @@ msgctxt "" msgid "Up Arrow" msgstr "Pijl naar boven" +#. AC5Bs #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1344,6 +1510,7 @@ msgctxt "" msgid "Selects the next Gallery element above." msgstr "Het volgende (bovenstaande) galerij-onderwerp selecteren." +#. NrHRr #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1352,6 +1519,7 @@ msgctxt "" msgid "Down Arrow" msgstr "Pijl naar beneden" +#. zYxj2 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1360,6 +1528,7 @@ msgctxt "" msgid "Selects the next Gallery element below." msgstr "Het volgende (onderstaande) galerij-onderwerp selecteren." +#. yUFwL #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1368,6 +1537,7 @@ msgctxt "" msgid "Page Up" msgstr "Page Up" +#. ChrFJ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1376,6 +1546,7 @@ msgctxt "" msgid "Scrolls up one screen." msgstr "Blader één scherm omhoog." +#. 88duF #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1384,6 +1555,7 @@ msgctxt "" msgid "Page Down" msgstr "Page Down" +#. XaBHS #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1392,6 +1564,7 @@ msgctxt "" msgid "Scrolls down one screen." msgstr "Blader één scherm omlaag." +#. TbEqQ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1400,6 +1573,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Insert" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Insert" +#. 2Bcex #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1408,6 +1582,7 @@ msgctxt "" msgid "Inserts the selected object as a linked object into the current document." msgstr "Het geselecteerde object als gekoppeld object in het huidige document invoegen." +#. RvALF #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1416,6 +1591,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I" +#. Eg8RN #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1424,6 +1600,7 @@ msgctxt "" msgid "Inserts a copy of the selected object into the current document." msgstr "Een kopie van het geselecteerde object in het huidige document invoegen." +#. 2MNZx #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1432,6 +1609,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+T" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+T" +#. prAMd #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1440,6 +1618,7 @@ msgctxt "" msgid "Opens the <emph>Enter Title</emph> dialog." msgstr "Opent het dialoogvenster <emph>Titel invoeren</emph>." +#. AraCk #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1448,6 +1627,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P" +#. qWF4U #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1456,6 +1636,7 @@ msgctxt "" msgid "Switches between themes view and object view." msgstr "Schakelen tussen de weergave voor thema's en de weergave voor objecten." +#. suCZz #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1464,6 +1645,7 @@ msgctxt "" msgid "Spacebar" msgstr "Spatiebalk" +#. MDSEc #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1472,6 +1654,7 @@ msgctxt "" msgid "Switches between themes view and object view." msgstr "Schakelen tussen de weergave voor thema's en de weergave voor objecten." +#. B6Eph #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1480,6 +1663,7 @@ msgctxt "" msgid "Enter" msgstr "Enter" +#. 58moe #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1488,6 +1672,7 @@ msgctxt "" msgid "Switches between themes view and object view." msgstr "Schakelen tussen de weergave voor thema's en de weergave voor objecten." +#. vEABC #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1496,6 +1681,7 @@ msgctxt "" msgid "Step backward (only in object view)." msgstr "Stap achteruit (alleen in objectweergave)." +#. MZJrd #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1504,6 +1690,7 @@ msgctxt "" msgid "Switches back to main overview." msgstr "Teruggaan naar het hoofdoverzicht." +#. Amxsb #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1512,6 +1699,7 @@ msgctxt "" msgid "Selecting Rows and Columns in a Database Table (opened by <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+F4</item> keys)" msgstr "Het selecteren van rijen en kolommen in een gegevenstabel (geopend door de toetscombinatie <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+F4</item>)" +#. aqYUg #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1520,6 +1708,7 @@ msgctxt "" msgid "Shortcut keys" msgstr "Sneltoetsen" +#. nQMXK #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1528,6 +1717,7 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. o2WAx #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1536,6 +1726,7 @@ msgctxt "" msgid "Spacebar" msgstr "Spatiebalk" +#. EkQWs #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1544,6 +1735,7 @@ msgctxt "" msgid "Toggles row selection, except when the row is in edit mode." msgstr "Schakelt de rijselectie in en uit, behalve wanneer de rij zich in de bewerkingmodus bevindt." +#. EC6vP #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1552,6 +1744,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Spacebar" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Spatiebalk" +#. AFgC2 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1560,6 +1753,7 @@ msgctxt "" msgid "Toggles row selection." msgstr "Schakelen tussen rijselectie." +#. 74cbE #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1568,6 +1762,7 @@ msgctxt "" msgid "Shift+Spacebar" msgstr "Shift+spatiebalk" +#. j3KnD #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1576,6 +1771,7 @@ msgctxt "" msgid "Selects the current column." msgstr "De huidige kolom selecteren." +#. H2YBw #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1584,6 +1780,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up" +#. FaFvk #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1592,6 +1789,7 @@ msgctxt "" msgid "Moves pointer to the first row." msgstr "Verplaatst de cursor naar de eerste rij." +#. uDCCQ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1600,6 +1798,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down" +#. DMEH3 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1608,6 +1807,7 @@ msgctxt "" msgid "Moves pointer to the last row." msgstr "Verplaatst de cursor naar de laatste rij." +#. PR2RY #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1616,6 +1816,7 @@ msgctxt "" msgid "Shortcut Keys for Drawing Objects" msgstr "Sneltoetsen voor tekenobjecten" +#. PBpaK #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1624,6 +1825,7 @@ msgctxt "" msgid "Shortcut keys" msgstr "Sneltoetsen" +#. RcQMi #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1632,6 +1834,7 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. 9YRDb #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1640,6 +1843,7 @@ msgctxt "" msgid "Select the toolbar with <item type=\"keycode\">F6</item>. Use the <item type=\"keycode\">Down Arrow</item> and <item type=\"keycode\">Right Arrow</item> keys to select the desired toolbar icon and press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Enter</item>." msgstr "Selecteer de werkbalk met <item type=\"keycode\">F6</item>. Gebruik de <item type=\"keycode\">Pijl omlaag</item> en <item type=\"keycode\">Pijl naar rechts</item> om het gewenste pictogram te selecteren en druk dan op <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Enter</item>." +#. SSc2F #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1648,6 +1852,7 @@ msgctxt "" msgid "Inserts a Drawing Object." msgstr "Een tekenobject invoegen." +#. GN4Et #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1656,6 +1861,7 @@ msgctxt "" msgid "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+F6</item> and press <item type=\"keycode\">Tab</item>." msgstr "Selecteer het document met <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+F6</item> en druk op <item type=\"keycode\">Tab</item>." +#. EjNHq #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1664,6 +1870,7 @@ msgctxt "" msgid "Selects a Drawing Object." msgstr "Een tekenobject selecteren." +#. cSKFZ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1672,6 +1879,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. 7WFfj #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1680,6 +1888,7 @@ msgctxt "" msgid "Selects the next Drawing Object." msgstr "Het volgende tekenobject selecteren." +#. gKcS9 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1688,6 +1897,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Shift+Tab" +#. Yf5DF #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1696,6 +1906,7 @@ msgctxt "" msgid "Selects the previous Drawing Object." msgstr "Het vorige tekenobject selecteren." +#. GDoyd #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1704,6 +1915,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home" +#. DxBkB #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1712,6 +1924,7 @@ msgctxt "" msgid "Selects the first Drawing Object." msgstr "Het eerste tekenobject selecteren." +#. KrkDA #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1720,6 +1933,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End" +#. haUNP #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1728,6 +1942,7 @@ msgctxt "" msgid "Selects the last Drawing Object." msgstr "Het laatste tekenobject selecteren." +#. RMU7W #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1736,6 +1951,7 @@ msgctxt "" msgid "Esc" msgstr "Esc" +#. rimEe #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1744,6 +1960,7 @@ msgctxt "" msgid "Ends Drawing Object selection." msgstr "De selectie van tekenobjecten beëindigen." +#. fDviV #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1752,6 +1969,7 @@ msgctxt "" msgid "Esc (in Handle Selection Mode)" msgstr "Esc (in modus voor greepselectie)" +#. duxtb #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1760,6 +1978,7 @@ msgctxt "" msgid "Exits <emph>Handle Selection Mode</emph> and return to <emph>Object Selection Mode</emph>." msgstr "De modus voor <emph>Handvatselectie</emph> afsluiten en terugkeren naar de modus voor <emph>Objectselectie</emph>." +#. mGEkk #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1768,6 +1987,7 @@ msgctxt "" msgid "Up/Down/Left/Right Arrow" msgstr "Pijl omhoog/omlaag/links/rechts" +#. BjWXA #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1776,6 +1996,7 @@ msgctxt "" msgid "Moves the selected point (the snap-to-grid functions are temporarily disabled, but end points still snap to each other)." msgstr "Het geselecteerde punt verplaatsen (de functies voor uitlijning op het raster worden tijdelijk uitgeschakeld, maar de eindpunten worden nog steeds op elkaar uitgelijnd)." +#. ZUCFt #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1784,6 +2005,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up/Down/Left/Right Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+pijl omhoog/omlaag/naar links/naar rechts" +#. bM4BU #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1792,6 +2014,7 @@ msgctxt "" msgid "Moves the selected drawing object one pixel (in Selection Mode)." msgstr "Verplaatst het geselecteerde tekenobject met één pixel (in selectiemodus)." +#. kWifC #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1800,6 +2023,7 @@ msgctxt "" msgid "Resizes a drawing object (in Handle Selection Mode)." msgstr "De grootte van een tekenobject wijzigen (in modus voor Handvatselectie)." +#. EcyKN #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1808,6 +2032,7 @@ msgctxt "" msgid "Rotates a drawing object (in Rotation Mode)." msgstr "Draait een tekenobject (in draaimodus)." +#. oSEbX #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1816,6 +2041,7 @@ msgctxt "" msgid "Opens the properties dialog for a drawing object." msgstr "Het dialoogvenster Eigenschappen openen voor een tekenobject." +#. CDiwF #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1824,6 +2050,7 @@ msgctxt "" msgid "Activates the Point Selection mode for the selected drawing object." msgstr "De modus voor puntselectie activeren voor het geselecteerde tekenobject." +#. EiYd5 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1832,6 +2059,7 @@ msgctxt "" msgid "Spacebar" msgstr "Spatiebalk" +#. xsruK #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1840,6 +2068,7 @@ msgctxt "" msgid "Selects a point of a drawing object (in Point Selection mode) / Cancel selection." msgstr "Een punt van het tekenobject selecteren (in modus voor puntselectie) /selectie annuleren." +#. CpNBA #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1848,6 +2077,7 @@ msgctxt "" msgid "The selected point blinks once per second." msgstr "Het geselecteerde punt knippert één keer per seconde." +#. pCjDR #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1856,6 +2086,7 @@ msgctxt "" msgid "Shift+Spacebar" msgstr "Shift+spatiebalk" +#. r4BaQ #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1864,6 +2095,7 @@ msgctxt "" msgid "Selects an additional point in Point Selection mode." msgstr "Een extra punt selecteren in de modus voor puntselectie." +#. bEFGY #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1872,6 +2104,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab" +#. 4XM3J #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1880,6 +2113,7 @@ msgctxt "" msgid "Selects the next point of the drawing object (Point Selection mode)." msgstr "Het volgende punt van het tekenobject selecteren (modus voor puntselectie)." +#. vEJKn #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1888,6 +2122,7 @@ msgctxt "" msgid "In <emph>Rotation</emph> mode, the center of rotation can also be selected." msgstr "In de modus <emph>Rotatie</emph> kunt u ook het midden van de rotatie selecteren." +#. EqUv7 #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1896,6 +2131,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab" +#. 5YFrE #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1904,6 +2140,7 @@ msgctxt "" msgid "Selects the previous point of the drawing object (Point Selection mode)" msgstr "Het vorige punt van het tekenobject selecteren (modus voor puntselectie)." +#. J9iXa #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1912,6 +2149,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter" +#. cQM6k #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1920,6 +2158,7 @@ msgctxt "" msgid "A new drawing object with default size is placed in the center of the current view." msgstr "Er wordt een nieuw tekenobject met standaardgrootte in het midden van de huidige weergave geplaatst." +#. ogw3P #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1928,6 +2167,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter at the <emph>Selection</emph> icon" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter bij het pictogram <emph>Selectie</emph>" +#. WrBrp #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1936,6 +2176,7 @@ msgctxt "" msgid "Activates the first drawing object in the document." msgstr "Het eerste tekenobject in het document activeren." +#. bRmeE #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1944,6 +2185,7 @@ msgctxt "" msgid "Esc" msgstr "Esc" +#. 59BbM #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1952,6 +2194,7 @@ msgctxt "" msgid "Leaves the <emph>Point Selection</emph> mode. The drawing object is selected afterwards." msgstr "Laat de modus voor <emph>Puntselectie</emph> geactiveerd. Het tekenobject wordt naderhand geselecteerd." +#. WvMGd #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1960,6 +2203,7 @@ msgctxt "" msgid "Edits a point of a drawing object (Point Edit mode)." msgstr "Een punt van een tekenobject bewerken (modus voor puntbewerking)." +#. CWKSa #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1968,6 +2212,7 @@ msgctxt "" msgid "Any text or numerical key" msgstr "Elke willekeurige tekst of numerieke sleutel" +#. P5dAB #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1976,6 +2221,7 @@ msgctxt "" msgid "If a drawing object is selected, switches to edit mode and places the cursor at the end of the text in the drawing object. A printable character is inserted." msgstr "Als een tekenobject is geselecteerd, wordt de bewerkingsmodus geactiveerd en wordt de cursor aan het einde van de tekst in het tekenobject geplaatst. Er wordt een afdrukbaar teken ingevoegd." +#. hEyPF #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1984,6 +2230,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while creating or scaling a graphic object" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>-toets tijdens het maken of schalen van een grafisch object" +#. cDSDC #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -1992,6 +2239,7 @@ msgctxt "" msgid "The position of the object's center is fixed." msgstr "De positie van het midden van het object is vastgezet." +#. sCAnA #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -2000,6 +2248,7 @@ msgctxt "" msgid "Shift key while creating or scaling a graphic object" msgstr "Shift-toets bij het maken of schalen van een grafisch object" +#. uTEXC #: 01010000.xhp msgctxt "" "01010000.xhp\n" @@ -2008,6 +2257,7 @@ msgctxt "" msgid "The ratio of the object's width to height is fixed." msgstr "De verhouding van de breedte tot de hoogte van het object is vastgezet." +#. apJTN #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2016,6 +2266,7 @@ msgctxt "" msgid "Database Shortcut Keys" msgstr "Sneltoetsen voor databases" +#. bLBCN #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2024,6 +2275,7 @@ msgctxt "" msgid "<bookmark_value>shortcut keys; in databases</bookmark_value><bookmark_value>databases; shortcut keys</bookmark_value>" msgstr "<bookmark_value>sneltoetsen; in databases</bookmark_value><bookmark_value>databases; sneltoetsen</bookmark_value>" +#. b99D3 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2032,6 +2284,7 @@ msgctxt "" msgid "<variable id=\"DB_keys\"><link href=\"text/shared/04/01020000.xhp\" name=\"Database Shortcut Keys\">Database Shortcut Keys</link></variable>" msgstr "<variable id=\"DB_keys\"><link href=\"text/shared/04/01020000.xhp\" name=\"Sneltoetsen voor databases\">Sneltoetsen voor databases</link></variable>" +#. XtS9J #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2040,6 +2293,7 @@ msgctxt "" msgid "The following is a list of shortcut keys available within databases." msgstr "Hier volgt een lijst met sneltoetsen die beschikbaar zijn binnen databases." +#. KdAHW #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2048,6 +2302,7 @@ msgctxt "" msgid "The general <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">shortcut keys in $[officename]</link> also apply." msgstr "De algemene <link href=\"text/shared/04/01010000.xhp\" name=\"sneltoetsen in $[officename]\">sneltoetsen in $[officename]</link> zijn ook van toepassing." +#. xVHCv #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2056,6 +2311,7 @@ msgctxt "" msgid "Shortcut keys for databases" msgstr "Sneltoetsen voor databases" +#. LgAzS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2064,6 +2320,7 @@ msgctxt "" msgid "In the query design" msgstr "In het query-ontwerp" +#. AaAyE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2072,6 +2329,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Sneltoetsen" +#. DRSRA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2080,6 +2338,7 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. WmgCC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2088,6 +2347,7 @@ msgctxt "" msgid "F6" msgstr "F6" +#. LJaVh #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2096,6 +2356,7 @@ msgctxt "" msgid "Jump between the query design areas." msgstr "Schakelen tussen de query-ontwerpgebieden." +#. vrm2o #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2104,6 +2365,7 @@ msgctxt "" msgid "Delete" msgstr "Verwijderen" +#. DGPFH #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2112,6 +2374,7 @@ msgctxt "" msgid "Deletes a table from the query design." msgstr "Een tabel uit het query-ontwerp verwijderen." +#. q3hiq #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2120,6 +2383,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. 7pFom #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2128,6 +2392,7 @@ msgctxt "" msgid "Selects the connection line." msgstr "De verbindingslijn selecteren." +#. bUnEW #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2136,6 +2401,7 @@ msgctxt "" msgid "Shift+F10" msgstr "Shift+F10" +#. naA2w #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2144,6 +2410,7 @@ msgctxt "" msgid "Opens the context menu." msgstr "Het contextmenu openen." +#. vyznX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2152,6 +2419,7 @@ msgctxt "" msgid "F4" msgstr "F4" +#. DCaap #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2160,6 +2428,7 @@ msgctxt "" msgid "Shows a Preview." msgstr "Toont een voorbeeld." +#. CbUX7 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2168,6 +2437,7 @@ msgctxt "" msgid "F5" msgstr "F5" +#. xBKb5 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2176,6 +2446,7 @@ msgctxt "" msgid "Runs query." msgstr "Query uitvoeren." +#. KRzyr #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2184,6 +2455,7 @@ msgctxt "" msgid "F7" msgstr "F7" +#. cGaMg #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2192,6 +2464,7 @@ msgctxt "" msgid "Adds table or query." msgstr "Tabel of query toevoegen." +#. ZQynK #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2200,6 +2473,7 @@ msgctxt "" msgid "Control Properties Window" msgstr "Venster met eigenschappen voor besturingselementen" +#. rue6r #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2208,6 +2482,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Sneltoetsen" +#. BYavF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2216,6 +2491,7 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. mFUGX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2224,6 +2500,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+pijl omlaag" +#. ktTta #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2232,6 +2509,7 @@ msgctxt "" msgid "Opens the combo box." msgstr "De keuzelijst met invoervak openen." +#. VboBJ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2240,6 +2518,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+pijl omhoog" +#. LJKq2 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2248,6 +2527,7 @@ msgctxt "" msgid "Closes the combo box." msgstr "De keuzelijst met invoervak sluiten." +#. Gh7Gu #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2256,6 +2536,7 @@ msgctxt "" msgid "Shift+Enter" msgstr "Shift+Enter" +#. jiEh3 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2264,6 +2545,7 @@ msgctxt "" msgid "Inserts a new line." msgstr "Een nieuwe regel invoegen." +#. UQysN #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2272,6 +2554,7 @@ msgctxt "" msgid "Up arrow" msgstr "Pijl omhoog" +#. Hg8EF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2280,6 +2563,7 @@ msgctxt "" msgid "Positions the cursor in the previous line." msgstr "De cursor op de vorige regel plaatsen." +#. GyGem #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2288,6 +2572,7 @@ msgctxt "" msgid "Down arrow" msgstr "Pijl omlaag" +#. HyVjn #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2296,6 +2581,7 @@ msgctxt "" msgid "Puts the cursor into the next line." msgstr "De cursor op de volgende regel plaatsen." +#. DtGG4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2304,6 +2590,7 @@ msgctxt "" msgid "Enter" msgstr "Enter" +#. m3rP3 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2312,6 +2599,7 @@ msgctxt "" msgid "Completes the input in the field and places the cursor into the next field." msgstr "De invoer in het veld aanvullen en cursor in het volgende veld plaatsen." +#. xTEB4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2320,6 +2608,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6" +#. KHoRz #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2328,6 +2617,7 @@ msgctxt "" msgid "Sets the focus (if not in design mode) to the first control. The first control is the first one listed in the Form Navigator." msgstr "De focus instellen op het eerste besturingselement (als de ontwerpmodus niet is geactiveerd). Het eerste besturingselement is het eerste element dat in de Formulier-navigator wordt weergegeven." +#. WVFvV #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2336,6 +2626,7 @@ msgctxt "" msgid "Shortcuts for creating Basic dialogs" msgstr "Sneltoetsen voor het maken van Basic-dialoogvensters" +#. ua2GB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2344,6 +2635,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Sneltoetsen" +#. NLysc #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2352,6 +2644,7 @@ msgctxt "" msgid "Effect" msgstr "Effect" +#. TDcsn #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2360,6 +2653,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PgUp" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PageUp" +#. SAM9h #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2368,6 +2662,7 @@ msgctxt "" msgid "Jumps between tabs." msgstr "Schakelen tussen tabs." +#. Rgcje #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2376,6 +2671,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PgDn" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PageDown" +#. BbZS7 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2384,6 +2680,7 @@ msgctxt "" msgid "Jumps between tabs." msgstr "Schakelen tussen tabs." +#. ospMB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2392,6 +2689,7 @@ msgctxt "" msgid "F6" msgstr "F6" +#. 5FDKF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2400,6 +2698,7 @@ msgctxt "" msgid "Jumps between windows." msgstr "Schakelt tussen vensters." +#. F76Ez #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2408,6 +2707,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. i66Mb #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2416,6 +2716,7 @@ msgctxt "" msgid "Selection of the control fields." msgstr "Selectie van de besturingsvelden." +#. 6JfBA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2424,6 +2725,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Shift+Tab" +#. QrwAy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2432,6 +2734,7 @@ msgctxt "" msgid "Selection of the control fields in opposite direction." msgstr "Selectie van de besturingsvelden in tegengestelde richting." +#. ETutr #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2440,6 +2743,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter" +#. LHjAE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2448,6 +2752,7 @@ msgctxt "" msgid "Inserts the selected control." msgstr "Het geselecteerde besturingselement invoegen." +#. jSEbF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2456,6 +2761,7 @@ msgctxt "" msgid "Arrow key" msgstr "Pijltoets" +#. 7qxzB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2464,6 +2770,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+pijltoets" +#. FpPvX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2472,6 +2779,7 @@ msgctxt "" msgid "Moves the selected control in steps of 1 mm in the respective direction. In point edit mode, it changes the size of the selected control." msgstr "Het geselecteerde besturingselement in de desbetreffende richting verplaatsen in stappen van 1mm. In de modus voor puntselectie wordt hiermee de grootte van het geselecteerde besturingselement gewijzigd." +#. pTsL2 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2480,6 +2788,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab" +#. YBeX9 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2488,6 +2797,7 @@ msgctxt "" msgid "In point edit mode, jumps to next handle." msgstr "Naar de volgende greep springen (in de modus voor puntselectie)." +#. 4Cfoh #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2496,6 +2806,7 @@ msgctxt "" msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab" msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab" +#. PBnzy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2504,6 +2815,7 @@ msgctxt "" msgid "In point edit mode, jumps to previous handle." msgstr "Naar de vorige greep springen (in de modus voor puntselectie)." +#. FVYQW #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -2512,6 +2824,7 @@ msgctxt "" msgid "Esc" msgstr "Esc" +#. exA5h #: 01020000.xhp msgctxt "" "01020000.xhp\n" diff --git a/source/nl/helpcontent2/source/text/shared/guide.po b/source/nl/helpcontent2/source/text/shared/guide.po index fe5c0ad2cb4..e51a2126b9b 100644 --- a/source/nl/helpcontent2/source/text/shared/guide.po +++ b/source/nl/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: 2020-01-22 13:00+0100\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" "PO-Revision-Date: 2019-08-08 08:58+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -20185,22 +20185,22 @@ msgctxt "" msgid "The text for which the QR Code is generated." msgstr "" -#. 9ZdSh +#. 6mj5K #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "hd_id701566317347416\n" "help.text" -msgid "Option" +msgid "Error correction" msgstr "" -#. H2dQo +#. VezeF #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id281566317365617\n" "help.text" -msgid "The error correction value for the QR Code that is to be created. The error correction of a QR code is a measure that helps a QR code to recover if it is destroyed." +msgid "The error correction value for the QR Code that is to be created. The error correction of a QR code is a measure that helps a QR code to recover if it is damaged." msgstr "" #. iHFHY diff --git a/source/nl/helpcontent2/source/text/shared/optionen.po b/source/nl/helpcontent2/source/text/shared/optionen.po index 286a8cda493..743f40605ac 100644 --- a/source/nl/helpcontent2/source/text/shared/optionen.po +++ b/source/nl/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: 2020-01-17 16:45+0100\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" "PO-Revision-Date: 2019-12-09 10:58+0000\n" "Last-Translator: kees538 <kees538@gmail.com>\n" "Language-Team: Dutch <https://vm137.documentfoundation.org/projects/libo_help-master/textsharedoptionen/nl/>\n" @@ -14929,14 +14929,14 @@ msgctxt "" msgid "<emph>Treat as zero:</emph> Any text found where numeric data is expected will be considered as a number of value zero. Example: <item type=\"input\">\"123.45\"</item> will map to zero, while <item type=\"input\">123.45</item> not." msgstr "<emph>Als nul behandelen:</emph> Elke tekst die wordt gevonden als er numerieke waarde wordt verwacht zal als de waarde nul worden beschouwd. Voorbeeld: <item type=\"input\">\"123.45\"</item> zal nul worden, terwijl<item type=\"input\">123.45</item> dat niet wordt." -#. VCFEs +#. XLNWu #: detailedcalculation.xhp msgctxt "" "detailedcalculation.xhp\n" "par_id3067110\n" "help.text" -msgid "<emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type=\"input\">\"123.456\"</item> will generate a #VALUE! error because the text contains a separator, while <item type=\"input\">\"123456\"</item> will not." -msgstr "<emph>Converteert alleen unieken:</emph> Als de tekst een geldige en unieke waarde vertegenwoordigt, wordt geconverteerd. Voorbeeld: <item type=\"input\">\"123.456\"</item> zal een foutcode #WAARDE! genereren omdat de tekst een scheidingsteken bevat, terwijl <item type=\"input\">\"123456\"</item> dit niet heeft." +msgid "<emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type=\"input\">\"123.456\"</item> will generate a #VALUE! error because the text contains a separator, while <item type=\"input\">\"123456\"</item> will not.<br/>See <embedvar href=\"text/scalc/guide/numbers_text.xhp#numbers_text\" markup=\"ignore\"/> for details." +msgstr "" #. Eo47W #: detailedcalculation.xhp diff --git a/source/nl/helpcontent2/source/text/smath/01.po b/source/nl/helpcontent2/source/text/smath/01.po index 495ba086b86..3fb7b1061ca 100644 --- a/source/nl/helpcontent2/source/text/smath/01.po +++ b/source/nl/helpcontent2/source/text/smath/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: 2020-01-17 16:45+0100\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" "PO-Revision-Date: 2019-12-24 16:18+0000\n" "Last-Translator: Henk van der Burg <h.vdburg@hccnet.nl>\n" "Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textsmath01/nl/>\n" @@ -376,14 +376,14 @@ msgctxt "" msgid "Elements" msgstr "Elementen" -#. 5bPom +#. JyRMq #: 03090000.xhp msgctxt "" "03090000.xhp\n" "bm_id3155963\n" "help.text" -msgid "<bookmark_value>selection options in formulas</bookmark_value> <bookmark_value>formulas; selections</bookmark_value> <bookmark_value>elements;in Math</bookmark_value>" -msgstr "<bookmark_value>selectie-opties in formulas</bookmark_value> <bookmark_value>formules; selecties</bookmark_value> <bookmark_value>elementen;in Math</bookmark_value>" +msgid "<bookmark_value>selection options in formulas</bookmark_value><bookmark_value>formulas; selections</bookmark_value><bookmark_value>elements;in Math</bookmark_value>" +msgstr "" #. yUSBK #: 03090000.xhp diff --git a/source/nl/helpcontent2/source/text/swriter/00.po b/source/nl/helpcontent2/source/text/swriter/00.po index 7e7fd4ae24e..e6f66423a8d 100644 --- a/source/nl/helpcontent2/source/text/swriter/00.po +++ b/source/nl/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: 2020-01-22 13:00+0100\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" "PO-Revision-Date: 2019-07-26 17:06+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1474,23 +1474,68 @@ msgctxt "" msgid "Right-click a paragraph with style <item type=\"literal\">Text body</item>. Choose <emph>Edit Paragraph Style - Condition</emph> tab." msgstr "Klik met de rechtermuisknop op een alinea met het opmaakprofiel <item type=\"literal\">Tekstblok</item>. Kies <emph>Alinea-opmaakprofiel</emph>, tabblad <emph>Voorwaarde</emph>." -#. ZFBcv +#. UQ3Zt #: 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." +msgid "Choose <menuitem>View - Styles</menuitem> (<keycode>F11</keycode>). Right-click any paragraph style. Choose <menuitem>New - Condition</menuitem> tab." msgstr "" -#. uEw9U +#. EtKWE +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id221579830516951\n" +"help.text" +msgid "Choose <menuitem>Styles - Load Styles</menuitem>" +msgstr "" + +#. 2dbBm +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id655978063576\n" +"help.text" +msgid "In the <emph>Styles</emph> window. Click the <emph>Styles action</emph> icon on the top right of the <emph>Styles</emph> window and keep the mouse button pressed. Choose <menuitem>Load Styles</menuitem> from the submenu." +msgstr "" + +#. hcD58 #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_idN10739\n" "help.text" -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 "Open het venster <emph>Stijlen en opmaak</emph>. Klik op het pictogram <emph>Nieuw opmaakprofiel uit selectie</emph> en houd de muisknop ingedrukt. Kies <emph>Opmaakprofielen laden</emph> in het submenu." +msgid "Different ways to open <emph>Styles</emph> window:" +msgstr "" + +#. gP8Ku +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id51579866880596\n" +"help.text" +msgid "Press <keycode>F11</keycode>" +msgstr "" + +#. Bkgcd +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id651578066376\n" +"help.text" +msgid "Choose <menuitem>View - Styles</menuitem>" +msgstr "" + +#. rjCh2 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id651378063576\n" +"help.text" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem>" +msgstr "" #. GDexs #: 00000405.xhp @@ -1510,32 +1555,41 @@ msgctxt "" msgid "Choose <menuitem>View - Styles</menuitem> - open context menu <emph>New/Modify</emph> (for Page Styles)." msgstr "" -#. 9DejE +#. JW9yE #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3154470\n" "help.text" -msgid "Choose <emph>Format - Paragraph - Outline & Numbering</emph> tab." -msgstr "Kies <emph>Opmaak - Alinea</emph>, tabblad <emph>Overzicht en nummering</emph>." +msgid "Choose <menuitem>Format - Paragraph - Outline & Numbering</menuitem> tab." +msgstr "" + +#. qWCzG +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3154413\n" +"help.text" +msgid "Choose <menuitem>Styles - Edit Style - Outline & Numbering</menuitem> tab (Paragraph Styles)." +msgstr "" -#. 4quPH +#. 7GJUj #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3147525\n" "help.text" -msgid "Choose <emph>View - Styles -</emph> open context menu <emph>Modify/New - Outline & Numbering</emph> tab (Paragraph Styles)." -msgstr "Kies <emph>Beeld - Opmaakprofielen -</emph> open contextmenu <emph>Aanpassen/Nieuw</emph>, tabblad <emph>Nummering</emph> (Alinea-opmaakprofielen)." +msgid "Choose <menuitem>View - Styles -</menuitem> open context menu <menuitem>Modify/New - Outline & Numbering</menuitem> tab (Paragraph Styles)." +msgstr "" -#. MeRnj +#. Rp3Q3 #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3152960\n" "help.text" -msgid "<variable id=\"spaltenber\">Choose <emph>Format - Sections - Options</emph> button.</variable>" -msgstr "<variable id=\"spaltenber\">Kies <emph>Opmaak - Secties</emph>, knop <emph>Opties</emph>.</variable>" +msgid "<variable id=\"spaltenber\">Choose <menuitem>Format - Sections - Options</menuitem> button.</variable>" +msgstr "" #. GqyGY #: 00000405.xhp @@ -1645,13 +1699,13 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for Frame Styles)." msgstr "Kies <emph>Beeld - Opmaakprofielen</emph> - open contextmenu <emph>Aanpassen/Nieuw</emph> (voor Frameopmaakprofielen)." -#. 2riZS +#. VW72E #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3156364\n" "help.text" -msgid "Choose <emph>View - Styles</emph> (F11) - open context menu <emph>Modify/New</emph> (for List Styles)." +msgid "Choose <menuitem>View - Styles</menuitem> (<keycode>F11</keycode>) - open context menu <menuitem>Modify/New</menuitem> (for List Styles)." msgstr "" #. rYRkT @@ -2617,14 +2671,14 @@ msgctxt "" msgid "Choose <emph>Tools - Calculate</emph>" msgstr "Kies <emph>Extra - Berekenen</emph>" -#. UrBtA +#. pCNkM #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3159188\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commando </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plusteken" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign" +msgstr "" #. oTAC7 #: 00000406.xhp @@ -2635,14 +2689,14 @@ msgctxt "" msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>" msgstr "<variable id=\"aktualisieren\">Kies <emph>Extra - Bijwerken</emph></variable>" -#. b7SMj +#. FzXCX #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3151330\n" "help.text" -msgid "<variable id=\"seitenformatierung\">Choose <emph>Tools - Update - Reformat Pages</emph></variable>" -msgstr "<variable id=\"seitenformatierung\">Kies <emph>Extra - Bijwerken - Pagina-opmaak</emph></variable>" +msgid "<variable id=\"seitenformatierung\">Choose <menuitem>Tools - Update - Page Formatting</menuitem></variable>" +msgstr "" #. gnwPv #: 00000406.xhp @@ -2653,14 +2707,14 @@ msgctxt "" msgid "<variable id=\"aktuellesverz\">Choose <emph>Tools - Update - Current Index</emph></variable>" msgstr "<variable id=\"aktuellesverz\">Kies <emph>Extra - Bijwerken - Huidige index</emph></variable>" -#. Xtmjq +#. XTg6n #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3149821\n" "help.text" -msgid "<variable id=\"alleverz\">Choose <emph>Tools - Update - All Indexes and Tables</emph></variable>" -msgstr "<variable id=\"alleverz\">Kies <emph>Extra - Bijwerken - Alle inhoudsopgaven en registers</emph></variable>" +msgid "<variable id=\"alleverz\">Choose <menuitem>Tools - Update - Indexes and Tables</menuitem></variable>" +msgstr "" #. w865X #: 00000406.xhp @@ -2698,14 +2752,14 @@ msgctxt "" msgid "<variable id=\"aktverknuepf\">Choose <emph>Tools - Update - Links</emph></variable>" msgstr "<variable id=\"aktverknuepf\">Kies <emph>Extra - Bijwerken - Koppelingen</emph></variable>" -#. FF63X +#. 3hKeK #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3147220\n" "help.text" -msgid "<variable id=\"adiagr\">Choose <emph>Tools - Update - All Charts</emph></variable>" -msgstr "<variable id=\"adiagr\">Kies <emph>Extra - Bijwerken - Alle diagrammen</emph></variable>" +msgid "<variable id=\"adiagr\">Choose <menuitem>Tools - Update - Charts</menuitem></variable>" +msgstr "" #. DbjCa #: 00000406.xhp @@ -2797,11 +2851,11 @@ msgctxt "" msgid "<variable id=\"sls\">Choose <emph>Styles - Load Styles</emph></variable>." msgstr "<variable id=\"sls\">Kies <emph>Opmaakprofielen - Opmaakprofielen laden</emph></variable>." -#. sTmDY +#. EDhC8 #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" "par_id391529885020996\n" "help.text" -msgid "<variable id=\"sms\">Choose <emph>Styles - Manage Styles</emph> or F11</variable>." -msgstr "<variable id=\"sms\">Kies <emph>Opmaakprofielen - Opmaakprofielen bewerken</emph> of F11</variable>." +msgid "<variable id=\"sms\">Choose <emph>Styles - Manage Styles</emph> or <embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/></variable>." +msgstr "" diff --git a/source/nl/helpcontent2/source/text/swriter/01.po b/source/nl/helpcontent2/source/text/swriter/01.po index b280b0857d7..fd10a651cb5 100644 --- a/source/nl/helpcontent2/source/text/swriter/01.po +++ b/source/nl/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: 2020-01-22 13:00+0100\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" "PO-Revision-Date: 2019-12-24 16:18+0000\n" "Last-Translator: Henk van der Burg <h.vdburg@hccnet.nl>\n" "Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/nl/>\n" @@ -8485,14 +8485,14 @@ msgctxt "" msgid "Select" msgstr "Selecteren" -#. JEhvd +#. XpBx7 #: 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\">Geeft de beschikbare velden weer voor het veldtype dat in de lijst <emph>Type</emph> geselecteerd is. Als u een veld wilt invoegen, klikt u op het veld en vervolgens op <emph>Invoegen</emph>.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\"><variable id=\"selecthelp\">Lists the available fields for the field type selected in the <emph>Type </emph>list.</variable> To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp>" +msgstr "" #. DUaXS #: 04090005.xhp @@ -8575,14 +8575,14 @@ msgctxt "" msgid "Invisible" msgstr "Onzichtbaar" -#. JUBvc +#. qZx3N #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3156233\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/invisible\">Hides the field contents in the document.</ahelp> The field is inserted as a thin gray mark in the document. This option is only available for the \"Set Variable\" and \"User Field\" field types." -msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/invisible\">Verbergt de veldinhoud in het document.</ahelp> Het veld wordt als een dunne grijze markering in het document ingevoegd. Deze optie is alleen beschikbaar voor de veldtypen \"Variabele instellen\" en \"Gebruikersveld\"." +msgid "<variable id=\"invisiblehelp\"><ahelp hid=\"modules/swriter/ui/fldvarpage/invisible\">Hides the field contents in the document.</ahelp> The field is inserted as a thin gray mark in the document.</variable> This option is only available for the \"Set Variable\" and \"User Field\" field types." +msgstr "" #. MVDBn #: 04090005.xhp @@ -10636,14 +10636,14 @@ msgctxt "" msgid "Click <emph>Insert</emph>." msgstr "Klik op <emph>Invoegen</emph>." -#. PovJC +#. cxfZK #: 04090300.xhp msgctxt "" "04090300.xhp\n" "tit\n" "help.text" -msgid "Edit fields" -msgstr "Velden bewerken" +msgid "Edit fields (variables)" +msgstr "" #. UyFn6 #: 04090300.xhp @@ -10654,14 +10654,14 @@ msgctxt "" msgid "<bookmark_value>fields;editing</bookmark_value> <bookmark_value>edit;fields</bookmark_value>" msgstr "<bookmark_value>velden;bewerken</bookmark_value> <bookmark_value>bewerk;velden</bookmark_value>" -#. vcETG +#. 7dZ8Y #: 04090300.xhp msgctxt "" "04090300.xhp\n" "hd_id431519648111292\n" "help.text" -msgid "<link href=\"text/swriter/01/04090300.xhp\" name=\"Edit Fields\">Edit Fields</link>" -msgstr "<link href=\"text/swriter/01/04090300.xhp\" name=\"Edit Fields\">Velden bewerken</link>" +msgid "<link href=\"text/swriter/01/04090300.xhp\" name=\"Edit Fields\">Edit Fields (variables)</link>" +msgstr "" #. AqnsX #: 04090300.xhp @@ -10681,59 +10681,59 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">Edit Fields</item> of the context menu of the selected field." msgstr "Kies <item type=\"menuitem\">Velden bewerken</item> in het contextmenu van het geselecteerde veld." -#. xFPHo +#. YUyFB #: 04090300.xhp msgctxt "" "04090300.xhp\n" "hd_id511519649431645\n" "help.text" -msgid "Type pane" -msgstr "Paneel Type" +msgid "Type" +msgstr "" -#. JJFUj +#. 52P8E #: 04090300.xhp msgctxt "" "04090300.xhp\n" "par_id761519649446212\n" "help.text" -msgid "Shows the type of the selected field. The middle and right pane of the dialog contents depends on the field type. For a complete description of the fields see <link href=\"text/swriter/01/04090000.xhp\" name=\"fields\">Fields</link> page." -msgstr "Toont het type van het geselecteerde veld. Het middelste en rechtse paneel van het dialoogvenster hangen af van het type veld. Voor een volledige beschrijving van de velden zie de pagina<link href=\"text/swriter/01/04090000.xhp\" name=\"fields\">Velden</link>" +msgid "Shows the type of the selected field." +msgstr "" -#. vEC5Q +#. 7ooCu #: 04090300.xhp msgctxt "" "04090300.xhp\n" -"hd_id931519650651402\n" +"hd_id941519649436996\n" "help.text" -msgid "Edit" -msgstr "Bewerken" +msgid "Arrow buttons" +msgstr "Pijltjesknoppen" -#. jQWP3 +#. cVrBD #: 04090300.xhp msgctxt "" "04090300.xhp\n" -"par_id241519650657361\n" +"par_id951519649454340\n" "help.text" -msgid "When visible, opens a dialog to edit the contents of the field. The dialog depends on the type of the field." -msgstr "Wanneer zichtbaar, wordt een dialoogvenster geopend om de inhoud van het veld te bewerken. Het dialoogvenster is afhankelijk van het type veld." +msgid "Use the arrow buttons to go to next or previous field of same type in the document." +msgstr "Gebruik de pijltjesknoppen om naar het volgende of het vorige veld van hetzelfde type te gaan in het document." -#. 7ooCu +#. vEC5Q #: 04090300.xhp msgctxt "" "04090300.xhp\n" -"hd_id941519649436996\n" +"hd_id931519650651402\n" "help.text" -msgid "Arrow buttons" -msgstr "Pijltjesknoppen" +msgid "Edit" +msgstr "Bewerken" -#. cVrBD +#. jQWP3 #: 04090300.xhp msgctxt "" "04090300.xhp\n" -"par_id951519649454340\n" +"par_id241519650657361\n" "help.text" -msgid "Use the arrow buttons to go to next or previous field of same type in the document." -msgstr "Gebruik de pijltjesknoppen om naar het volgende of het vorige veld van hetzelfde type te gaan in het document." +msgid "When visible, opens a dialog to edit the contents of the field. The dialog depends on the type of the field." +msgstr "Wanneer zichtbaar, wordt een dialoogvenster geopend om de inhoud van het veld te bewerken. Het dialoogvenster is afhankelijk van het type veld." #. CPYQy #: 04120000.xhp @@ -15559,23 +15559,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Voegt overzichtsniveau, nummering of opsommingstekens aan de alinea toe of verwijdert die. U kunt ook het te gebruiken opmaakprofiel voor nummering selecteren en de nummering in een genummerde lijst opnieuw instellen.</ahelp>" -#. DwuCG +#. qNyVD #: 05030800.xhp msgctxt "" "05030800.xhp\n" "par_id3153536\n" "help.text" -msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles</emph>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab." -msgstr "Als u de opties voor de nummering van alinea's met hetzelfde alinea-opmaakprofiel wilt wijzigen, dan kiest u <emph>Beeld - Opmaakprofielen</emph> en klikt u op het pictogram <emph>Alinea-opmaakprofielen</emph>. Klik met de rechtermuisknop op het opmaakprofiel in de lijst, kies <emph>Wijzigen</emph> en klik op het tabblad<emph> Overzicht en Nummering</emph>." +msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <menuitem>View - Styles</menuitem>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab." +msgstr "" -#. v26bF +#. F7xsK #: 05030800.xhp msgctxt "" "05030800.xhp\n" "par_id3154470\n" "help.text" -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 "Als u de opties voor de nummering van geselecteerde alinea's wilt wijzigen, kies dan <emph>Opmaak-</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Alinea\"><emph>Alinea</emph></link> en klik vervolgens op de tab<emph> Overzicht & Nummering</emph>." +msgid "To change the numbering options for selected paragraphs, choose <menuitem>Format - </menuitem><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><menuitem>Paragraph</menuitem></link>, and then click the <emph>Outline & Numbering</emph> tab." +msgstr "" #. Si9tL #: 05030800.xhp @@ -23281,14 +23281,14 @@ msgctxt "" msgid "Load Styles" msgstr "Opmaakprofielen laden" -#. WCqTR +#. BFL9X #: 05170000.xhp msgctxt "" "05170000.xhp\n" "hd_id3151242\n" "help.text" -msgid "Load Styles" -msgstr "Opmaakprofielen laden" +msgid "<variable id=\"load_styles_header\"><link href=\"text/swriter/01/05170000.xhp\" name=\"Load Styles\">Load Styles</link></variable>" +msgstr "" #. DSm5D #: 05170000.xhp @@ -23371,14 +23371,14 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/loadtemplatedialog/frame\">Loads the frame styles from the selected document into the current document.</ahelp>" msgstr "<ahelp hid=\"sfx/ui/loadtemplatedialog/frame\">Laadt de frameopmaakprofielen uit het geselecteerde document in het huidige document.</ahelp>" -#. cDjxY +#. x2rxp #: 05170000.xhp msgctxt "" "05170000.xhp\n" "hd_id3147565\n" "help.text" -msgid "Page" -msgstr "Pagina" +msgid "Pages" +msgstr "" #. AjBQj #: 05170000.xhp @@ -23434,14 +23434,14 @@ msgctxt "" msgid "Styles with identical names are automatically overwritten." msgstr "Opmaakprofielen met identieke namen worden automatisch overschreven." -#. gS8iq +#. ivfvH #: 05170000.xhp msgctxt "" "05170000.xhp\n" "hd_id3153668\n" "help.text" -msgid "From file" -msgstr "Uit bestand" +msgid "From File" +msgstr "" #. 8Npm7 #: 05170000.xhp @@ -26431,6 +26431,150 @@ msgctxt "" msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog." msgstr "Bewerkt de Fontwork-effecten van het geselecteerde object dat is gemaakt met het vorige dialoogvenster Fontwork." +#. YhLG4 +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"tit\n" +"help.text" +msgid "Position (List Styles - Legacy)" +msgstr "" + +#. 6MuMJ +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"bm_id601579742532876\n" +"help.text" +msgid "<bookmark_value>numbering;OpenOffice.org</bookmark_value><bookmark_value>OpenOffice.org legacy numbering</bookmark_value>" +msgstr "" + +#. 6sCyG +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"hd_id761579742307751\n" +"help.text" +msgid "<variable id=\"legacynumberingh1\"><link href=\"text/swriter/01/legacynumbering.xhp\" name=\"legacy numbering \">Position (List Styles - Legacy)</link></variable>" +msgstr "" + +#. VFBKw +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"par_id5004119\n" +"help.text" +msgid "%PRODUCTNAME Writer uses the position controls shown here when opening documents that use a different method for positioning and spacing. For default controls see <link href=\"text/shared/01/06050600.xhp\" name=\"LO-numbering-alignment\">Position (List Styles)</link>." +msgstr "" + +#. VAeg9 +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"hd_id3154422\n" +"help.text" +msgid "Indent" +msgstr "" + +#. rGJJs +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"par_id3144438\n" +"help.text" +msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/numdistmf\">Enter the amount of space to leave between the left page margin (or the left edge of the text object) and the left edge of the numbering area. If the current paragraph style uses an indent, the amount you enter here is added to the indent.</ahelp>" +msgstr "" + +#. oaSPS +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"hd_id3155179\n" +"help.text" +msgid "Relative" +msgstr "" + +#. CH33W +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"par_id3146137\n" +"help.text" +msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/relative\">Indents the current level relative to the previous level in the list hierarchy.</ahelp>" +msgstr "" + +#. cK83Z +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"hd_id3150245\n" +"help.text" +msgid "Width of numbering" +msgstr "" + +#. rMyHa +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"par_id3150129\n" +"help.text" +msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Enter the width the numbering area. The numbering symbol can be left, center or right in this area.</ahelp>" +msgstr "" + +#. 4XWNy +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"hd_id3156194\n" +"help.text" +msgid "Minimum space between numbering and text." +msgstr "" + +#. VJswf +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"par_id3147574\n" +"help.text" +msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/numdistmf\">The alignment of the numbering symbol is adjusted to get the desiredminimum space. If it is not possible because the numbering area is not wideenough, then the start of the text is adjusted.</ahelp>" +msgstr "" + +#. 482Rm +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"par_id621580154011473\n" +"help.text" +msgid "Aligns the numbering symbol left, center, or right in the numbering area. The position might be adjusted to maintain the minimum space." +msgstr "" + +#. wEonA +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"par_id3116348\n" +"help.text" +msgid "This control appears only when modifying Paragraph style." +msgstr "" + +#. VPLZn +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"par_id3116235\n" +"help.text" +msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"LO numbering alignment\">Position (List Styles)</link>" +msgstr "" + +#. bETAX +#: legacynumbering.xhp +msgctxt "" +"legacynumbering.xhp\n" +"par_id3199228\n" +"help.text" +msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>" +msgstr "" + #. mtBWM #: mailmerge00.xhp msgctxt "" diff --git a/source/nl/helpcontent2/source/text/swriter/guide.po b/source/nl/helpcontent2/source/text/swriter/guide.po index 1ecac8ad10a..a02debe2a40 100644 --- a/source/nl/helpcontent2/source/text/swriter/guide.po +++ b/source/nl/helpcontent2/source/text/swriter/guide.po @@ -3,9 +3,9 @@ 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: 2020-01-17 16:45+0100\n" -"PO-Revision-Date: 2019-12-17 11:21+0000\n" -"Last-Translator: vpanter <leo.moons@telenet.be>\n" +"POT-Creation-Date: 2020-02-10 17:54+0100\n" +"PO-Revision-Date: 2020-02-10 17:41+0000\n" +"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/nl/>\n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -3185,14 +3185,14 @@ msgctxt "" msgid "Open a new text document, choose <emph>View - Styles</emph>, and then click the <emph>Page Styles</emph> icon." msgstr "Open een nieuw tekstdocument, kies <emph>Beeld - Opmaakprofielen</emph> en klik dan op het pictogram <emph>Pagina-opmaakprofielen</emph>." -#. RTDDi +#. BvgCv #: change_header.xhp msgctxt "" "change_header.xhp\n" "par_id3150532\n" "help.text" -msgid "Click the <emph>New Style from Selection</emph> icon and select <emph>New Styles from Selection</emph> from the submenu." -msgstr "Klik op het pictogram <emph>Nieuw opmaakprofiel uit selectie</emph> en selecteer <emph>Nieuw opmaakprofiel uit selectie</emph> in het submenu." +msgid "Click the <emph> Styles actions</emph> icon and select <emph>New Style from Selection</emph> from the submenu." +msgstr "" #. YjYdP #: change_header.xhp @@ -3230,23 +3230,23 @@ msgctxt "" msgid "Type the text that you want in the header. Position the cursor into the main text area outside of the header." msgstr "Typ de tekst die u in de koptekst wilt hebben. Plaats de cursor in het hoofdtekstgebied buiten de koptekst." -#. DiB8w +#. EoFEg #: change_header.xhp msgctxt "" "change_header.xhp\n" "par_id3155592\n" "help.text" -msgid "Choose <emph>Insert - Manual Break</emph>." -msgstr "Kies <emph>Invoegen - Handmatig einde</emph>." +msgid "Choose <menuitem>Insert - More Breaks - Manual Break</menuitem>." +msgstr "" -#. AvCMQ +#. KwdyA #: change_header.xhp msgctxt "" "change_header.xhp\n" "par_id3147771\n" "help.text" -msgid "In the <item type=\"menuitem\">Type</item> area, select <item type=\"menuitem\">Page break</item> and then select “Default” from the <item type=\"menuitem\">Style</item> box." -msgstr "Selecteer, in het gebied <item type=\"menuitem\">Type</item>, <item type=\"menuitem\">Paginaeinde</item> en selecteer dan “Standaard” uit het vak <item type=\"menuitem\">Opmaakprofiel</item> ." +msgid "In the <item type=\"menuitem\">Type</item> area, select <item type=\"menuitem\">Page break</item> and then select “Default Page Style” from the <item type=\"menuitem\">Style</item> box." +msgstr "" #. EmHA4 #: change_header.xhp @@ -9827,14 +9827,23 @@ msgctxt "" msgid "You can import styles from another document or template into the current document." msgstr "U kunt de opmaakprofielen van een ander document of andere sjabloon in het huidige document importeren." -#. VhVys +#. iqQD2 #: load_styles.xhp msgctxt "" "load_styles.xhp\n" "par_id731529889382463\n" "help.text" -msgid "Open the <emph>Load Styles</emph> dialog box by either" -msgstr "Open het dialoogvenster <emph>Opmaakprofielen laden</emph> door ofwel" +msgid "Open the <link href=\"text/swriter/01/05170000.xhp\" name=\"load_styles_link\"><emph>Load Styles</emph></link> dialog box by either" +msgstr "" + +#. DFanE +#: load_styles.xhp +msgctxt "" +"load_styles.xhp\n" +"par_id3155936\n" +"help.text" +msgid "Choose <menuitem>Styles - Load Styles</menuitem> or" +msgstr "" #. JZDEh #: load_styles.xhp @@ -9854,14 +9863,14 @@ msgctxt "" msgid "<embedvar href=\"text/swriter/00/stylesmenu.xhp#sms\" markup=\"keep\"/> to open the <emph>Styles</emph> sidebar deck." msgstr "<embedvar href=\"text/swriter/00/stylesmenu.xhp#sms\" markup=\"keep\"/> om het zijpaneel <emph>Opmaakprofielen</emph> te openen." -#. BCLW9 +#. mHDNg #: load_styles.xhp msgctxt "" "load_styles.xhp\n" "par_idN10703\n" "help.text" -msgid "Click the arrow next to the <emph>New Style from Selection</emph> icon to open the submenu." -msgstr "Klik op het pijltje naast het pictogram <emph>Nieuw opmaakprofiel uit selectie</emph> om het submenu te openen." +msgid "Click the arrow next to the <emph>Styles actions</emph> icon to open the submenu, and choose <menuitem>Load Styles</menuitem>" +msgstr "" #. MM5dc #: load_styles.xhp @@ -11258,23 +11267,23 @@ msgctxt "" msgid "To Insert Page Numbers" msgstr "Zo voegt u een paginanummer in:" -#. 2GtbK +#. 3nqHc #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id8611102\n" "help.text" -msgid "Choose <emph>Insert - Field - Page Number</emph> to insert a page number at the current cursor position." -msgstr "Kies <emph>Invoegen - Velden - Paginanummer</emph> om een paginanummer op de huidige cursorpositie in te voegen." +msgid "Choose <menuitem>Insert - Page Number</menuitem> to insert a page number at the current cursor position." +msgstr "" -#. auK7h +#. ZxJBm #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id6604510\n" "help.text" -msgid "If you see the text \"Page number\" instead of the number, choose <emph>View - Field names</emph>." -msgstr "Als u de tekst Paginanummer ziet in plaats van het nummer, kiest u <emph>Beeld - Veldnamen</emph>." +msgid "If you see the text \"Page number\" instead of the number, choose <menuitem>View - Field Names</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#toggleshowfields\"/>)." +msgstr "" #. CurbT #: pagenumbers.xhp @@ -11321,14 +11330,14 @@ msgctxt "" msgid "Click into the first paragraph of your document." msgstr "Klik in de eerste alinea van uw document." -#. YGvGL +#. eVyQd #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id2632831\n" "help.text" -msgid "Choose <emph>Format - Paragraph - Text flow</emph>." -msgstr "Kies <emph>Opmaak - Alinea - Tekstverloop</emph>." +msgid "Choose <menuitem>Format - Paragraph - Text flow</menuitem> tab." +msgstr "" #. LLNW3 #: pagenumbers.xhp @@ -11348,14 +11357,14 @@ msgctxt "" msgid "The new page number is an attribute of the first paragraph of the page." msgstr "Het nieuwe paginanummer is een attribuut van de eerste alinea van de pagina." -#. LAexX +#. ni2LL #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "hd_id7519150\n" "help.text" -msgid "To Format the Page Number Style" -msgstr "Het opmaakprofiel van paginanummers instellen" +msgid "To Select the Page Number Format" +msgstr "" #. 7Dnq2 #: pagenumbers.xhp @@ -11384,23 +11393,23 @@ msgctxt "" msgid "Select a number format and click <emph>OK</emph>." msgstr "Selecteer een getalnotatie en klik op <emph>OK</emph>." -#. cbLeD +#. M7DoR #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "hd_id5051728\n" "help.text" -msgid "Using Different Page Number Styles" -msgstr "Verschillende opmaakprofielen voor paginanummers gebruiken" +msgid "Using Different Page Number Formats in Headers and Footers" +msgstr "" -#. BAmN6 +#. vXUs5 #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id1558885\n" "help.text" -msgid "You need some pages with the roman numbering style, followed by the remaining pages in another style." -msgstr "U wilt een aantal pagina's met romeinse nummering, gevolgd door de overige pagina's met een ander opmaakprofiel." +msgid "You need some pages with the roman numbering format, followed by the remaining pages in another format." +msgstr "" #. YKhHd #: pagenumbers.xhp @@ -11429,14 +11438,14 @@ msgctxt "" msgid "An <emph>automatic page break</emph> appears at the end of a page when the page style has a different \"next style\"." msgstr "Er verschijnt een <emph>automatisch pagina-einde</emph> aan het einde van een pagina wanneer het pagina-opmaakprofiel een ander 'volgend opmaakprofiel' heeft." -#. 6e4Ms +#. fcBUG #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id4569231\n" "help.text" -msgid "For example, the \"First Page\" page style has \"Default\" as the next style. To see this, you may press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> to open the <item type=\"menuitem\">Styles</item> window, click the <item type=\"menuitem\">Page Styles</item> icon, right-click the First Page entry. Choose <item type=\"menuitem\">Modify</item> from the context menu. On the <item type=\"menuitem\">Organizer</item> tab, you can see the \"next style\"." -msgstr "Het pagina-opmaakprofiel \"Eerste pagina\" heeft bijvoorbeeld \"Standaard\" als het volgende opmaakprofiel. U kunt dit bekijken door op <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> te drukken om het venster <item type=\"menuitem\">Stijlen en opmaak</item> te openen, vervolgens te klikken op het pictogram <item type=\"menuitem\">Pagina-opmaakprofielen</item> en dan met de rechts te klikken op het item Eerste pagina. Kies <item type=\"menuitem\">Wijzigen</item> in het contextmenu. Op de tab <item type=\"menuitem\">Beheren</item>, kunt u het \"Volgend opmaakprofiel\" bekijken." +msgid "For example, the \"First Page\" page style has \"Default Page Style\" as the next style. To see this, you may press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline> to open the <item type=\"menuitem\">Styles</item> window, click the <item type=\"menuitem\">Page Styles</item> icon, right-click the \"First Page\" entry. Choose <item type=\"menuitem\">Modify</item> from the context menu. On the <item type=\"menuitem\">Organizer</item> tab, you can see the \"Next style\"." +msgstr "" #. yGPGH #: pagenumbers.xhp @@ -11447,23 +11456,23 @@ msgctxt "" msgid "A <emph>manually inserted page break</emph> can be applied without or with a change of page styles." msgstr "U kunt een <emph>handmatig ingevoegd pagina-einde</emph> toepassen waarbij het pagina-opmaakprofiel wel of niet veranderd wordt." -#. Zytbr +#. PmCx7 #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id3341776\n" "help.text" -msgid "If you just press <item type=\"keycode\">Ctrl+Enter</item>, you apply a page break without a change of styles." -msgstr "Als u gewoon op <item type=\"keycode\">Ctrl+Enter</item> drukt, past u een pagina-einde toe zonder dat het opmaakprofiel verandert." +msgid "If you just press <embedvar href=\"text/shared/00/kbd_shortcuts.xhp#pagebreak\"/>, you apply a page break without a change of styles." +msgstr "" -#. DFqDu +#. ByysM #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id5947141\n" "help.text" -msgid "If you choose <emph>Insert - Manual break</emph>, you can insert a page break without or with a change of style or with a change of page number." -msgstr "Kiest u <emph>Invoegen - Handmatig einde</emph>, dan kunt u een pagina-einde invoegen en bepalen of het opmaakprofiel wel of niet veranderd wordt, of u kunt bepalen dat het paginanummer verandert." +msgid "If you choose <menuitem>Insert - More Breaks - Manual Break</menuitem>, you can insert a page break without or with a change of style or with a change of page number." +msgstr "" #. RBx4t #: pagenumbers.xhp @@ -11492,14 +11501,14 @@ msgctxt "" msgid "Click into the first page of your document." msgstr "Klik in de eerste pagina van uw document." -#. j6KHR +#. 2nCdH #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id4313791\n" "help.text" -msgid "Choose <emph>View - Styles</emph>." -msgstr "Kies <emph>Beeld - Opmaakprofielen</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/>)." +msgstr "" #. MX8dB #: pagenumbers.xhp @@ -11519,23 +11528,23 @@ msgctxt "" msgid "Double-click the \"First Page\" style." msgstr "Dubbelklik op het opmaakprofiel Eerste pagina." -#. bzmbp +#. FiTC3 #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id2318796\n" "help.text" -msgid "Now your title page has the style \"First Page\", and the next pages automatically have the \"Default\" style." -msgstr "Uw titelpagina heeft nu het opmaakprofiel Eerste pagina, en de volgende pagina's hebben automatisch het opmaakprofiel Standaard." +msgid "Now your title page has the style \"First Page\", and the next pages automatically have the \"Default Page Style\"." +msgstr "" -#. 6rviP +#. Uwbmh #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id399182\n" "help.text" -msgid "You can now for example insert a footer for the \"Default\" page style only, or insert footers in both page styles, but with differently formatted page number fields." -msgstr "U kunt nu bijvoorbeeld een voettekst alleen voor het opmaakprofiel \"Standaard\" invoegen, of voetteksten invoegen voor beide pagina-opmaakprofielen maar met verschillend opgemaakte velden voor paginanummers." +msgid "You can now for example insert a footer for the \"Default Page Style\" only, or insert footers in both page styles, but with differently formatted page number fields." +msgstr "" #. D7byy #: pagenumbers.xhp @@ -11555,14 +11564,14 @@ msgctxt "" msgid "Click at the start of the first paragraph on the page where a different page style will be applied." msgstr "Klik aan het begin van de eerste alinea op de pagina waar een ander pagina-opmaakprofiel moet worden toegepast." -#. KgepF +#. eQuvN #: pagenumbers.xhp msgctxt "" "pagenumbers.xhp\n" "par_id95828\n" "help.text" -msgid "Choose <emph>Insert - Manual Break</emph>. You see the <emph>Insert Break</emph> dialog." -msgstr "Kies <emph>Invoegen - Handmatig einde</emph>. U ziet nu het dialoogvenster <emph>Einde invoegen</emph>." +msgid "Choose <emph>Insert - More Breaks - Manual Break</emph>. You see the <emph>Insert Break</emph> dialog." +msgstr "" #. FR7CF #: pagenumbers.xhp @@ -15155,14 +15164,14 @@ msgctxt "" msgid "<variable id=\"stylist_update\"><link href=\"text/swriter/guide/stylist_update.xhp\" name=\"Updating Styles From Selections\">Updating Styles From Selections</link></variable>" msgstr "<variable id=\"stylist_update\"><link href=\"text/swriter/guide/stylist_update.xhp\" name=\"Opmaakprofielen bijwerken vanuit selecties\">Opmaakprofielen bijwerken vanuit selecties</link></variable>" -#. c3sk8 +#. XUYiG #: stylist_update.xhp msgctxt "" "stylist_update.xhp\n" "par_id3149838\n" "help.text" -msgid "Choose <emph>View - Styles</emph>." -msgstr "Kies <emph>Beeld - Opmaakprofielen</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> or press <keycode>F11</keycode>." +msgstr "" #. Pry6h #: stylist_update.xhp @@ -15191,14 +15200,14 @@ msgctxt "" msgid "In the Styles window, click the style that you want to update." msgstr "In het venster Stijlen en opmaak klikt u op het opmaakprofiel dat u wilt bijwerken." -#. eFjbV +#. qVUGT #: stylist_update.xhp msgctxt "" "stylist_update.xhp\n" "par_id3153119\n" "help.text" -msgid "Click the arrow next to the <emph>New Style from Selection</emph> icon and choose <emph>Update Style</emph> from the submenu." -msgstr "Klik op de pijl naast het pictogram <emph>Nieuw opmaakprofiel uit selectie</emph> en kies <emph>Opmaakprofiel bijwerken</emph> in het submenu." +msgid "Click the arrow next to the <emph>Style actions</emph> icon and choose <menuitem>Update Selected Style</menuitem> from the submenu." +msgstr "" #. nbBhi #: stylist_update.xhp @@ -19140,7 +19149,7 @@ msgctxt "" "par_id3155907\n" "help.text" msgid "Choose <emph>Format - Frame and Object - Properties</emph>, and then click the <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>Wrap</emph></link> tab to choose the wrapping style that you want to apply." -msgstr "Kies <emph>Opmaak - Frame en OLE-0bject - Eigenschappen</emph> en klik dan op het tabblad <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>Omloop</emph></link> om de gewenste omloopstijl te kiezen." +msgstr "Kies <emph>Opmaak - Frame en OLE-Object - Eigenschappen</emph> en klik dan op het tabblad <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>Omloop</emph></link> om de gewenste omloopstijl te kiezen." #. vE9Zb #: wrap.xhp |