update translations for master

and force-fix errors using pocheck

Change-Id: I391b68e4277acae6afa72d075b0fa890e1cc8059
This commit is contained in:
Christian Lohmaier
2025-04-09 16:23:18 +02:00
parent 10956694eb
commit 57a6d3ccdf
1858 changed files with 270018 additions and 216914 deletions

View File

@@ -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: 2025-03-26 17:21+0100\n"
"POT-Creation-Date: 2025-04-09 13:50+0200\n"
"PO-Revision-Date: 2025-03-04 14:11+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/da/>\n"
@@ -37900,6 +37900,24 @@ msgctxt ""
msgid "None."
msgstr "Ingen."
#. 8AiAQ
#: GetPathSeparator.xhp
msgctxt ""
"GetPathSeparator.xhp\n"
"par_id71743155051328\n"
"help.text"
msgid "Wiser script instructions are available from <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the operating system</link> help page."
msgstr ""
#. NSGNm
#: GetPathSeparator.xhp
msgctxt ""
"GetPathSeparator.xhp\n"
"par_id951743155374013\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03/sf_platform.xhp\">• ScriptForge.Platform</link> service provides a collection of properties about the current execution environment and context, that include platform detection.<br/><br/>• Extensive operating system name identification is available from <link href=\"text/scalc/01/04060104.xhp#bm_id3691824\">INFO(\"system\")</link> Calc formula."
msgstr ""
#. qqbvK
#: GetPathSeparator.xhp
msgctxt ""

View File

@@ -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: 2025-03-26 17:21+0100\n"
"POT-Creation-Date: 2025-04-09 13:50+0200\n"
"PO-Revision-Date: 2025-03-04 14:41+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/da/>\n"
@@ -3337,6 +3337,15 @@ msgctxt ""
msgid "List of Methods in the Basic Service"
msgstr "Liste over metoder i tjenesten Basic"
#. z7PPA
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"par_id891743424581473\n"
"help.text"
msgid "Python alternatives exist for methods marked with <emph>(*)</emph>."
msgstr ""
#. GvjSD
#: sf_basic.xhp
msgctxt ""
@@ -3436,6 +3445,33 @@ msgctxt ""
msgid "A system path file name."
msgstr "Et systemsti-filnavn."
#. dwoXY
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"par_id51743414232819\n"
"help.text"
msgid "<link href=\"text/sbasic/python/python_programming.xhp\">uno module</link> fileUrlToSystemPath() method returns a system path using an identical syntax."
msgstr ""
#. ndMtg
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"pyc_id731743414363054\n"
"help.text"
msgid "import uno"
msgstr ""
#. FyLiF
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"pyc_id541743414376664\n"
"help.text"
msgid "filename = uno.fileUrlToSystemPath( \"file:///C:/Program%20Files%20(x86)/LibreOffice/News.txt\" )"
msgstr ""
#. 7YMKT
#: sf_basic.xhp
msgctxt ""
@@ -3463,6 +3499,33 @@ msgctxt ""
msgid "A <literal>file:</literal> URL as a string."
msgstr "A <literal>file:</literal> URL som en streng."
#. 8mZ6G
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"par_id51744524232819\n"
"help.text"
msgid "<link href=\"text/sbasic/python/python_programming.xhp\">uno module</link> systemPathToFileUrl() method returns a file URL for the given system path."
msgstr ""
#. wDNUn
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"pyc_id742843414363054\n"
"help.text"
msgid "from uno import systemPathToFileUrl as ConvertToUrl"
msgstr ""
#. yQ5Lq
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"pyc_id552843414376664\n"
"help.text"
msgid "filename = ConvertToUrl( 'C:\\Program Files(x86)\\LibreOffice\\News.txt' )"
msgstr ""
#. kyZyo
#: sf_basic.xhp
msgctxt ""
@@ -3499,6 +3562,33 @@ msgctxt ""
msgid "<emph>unostructure</emph>: A fully qualified structure name such as <literal>com.sun.star.beans.Property</literal> or <literal>com.sun.star.util.DateTime</literal>."
msgstr "<emph>unostructure</emph>: Et fuldt kvalificeret strukturnavn som <literal>com.sun.star.beans.Property</literal> eller <literal>com.sun.star.util.DateTime</literal>."
#. zDyBD
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"par_id51743424332819\n"
"help.text"
msgid "<link href=\"text/sbasic/python/python_programming.xhp\">uno module</link> createUnoStruct() method creates an instance of a Uno structure type."
msgstr ""
#. KwRUT
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"pyc_id731754514363054\n"
"help.text"
msgid "import uno"
msgstr ""
#. dKYqK
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"pyc_id541754514376664\n"
"help.text"
msgid "p = uno.createUnoStruct( 'com.sun.star.beans.Property' )"
msgstr ""
#. rZoCx
#: sf_basic.xhp
msgctxt ""
@@ -20620,14 +20710,14 @@ msgctxt ""
msgid "<emph>filename</emph>: A string representing the file to be tested."
msgstr "<emph>filnavn</emph>: En streng, der repræsenterer den fil, der skal testes."
#. ChDCL
#. Cpp7b
#: sf_filesystem.xhp
msgctxt ""
"sf_filesystem.xhp\n"
"par_id11158394432779\n"
"help.text"
msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
msgstr "Returnerer en nul-baseret matrix af filer, der er gemt i en given mappe. Hver element i matrixen er en streng, der indeholder den fulde sti og filnavnet."
msgid "Returns a zero-based array (BASIC) or tuple (Python) of the files stored in a given folder. Each entry in the array or tuple is a string containing the full path and file name."
msgstr ""
#. JVjE3
#: sf_filesystem.xhp
@@ -27511,6 +27601,15 @@ msgctxt ""
msgid "Returns a <literal>ScriptForge.Dictionary</literal> instance containing key-value pairs in relation with <emph>Tools - Options - User Data</emph> dialog."
msgstr ""
#. p2UcC
#: sf_platform.xhp
msgctxt ""
"sf_platform.xhp\n"
"par_id951743155374013\n"
"help.text"
msgid "Extensive operating system name identification is available from <link href=\"text/scalc/01/04060104.xhp#bm_id3691824\">INFO(\"system\")</link> Calc formula."
msgstr ""
#. FJs9t
#: sf_platform.xhp
msgctxt ""

View File

@@ -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: 2025-03-26 17:21+0100\n"
"POT-Creation-Date: 2025-04-09 13:50+0200\n"
"PO-Revision-Date: 2025-03-04 17:14+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/da/>\n"
@@ -6572,23 +6572,23 @@ msgctxt ""
msgid "On the top right menu (☰), choose <menuitem>New</menuitem>."
msgstr "I menuen øverst til højre (☰), vælg <menuitem>Ny(t)</menuitem>."
#. ZPFVB
#. 6Brnk
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Ikonet Ny(t)</alt></image>"
msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\"><image id=\"img_id3156050\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image></caseinline> <caseinline select=\"IMPRESS\"><image id=\"img_id3156049\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image></caseinline> <caseinline select=\"DRAW\"><image id=\"img_id3156046\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image></caseinline> <caseinline select=\"BASE\"><image id=\"img_id3156045\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image></caseinline> <caseinline select=\"MATH\"><image id=\"img_id3156047\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image></caseinline> <defaultinline><image id=\"img_id3156051\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image></defaultinline> </switchinline>"
msgstr ""
#. FmiQG
#. RcSgK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
msgid "New (the icon shows the type of the new document)."
msgstr "Ny(t) (ikonet viser typen af det nye dokument)."
msgid "New document"
msgstr ""
#. ExUFh
#: 00000401.xhp

View File

@@ -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: 2025-03-05 11:30+0100\n"
"POT-Creation-Date: 2025-04-09 13:50+0200\n"
"PO-Revision-Date: 2025-03-04 20:21+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/da/>\n"
@@ -10573,6 +10573,24 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/legacy_cell_selection_cb\">With the option set, expanding a selection (with <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command </item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline> +<item type=\"keycode\">Shift</item>+<item type=\"keycode\">Down/Up</item>) jumps to the end of the range in the column that was added as last to the initial selection. When the option is not set, expanding a selection (with <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline>+<item type=\"keycode\">Shift </item>+<item type=\"keycode\">Down/Up</item>) jumps to the end of the range in the column where selecting the cell range was started. The same of course applies when extending a selection on rows, with <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline>+<item type=\"keycode\"> Shift</item>+<item type=\"keycode\">Left/Right</item>.</ahelp>"
msgstr "<ahelp hid=\"modules/scalc/ui/scgeneralpage/legacy_cell_selection_cb\">Med indstillingen markeret udvides en markering (med <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Kommando</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline>+<item type=\"keycode\">Skift</item>+<item type=\"keycode\">Op/Ned</item>) med hop til slutningen af det område i kolonnen, som senest blev tilføjet til den oprindelige markering. Når indstillingen ikke er markeret, udvides en markering (med <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Kommando</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline>+<item type=\"keycode\">Skift</item>+<item type=\"keycode\">Op/Ned</item>) med hop til slutningen af det område i kolonnen, hvor markeringen af celleområdet blev startet. Det samme gælder naturligvis, når en markering af rækker udvides med <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Kommando</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline>+<item type=\"keycode\">Skift</item>+<item type=\"keycode\">Venstre/Højre</item>.</ahelp>"
#. VGEyo
#: 01060300.xhp
msgctxt ""
"01060300.xhp\n"
"hd_id811743530238413\n"
"help.text"
msgid "Warn when saving only the active sheet"
msgstr ""
#. Ntajg
#: 01060300.xhp
msgctxt ""
"01060300.xhp\n"
"par_id731743530302360\n"
"help.text"
msgid "Specifies whether a warning box informs when saving was applied to only the active sheet. For example, when saving in CSV format."
msgstr ""
#. Q9amG
#: 01060400.xhp
msgctxt ""

View File

@@ -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: 2025-03-26 17:21+0100\n"
"POT-Creation-Date: 2025-04-09 13:50+0200\n"
"PO-Revision-Date: 2025-03-04 22:42+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/da/>\n"
@@ -16308,6 +16308,78 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/textflowpage/checkAcrossSpread\">Deselect this check box to prevent words from being hyphenated across a spread. (A spread is a set of two pages that are visible to the reader at the same time.) The hyphenated word is moved to the next spread.</ahelp>"
msgstr ""
#. arWMp
#: 05030200.xhp
msgctxt ""
"05030200.xhp\n"
"hd_id3149825\n"
"help.text"
msgid "<variable id=\"paragraph_end_zone_hd\">Paragraph end zone</variable>"
msgstr ""
#. BNA7P
#: 05030200.xhp
msgctxt ""
"05030200.xhp\n"
"par_id3153550\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/textflowpage/spinParagraphEndZone\">To set a hyphenation zone for the last full line of paragraphs, enter its length. If set to 0, the hyphenation zone will be applied as paragraph end zone.</ahelp>"
msgstr ""
#. xHMkf
#: 05030200.xhp
msgctxt ""
"05030200.xhp\n"
"hd_id3149829\n"
"help.text"
msgid "<variable id=\"column_end_zone_hd\">Column end zone</variable>"
msgstr ""
#. BA9MV
#: 05030200.xhp
msgctxt ""
"05030200.xhp\n"
"par_id3153552\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/textflowpage/spinColumnEndZone\">To set a hyphenation zone for the last line of columns, enter its length. The column end zone improves the readability across column or linked text frame. If set to 0, the paragraph end zone will be applied as column end zone.</ahelp>"
msgstr ""
#. yvKF9
#: 05030200.xhp
msgctxt ""
"05030200.xhp\n"
"hd_id3149831\n"
"help.text"
msgid "<variable id=\"page_end_zone_hd\">Page end zone</variable>"
msgstr ""
#. TReUg
#: 05030200.xhp
msgctxt ""
"05030200.xhp\n"
"par_id3153553\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/textflowpage/spinPageEndZone\">To set a hyphenation zone for the last line of pages, enter its length. The page end zone improves the readability across page. If set to 0, the column end zone will be applied as page end zone.</ahelp>"
msgstr ""
#. WvEEk
#: 05030200.xhp
msgctxt ""
"05030200.xhp\n"
"hd_id3149835\n"
"help.text"
msgid "<variable id=\"hyphenation_zone_hd\">Spread end zone</variable>"
msgstr ""
#. 7xGAD
#: 05030200.xhp
msgctxt ""
"05030200.xhp\n"
"par_id3153556\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/textflowpage/spinSpreadEndZone\">To set a hyphenation zone for the last line of spreads, enter its length. The spread end zone improves the readability when turning a page. Selecting a value that is four times the font size will prevent hyphenating 7-8 letter words or shorter. It will also avoid breaking longer words at their first 4-5 letters or earlier. If set to 0, the page end zone will be applied as spread end zone.</ahelp>"
msgstr ""
#. oBeuZ
#: 05030200.xhp
msgctxt ""
@@ -27018,6 +27090,159 @@ msgctxt ""
msgid "Updates items in the current document that have dynamic contents, so as fields and indexes."
msgstr "Opdaterer elementer i det aktuelle dokument, som har dynamisk indhold, såsom felter og indekser."
#. tfuYA
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"tit\n"
"help.text"
msgid "Header or Footer Menu"
msgstr ""
#. ExdKF
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"hd_id231743083733654\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/swriter/01/HeaderFooterWin.xhp\">Header and Footer menu</link></variable>"
msgstr ""
#. 7PKjK
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"par_id711743083733655\n"
"help.text"
msgid "Allows quick access of the header or footer properties and commands of a text document."
msgstr ""
#. nCXaF
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"par_id581743096465779\n"
"help.text"
msgid "All commands are applied to the current page style."
msgstr ""
#. DtvoW
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"par_id571743084578879\n"
"help.text"
msgid "Enable the header or footer of the current page style, hover the mouse over the header or footer and choose a command from the dropdown menu."
msgstr ""
#. sGoGL
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"hd_id811743085049024\n"
"help.text"
msgid "Format Header / Format Footer"
msgstr ""
#. sg4Ws
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"par_id801743085053779\n"
"help.text"
msgid "Opens the <link href=\"text/shared/01/05040300.xhp\">Page Style Header</link> (<link href=\"text/shared/01/05040400.xhp\">Page Style Footer</link>) page dialog for the current page style."
msgstr ""
#. bEqDE
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"hd_id171743085352973\n"
"help.text"
msgid "Border and Background"
msgstr ""
#. R2VfY
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"par_id261743085513681\n"
"help.text"
msgid "Opens the header or footer Border / Background dialog to set border, area and transparency of the header or footer."
msgstr ""
#. pihUH
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"hd_id231743085219240\n"
"help.text"
msgid "Delete Header / Delete Footer"
msgstr ""
#. 54ZHm
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"par_id991743085214976\n"
"help.text"
msgid "Deletes the Header (Footer) of the current page style."
msgstr ""
#. ZZehB
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"hd_id201743085649557\n"
"help.text"
msgid "Insert Page Number"
msgstr ""
#. hpZGg
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"par_id401743085704461\n"
"help.text"
msgid "Inserts the page number. The page number format is defined in the page style."
msgstr ""
#. hBTin
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"hd_id531743085747963\n"
"help.text"
msgid "Insert Page Count"
msgstr ""
#. EFcyS
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"par_id201743085885898\n"
"help.text"
msgid "Inserts the page count of the current document."
msgstr ""
#. xzACd
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"hd_id271743085855665\n"
"help.text"
msgid "Insert Page Count in Range"
msgstr ""
#. zbCER
#: HeaderFooterWin.xhp
msgctxt ""
"HeaderFooterWin.xhp\n"
"par_id311743085878601\n"
"help.text"
msgid "Inserts the page count in the page numbering range."
msgstr ""
#. PDPrT
#: HeadingRowsRepeat.xhp
msgctxt ""