aboutsummaryrefslogtreecommitdiff
path: root/source/da/helpcontent2
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-06-09 13:05:13 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-06-09 13:09:10 +0200
commit5e97a2aaf2e7167def28de951c6dcfdb1b93bf81 (patch)
tree1bf609f75c3ae35240939bc88a55d7e8282dc540 /source/da/helpcontent2
parent1cb47d77ece911852b9fc5ff728b92ac779e39bf (diff)
update translations for master/7.4.0 beta1
and force-fix errors using pocheck Change-Id: I6419ffd7d18beaa9637624d377e4e38f473f9a30
Diffstat (limited to 'source/da/helpcontent2')
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po62
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared/03.po6
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po422
-rw-r--r--source/da/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/da/helpcontent2/source/text/shared/02.po158
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/da/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/da/helpcontent2/source/text/swriter.po92
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po183
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po92
14 files changed, 1320 insertions, 673 deletions
diff --git a/source/da/helpcontent2/source/text/sbasic/shared.po b/source/da/helpcontent2/source/text/sbasic/shared.po
index db62d886da2..d24554cbed6 100644
--- a/source/da/helpcontent2/source/text/sbasic/shared.po
+++ b/source/da/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ 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: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 12:51+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/da/>\n"
"Language: da\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: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1561161214.000000\n"
#. yzYVt
@@ -2930,7 +2930,7 @@ msgctxt ""
"hd_id3149456\n"
"help.text"
msgid "<variable id=\"UsingSubs_h1\"><link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures, Functions and Properties</link></variable>"
-msgstr ""
+msgstr "<variable id=\"UsingSubs_h1\"><link href=\"text/sbasic/shared/01020300.xhp\">Brug af procedurer, funktioner og egenskaber</link></variable>"
#. DSyYW
#: 01020300.xhp
@@ -19970,7 +19970,7 @@ msgctxt ""
"hd_id3149416\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function\">Log Function (BASIC)</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function\">Funktionen Log (BASIC)</link>"
#. g9AWW
#: 03080202.xhp
@@ -22967,7 +22967,7 @@ msgctxt ""
"hd_id3154422\n"
"help.text"
msgid "<variable id=\"Call_h1\"><link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement\">Call Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Call_h1\"><link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement\">Udtrykket Kald</link></variable>"
#. nPKzF
#: 03090401.xhp
@@ -23606,7 +23606,7 @@ msgctxt ""
"hd_id3153346\n"
"help.text"
msgid "<variable id=\"Function_h1\"><link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement\">Function Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Function_h1\"><link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement\">Udtrykket Funktion</link></variable>"
#. i3BLj
#: 03090406.xhp
@@ -23615,7 +23615,7 @@ msgctxt ""
"par_id3159158\n"
"help.text"
msgid "A function is a block of code which runs when it is called. A function is usually called in an expression."
-msgstr ""
+msgstr "En funktion er en kodeblok, som udføres, når det kaldes. En funktion kaldes sædvanligvis i et udtryk."
#. fLBaF
#: 03090406.xhp
@@ -23624,7 +23624,7 @@ msgctxt ""
"par_id451647246564161\n"
"help.text"
msgid "You can pass data, known as parameters or arguments, into a function. You may pass a parameter by value or by reference. When by reference, modifications applied to the parameter in the function will be sent back to the calling code."
-msgstr ""
+msgstr "Du kan videregive data, kendt som parametre eller argumenter, til en funktion. Du kan videregive en parameter som værdi eller som reference. Som reference sendes ændringer, der anvendes på parameteren i funktionen, tilbage til den kaldende kode."
#. 9wMCM
#: 03090406.xhp
@@ -23741,7 +23741,7 @@ msgctxt ""
"par_id181647247913872\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Subroutines basics</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Grundlæggende om subrutiner</link>"
#. yZEAJ
#: 03090407.xhp
@@ -23948,7 +23948,7 @@ msgctxt ""
"par_id181647247913872\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Subroutines basics</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Grundlæggende om subrutiner</link>"
#. CCDzt
#: 03090410.xhp
@@ -26288,7 +26288,7 @@ msgctxt ""
"par_id221651071987432\n"
"help.text"
msgid "<literal>New</literal> operator is optional when setting <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link> option."
-msgstr ""
+msgstr "Operatoren <literal>New</literal> (Ny) er frivillig, når indstillingen <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link>."
#. JBuCh
#: 03102100.xhp
@@ -29420,7 +29420,7 @@ msgctxt ""
"hd_id3150499\n"
"help.text"
msgid "<variable id=\"Asc_h1\"><link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function\">Asc Function (BASIC)</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Asc_h1\"><link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function\">Funktionen Asc (BASIC)</link></variable>"
#. 8jiwA
#: 03120101.xhp
@@ -32520,7 +32520,7 @@ msgctxt ""
"par_id221651081957774\n"
"help.text"
msgid "Meaning"
-msgstr ""
+msgstr "Betydning"
#. KVBLe
#: 03130500.xhp
@@ -34131,7 +34131,7 @@ msgctxt ""
"par_id3150541\n"
"help.text"
msgid "If <literal>CreateUnoValue</literal> cannot be converted to the specified Uno type, and error occurs. For the conversion, the <literal>com.sun.star.script.Converter</literal> service is used."
-msgstr ""
+msgstr "Hvis <literal>CreateUnoValue</literal> (Opret_Uno-værdi) ikke kan konverteres til den angivne Uno-type, sker der en fejl. Til konverteringen bruges tjenesten <literal>com.sun.star.script.Converter</literal>."
#. bT3DS
#: 03132300.xhp
@@ -37011,7 +37011,7 @@ msgctxt ""
"hd_id3150669\n"
"help.text"
msgid "<variable id=\"CallByName_h1\"><link href=\"text/sbasic/shared/CallByName.xhp\">CallByName Function</link></variable>"
-msgstr ""
+msgstr "<variable id=\"CallByName_h1\"><link href=\"text/sbasic/shared/CallByName.xhp\">Funktionen CallByName</link> (kald_ved_navn)</variable>"
#. 7EWyG
#: CallByName.xhp
@@ -37029,7 +37029,7 @@ msgctxt ""
"bm_id3150669\n"
"help.text"
msgid "<bookmark_value>CallByName function</bookmark_value> <bookmark_value>API;OfficeFilePicker</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Funktionen CallByName (kald_ved_navn)</bookmark_value> <bookmark_value>API;OfficeFilePicker (Office_filvælger)</bookmark_value>"
#. kJE7K
#: CallByName.xhp
@@ -37173,7 +37173,7 @@ msgctxt ""
"par_id651644588404943\n"
"help.text"
msgid "<literal>DisplayDirectory</literal> property of <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1FilePicker-members.html\" name=\"FilePicker\">com.sun.star.ui.dialogs.FilePicker</link> UNO service is set to the user home folder, its content is read twice."
-msgstr ""
+msgstr "Egenskaben <literal>DisplayDirectory</literal> (vis_mappe) i UNO-tjenesten <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1FilePicker-members.html\" name=\"FilePicker\">com.sun.star.ui.dialogs.FilePicker</link> er sat til brugerens hjemmemappe, dens indhold læses to gange."
#. 3DsDt
#: CallByName.xhp
@@ -39729,7 +39729,7 @@ msgctxt ""
"N0120\n"
"help.text"
msgid "<literal>CompatibilityMode()</literal> function controls or queries runtime mode. It affects all code executed after setting or resetting the runtime mode."
-msgstr ""
+msgstr "Funktionen <literal>CompatibilityMode()</literal> (kompatibilitets_tilstand()) kontrollerer eller forespørger om afviklingstilstanden. Den påvirker al kode, der afvikles efter indstilling eller nulstilling af afviklingstilstanden."
#. YSokk
#: compatibilitymode.xhp
@@ -39747,7 +39747,7 @@ msgctxt ""
"bas_id751645014686110\n"
"help.text"
msgid "CompatibilityMode(Optional Enable As Boolean) As Boolean"
-msgstr ""
+msgstr "CompatibilityMode (Kompatibilitets_tilstand) (Optional Enable As Boolean (kan_valgfrit_aktiveres_som_Boolsk)) som_Boolsk"
#. 34s7C
#: compatibilitymode.xhp
@@ -39756,7 +39756,7 @@ msgctxt ""
"par_id551648117368688\n"
"help.text"
msgid "<literal>CompatibilityMode</literal> function always returns the mode that is active after its execution. That is if called with argument, it returns the new mode, if called without argument, it returns active mode without modifying it."
-msgstr ""
+msgstr "Funktionen <literal>CompatibilityMode</literal> (kompatibilitets-tilstand) returnerer altid den tilstand, der er aktiv efter dens udførelse. Det vil sige at, hvis den er kaldt med et argument, returnerer den den nye tilstand, hvis den er kaldt uden argument, returnerer den den aktive tilstand uden at returnere den."
#. buGpD
#: compatibilitymode.xhp
@@ -39765,7 +39765,7 @@ msgctxt ""
"par_id971648117815981\n"
"help.text"
msgid "<emph>Enable</emph>: Sets or unsets new compatibility mode when the argument is present."
-msgstr ""
+msgstr "<emph>Aktiver</emph>: Sætter eller afsætter kompatibilitets-tilstand, når argumentet er tilstede."
#. ouFEB
#: compatibilitymode.xhp
@@ -39774,7 +39774,7 @@ msgctxt ""
"par_id371648123169691\n"
"help.text"
msgid "<literal>CompatibilityMode</literal> function relates to <link href=\"text/sbasic/shared/03103350.xhp#vbasupportstatement\" name=\"VBASupport compiler option\">Option VBASupport 1</link>, in which case it always returns <literal>True</literal>. It is unrelated to <link href=\"text/sbasic/shared/compatible.xhp#compatiblestatement\" name=\"Option Compatible compiler directive\">Option Compatible</link> compiler directive."
-msgstr ""
+msgstr "Funktionen <literal>CompatibilityMode</literal> (kompatibilitets-tilstand) relaterer til <link href=\"text/sbasic/shared/03103350.xhp#vbasupportstatement\" name=\"VBASupport compiler option\">Option VBASupport 1</link> (Indstillingen VBA-understøttelse 1), i hvilket tilfælde den altid returnerer <literal>True</literal> (sand). Den relaterer ikke til kompiler-direktivet <link href=\"text/sbasic/shared/compatible.xhp#compatiblestatement\" name=\"Option Compatible compiler directive\">Option Compatible</link>."
#. NM3yP
#: compatibilitymode.xhp
@@ -39837,7 +39837,7 @@ msgctxt ""
"par_id461561646613414\n"
"help.text"
msgid "With <literal>CompatibilityMode( True )</literal> the program raises an error, otherwise the <literal>Test</literal> directory and all its content is deleted."
-msgstr ""
+msgstr "Med <literal>CompatibilityMode( True )</literal> (kompatibilitets-tilstand (sand)) hejser programmet et fejlflag, eller slettes mappen <literal>Test</literal> og al dens indhold."
#. TcWG2
#: compatibilitymode.xhp
@@ -39855,7 +39855,7 @@ msgctxt ""
"par_id831561647900147\n"
"help.text"
msgid "CompatibilityMode( Enable := True ) ' Shows also normal files"
-msgstr ""
+msgstr "CompatibilityMode( Enable := True ) (Kompatibilitets-tilstand (Aktiver = Sand)) ' Viser også normale filer"
#. oBqaD
#: compatibilitymode.xhp
@@ -39864,7 +39864,7 @@ msgctxt ""
"bas_id641645017016611\n"
"help.text"
msgid "CompatibilityMode Enable := False ' Shows only directories"
-msgstr ""
+msgstr "CompatibilityMode( Enable := True ) (Kompatibilitets-tilstand (Aktiver = Falsk)) ' Viser kun mapper"
#. P7qDB
#: compatibilitymode.xhp
@@ -39927,7 +39927,7 @@ msgctxt ""
"N0110\n"
"help.text"
msgid "Allow the <literal>New</literal> operator to be optional in <literal>Dim</literal> statements."
-msgstr ""
+msgstr "Tillader operator en <literal>New</literal> (ny) at være valgfri i <literal>Dim</literal> -udtryk."
#. yJQAV
#: compatible.xhp
@@ -39937,6 +39937,8 @@ msgctxt ""
"help.text"
msgid "Allow default values for optional parameters in procedures."
msgstr ""
+"Tillad standardværdier for valgfrie parametre i procedurer.\n"
+"Allow default values for optional parameters in procedures."
#. zzETD
#: compatible.xhp
@@ -39945,7 +39947,7 @@ msgctxt ""
"N0113\n"
"help.text"
msgid "Use named arguments when multiple optional parameters exist."
-msgstr ""
+msgstr "Brug navngivne argumenter, når der findes flere valgfrie parametre."
#. 6Fb5x
#: compatible.xhp
@@ -39990,7 +39992,7 @@ msgctxt ""
"par_id381561650119146\n"
"help.text"
msgid "Statement <literal>Option VBAsupport 1</literal> implies <literal>Option Compatible</literal> statement automatically."
-msgstr ""
+msgstr "Udtrykket <literal>Option VBAsupport 1</literal> (Indstillingen VBA-understøttelse 1) indebærer automatisk udtrykket <literal>Option Compatible</literal>."
#. j8iHM
#: compatible.xhp
@@ -41169,7 +41171,7 @@ msgctxt ""
"N0182\n"
"help.text"
msgid "<variable id=\"Property_h1\"><link href=\"text/sbasic/shared/Property.xhp\" name=\"Property statement\">Property Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Property_h1\"><link href=\"text/sbasic/shared/Property.xhp\" name=\"Property statement\">Udtrykket Property (Egenskab)</link></variable>"
#. CxW74
#: property.xhp
@@ -41322,7 +41324,7 @@ msgctxt ""
"par_id181647247913872\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Subroutines basics</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Grundlæggende om subrutiner</link>"
#. KbzAx
#: property.xhp
diff --git a/source/da/helpcontent2/source/text/sbasic/shared/03.po b/source/da/helpcontent2/source/text/sbasic/shared/03.po
index 5645b183432..326ec41e5fc 100644
--- a/source/da/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/da/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ 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: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 12:51+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/da/>\n"
"Language: da\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: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1560876467.000000\n"
#. ViEWM
@@ -9569,7 +9569,7 @@ msgctxt ""
"bas_id12598185484092\n"
"help.text"
msgid "Set oDialog1 = CreateScriptService(\"DialogEvent\", oEvent) ' The dialog that caused the event"
-msgstr ""
+msgstr "Set oDialog1 = CreateScriptService(\"DialogEvent\", oEvent) ' Dialogen, der udløste begivenheden"
#. dx9rf
#: sf_dialog.xhp
diff --git a/source/da/helpcontent2/source/text/scalc/01.po b/source/da/helpcontent2/source/text/scalc/01.po
index 9c674e19eec..99becca25b6 100644
--- a/source/da/helpcontent2/source/text/scalc/01.po
+++ b/source/da/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: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/da/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Lister arkene i det aktuelle dokument. For at vælge et ark skal du trykke på Pil op eller Pil ned for at flytte til et ark på listen. For at føje et ark til markeringen skal du holde <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, mens du trykker på piletasterne, og så trykke på mellemrumstasten. For at vælge en række ark skal du holde Skift nede og trykke piletasterne. </ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56130,14 +56202,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Ved et positivt tal runder funktion op (væk fra nul). Ved et negativt tal, runder funktionen op (imod nul). Fortegnet på den signifikante værdi ignoreres."
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
-msgstr "Denne funktion beregner resultater, der er identiske med funktionen <link href=\"#Section312\" name=\"isoceiling\">ISO.LOFT</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
+msgstr ""
#. BASfr
#: func_ceiling.xhp
@@ -56418,14 +56490,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Ved et positivt tal runder funktionen op (væk fra nul). Ved en negativ værdi runder funktionen op (imod nul). Signifikansens fortegn ignoreres."
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Denne funktion beregner resultater, der et identiske med <link href=\"#Section311\" name=\"ceilingprecise\">funktionen LOFT.PRECISE</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -64016,14 +64088,14 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "<emph>Tekst</emph> En tekst eller henvisning til den celle, hvor det regulære udtryk skal bruges."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
-msgstr "<emph>Udtryk</emph>: En tekst, der repræsenterer det regulære udtryk, med <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regulære udtryk</link>. Hvis der ikke er noget match og der ikke er givet en <emph>Erstatning</emph>, returneres #N/A."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgstr ""
#. ZBTYi
#: func_regex.xhp
@@ -67663,14 +67735,14 @@ msgctxt ""
msgid "Solver settings"
msgstr "Indstillinger i Problemløser"
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
-msgstr "Dialogindstillingerne bevares, indtil du lukker det aktuelle dokument."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
+msgstr ""
#. GgVk7
#: solver.xhp
@@ -68671,6 +68743,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve referenceguide på sourceforge.net</link>"
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/sdraw.po b/source/da/helpcontent2/source/text/sdraw.po
index 4c29ae1f225..d48766aad22 100644
--- a/source/da/helpcontent2/source/text/sdraw.po
+++ b/source/da/helpcontent2/source/text/sdraw.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: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-14 20:38+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/da/>\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 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562179858.000000\n"
#. dHbww
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Denne menu giver dig mulighed for at indsætte elementer, såsom grafik og hjælpelinjer, i Draw-dokumenter."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Billede</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Indsæt et billede"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/shared/00.po b/source/da/helpcontent2/source/text/shared/00.po
index b7126c074d1..7fdc32790a9 100644
--- a/source/da/helpcontent2/source/text/shared/00.po
+++ b/source/da/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: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-13 15:16+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/da/>\n"
@@ -2668,6 +2668,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Object Linking and Embedding (OLE)-objekter kan kædes til et måldokument, men kan også være indlejrede. Indlejring indsætter en kopi af objektet og elementer fra kildeprogrammet i måldokumentet. Hvis du vil redigere objektet, aktiveres kildeprogrammet simpelthen ved at dobbeltklikke på objektet."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7919,23 +7928,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Lyd eller video"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Vælg <emph>Indsæt - Objekt</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - OLE-objekt</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7964,14 +7973,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE-objekt"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - Formel</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -8009,14 +8018,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vælg <emph>Formater - Diagramtype</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - Diagram</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8027,14 +8036,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vælg <emph>Formater - Diagramtype</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - Diagram</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8045,23 +8054,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vælg <emph>Formater - Diagramtype</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - Diagram</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - Diagram</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12221,23 +12230,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Bund"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Vælg <emph>Formater - Afsnit</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
+
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "På værktøjslinjen <emph>Formatering</emph> klikker du på"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12248,68 +12266,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Ikonet Anker</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Skift forankring"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Vælg <emph>Formater - Forankring - Til side</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Vælg <emph>Formater - Forankring - Til afsnit</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Vælg <emph>Formater - Forankring - Til tegn</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Vælg <emph>Formater - Forankring - Som tegn</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Vælg <emph>Formater - Forankring - Til ramme</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Vælg <emph>Formater - Forankring - Til celle</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12482,14 +12500,59 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr "<variable id=\"linienstile\">Vælg <menuitem>Formater ▸ </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Tekstboks og figur ▸ </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Objekt ▸ </menuitem></caseinline></switchinline><menuitem>Linje ▸ (fanebladet) Linjetypografier</menuitem>.</variable>"
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
-msgstr "<variable id=\"linienenden\">Vælg <menuitem>Formater ▸ </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Tekstboks og figur ▸ </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Objekt ▸ </menuitem></caseinline></switchinline><menuitem>Linje ▸ (fanebladet) Piletypografier</menuitem>. tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
#. 9zBMS
#: 00040502.xhp
@@ -12995,14 +13058,23 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr "Åbn objektets kontekstmenu ▸ vælg <menuitem>Navn</menuitem>."
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
-msgstr "Åbn objektets kontekstmenu ▸ vælg <menuitem>Beskrivelse</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
+msgstr ""
#. Bhmkm
#: 00040502.xhp
diff --git a/source/da/helpcontent2/source/text/shared/01.po b/source/da/helpcontent2/source/text/shared/01.po
index 3da94c32f69..b54c89d2a1b 100644
--- a/source/da/helpcontent2/source/text/shared/01.po
+++ b/source/da/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:42+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/da/>\n"
@@ -9052,14 +9052,14 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Repræsenterer et stort bogstav, hvis <emph>STORE og små bogstaver</emph> er markeret i <emph>Indstillinger.</emph>"
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
-msgstr "Find hele listen med understøttede metategn og syntaks på <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions – dokumentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgstr ""
#. HvC9Q
#: 02100001.xhp
@@ -15372,32 +15372,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Indsættelse af billeder"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Indsættelse af billeder</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Indsætter etbillede i det aktuelle dokument <switchinline select=\"appl\"><caseinline select=\"WRITER\"> med optimal sideombrydning og centreret på linjen</caseinline><caseinline select=\"CALC\">på den aktuelle celles placering</caseinline><defaultinline>centreret på siden eller diasset </defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Rammetypografi"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15408,6 +15408,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Marker rammetypografien for grafikken.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15444,41 +15462,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Viser en forhåndsvisning af den valgte grafikfil.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objekt"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Objekt</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Indsætter et indlejret objekt i dit dokument, herunder formler, 3-d-modeller, diagrammer og OLE-objekter.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formel\">Formel</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26291,14 +26309,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Tilføjer en skygge til den markerede tekst eller, hvis markøren er i et ord, til hele ordet.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Fordel rækker jævnt"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26309,14 +26327,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>tabelrækker;fordel højde ensartet</bookmark_value> <bookmark_value>rækkehøjde;fordel ensartet</bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Fordel rækker lige</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26327,14 +26345,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Justerer højden for de valgte rækker til at passe med højden af den højeste række i markeringen.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Vælg <emph>Tabel - Størrelse - Fordel rækker lige</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26354,14 +26372,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Ikon</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Fordel rækker jævnt"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26885,14 +26903,14 @@ msgctxt ""
msgid "Description"
msgstr "Beskrivelse"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objekter;titler og beskrivelser</bookmark_value><bookmark_value>beskrivelser for objekter</bookmark_value><bookmark_value>titler;objekter</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26903,32 +26921,32 @@ msgctxt ""
msgid "Description"
msgstr "Beskrivelse"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Tildeler en titel og en beskrivelse til det valgte objekt. Disse er tilgængelige for tilgængelighedsværktøjer og som alternative mærker (tags), når du eksporterer dokumentet.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Titel"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Indtast en titel. Dette korte navn er synligt som et alternativt mærke i HTML-format. Tilgængelighedsværktøjer kan læse denne tekst.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26939,14 +26957,32 @@ msgctxt ""
msgid "Description"
msgstr "Beskrivelse"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Indtast en beskrivende tekst. Den lange beskrivelsestekst kan indtastes for at beskrive et komplekst objekt eller en kompleks gruppe af objekter til brugere med skærmlæsersoftware. Beskrivelsen er synlig som et alternativt mærke for tilgængelighedsværktøjer.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27560,32 +27596,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Redigér eller opret piletyper.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Administrér piletyper"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Lader dig organisere den aktuelle liste med piletyper."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Titel"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27632,14 +27677,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">For at oprette en brugerdefineret piletype skal du vælge et tegneobjekt i dokumentet og så klikke her.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Modificer"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30989,23 +31034,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Forankring"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Forankring</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Definerer forankringsindstillingerne for det valgte objekt.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31034,23 +31079,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"Til siden\">Til siden</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Forankrer det valgte element til den nuværende side.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
+
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
-#. mKSuE
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Det forankrede element forbliver på den nuværende side, selv hvis du indsætter eller sletter tekst."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31079,14 +31142,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"Til afsnit\">Til afsnit</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Forankrer det valgte element til det aktuelle afsnit.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31115,32 +31187,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Til tegn\">Til tegn</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\" >Forankrer det valgte element til et tegn.</ahelp> Denne kommando er kun tilgængelig for grafikobjekter."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "Ankeret bliver vist foran tegnet."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "For at justere en grafik i forhold til tegnet, som den er forankret til højreklikke du på grafikken og vælger så <emph>Grafik</emph>. Klik på fanebladet <emph>Type</emph>, og i området <emph>Placering</emph>, vælger du <emph>Tegn</emph> i feltet <emph>Til</emph>."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31187,14 +31259,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"Til ramme\">Til ramme</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Forankrer det valgte element til den omgivende ramme.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31214,14 +31286,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Som tegn\">Som tegn</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Forankrer det valgte element som et tegn i den aktuelle tekst. Hvis højden for det valgte element er større end den valgte skriftstørrelse, forøges højden for linjen, som indeholder elementet.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/da/helpcontent2/source/text/shared/02.po b/source/da/helpcontent2/source/text/shared/02.po
index c626dcfc7f4..2cfed62b45f 100644
--- a/source/da/helpcontent2/source/text/shared/02.po
+++ b/source/da/helpcontent2/source/text/shared/02.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
-"PO-Revision-Date: 2022-05-10 09:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/da/>\n"
"Language: da\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 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561921666.000000\n"
#. Edm6o
@@ -68,7 +68,7 @@ msgctxt ""
"par_id721649333208955\n"
"help.text"
msgid "<image src=\"cmd/lc_printdefault.svg\" id=\"img_id561649333208955\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161649333208955\">Print File Directly Icon</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_printdefault.svg\" id=\"img_id561649333208955\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161649333208955\">Ikonet Udskriv fil direkte</alt></image>"
#. UDgk9
#: 01110000.xhp
@@ -77,7 +77,7 @@ msgctxt ""
"par_id891649333208955\n"
"help.text"
msgid "Print File Directly"
-msgstr ""
+msgstr "Udskriv fil direkte"
#. 9hSsM
#: 01110000.xhp
@@ -707,7 +707,7 @@ msgctxt ""
"par_id3155341\n"
"help.text"
msgid "<image id=\"img_id3150943\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icon Select</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150943\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Ikonet Vælg</alt></image>"
#. Dbydo
#: 01170000.xhp
@@ -779,7 +779,7 @@ msgctxt ""
"par_idN10C50\n"
"help.text"
msgid "To create a square control, hold down the <keycode>Shift</keycode> key while you drag."
-msgstr ""
+msgstr "For at oprette en kvadratisk kontrol holder du <keycode>Skift</keycode>-tasten nede, mens du trækker."
#. muefe
#: 01170000.xhp
@@ -842,7 +842,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "<image id=\"img_id3153516\" src=\"cmd/lc_selectobject.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153516\">Icon Select</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153516\" src=\"cmd/lc_selectobject.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153516\">Ikonet Vælg</alt></image>"
#. G4itx
#: 01170000.xhp
@@ -869,7 +869,7 @@ msgctxt ""
"par_idN11B65\n"
"help.text"
msgid "<image id=\"img_id6128727\" src=\"cmd/lc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icon Toggle Form Control Wizards</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id6128727\" src=\"cmd/lc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Ikonet Slå guiderne formularkontrol til/fra</alt></image>"
#. ySzEv
#: 01170000.xhp
@@ -905,7 +905,7 @@ msgctxt ""
"par_id671646965582973\n"
"help.text"
msgid "<image src=\"cmd/lc_formdesigntools.svg\" id=\"img_id1001646965582975\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641646965582976\">Icon Form Design Tools</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_formdesigntools.svg\" id=\"img_id1001646965582975\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641646965582976\">Ikonet formulardesign-værktøjer</alt></image>"
#. vxxz2
#: 01170000.xhp
@@ -959,7 +959,7 @@ msgctxt ""
"par_id3163665\n"
"help.text"
msgid "<image id=\"img_id3153266\" src=\"cmd/lc_edit.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icon Text Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153266\" src=\"cmd/lc_edit.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Ikonet Tekstfelt</alt></image>"
#. p3BAw
#: 01170000.xhp
@@ -986,7 +986,7 @@ msgctxt ""
"par_id3148483\n"
"help.text"
msgid "<image id=\"img_id3156380\" src=\"cmd/lc_checkbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Check Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156380\" src=\"cmd/lc_checkbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Ikonet Afkrydsningsfelt</alt></image>"
#. fbJjh
#: 01170000.xhp
@@ -1013,7 +1013,7 @@ msgctxt ""
"par_id3152971\n"
"help.text"
msgid "<image id=\"img_id3152999\" src=\"cmd/lc_radiobutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icon Option Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152999\" src=\"cmd/lc_radiobutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Ikonet Alternativknap</alt></image>"
#. DJdqY
#: 01170000.xhp
@@ -1040,7 +1040,7 @@ msgctxt ""
"par_id3154326\n"
"help.text"
msgid "<image id=\"img_id3154135\" src=\"cmd/lc_listbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icon List Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154135\" src=\"cmd/lc_listbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Ikonet Listefelt</alt></image>"
#. Dbwav
#: 01170000.xhp
@@ -1067,7 +1067,7 @@ msgctxt ""
"par_id3149981\n"
"help.text"
msgid "<image id=\"img_id3148817\" src=\"cmd/lc_combobox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icon Combo Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148817\" src=\"cmd/lc_combobox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Ikonet Kombinationsfelt</alt></image>"
#. bUeTF
#: 01170000.xhp
@@ -1094,7 +1094,7 @@ msgctxt ""
"par_id3145801\n"
"help.text"
msgid "<image id=\"img_id3151073\" src=\"cmd/sc_pushbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icon Push Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_pushbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Ikonet Trykknap</alt></image>"
#. KTA7G
#: 01170000.xhp
@@ -1130,7 +1130,7 @@ msgctxt ""
"par_id3159622\n"
"help.text"
msgid "<image id=\"img_id3154378\" src=\"cmd/lc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icon image button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154378\" src=\"cmd/lc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Ikonet Billedknap</alt></image>"
#. B9Era
#: 01170000.xhp
@@ -1157,7 +1157,7 @@ msgctxt ""
"par_id3154836\n"
"help.text"
msgid "<image id=\"img_id3143277\" src=\"cmd/lc_formattedfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icon Formatted Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3143277\" src=\"cmd/lc_formattedfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Ikonet Formateret felt</alt></image>"
#. W4Jis
#: 01170000.xhp
@@ -1193,7 +1193,7 @@ msgctxt ""
"par_id3149423\n"
"help.text"
msgid "<image id=\"img_id3150096\" src=\"cmd/lc_datefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icon Date Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150096\" src=\"cmd/lc_datefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Ikonet Datafelt</alt></image>"
#. sSv2y
#: 01170000.xhp
@@ -1247,7 +1247,7 @@ msgctxt ""
"par_id3149396\n"
"help.text"
msgid "<image id=\"img_id3153012\" src=\"cmd/lc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icon Numerical Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153012\" src=\"cmd/lc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Ikonet Numerisk felt</alt></image>"
#. 3jPvp
#: 01170000.xhp
@@ -1274,7 +1274,7 @@ msgctxt ""
"par_id3159334\n"
"help.text"
msgid "<image id=\"img_id3153790\" src=\"cmd/lc_groupbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icon Group Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153790\" src=\"cmd/lc_groupbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Ikonet Gruppefelt</alt></image>"
#. 3Suwy
#: 01170000.xhp
@@ -1328,7 +1328,7 @@ msgctxt ""
"par_id3153687\n"
"help.text"
msgid "<image id=\"img_id3155949\" src=\"cmd/lc_timefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icon Time Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155949\" src=\"cmd/lc_timefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Ikonet Tidsfelt</alt></image>"
#. 7apBh
#: 01170000.xhp
@@ -1364,7 +1364,7 @@ msgctxt ""
"par_id3145324\n"
"help.text"
msgid "<image id=\"img_id3152866\" src=\"cmd/lc_currencyfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icon Currency Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152866\" src=\"cmd/lc_currencyfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Ikonet Valutafelt</alt></image>"
#. dc7AD
#: 01170000.xhp
@@ -1391,7 +1391,7 @@ msgctxt ""
"par_id3149742\n"
"help.text"
msgid "<image id=\"img_id3148924\" src=\"cmd/lc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icon Pattern Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148924\" src=\"cmd/lc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Ikonet Mønsterfelt</alt></image>"
#. 4SYQW
#: 01170000.xhp
@@ -1427,7 +1427,7 @@ msgctxt ""
"par_id3156402\n"
"help.text"
msgid "<image id=\"img_id3146324\" src=\"cmd/lc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icon Table Control</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146324\" src=\"cmd/lc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Ikonet Tabelkontrol</alt></image>"
#. YNpAD
#: 01170000.xhp
@@ -1463,7 +1463,7 @@ msgctxt ""
"par_idN11B2C\n"
"help.text"
msgid "<image id=\"img_id5074922\" src=\"cmd/lc_navigationbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icon Navigation bar</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id5074922\" src=\"cmd/lc_navigationbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Ikonet Navigationslinje</alt></image>"
#. dmjpG
#: 01170000.xhp
@@ -1499,7 +1499,7 @@ msgctxt ""
"par_id3155869\n"
"help.text"
msgid "<image id=\"img_id3152381\" src=\"cmd/lc_objectcatalog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icon Image Control</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152381\" src=\"cmd/lc_objectcatalog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Ikonet Billedkontrol</alt></image>"
#. ZJDNH
#: 01170000.xhp
@@ -1535,7 +1535,7 @@ msgctxt ""
"par_id3150531\n"
"help.text"
msgid "<image id=\"img_id3154344\" src=\"cmd/lc_filecontrol.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon File Selection</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154344\" src=\"cmd/lc_filecontrol.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Ikonet Filudvalg</alt></image>"
#. 4CELT
#: 01170000.xhp
@@ -1562,7 +1562,7 @@ msgctxt ""
"par_idN11A64\n"
"help.text"
msgid "<image id=\"img_id7816400\" src=\"cmd/lc_spinbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icon Spin Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id7816400\" src=\"cmd/lc_spinbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Ikonet Skalaknap</alt></image>"
#. rY5Pe
#: 01170000.xhp
@@ -1598,7 +1598,7 @@ msgctxt ""
"par_idN11ACA\n"
"help.text"
msgid "<image id=\"img_id8203985\" src=\"cmd/lc_scrollbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icon Scrollbar</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id8203985\" src=\"cmd/lc_scrollbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Ikonet Rullefelt</alt></image>"
#. RNigC
#: 01170000.xhp
@@ -9277,7 +9277,7 @@ msgctxt ""
"bm_id871647297744020\n"
"help.text"
msgid "<bookmark_value>database field;add to form</bookmark_value><bookmark_value>forms;add database field</bookmark_value><bookmark_value>database field;add to report</bookmark_value><bookmark_value>report;add database field</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>databasefelt;føj til formular</bookmark_value><bookmark_value>formularer;tilføj databasefelt</bookmark_value><bookmark_value>databasefelt;føj til rapport</bookmark_value><bookmark_value>rapport;tilføj databasefelt</bookmark_value>"
#. AmADg
#: 01170400.xhp
@@ -10501,7 +10501,7 @@ msgctxt ""
"par_id3153750\n"
"help.text"
msgid "<image id=\"img_id3153049\" src=\"cmd/lc_gridvisible.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153049\">Icon Display Grid</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153049\" src=\"cmd/lc_gridvisible.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153049\">Ikonet Vis net</alt></image>"
#. UKBCB
#: 01171200.xhp
@@ -10546,7 +10546,7 @@ msgctxt ""
"par_id3156027\n"
"help.text"
msgid "<image id=\"img_id3157896\" src=\"cmd/lc_griduse.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157896\">Icon Snap to Grid</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157896\" src=\"cmd/lc_griduse.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157896\">Ikonet Fastgør til net</alt></image>"
#. Fb5KQ
#: 01171300.xhp
@@ -10582,7 +10582,7 @@ msgctxt ""
"par_id3149549\n"
"help.text"
msgid "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149760\">Icon Helplines While Moving</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149760\">Ikonet Hjælpelinjer under flytning</alt></image>"
#. AFaA2
#: 01171400.xhp
@@ -11853,14 +11853,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "Se afsnittet <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Kanter</emph></link> i hjælpen for mere information."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Skift forankring"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11871,23 +11871,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>Forankring; skifte</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Skift forankring\">Skift forankring</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\" >Giver dig mulighed for at skifte mellem forankringsindstillinger.</ahelp></variable> Ikonet <emph>Skift forankring</emph> er kun synligt, når et objekt som for eksempel grafik eller kontrolfelt<switchinline select=\"appl\"><caseinline select=\"WRITER\"> eller ramme </caseinline> </switchinline> er valgt."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
@@ -12139,7 +12139,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Demote Outline Level"
-msgstr ""
+msgstr "Sænk dispositionsniveau"
#. wGfZQ
#: 06050000.xhp
@@ -12148,7 +12148,7 @@ msgctxt ""
"hd_id3148983\n"
"help.text"
msgid "<link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">Demote<switchinline select=\"appl\"><caseinline select=\"WRITER\"> Outline Level</caseinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">Sænk<switchinline select=\"appl\"><caseinline select=\"WRITER\"> dispositionsniveau</caseinline></switchinline></link>"
#. Sfgf2
#: 06050000.xhp
@@ -12157,7 +12157,7 @@ msgctxt ""
"par_id3147285\n"
"help.text"
msgid "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Moves a chapter heading where the cursor is located, or selected chapter headings, down one outline level. </caseinline></switchinline>Moves a list paragraph where the cursor is located, or selected list paragraphs, down one list level.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Flytter en kapiteloverskrift til markørens position, eller valgte kapiteloverskrifter et dispositionsniveau nedad. </caseinline></switchinline>Flytter et listeafsnit til markørens position, eller valgte listeafsnit et listeniveau nedad.</ahelp>"
#. CFARy
#: 06050000.xhp
@@ -12167,6 +12167,8 @@ msgctxt ""
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The <menuitem>Demote Outline Level</menuitem> icon is on the <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline><caseinline select=\"IMPRESS\">The <menuitem>Demote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Right Arrow</keycode>.</caseinline></switchinline>"
msgstr ""
+"<switchinline select=\"appl\"><caseinline select=\"WRITER\">Ikonet <menuitem>Sænk dispositionsniveauet</menuitem> findes på værktøjslinjen <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Punktopstilling</menuitem></link>, som ses, når markøren er placeret på en nummereret kapiteloverskrift eller et listeafsnit. </caseinline><caseinline select=\"IMPRESS\">Ikonet <menuitem>Sænk</menuitem> findes på værktøjslinjen <menuitem>Disposition</menuitem>, som ses under arbejde i visningen Disposition.\n"
+"Denne funktion kan også kaldes ved at trykke på <keycode>Alt+Skift+Højrepil</keycode>. </caseinline></switchinline>"
#. MsnjV
#: 06050000.xhp
@@ -12175,7 +12177,7 @@ msgctxt ""
"par_id3146957\n"
"help.text"
msgid "<image id=\"img_id3143267\" src=\"cmd/lc_decrementlevel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143267\">Icon Demote</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3143267\" src=\"cmd/lc_decrementlevel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143267\">Ikonet Sænk</alt></image>"
#. pYXdC
#: 06050000.xhp
@@ -12184,7 +12186,7 @@ msgctxt ""
"par_id3149096\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Demote Outline Level</caseinline><defaultinline>Demote</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Sænk dispositionsniveauet</caseinline><defaultinline>Demote</defaultinline></switchinline>"
#. C2ctW
#: 06060000.xhp
@@ -12193,7 +12195,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Promote Outline Level"
-msgstr ""
+msgstr "Hæv dispositionsniveauet"
#. h9r7k
#: 06060000.xhp
@@ -12202,7 +12204,7 @@ msgctxt ""
"hd_id3159225\n"
"help.text"
msgid "<link href=\"text/shared/02/06060000.xhp\" name=\"Promote One Level\">Promote<switchinline select=\"appl\"><caseinline select=\"WRITER\"> Outline Level</caseinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/06060000.xhp\" name=\"Promote One Level\">Hæv<switchinline select=\"appl\"><caseinline select=\"WRITER\"> dispositionsniveau</caseinline></switchinline></link>"
#. 2oDAi
#: 06060000.xhp
@@ -12211,7 +12213,7 @@ msgctxt ""
"par_id3149999\n"
"help.text"
msgid "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Moves a chapter heading where the cursor is located, or selected chapter headings, up one outline level. </caseinline></switchinline>Moves a list paragraph where the cursor is located, or selected list paragraphs, up one list level.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Flytter et kapitel til markørens placering, eller valgte kapiteloverskrifter et dispositionsniveau opad. </caseinline></switchinline>Flytter et listeafsnit til markørens placering elle valgte kapiteloverskrifter et listeniveau opad.</ahelp>"
#. ACowG
#: 06060000.xhp
@@ -12220,7 +12222,7 @@ msgctxt ""
"par_id3149205\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The <menuitem>Promote Outline Level</menuitem> icon is on the <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline><caseinline select=\"IMPRESS\">The <menuitem>Promote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Left Arrow</keycode>.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Ikonet <menuitem>Hæv dispositionsniveau</menuitem> findes på værktøjslinjen <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Punktopstilling</menuitem></link>, som vises, når markøren er placeret på en nummereret kapiteloverskrift eller et listeafsnit.</caseinline><caseinline select=\"IMPRESS\">Ikonet <menuitem>Hæv</menuitem> findes på værktøjslinjen <menuitem>Disposition</menuitem>, som vises under arbejde i visningen Disposition. Denne funktion kan også kaldes ved at trykke på <keycode>Alt+Skift+Venstrepil</keycode>.</caseinline></switchinline>"
#. sACm6
#: 06060000.xhp
@@ -12229,7 +12231,7 @@ msgctxt ""
"par_id3149388\n"
"help.text"
msgid "<image id=\"img_id3155535\" src=\"cmd/lc_incrementlevel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155535\">Icon Promote</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155535\" src=\"cmd/lc_incrementlevel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155535\">Ikonet Hæv</alt></image>"
#. WBBiB
#: 06060000.xhp
@@ -12256,7 +12258,7 @@ msgctxt ""
"hd_id3144740\n"
"help.text"
msgid "<link href=\"text/shared/02/06100000.xhp\" name=\"Move Up\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Move Item Up</caseinline><defaultinline>Move Up</defaultinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/06100000.xhp\" name=\"Move Up\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Flyt elementet opad</caseinline><defaultinline>Flyt opad</defaultinline></switchinline></link>"
#. BooTD
#: 06100000.xhp
@@ -12265,7 +12267,7 @@ msgctxt ""
"par_id3109850\n"
"help.text"
msgid "<ahelp hid=\".\">Moves the paragraph where the cursor is located, or selected paragraphs, to before the previous paragraph.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Flytter afsnittet til markørens placering eller valgte afsnit til placeringen foran det valgte afsnit.</ahelp>"
#. w3Rtd
#: 06100000.xhp
@@ -12285,7 +12287,7 @@ msgctxt ""
"par_id681650030725110\n"
"help.text"
msgid "The <menuitem>Move Item Up</menuitem> icon appears on the <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Bullets and Numbering</menuitem></link> bar."
-msgstr ""
+msgstr "Ikonet <menuitem>Flyt elemtentet opad</menuitem> iVises på værktøjslinjen <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Punktopstilling</menuitem></link>."
#. LWL4T
#: 06100000.xhp
@@ -12294,7 +12296,7 @@ msgctxt ""
"par_id3155555\n"
"help.text"
msgid "The <menuitem>Move Item Up</menuitem> command is always active. This function can also be called by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Up Arrow</keycode>."
-msgstr ""
+msgstr "Kommandoen <menuitem>Flyt elementet opad</menuitem> er altid aktiv. Denne funktion kan også kaldes ved at trykke på <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Pil op</keycode>."
#. sFtDj
#: 06100000.xhp
@@ -12303,7 +12305,7 @@ msgctxt ""
"par_id31492839456\n"
"help.text"
msgid "If you have numbered paragraphs and use the <menuitem>Move Up</menuitem> command, then the numbers are adjusted automatically to the current order."
-msgstr ""
+msgstr "Hvis du har nummereret afsnittene og bruger kommandoen <menuitem>Flyt opad</menuitem>, justeres tallene automatisk i den aktuelle rækkefølge."
#. hN8tA
#: 06100000.xhp
@@ -12312,7 +12314,7 @@ msgctxt ""
"par_id171650031011213\n"
"help.text"
msgid "The <menuitem>Move Up</menuitem> icon appears on the <menuitem>Outline</menuitem> bar."
-msgstr ""
+msgstr "Ikonet <menuitem>Flyt opad</menuitem> vises på værktøjslinjen <menuitem>Disposition</menuitem>."
#. 53D5b
#: 06100000.xhp
@@ -12322,6 +12324,8 @@ msgctxt ""
"help.text"
msgid "The <menuitem>Move Up</menuitem> command is always active. This function can also be called by pressing <keycode>Alt+Shift+Up Arrow</keycode>."
msgstr ""
+"Kommandoen <menuitem>Flyt opad</menuitem> er altid aktiv. Denne funktion kan også kaldes ved at trykke på \n"
+"<keycode>Alt+Skift+Pil op</keycode>."
#. kMbJU
#: 06100000.xhp
@@ -12330,7 +12334,7 @@ msgctxt ""
"par_id154054632\n"
"help.text"
msgid "If you have numbered paragraphs and use <menuitem>Move Down</menuitem>, then the numbers are adjusted automatically to the current order."
-msgstr ""
+msgstr "Hvis du har nummereret afsnittene og bruger <menuitem>Flyt nedad</menuitem>, bliver tallene automatisk tilpasset den aktuelle rækkefølge."
#. tBVE2
#: 06100000.xhp
@@ -12348,7 +12352,7 @@ msgctxt ""
"par_id3147243\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Move Item Up</caseinline><defaultinline>Move Up</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Flyt element opad</caseinline><defaultinline>Flyt opad</defaultinline></switchinline>"
#. 5rj6N
#: 06110000.xhp
@@ -12366,7 +12370,7 @@ msgctxt ""
"hd_id3148520\n"
"help.text"
msgid "<link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Move Item Down</caseinline><defaultinline>Move Down</defaultinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Flyt element nedad</caseinline><defaultinline>Flyt nedad</defaultinline></switchinline></link>"
#. nDsC7
#: 06110000.xhp
@@ -12375,7 +12379,7 @@ msgctxt ""
"par_id3154228\n"
"help.text"
msgid "<ahelp hid=\".\">Moves the paragraph where the cursor is located, or selected paragraphs, to after the next paragraph.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Flytter afsnittet til markørens placering eller valgte afsnit til efter det næste afsnit.</ahelp>"
#. RgGZF
#: 06110000.xhp
@@ -12384,7 +12388,7 @@ msgctxt ""
"par_id3158405\n"
"help.text"
msgid "If you have numbered paragraphs and use <menuitem>Move Item Down</menuitem>, then the numbers are adjusted automatically to the current order."
-msgstr ""
+msgstr "Hvis du har nummererede afsnit og bruger <menuitem>Flyt element nedad</menuitem>, tilpasses tallene automatisk til den aktuelle rækkefølge."
#. vAAGh
#: 06110000.xhp
@@ -12393,7 +12397,7 @@ msgctxt ""
"par_id431650033515260\n"
"help.text"
msgid "The <menuitem>Move Item Down</menuitem> icon appears on the <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Bullets and Numbering</menuitem></link> bar."
-msgstr ""
+msgstr "Ikonet <menuitem>Flyt element nedad</menuitem> vises på værktøjslinjen <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>punktopstilling</menuitem></link>."
#. CCELD
#: 06110000.xhp
@@ -12402,7 +12406,7 @@ msgctxt ""
"par_id3149751\n"
"help.text"
msgid "The <menuitem>Move Item Down</menuitem> command is always active. This function can also be called by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Down Arrow</keycode>."
-msgstr ""
+msgstr "Kommandoen <menuitem>Flyt element nedad</menuitem> er altid aktivt. Denne funktion kan også kaldes ved at trykke på <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Pil nedad</keycode>."
#. Cdq5E
#: 06110000.xhp
@@ -12411,7 +12415,7 @@ msgctxt ""
"par_id315840546832\n"
"help.text"
msgid "If you have numbered paragraphs and use <menuitem>Move Down</menuitem>, then the numbers are adjusted automatically to the current order."
-msgstr ""
+msgstr "Hvis du har nummereret afsnittene og bruger <menuitem>Flyt nedad</menuitem>, tilpasses tallene automatisk til den aktuelle rækkefælge."
#. MWkW9
#: 06110000.xhp
@@ -12420,7 +12424,7 @@ msgctxt ""
"par_id571650033665947\n"
"help.text"
msgid "The <menuitem>Move Down</menuitem> icon appears on the <menuitem>Outline</menuitem> bar."
-msgstr ""
+msgstr "Ikonet <menuitem>Flyt nedad</menuitem> vises på værktøjslinjen <menuitem>Disposition</menuitem>."
#. BtFa5
#: 06110000.xhp
@@ -12429,7 +12433,7 @@ msgctxt ""
"par_id121650033675563\n"
"help.text"
msgid "The <menuitem>Move Down</menuitem> command is always active. This function can also be called by pressing <keycode>Alt+Shift+Down Arrow</keycode>."
-msgstr ""
+msgstr "Kommandoen <menuitem>Flyt nedad</menuitem> er altid aktiv. Denne funktion kan også kaldes ved at trykke på <keycode>Alt+Skift+Pil nedad</keycode>."
#. g4SQD
#: 06110000.xhp
@@ -12438,7 +12442,7 @@ msgctxt ""
"par_id154054632\n"
"help.text"
msgid "If you have numbered paragraphs and use <menuitem>Move Down</menuitem>, then the numbers are adjusted automatically to the current order."
-msgstr ""
+msgstr "Hvis du har nummereret afsnittene og bruger <menuitem>Flyt nedad</menuitem>, tilpasses tallene automatisk til den den aktuelle rækkefølge."
#. UDTXi
#: 06110000.xhp
@@ -12456,7 +12460,7 @@ msgctxt ""
"par_id3145212\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Move Item Down</caseinline><defaultinline>Move Down</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Flyt elementet nedad</caseinline><defaultinline>Flyt nedad</defaultinline></switchinline>"
#. ZvBbZ
#: 06120000.xhp
@@ -12528,7 +12532,7 @@ msgctxt ""
"par_id3150355\n"
"help.text"
msgid "<image id=\"img_id3157909\" src=\"cmd/lc_defaultbullet.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon Unordered List</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157909\" src=\"cmd/lc_defaultbullet.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Ikonet Usorteret liste</alt></image>"
#. TEain
#: 06120000.xhp
@@ -14184,7 +14188,7 @@ msgctxt ""
"par_id3151234\n"
"help.text"
msgid "<image id=\"img_id3147261\" src=\"cmd/lc_datafilterautofilter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147261\">Icon AutoFilter</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147261\" src=\"cmd/lc_datafilterautofilter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147261\">Ikonet Autofilter</alt></image>"
#. qhCWv
#: 12030000.xhp
@@ -14310,7 +14314,7 @@ msgctxt ""
"par_id3147261\n"
"help.text"
msgid "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153910\">Icon Refresh</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153910\">Ikonet Opdater</alt></image>"
#. fovgD
#: 12050000.xhp
@@ -16650,7 +16654,7 @@ msgctxt ""
"par_id3153394\n"
"help.text"
msgid "<image id=\"img_id3147226\" src=\"cmd/lc_datafilterspecialfilter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147226\">Icon Form Filter</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147226\" src=\"cmd/lc_datafilterspecialfilter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147226\">Ikonet Formularfilter</alt></image>"
#. 5NfGA
#: 12110000.xhp
@@ -16695,7 +16699,7 @@ msgctxt ""
"par_id3149999\n"
"help.text"
msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146130\">Icon Form Filter</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146130\">Ikonet Formularfilter</alt></image>"
#. yEcEB
#: 12120000.xhp
@@ -16758,7 +16762,7 @@ msgctxt ""
"par_id3093440\n"
"help.text"
msgid "<image id=\"img_id3156414\" src=\"cmd/lc_viewformasgrid.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156414\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156414\" src=\"cmd/lc_viewformasgrid.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156414\">Ikon</alt></image>"
#. u7TDW
#: 12130000.xhp
diff --git a/source/da/helpcontent2/source/text/shared/guide.po b/source/da/helpcontent2/source/text/shared/guide.po
index 87f9370319a..217ce5b707a 100644
--- a/source/da/helpcontent2/source/text/shared/guide.po
+++ b/source/da/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: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-09 13:28+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/da/>\n"
@@ -14226,14 +14226,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>grafik, se også billeder</bookmark_value><bookmark_value>billeder; indsætte og redigere bitmaps</bookmark_value><bookmark_value>illustrationer; indsætte</bookmark_value><bookmark_value>bitmaps; indsætte og redigere</bookmark_value><bookmark_value>billedpunktsgrafik; indsætte og redigere</bookmark_value><bookmark_value>pixelgrafik; indsætte og redigere</bookmark_value><bookmark_value>eksportere; bitmaps</bookmark_value><bookmark_value>importere; bitmaps</bookmark_value><bookmark_value>billeder; rediger</bookmark_value><bookmark_value>redigere; billeder</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>blødgøring filter</bookmark_value><bookmark_value>skarpheds filter</bookmark_value><bookmark_value>fjern noise filter</bookmark_value><bookmark_value>solarisering filter</bookmark_value><bookmark_value>sepia filter</bookmark_value><bookmark_value>plakat filter</bookmark_value><bookmark_value>pop-kunst filter</bookmark_value><bookmark_value>trækul sketches filter</bookmark_value><bookmark_value>mosaik filter</bookmark_value><bookmark_value>billeder; filtre</bookmark_value><bookmark_value>filtre; billeder</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Indsætte, redigere og gemme bitmaps\">Indsætte, redigere og gemme bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14253,14 +14253,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Et bitmap-billede kan indsættes i $[officename] Writer, $[officename] Calc, $[officename] Draw og $[officename] Impress-dokumenter."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Vælg <emph>Indsæt - Billede - Fra fil</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14271,6 +14271,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Vælg filen. I feltet <emph>Filtype</emph> kan du begrænse udvalget til bestemte filtyper."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21590,6 +21599,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr "Kopierer celleformatering angivet med dialogen <menuitem>Formater ▸ Celler</menuitem>."
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/shared/optionen.po b/source/da/helpcontent2/source/text/shared/optionen.po
index 3d55bdc8c27..4cc84013db3 100644
--- a/source/da/helpcontent2/source/text/shared/optionen.po
+++ b/source/da/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: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-13 15:16+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/da/>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specificerer at <item type=\"productname\">%PRODUCTNAME</item> gemmer alle åbne dokumenter når automatisk gendannelsesinformation gemmes. Benytter det samme tidsinterval som automatisk dokumentgendannelse bruger.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Gem URL'er relativt til filsystemet"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/da/helpcontent2/source/text/simpress/guide.po b/source/da/helpcontent2/source/text/simpress/guide.po
index cdefca2647e..57b7e063c1b 100644
--- a/source/da/helpcontent2/source/text/simpress/guide.po
+++ b/source/da/helpcontent2/source/text/simpress/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: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-16 00:38+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/da/>\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 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562177867.000000\n"
#. S83CC
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Marker diasset, som du ønsker at det kopierede dias skal komme efter, og vælg så <emph>Rediger - Sæt ind</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Indlæsning af farve-, farvegraduerings- og skraveringslister"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>farver;indlæsning af lister</bookmark_value><bookmark_value>farvegradueringer;indlæsning af lister</bookmark_value><bookmark_value>skravering;indlæsning af lister</bookmark_value><bookmark_value>indlæsning;farver/farvegradueringer/skraveringer</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Indlæsning af farve-, farvegraduerings- og skraveringslister\">Indlæsning af farve-, farvegraduerings- og skraveringslister</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Du kan bruge lister for at organisere farver, farvegradueringer eller skraveringsmønstre. $[officename] har flere lister, som du kan hente og bruge i dit dokument. Hvis du vil, kan du tilføje eller slette elementer fra en liste eller endog oprette brugerdefinerede lister."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "For at indlæse en farveliste:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Vælg <emph>Formater - Flade</emph>, og klik så på fanebladet <emph>Farver</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Klik på knappen <emph>Indlæs farveliste</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Find farvelisten, som du vil indlæse, og klik så på <emph>Åbn</emph>. En farvelistefil har formatet [filnavn].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "For at gemme en farveliste skal du klikke på knappen <emph>Gem farveliste</emph>, indtaste et filnavn og klikke på <emph>Gem</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr "<bookmark_value>farver; standardfarver</bookmark_value><bookmark_value>farver; LibreOffice-farver</bookmark_value><bookmark_value>LibreOffice farver</bookmark_value><bookmark_value>farver; HLC-farver</bookmark_value><bookmark_value>Material Design-farver</bookmark_value><bookmark_value>farver; net</bookmark_value><bookmark_value>farver; freieFarbe</bookmark_value>"
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr "Farvelisten freieFarbe HLC er baseret på CIELAB-modellen og er optimeret til professionel CMYK-trykning. Farverne i Kompatibilitets- og HTML-listerne er optimeret til visning med en opløsning på 256 farver. Paletterne “LibreOffice” og “Material” indeholder alle farver fra de officielle henholdsvis LibreOffice og Material Design-paletter. Paletten tonal.soc leverer et sæt farver, der er organiseret efter luminans-kontrast, der fungerer på tværs af forskellig hardware."
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "For at indlæse en farvegradueringsliste:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Vælg <emph>Formater - Flade</emph>, og klik så på fanebladet <emph>Farvegradueringer</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Klik på knappen <emph>Indlæs farvegradueringsliste</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Find farvegradueringslisten, som du vil indlæse, og klik så på <emph>Åbn</emph>. En farvegradueringslistefil har formatet [filnavn].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "For at gemme en farvegradueringsliste, klik på knappen <emph>Gem farvegradueringsliste</emph>, indtast et filnavn, og klik så på <emph>Gem</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "For at indlæse en skraveringsliste:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Vælg <emph>Formater - Flade</emph>, og klik så på fanebladet <emph>Skravering</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Klik på knappen <emph>Indlæs skraveringsliste</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Find den skraveringsiste, som du vil indlæse, og klik så på <emph>Åbn</emph>. En skraveringslistefil har formatet [filnavn].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "For at gemme en skraveringsliste, klik på knappen <emph>Gem skraveringsliste</emph>, indtast et filnavn, og klik så på <emph>Gem</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Formater - Flade\">Formater - Flade</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Gå til det dias, hvor du vil indsætte regnearket."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Vælg <emph>Indsæt - OLE-objekt</emph>. Klik på <emph>Opret ny</emph> og vælg @PRODUCTNAME-regnearket. Klik på OK. Klik i regnearket for at indtaste dine data."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Gå til det dias, hvor du vil indsætte regnearket."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - OLE-objekt</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Formater - Diaslayout\">Formater - Diaslayout</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Indsæt - Objekt - OLE-objekt\">Indsæt - Objekt - OLE-objekt</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/da/helpcontent2/source/text/swriter.po b/source/da/helpcontent2/source/text/swriter.po
index 8700a1e6ed7..a7c7c775521 100644
--- a/source/da/helpcontent2/source/text/swriter.po
+++ b/source/da/helpcontent2/source/text/swriter.po
@@ -4,8 +4,8 @@ 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: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-25 17:42+0000\n"
-"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/da/>\n"
"Language: da\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: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1560800773.000000\n"
#. x2qZ6
@@ -1733,7 +1733,7 @@ msgctxt ""
"par_id991529755027118\n"
"help.text"
msgid "<variable id=\"form_intro\"><ahelp hid=\".\">Contains commands for activate form design mode, open control wizards and insert form controls in your document.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"form_intro\"><ahelp hid=\".\">Indeholder kommandoer til aktivering af formulardesign-tilstand, åbn kontrolelement-guider og indsæt formular-kontrolelementer i dit element.</ahelp></variable>"
#. AdXBE
#: main0120.xhp
@@ -2975,7 +2975,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Track Changes Toolbar"
-msgstr ""
+msgstr "Værktøjslinjen Registrer ændringer"
#. a8US4
#: track_changes_toolbar.xhp
@@ -2984,7 +2984,7 @@ msgctxt ""
"hd_id671647012520594\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/shared/track_changes_toolbar.xhp\" name=\"Track Changes Toolbar\">Track Changes Toolbar</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/shared/track_changes_toolbar.xhp\" name=\"Track Changes Toolbar\">Værktøjslinjen Registrer ændringer</link></variable>"
#. 4XWe5
#: track_changes_toolbar.xhp
@@ -2993,7 +2993,7 @@ msgctxt ""
"par_id471647012520596\n"
"help.text"
msgid "Contains the commands that are available for tracking changes in your file."
-msgstr ""
+msgstr "Indeholder de kommandoer, der findes til registering af ændringer i din fil."
#. iUjGN
#: track_changes_toolbar.xhp
@@ -3002,7 +3002,7 @@ msgctxt ""
"par_id261647012734234\n"
"help.text"
msgid "Choose <menuitem>View - Toolbars - Track Changes</menuitem>."
-msgstr ""
+msgstr "vælg <menuitem>Vis ▸ Værktøjslinjer ▸ Registrer ændringer</menuitem>."
#. T8AaM
#: track_changes_toolbar.xhp
@@ -3011,7 +3011,7 @@ msgctxt ""
"par_id221647013245370\n"
"help.text"
msgid "<image src=\"cmd/lc_showtrackedchanges.svg\" id=\"img_id801647013245371\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id821647013245372\">Icon Show track changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_showtrackedchanges.svg\" id=\"img_id801647013245371\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id821647013245372\">Ikonet Vis registrer ændringer</alt></image>"
#. eBTMj
#: track_changes_toolbar.xhp
@@ -3020,7 +3020,7 @@ msgctxt ""
"par_id31647013245373\n"
"help.text"
msgid "Show track changes"
-msgstr ""
+msgstr "Vis registrer ændringer"
#. FSoq4
#: track_changes_toolbar.xhp
@@ -3029,7 +3029,7 @@ msgctxt ""
"par_id791647013362400\n"
"help.text"
msgid "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id921647013362401\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561647013362402\">Icon Record Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id921647013362401\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561647013362402\">Ikonet Registrer ændringer</alt></image>"
#. BxM8k
#: track_changes_toolbar.xhp
@@ -3038,7 +3038,7 @@ msgctxt ""
"par_id781647013362404\n"
"help.text"
msgid "Record Changes"
-msgstr ""
+msgstr "Registrer ændringer"
#. R7EFt
#: track_changes_toolbar.xhp
@@ -3047,7 +3047,7 @@ msgctxt ""
"hd_id731647013552967\n"
"help.text"
msgid "Previous Track Change"
-msgstr ""
+msgstr "Forrige registrer ænfringer"
#. nxbjC
#: track_changes_toolbar.xhp
@@ -3056,7 +3056,7 @@ msgctxt ""
"par_id901647013566069\n"
"help.text"
msgid "<image src=\"cmd/lc_previoustrackedchange.svg\" id=\"img_id151647013566070\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id981647013566071\">Icon Previous track change</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_previoustrackedchange.svg\" id=\"img_id151647013566070\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id981647013566071\">Ikonet Forrige registrer ændring</alt></image>"
#. poJng
#: track_changes_toolbar.xhp
@@ -3065,7 +3065,7 @@ msgctxt ""
"par_id391647013566073\n"
"help.text"
msgid "Previous track change"
-msgstr ""
+msgstr "Forrige registrer ændring"
#. v76PF
#: track_changes_toolbar.xhp
@@ -3074,7 +3074,7 @@ msgctxt ""
"hd_id551647013674361\n"
"help.text"
msgid "Next Track Change"
-msgstr ""
+msgstr "Næste Registrer ændring"
#. NyWdo
#: track_changes_toolbar.xhp
@@ -3083,7 +3083,7 @@ msgctxt ""
"par_id231647013679440\n"
"help.text"
msgid "<image src=\"cmd/lc_nexttrackedchange.svg\" id=\"img_id1001647013679441\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id971647013679442\">Icon Next track change</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_nexttrackedchange.svg\" id=\"img_id1001647013679441\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id971647013679442\">Ikonet Næste Registrer ændring</alt></image>"
#. XE2LH
#: track_changes_toolbar.xhp
@@ -3092,7 +3092,7 @@ msgctxt ""
"par_id531647013679443\n"
"help.text"
msgid "Next track change"
-msgstr ""
+msgstr "Næste Registrer ændring"
#. cniUB
#: track_changes_toolbar.xhp
@@ -3110,7 +3110,7 @@ msgctxt ""
"par_id1001647013785665\n"
"help.text"
msgid "<image src=\"cmd/lc_accepttrackedchange.svg\" id=\"img_id491647013785666\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301647013785667\">Icon Accept Track Change</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_accepttrackedchange.svg\" id=\"img _id491647013785666\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301647013785667\">Ikonet Accepter Registrer ændring</alt></image>"
#. qe8kW
#: track_changes_toolbar.xhp
@@ -3128,7 +3128,7 @@ msgctxt ""
"hd_id871647013918576\n"
"help.text"
msgid "Reject Track Change"
-msgstr ""
+msgstr "Afvis Registrer ændring"
#. Dw5dd
#: track_changes_toolbar.xhp
@@ -3137,7 +3137,7 @@ msgctxt ""
"par_id981647013912301\n"
"help.text"
msgid "<image src=\"cmd/lc_rejecttrackedchange.svg\" id=\"img_id931647013912302\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id811647013912303\">Icon Reject Track Change</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_rejecttrackedchange.svg\" id=\"img_id931647013912302\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id811647013912303\">Ikoner Afvis Registrer ændring</alt></image>"
#. D68WB
#: track_changes_toolbar.xhp
@@ -3146,7 +3146,7 @@ msgctxt ""
"par_id21647013912304\n"
"help.text"
msgid "Reject Track Change"
-msgstr ""
+msgstr "Afvis Registrer ændring"
#. DZWAf
#: track_changes_toolbar.xhp
@@ -3155,7 +3155,7 @@ msgctxt ""
"hd_id991647014048136\n"
"help.text"
msgid "Accept All Tracked Changes"
-msgstr ""
+msgstr "Accepter alle registrerede ændringer"
#. 6FjwL
#: track_changes_toolbar.xhp
@@ -3164,7 +3164,7 @@ msgctxt ""
"par_id161647014053976\n"
"help.text"
msgid "<image src=\"cmd/lc_acceptalltrackedchanges.svg\" id=\"img_id981647014053977\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id761647014053978\">Icon Accept All Tracked Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_acceptalltrackedchanges.svg\" id=\"img_id981647014053977\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id761647014053978\">Ikonet Accepter alle registrerede ændringer</alt></image>"
#. B8Sna
#: track_changes_toolbar.xhp
@@ -3173,7 +3173,7 @@ msgctxt ""
"par_id701647014053979\n"
"help.text"
msgid "Accept All Tracked Changes"
-msgstr ""
+msgstr "Accepter alle registrerede ændringer"
#. CxSzX
#: track_changes_toolbar.xhp
@@ -3182,7 +3182,7 @@ msgctxt ""
"hd_id341647014115494\n"
"help.text"
msgid "Reject All Tracked Changes"
-msgstr ""
+msgstr "Afvis alle registrerede ændringer"
#. Nh45F
#: track_changes_toolbar.xhp
@@ -3191,7 +3191,7 @@ msgctxt ""
"par_id891647014121791\n"
"help.text"
msgid "<image src=\"cmd/lc_rejectalltrackedchanges.svg\" id=\"img_id141647014121792\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id861647014121793\">Icon Reject All Tracked Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_rejectalltrackedchanges.svg\" id=\"img_id141647014121792\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id861647014121793\">Ikonet Afvis alle registrerede ændringer</alt></image>"
#. YAGs7
#: track_changes_toolbar.xhp
@@ -3200,7 +3200,7 @@ msgctxt ""
"par_id451647014121795\n"
"help.text"
msgid "Reject All Tracked Changes"
-msgstr ""
+msgstr "Afvis alle registrerede ændringer"
#. aEELF
#: track_changes_toolbar.xhp
@@ -3209,7 +3209,7 @@ msgctxt ""
"hd_id901647014258055\n"
"help.text"
msgid "Accept Track Change and select next one"
-msgstr ""
+msgstr "Accepter Registrer ændring og vælg den næste"
#. vCCQp
#: track_changes_toolbar.xhp
@@ -3218,7 +3218,7 @@ msgctxt ""
"par_id511647014293796\n"
"help.text"
msgid "<image src=\"cmd/lc_accepttrackedchangetonext.svg\" id=\"img_id791647014293797\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id611647014293798\">Icon Accept Track Change and select next one</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_accepttrackedchangetonext.svg\" id=\"img_id791647014293797\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id611647014293798\">Ikonet Accepter Registrer ændring og vælg den næste</alt></image>"
#. 2E2qH
#: track_changes_toolbar.xhp
@@ -3227,7 +3227,7 @@ msgctxt ""
"par_id851647014293800\n"
"help.text"
msgid "Accept Track Change and select next one"
-msgstr ""
+msgstr "Accepter Registrer ændring og vælg den næste"
#. o2wCB
#: track_changes_toolbar.xhp
@@ -3236,7 +3236,7 @@ msgctxt ""
"hd_id451647014408416\n"
"help.text"
msgid "Reject Track Change and select next one"
-msgstr ""
+msgstr "Afvis Registrer ændring og vælg den næste"
#. LGqTK
#: track_changes_toolbar.xhp
@@ -3245,7 +3245,7 @@ msgctxt ""
"par_id971647014413668\n"
"help.text"
msgid "<image src=\"cmd/lc_rejecttrackedchangetonext.svg\" id=\"img_id631647014413669\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661647014413670\">Icon Reject Track Change and select next one</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_rejecttrackedchangetonext.svg\" id=\"img_id631647014413669\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661647014413670\">Ikonet Afvis Registrer ændring og vælg den næste</alt></image>"
#. h9smy
#: track_changes_toolbar.xhp
@@ -3254,7 +3254,7 @@ msgctxt ""
"par_id361647014413671\n"
"help.text"
msgid "Reject Track Change and select next one"
-msgstr ""
+msgstr "Afvis Registrer ændring og vælg den næste"
#. s3jxf
#: track_changes_toolbar.xhp
@@ -3263,7 +3263,7 @@ msgctxt ""
"par_id721647014498850\n"
"help.text"
msgid "<image src=\"cmd/lc_accepttrackedchanges.svg\" id=\"img_id551647014498851\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647014498852\">Icon Manage Track Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_accepttrackedchanges.svg\" id=\"img_id551647014498851\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647014498852\">Ikonet Håndter Registrer ændringer</alt></image>"
#. nyhMH
#: track_changes_toolbar.xhp
@@ -3272,7 +3272,7 @@ msgctxt ""
"par_id641647014498854\n"
"help.text"
msgid "Manage Track Changes"
-msgstr ""
+msgstr "Håndter Registrer ændringer"
#. WAoEE
#: track_changes_toolbar.xhp
@@ -3281,7 +3281,7 @@ msgctxt ""
"par_id111647018300377\n"
"help.text"
msgid "<image src=\"cmd/lc_shownote.svg\" id=\"img_id271647018300378\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61647018300380\">Icon Insert Comment</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_shownote.svg\" id=\"img_id271647018300378\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61647018300380\">Ikonet Indsæt kommentar</alt></image>"
#. JRJZp
#: track_changes_toolbar.xhp
@@ -3290,7 +3290,7 @@ msgctxt ""
"par_id851647018300382\n"
"help.text"
msgid "Insert Comment"
-msgstr ""
+msgstr "Indsæt kommentar"
#. KxwHJ
#: track_changes_toolbar.xhp
@@ -3299,7 +3299,7 @@ msgctxt ""
"par_id411647015103299\n"
"help.text"
msgid "<image src=\"cmd/lc_commentchangetracking.svg\" id=\"img_id181647015103300\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647015103301\">Icon Insert Track Change Comment</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_commentchangetracking.svg\" id=\"img_id181647015103300\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647015103301\">Ikonet Indsæt Registrer Modificer kommentar</alt></image>"
#. w43CP
#: track_changes_toolbar.xhp
@@ -3308,7 +3308,7 @@ msgctxt ""
"par_id611647015103302\n"
"help.text"
msgid "Insert Track Change Comment"
-msgstr ""
+msgstr "Indsæt Register Modificer kommentar"
#. vHtJD
#: track_changes_toolbar.xhp
@@ -3317,7 +3317,7 @@ msgctxt ""
"par_id481647015406606\n"
"help.text"
msgid "<image src=\"cmd/lc_protecttracechangemode.svg\" id=\"img_id591647015406607\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id311647015406608\">Icon Protect Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_protecttracechangemode.svg\" id=\"img_id591647015406607\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id311647015406608\">Ikonet Beskyt ændringer</alt></image>"
#. GrZBC
#: track_changes_toolbar.xhp
@@ -3326,7 +3326,7 @@ msgctxt ""
"par_id901647015406609\n"
"help.text"
msgid "Protect Changes"
-msgstr ""
+msgstr "Beskyt ændringer"
#. n4z84
#: track_changes_toolbar.xhp
@@ -3335,7 +3335,7 @@ msgctxt ""
"par_id611647015829636\n"
"help.text"
msgid "<image src=\"cmd/lc_comparedocuments.svg\" id=\"img_id31647015829637\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id691647015829638\">Icon Compare Document</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_comparedocuments.svg\" id=\"img_id31647015829637\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id691647015829638\">Ikonet Sammenlign dokument</alt></image>"
#. RxYUx
#: track_changes_toolbar.xhp
@@ -3344,7 +3344,7 @@ msgctxt ""
"par_id441647015829640\n"
"help.text"
msgid "Compare Document"
-msgstr ""
+msgstr "Sammenlign dokument"
#. RMv9v
#: track_changes_toolbar.xhp
@@ -3354,6 +3354,8 @@ msgctxt ""
"help.text"
msgid "<image src=\"cmd/lc_mergedocuments.svg\" id=\"img_id271647019044609\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id451647019044610\">Icon Merge Document</alt></image>"
msgstr ""
+"<image src=\"cmd/lc_mergedocuments.svg\" id=\"img_id271647019044609\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id451647019044610\">Ikonet \n"
+"Flet dokument</alt></image>"
#. GPhfh
#: track_changes_toolbar.xhp
@@ -3362,4 +3364,4 @@ msgctxt ""
"par_id201647019044612\n"
"help.text"
msgid "Merge Document"
-msgstr ""
+msgstr "Flet dokument"
diff --git a/source/da/helpcontent2/source/text/swriter/00.po b/source/da/helpcontent2/source/text/swriter/00.po
index 54b1c7d36b3..facf71b5f4a 100644
--- a/source/da/helpcontent2/source/text/swriter/00.po
+++ b/source/da/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: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-13 22:05+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/da/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Vælg fanebladet <emph>Indsæt - Ramme - Ramme - Indstillinger</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimal rækkehøjde"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Vælg <emph>Tabel - Tilpas automatisk - Fordel rækker jævnt</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Åbn værktøjslinjen <emph>Optimer størrelse</emph> fra værktøjslinjen <emph>Tabel</emph> og klik på"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
-msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Ikonet Fordel rækker jævnt</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
+msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Fordel rækker jævnt"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/da/helpcontent2/source/text/swriter/01.po b/source/da/helpcontent2/source/text/swriter/01.po
index 7726d415019..806b596e486 100644
--- a/source/da/helpcontent2/source/text/swriter/01.po
+++ b/source/da/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-25 17:41+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/da/>\n"
"Language: da\n"
@@ -2579,7 +2579,7 @@ msgctxt ""
"par_id3148937\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/autotext/import\">Opens a dialog where you can select the 97/2000/XP Word document or template, containing the AutoText entries that you want to import.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/autotext/import\">Åbner en dialog, hvor du kan vælge 97/2000/XP Word-dokument eller skabelon, der indeholder de Autotekst-elementer, du vil importere.</ahelp>"
#. twDAW
#: 02120000.xhp
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Viser hvordan dokumentet vil se ud, når du udskriver det.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Skjulte afsnit"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Skjulte afsnit\">Skjulte afsnit</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15012,14 +15012,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Overskriftsrækker"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Vælg det antal rækker du vil bruge som overskrift.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18270,41 +18270,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Lodret"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Vælg den lodrette justeringsmulighed for objektet.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Hvis du forankrer et objekt til en ramme med fast højde, vil kun justeringsindstillingerne \"Bund\" og \"Midte\" være tilgængelige."
+msgid "by"
+msgstr "med"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "med"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
-#. vYDyu
+#. MKMgj
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id101652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Indtast hvor meget plads, der skal være mellem øverste kant af det valgte objekt og det referencepunkt, som du vælger i feltet <emph>Til</emph>.</ahelp> Denne indstilling er kun tilgængelig, hvis du væger \"Fra toppen\" eller \"Fra bunden\" (som tegn) i feltet <emph>Lodret</emph>."
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18315,13 +18378,13 @@ msgctxt ""
msgid "to"
msgstr "til"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18360,14 +18423,14 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr "<emph>Sidens tekstflade:</emph> objektet placeres i forhold til den fulde højde, der er tilgængelig for tekst, fra øverste til nederste margen."
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
-msgstr "<emph>Tegn:</emph> objektet placeres i mforhold til den lodrette plads, tegnet bruger."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
+msgstr ""
#. DLwXg
#: 05060100.xhp
@@ -18414,6 +18477,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Hvis du forankrer et objekt til en ramme med fast højde, vil kun justeringsindstillingerne \"Bund\" og \"Midte\" være tilgængelige."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20358,32 +20430,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Indstillinger\">Indstillinger</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Angiver egenskaber for det valgte objekt, billede eller ramme.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Navn"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Specificerer navnet for det valgte element og tilknyttede referencer."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20412,23 +20475,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Tildel et objekt, grafik eller en ramme et meningsfuldt navn, så du hurtigt kan finde det senere i lange dokumenter."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Alternativ tekst (kun flydende rammer, grafik og objekter)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Indtast den tekst, der skal vises i en webbrowser, når det valgte element er utilgængeligt. Alternativ tekst bruges også til at hjælpe personer med handicaps.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20439,14 +20502,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Forrige kæde"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Viser elementet (objekt, grafik, eller ramme) som kommer før det aktuelle element i en kædet sekvens. For at tilføje eller skifte det foregående led, marker et navn fra listen. Hvis du sammenkæder rammer, skal den aktuelle ramme og målrammen være tom.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20457,14 +20520,14 @@ msgctxt ""
msgid "Next link"
msgstr "Næste kæde"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Viser det element (objekt, grafik eller ramme) som kommer efter det aktuelle element i en kædet sekvens. For at tilføje eller ændre den næste kæde, skal du markere et navn fra listen. Hvis du sammenkæder rammer, skal målrammen være tom.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/da/helpcontent2/source/text/swriter/guide.po b/source/da/helpcontent2/source/text/swriter/guide.po
index 3bff6b4bab3..47a472ba648 100644
--- a/source/da/helpcontent2/source/text/swriter/guide.po
+++ b/source/da/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:41+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/da/>\n"
@@ -43,23 +43,23 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Placering af objekter\">Placering af objekter</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
-msgstr "Et objekt, som for eksempel et billede, placeres i et dokument med ankre, der er fastgjort til andre elementer."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
+msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
-msgstr "Et anker bestemmer et objekts referencepunkt. Referencepunktet kan være den side eller ramme, hvor objektet er, et afsnit eller endda et tegn. Et billede har altid et anker og dermed et referencepunkt."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
+msgstr ""
#. czeNu
#: anchor_object.xhp
@@ -196,23 +196,50 @@ msgctxt ""
msgid "To frame"
msgstr "Til ramme"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Forankrer det valgte element til den omgivende ramme."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
-msgstr "Når du indsætter et objekt, en grafik eller en ramme, viser der sig et ankerikon der, hvor objektet er forankret. Du kan flytte et anker eller, med andre objektbegrænsninger i tankerne, placere et objekt i forhold til ankerets referencepunkt ved at trække objektet. For at ændre et elements forankringsindstillinger højreklikker du på elementet og vælger derefter en indstilling på undermenuen <item type=\"menuitem\">Anker</item>."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
+msgstr ""
#. EkgCv
#: arrange_chapters.xhp
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Indsættelse af grafik fra en fil"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>billeder; indsætte med dialog</bookmark_value><bookmark_value>indsætte; billeder, med dialog</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Indsættelse af grafik fra en fil\">Indsættelse af grafik fra en fil</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Klik i dokumentet, hvor du vil indsætte grafikken."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Vælg <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Picture - From File\"><emph>Indsæt - Billede - Fra fil</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Find grafikfilen, som du vil indsætte, og klik så på <emph>Åbn</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Vælg <item type=\"menuitem\">Funktioner - Autokorrektur - Autokorrekturindstillinger - Ordfuldførelse</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Nulstil <emph>Aktiver ordfuldførelse</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp