diff options
Diffstat (limited to 'source/sv/helpcontent2')
-rw-r--r-- | source/sv/helpcontent2/source/text/sbasic/shared/03.po | 541 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/scalc.po | 83 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/scalc/01.po | 33 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/sdraw.po | 56 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/shared.po | 65 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/shared/00.po | 342 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/shared/01.po | 102 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/shared/guide.po | 6 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/simpress.po | 56 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/simpress/00.po | 47 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/simpress/01.po | 38 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/swriter.po | 119 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/swriter/00.po | 137 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/swriter/01.po | 71 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/swriter/guide.po | 19 |
15 files changed, 799 insertions, 916 deletions
diff --git a/source/sv/helpcontent2/source/text/sbasic/shared/03.po b/source/sv/helpcontent2/source/text/sbasic/shared/03.po index 51e61a2ea1e..aa81ea1d045 100644 --- a/source/sv/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/sv/helpcontent2/source/text/sbasic/shared/03.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: 2023-09-12 14:57+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2018-07-12 14:36+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -10672,13 +10672,13 @@ msgctxt "" msgid "<variable id=\"dlg_h1\"><link href=\"text/sbasic/shared/03/sf_dialog.xhp\"><literal>SFDialogs</literal>.<literal>Dialog</literal> service</link></variable>" msgstr "" -#. LSng5 +#. tvCua #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id931583589764919\n" "help.text" -msgid "The <literal>Dialog</literal> service contributes to the management of dialogs created with the Basic <link href=\"text/sbasic/guide/create_dialog.xhp\">Dialog Editor</link>. Each instance of the current class represents a single dialog box displayed to the user." +msgid "The <literal>Dialog</literal> service contributes to the management of dialogs created with the Basic <link href=\"text/sbasic/guide/create_dialog.xhp\">Dialog Editor</link> or dialogs created on-the-fly. Each instance of the current class represents a single dialog box displayed to the user." msgstr "" #. vxEvV @@ -10870,13 +10870,13 @@ msgctxt "" msgid "The dialog service offers methods that create new controls dynamically in an existing dialog predefined with the <link href=\"text/sbasic/guide/create_dialog.html\">Dialog Editor</link>. A dialog is initialized with controls in the Dialog Editor and new controls can be added at run-time before or after the dialog <literal>Execute()</literal> statement." msgstr "" -#. Rdc5q +#. 5PbBk #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id261688459210848\n" "help.text" -msgid "The <literal>Dialog</literal> service can equally be invoked - through the <literal>CreateScriptService</literal> method - when creating dialogs on-the-fly; It requires two supplemental positional arguments:" +msgid "The <literal>Dialog</literal> service can equally be invoked - through the <literal>CreateScriptService</literal> method - when creating dialogs on-the-fly. It requires two supplemental positional arguments after the name of the ad-hoc service \"NewDialog\":" msgstr "" #. B82Et @@ -10888,13 +10888,40 @@ msgctxt "" msgid "<emph>DialogName</emph>: A case-sensitive string designating the dialog." msgstr "" -#. QucaE +#. VEJtV #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" -"par_id291688460281953\n" +"par_id751688460276640\n" "help.text" -msgid "<emph>Library</emph>: The case-sensitive name of the library where to store the dialog. Default value is \"Standard\"." +msgid "<emph>Place</emph>: Window location of the dialog being either :" +msgstr "" + +#. wXa8D +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id421598178080993\n" +"help.text" +msgid "a Basic <link href=\"sbasic/shared/03104200.xhp\">Array</link> or Python tuple with 4 elements: (X, Y, width, height)" +msgstr "" + +#. PnCAR +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id881502858229301\n" +"help.text" +msgid "a com.sun.star.awt.Rectangle [X, Y, Width, Height] object" +msgstr "" + +#. HkCDF +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id241688051453685\n" +"help.text" +msgid "All elements are expressed in <link href=\"text/sbasic/shared/00000002.xhp#AppFontUnits\">Map AppFont units</link>." msgstr "" #. sKdLk @@ -10906,13 +10933,13 @@ msgctxt "" msgid "Or using Python:" msgstr "" -#. vHBvS +#. 7D42J #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "pyc_id981688462077340\n" "help.text" -msgid "dlg = CreateScriptService(\"NewDialog\", \"myDialog1\") # \"Standard\" library is used" +msgid "dlg = CreateScriptService('NewDialog', 'myDialog1', (100,200, 40, 110))" msgstr "" #. wF8Se @@ -11707,13 +11734,13 @@ msgctxt "" msgid "<emph>ControlName</emph> : A valid control name as a case-sensitive string. If absent, the list of control names is returned as a zero-based array." msgstr "" -#. qkyvc +#. YWeDt #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id381591885776500\n" "help.text" -msgid "Create a new control of type Button in the current dialog." +msgid "Create a new control of type <literal>Button</literal> in the current dialog." msgstr "" #. UUuAw @@ -11788,67 +11815,31 @@ msgctxt "" msgid "An instance of <link href=\"text/sbasic/shared/03/sf_dialogcontrol.xhp\"><literal>SFDialogs</literal>.<literal>DialogControl</literal></link> service or <literal>Nothing</literal>." msgstr "" -#. RB88M -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id241688389976612\n" -"help.text" -msgid "Set myButton = oDlg.CreateButton(\"Button1\", Array(20, 20, 60, 15))" -msgstr "" - -#. 4Aydt -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id861688389993653\n" -"help.text" -msgid "myButton = dlg.CreateButton('Button1', (20, 20, 60, 15))" -msgstr "" - -#. goc7H +#. ztBSW #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id991591995776500\n" "help.text" -msgid "Create a new control of type CheckBox in the current dialog." +msgid "Create a new control of type <literal>CheckBox</literal> in the current dialog." msgstr "" -#. pVaTF +#. NFpS6 #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id241688132171052\n" "help.text" -msgid "<emph>MultiLine</emph>: When True (default = False), the caption may be displayed on more than one line." -msgstr "" - -#. tAwLB -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id211688391124091\n" -"help.text" -msgid "Set myCheckBox = oDlg.CreateCheckBox(\"CheckBox1\", Array(20, 20, 60, 15), MultiLine := True)" -msgstr "" - -#. FSe7M -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id711688391128090\n" -"help.text" -msgid "myCheckBox = dlg.CreateCheckBox('CheckBox1', (20, 20, 60, 15), MultiLine = True)" +msgid "<emph>MultiLine</emph>: When <literal>True</literal> (default = <literal>False</literal>), the caption may be displayed on more than one line." msgstr "" -#. GzFFo +#. c7gRE #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id991591885776500\n" "help.text" -msgid "Create a new control of type ComboBox in the current dialog." +msgid "Create a new control of type <literal>ComboBox</literal> in the current dialog." msgstr "" #. EBEZu @@ -11860,13 +11851,13 @@ msgctxt "" msgid "<emph>Border</emph>: \"3D\" (default) or \"FLAT\" or \"NONE\"" msgstr "" -#. GdLkB +#. xAa2y #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id641688132528598\n" "help.text" -msgid "<emph>DropDown</emph>: When True (default), a drop down button is displayed" +msgid "<emph>DropDown</emph>: When <literal>True</literal> (default), a drop down button is displayed" msgstr "" #. tYvPA @@ -11896,13 +11887,13 @@ msgctxt "" msgid "myComboBox = dlg.CreateComboBox('ComboBox1', (20, 20, 60, 15), Dropdown = True)" msgstr "" -#. CW7CF +#. CzvWq #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id991591005776500\n" "help.text" -msgid "Create a new control of type CurrencyField in the current dialog." +msgid "Create a new control of type <literal>CurrencyField</literal> in the current dialog." msgstr "" #. CzJFF @@ -11914,13 +11905,13 @@ msgctxt "" msgid "<emph>Border</emph>: \"3D\" (default) or \"FLAT\" or \"NONE\"" msgstr "" -#. HnJzn +#. 9Y7sF #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id751688132750844\n" "help.text" -msgid "<emph>SpinButton</emph>: when True (default = False), a spin button is present" +msgid "<emph>SpinButton</emph>: when <literal>True</literal> (default = <literal>False</literal>), a spin button is present" msgstr "" #. kCCaS @@ -11959,31 +11950,13 @@ msgctxt "" msgid "<emph>Accuracy</emph>: specifies the decimal accuracy. Default = 2 decimal digits" msgstr "" -#. CdDEE -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id931688391314834\n" -"help.text" -msgid "Set myCurrencyField = oDlg.CreateCurrencyField(\"CurrencyField1\", Array(20, 20, 60, 15), SpinButton := True)" -msgstr "" - -#. JYQZW -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id41688391319204\n" -"help.text" -msgid "myCurrencyField = dlg.CreateCurrencyField('CurrencyField1', (20, 20, 60, 15), SpinButton = True)" -msgstr "" - -#. TP42B +#. WEbJY #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id199598185776500\n" "help.text" -msgid "Create a new control of type DateField in the current dialog." +msgid "Create a new control of type <literal>DateField</literal> in the current dialog." msgstr "" #. WJDCR @@ -11995,13 +11968,13 @@ msgctxt "" msgid "<emph>Border</emph>: \"3D\" (default) or \"FLAT\" or \"NONE\"" msgstr "" -#. TeyCg +#. LiKFk #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id521688133422980\n" "help.text" -msgid "<emph>DropDown</emph>: when True (default = False), a dropdown button is shown" +msgid "<emph>DropDown</emph>: when <literal>True</literal> (default = <literal>False</literal>), a dropdown button is shown" msgstr "" #. cpD54 @@ -12013,40 +11986,22 @@ msgctxt "" msgid "<emph>MinDate</emph>: the smallest date that can be entered in the control. Default = 1900-01-01" msgstr "" -#. E4APT +#. wEzbr #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id221688133424380\n" "help.text" -msgid "<emph>MaxDate</emph>: the largest Date that can be entered in the control. Default = 2200-12-31" -msgstr "" - -#. Ddvtg -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id431688391456485\n" -"help.text" -msgid "Set myDateField = oDlg.CreateDateField(\"DateField1\", Array(20, 20, 60, 15), Dropdown := True)" +msgid "<emph>MaxDate</emph>: the largest date that can be entered in the control. Default = 2200-12-31" msgstr "" -#. yD5iD -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id491688391462954\n" -"help.text" -msgid "myDateField = dlg.CreateDateField('DateField1', (20, 20, 60, 15), Dropdown = True)" -msgstr "" - -#. uJLUS +#. xP5vF #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id199591885776511\n" "help.text" -msgid "Create a new control of type FileControl in the current dialog." +msgid "Create a new control of type <literal>FileControl</literal> in the current dialog." msgstr "" #. Z8TBR @@ -12058,31 +12013,13 @@ msgctxt "" msgid "<emph>Border</emph>: \"3D\" (default) or \"FLAT\" or \"NONE\"" msgstr "" -#. i7pDw -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id741688391752376\n" -"help.text" -msgid "Set myFileControl = oDlg.CreateFileControl(\"FileControl1\", Array(20, 20, 60, 15))" -msgstr "" - -#. GFDZP -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id181688391760784\n" -"help.text" -msgid "myFileControl = dlg.CreateFileControl('FileControl1', (20, 20, 60, 15))" -msgstr "" - -#. uDBpj +#. GB9hB #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id199195885776500\n" "help.text" -msgid "Create a new control of type FixedLine in the current dialog." +msgid "Create a new control of type <literal>FixedLine</literal> in the current dialog." msgstr "" #. FstFf @@ -12094,31 +12031,13 @@ msgctxt "" msgid "<emph>Orientation</emph>: \"H[orizontal]\" or \"V[ertical]\"." msgstr "" -#. FrBtJ -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id301688392274784\n" -"help.text" -msgid "Set myFixedLine = oDlg.CreateFixedLine(\"FixedLine1\", Array(20, 20, 60, 15), Orientation := \"vertical\")" -msgstr "" - -#. 2kKJa -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id491688392278136\n" -"help.text" -msgid "myFixedLine = dlg.CreateFixedLine('FixedLine1', (20, 20, 60, 15), Orientation = 'vertical')" -msgstr "" - -#. SdNPZ +#. fQ7cw #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id199721885776533\n" "help.text" -msgid "Create a new control of type FixedText in the current dialog." +msgid "Create a new control of type <literal>FixedText</literal> in the current dialog." msgstr "" #. qWysV @@ -12130,13 +12049,13 @@ msgctxt "" msgid "<emph>Border</emph>: \"NONE\" (default) or \"FLAT\" or \"3D\"" msgstr "" -#. vzdDb +#. dG4NW #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id311688134819532\n" "help.text" -msgid "<emph>Multiline</emph>: When True (default = False), the caption may be displayed on more than one line" +msgid "<emph>Multiline</emph>: When <literal>True</literal> (default = <literal>False</literal>), the caption may be displayed on more than one line" msgstr "" #. 24XQ9 @@ -12157,31 +12076,13 @@ msgctxt "" msgid "<emph>VerticalAlign</emph>: vertical alignment, \"TOP\" (default) or \"MIDDLE\" or \"BOTTOM\"" msgstr "" -#. byaD6 -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id521688392367919\n" -"help.text" -msgid "Set myFixedText = oDlg.CreateFixedText(\"FixedText1\", Array(20, 20, 60, 15), MultiLine := True)" -msgstr "" - -#. CDXiP -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id971688392372871\n" -"help.text" -msgid "myFixedText = dlg.CreateFixedText('FixedText1', (20, 20, 60, 15), MultiLine = True)" -msgstr "" - -#. uwXZE +#. BFyLA #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id199591885776500\n" "help.text" -msgid "Create a new control of type FormattedField in the current dialog." +msgid "Create a new control of type <literal>FormattedField</literal> in the current dialog." msgstr "" #. Egi57 @@ -12193,13 +12094,13 @@ msgctxt "" msgid "<emph>Border</emph>: \"3D\" (default) or \"FLAT\" or \"NONE\"" msgstr "" -#. fBb4e +#. yEPP4 #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id691688135184764\n" "help.text" -msgid "<emph>SpinButton</emph>: when True (default = False), a spin button is present" +msgid "<emph>SpinButton</emph>: when <literal>True</literal> (default = <literal>False</literal>), a spin button is present" msgstr "" #. gGMo2 @@ -12220,58 +12121,22 @@ msgctxt "" msgid "<emph>MaxValue</emph>: the largest value that can be entered in the control. Default = +1000000" msgstr "" -#. YpxN5 -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id211688392640319\n" -"help.text" -msgid "Set myFormattedField = oDlg.CreateFormattedField(\"FormattedField1\", Array(20, 20, 60, 15), SpinButton := True)" -msgstr "" - -#. 5h4ou -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id481688392650918\n" -"help.text" -msgid "myFormattedField = dlg.CreateFormattedField('FormattedField1', (20, 20, 60, 15), SpinButton = True)" -msgstr "" - -#. i7sEM +#. fnPFv #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id100691885776500\n" "help.text" -msgid "Create a new control of type GroupBox in the current dialog." +msgid "Create a new control of type <literal>GroupBox</literal> in the current dialog." msgstr "" -#. 3LLk5 -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id1001688392702670\n" -"help.text" -msgid "Set myGroupBox = oDlg.CreateGroupBox(\"GroupBox1\", Array(20, 20, 60, 15))" -msgstr "" - -#. Hjrdi -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id941688392712142\n" -"help.text" -msgid "myGroupBox = dlg.CreateGroupBox('GroupBox1', (20, 20, 60, 15))" -msgstr "" - -#. eCPow +#. mSbuC #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id101701885776500\n" "help.text" -msgid "Create a new control of type Hyperlink in the current dialog." +msgid "Create a new control of type <literal>Hyperlink</literal> in the current dialog." msgstr "" #. ZLjCH @@ -12283,13 +12148,13 @@ msgctxt "" msgid "<emph>Border</emph>: \"NONE\" (default) or \"FLAT\" or \"3D\"" msgstr "" -#. jKDEF +#. kibrW #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id241688542076988\n" "help.text" -msgid "<emph>MultiLine</emph>: When True (default = False), the caption may be displayed on more than one line" +msgid "<emph>MultiLine</emph>: When <literal>True</literal> (default = <literal>False</literal>), the caption may be displayed on more than one line" msgstr "" #. oBCY5 @@ -12310,31 +12175,13 @@ msgctxt "" msgid "<emph>VerticalAlign</emph>: vertical alignment, \"TOP\" (default) or \"MIDDLE\" or \"BOTTOM\"" msgstr "" -#. jGgKr -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id1012788392702670\n" -"help.text" -msgid "Set myHyperlink = oDlg.CreateHyperlink(\"Hyperlink1\", Array(20, 20, 60, 15), MultiLine := True)" -msgstr "" - -#. b29ot -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id941688470312142\n" -"help.text" -msgid "myHyperlink = dlg.CreateHyperlink('Hyperlink1', (20, 20, 60, 15), MultiLine = True)" -msgstr "" - -#. GVE4D +#. RSnLh #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id199591885776504\n" "help.text" -msgid "Create a new control of type ImageControl in the current dialog." +msgid "Create a new control of type <literal>ImageControl</literal> in the current dialog." msgstr "" #. oYoCP @@ -12355,31 +12202,13 @@ msgctxt "" msgid "<emph>Scale</emph>: One of next values: \"FITTOSIZE\" (default), \"KEEPRATIO\" or \"NO\"" msgstr "" -#. JHzUz -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id911688392874655\n" -"help.text" -msgid "Set myImageControl = oDlg.CreateImageControl(\"ImageControl1\", Array(20, 20, 60, 15))" -msgstr "" - -#. Ayx3d -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id271688392883751\n" -"help.text" -msgid "myImageControl = dlg.CreateImageControl('ImageControl1\", (20, 20, 60, 15))" -msgstr "" - -#. fXxUk +#. qBHYH #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id199591885776506\n" "help.text" -msgid "Create a new control of type ListBox in the current dialog." +msgid "Create a new control of type <literal>ListBox</literal> in the current dialog." msgstr "" #. EJiPj @@ -12391,13 +12220,13 @@ msgctxt "" msgid "<emph>Border</emph>: \"3D\" (default) or \"FLAT\" or \"NONE\"" msgstr "" -#. PZ4LB +#. FQ6Eh #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id11688135550412\n" "help.text" -msgid "<emph>DropDown</emph>: When True (default), a drop down button is displayed" +msgid "<emph>DropDown</emph>: When <literal>True</literal> (default), a drop down button is displayed" msgstr "" #. GJVah @@ -12409,40 +12238,22 @@ msgctxt "" msgid "<emph>LineCount</emph>: Specifies the maximum line count displayed in the drop down (default = 5)" msgstr "" -#. HPNpE +#. C3VzG #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id661688135552802\n" "help.text" -msgid "<emph>MultiSelect</emph>: When True, more than 1 entry may be selected. Default = False" -msgstr "" - -#. 8iFoG -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id771688392940502\n" -"help.text" -msgid "Set myListBox = oDlg.CreateListBox(\"ListBox1\", Array(20, 20, 60, 15), Dropdown := True, MultiSelect := True)" -msgstr "" - -#. Me33n -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id921688392950230\n" -"help.text" -msgid "myListBox = dlg.CreateListBox('ListBox1', (20, 20, 60, 15), Dropdown = True, MultiSelect = True)" +msgid "<emph>MultiSelect</emph>: When <literal>True</literal>, more than 1 entry may be selected. Default = <literal>False</literal>" msgstr "" -#. Zowb3 +#. 2td5s #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id199591885776510\n" "help.text" -msgid "Create a new control of type NumericField in the current dialog." +msgid "Create a new control of type <literal>NumericField</literal> in the current dialog." msgstr "" #. zzVVQ @@ -12454,13 +12265,13 @@ msgctxt "" msgid "<emph>Border</emph>: \"3D\" (default) or \"FLAT\" or \"NONE\"" msgstr "" -#. uZyEN +#. TMyYy #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id781688135886499\n" "help.text" -msgid "<emph>SpinButton</emph>: when True (default = False), a spin button is present" +msgid "<emph>SpinButton</emph>: when <literal>True</literal> (default = <literal>False</literal>), a spin button is present" msgstr "" #. XbJfV @@ -12499,31 +12310,13 @@ msgctxt "" msgid "<emph>Accuracy</emph>: specifies the decimal accuracy. Default = 2 decimal digits" msgstr "" -#. KpDyW -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id1001688393400045\n" -"help.text" -msgid "Set myNumericField = oDlg.CreateNumericField(\"NumericField1\", Array(20, 20, 60, 15), SpinButton := True)" -msgstr "" - -#. AATC9 -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id951688393408429\n" -"help.text" -msgid "myNumericField = dlg.CreateNumericField('NumericField1', (20, 20, 60, 15), SpinButton = True)" -msgstr "" - -#. Movj2 +#. XDRog #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id200591996776500\n" "help.text" -msgid "Create a new control of type PatternField in the current dialog." +msgid "Create a new control of type <literal>PatternField</literal> in the current dialog." msgstr "" #. hHGWt @@ -12553,31 +12346,13 @@ msgctxt "" msgid "<emph>LiteralMask</emph>: contains the initial values that are displayed in the pattern field" msgstr "" -#. gFGyA -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id1001688393462780\n" -"help.text" -msgid "Set myPatternField = oDlg.CreatePatternField(\"PatternField1\", Array(20, 20, 60, 15), EditMask := \"NNLNNLLLLL\", LiteralMask := \"__.__.2002\")" -msgstr "" - -#. VVGBT -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id231688393481925\n" -"help.text" -msgid "myPatternField = dlg.CreatePatternField('PatternField1', (20, 20, 60, 15), EditMask = 'NNLNNLLLLL', LiteralMask = '__.__.2002')" -msgstr "" - -#. APQmw +#. amC4c #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id311591885776500\n" "help.text" -msgid "Create a new control of type ProgressBar in the current dialog." +msgid "Create a new control of type <literal>ProgressBar</literal> in the current dialog." msgstr "" #. 4BBzC @@ -12607,40 +12382,22 @@ msgctxt "" msgid "<emph>MaxValue</emph>: the largest value that can be entered in the control. Default = 100" msgstr "" -#. vUT2B -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id361688393568688\n" -"help.text" -msgid "Set myProgressBar = oDlg.CreateProgressBar(\"ProgressBar1\", Array(20, 20, 60, 15), MaxValue := 1000)" -msgstr "" - -#. i82Pi -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id971688393576061\n" -"help.text" -msgid "myProgressBar = dlg.CreateProgressBar('ProgressBar1', (20, 20, 60, 15), MaxValue = 1000)" -msgstr "" - -#. X8cwi +#. orPfn #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id200502985776500\n" "help.text" -msgid "Create a new control of type RadioButton in the current dialog." +msgid "Create a new control of type <literal>RadioButton</literal> in the current dialog." msgstr "" -#. G7VYd +#. NFUPV #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id211688136829297\n" "help.text" -msgid "<emph>MultiLine</emph>: When True (default = False), the caption may be displayed on more than one line" +msgid "<emph>MultiLine</emph>: When <literal>True</literal> (default = <literal>False</literal>), the caption may be displayed on more than one line" msgstr "" #. uXqbU @@ -12661,13 +12418,13 @@ msgctxt "" msgid "myRadioButton = dlg.CreateRadioButton('RadioButton1', (20, 20, 60, 15), MultiLine = True)" msgstr "" -#. sJGgM +#. FXgot #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id200591886886500\n" "help.text" -msgid "Create a new control of type ScrollBar in the current dialog." +msgid "Create a new control of type <literal>ScrollBar</literal> in the current dialog." msgstr "" #. eqt7D @@ -12706,31 +12463,13 @@ msgctxt "" msgid "<emph>MaxValue</emph>: the largest value that can be entered in the control. Default = 100" msgstr "" -#. qRFL3 -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id881688393719078\n" -"help.text" -msgid "Set myScrollBar = oDlg.CreateScrollBar(\"ScrollBar1\", Array(20, 20, 60, 15), MaxValue := 1000)" -msgstr "" - -#. oEcHD -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id551688393726542\n" -"help.text" -msgid "myScrollBar = dialog.CreateScrollBar('ScrollBar1', (20, 20, 60, 15), MaxValue = 1000)" -msgstr "" - -#. WMACC +#. PfwHb #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id200502985776722\n" "help.text" -msgid "Create a new control of type TableControl in the current dialog." +msgid "Create a new control of type <literal>TableControl</literal> in the current dialog." msgstr "" #. iFFvS @@ -12742,22 +12481,22 @@ msgctxt "" msgid "<emph>Border</emph>: \"3D\" (default) or \"FLAT\" or \"NONE\"" msgstr "" -#. aR6Ak +#. gjYXC #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id351688393983486\n" "help.text" -msgid "<emph>RowHeaders</emph>: when True (default), the row Headers are shown" +msgid "<emph>RowHeaders</emph>: when <literal>True</literal> (default), the row Headers are shown" msgstr "" -#. 4ti6y +#. mB59k #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id941688393983846\n" "help.text" -msgid "<emph>ColumnHeaders</emph>: when True (default), the column Headers are shown" +msgid "<emph>ColumnHeaders</emph>: when <literal>True</literal> (default), the column Headers are shown" msgstr "" #. 7CcWA @@ -12769,40 +12508,22 @@ msgctxt "" msgid "<emph>ScrollBars</emph>: H[orizontal] or V[ertical] or B[oth] or N[one] (default). Scrollbars appear dynamically when they are needed." msgstr "" -#. WzrfY +#. SjB3M #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id741688393984702\n" "help.text" -msgid "<emph>GridLines</emph>: when True (default = False) horizontal and vertical lines are painted between the grid cells" -msgstr "" - -#. HFGE2 -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id901688393903227\n" -"help.text" -msgid "Set myTableControl = oDlg.CreateTableControl(\"TableControl1\", Array(20, 20, 60, 15), ScrollBars := \"B\")" -msgstr "" - -#. uQgSs -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id201688393912277\n" -"help.text" -msgid "myTableControl = dlg.CreateTableControl('TableControl1', (20, 20, 60, 15), ScrollBars = 'B')" +msgid "<emph>GridLines</emph>: when <literal>True</literal> (default = <literal>False</literal>) horizontal and vertical lines are painted between the grid cells" msgstr "" -#. rWc7n +#. Afff6 #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id200591895776500\n" "help.text" -msgid "Create a new control of type TextField in the current dialog." +msgid "Create a new control of type <literal>TextField</literal> in the current dialog." msgstr "" #. VeTxt @@ -12814,13 +12535,13 @@ msgctxt "" msgid "<emph>Border</emph>: \"3D\" (default) or \"FLAT\" or \"NONE\"" msgstr "" -#. BiVFx +#. g2ZgE #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id341688394635645\n" "help.text" -msgid "<emph>MultiLine</emph>: When True (default = False), the caption may be displayed on more than one line" +msgid "<emph>MultiLine</emph>: When <literal>True</literal> (default = <literal>False</literal>), the caption may be displayed on more than one line" msgstr "" #. BVC62 @@ -12841,31 +12562,13 @@ msgctxt "" msgid "<emph>PasswordCharacter</emph>: a single character specifying the echo for a password text field (default = \"\")" msgstr "" -#. o5AYA -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id171688394748227\n" -"help.text" -msgid "Set myTextField = oDlg.CreateTextField(\"TextField1\", Array(20, 20, 120, 50), MultiLine := True)" -msgstr "" - -#. bdP85 -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id651688394757252\n" -"help.text" -msgid "myTextField = dlg.CreateTextField('TextField1', (20, 20, 120, 50), MultiLine = True)" -msgstr "" - -#. QdBXd +#. eFECE #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id200591895776611\n" "help.text" -msgid "Create a new control of type TimeField in the current dialog." +msgid "Create a new control of type <literal>TimeField</literal> in the current dialog." msgstr "" #. ADdEz @@ -12895,31 +12598,13 @@ msgctxt "" msgid "<emph>MaxTime</emph>: the largest time that can be entered in the control. Default = 24h" msgstr "" -#. YYn8U -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"bas_id341688394893210\n" -"help.text" -msgid "Set myTimeField = oDlg.CreateTimeField(\"TimeField1\", Array(20, 20, 60, 15))" -msgstr "" - -#. esoAA -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"pyc_id31688394900314\n" -"help.text" -msgid "myTimeField = dlog.CreateTimeField('TimeField1', (20, 20, 60, 15))" -msgstr "" - -#. Dm3pE +#. CcyYS #: sf_dialog.xhp msgctxt "" "sf_dialog.xhp\n" "par_id200692885776500\n" "help.text" -msgid "Create a new control of type TreeControl in the current dialog." +msgid "Create a new control of type <literal>TreeControl</literal> in the current dialog." msgstr "" #. KBrUN diff --git a/source/sv/helpcontent2/source/text/scalc.po b/source/sv/helpcontent2/source/text/scalc.po index 0fc715829b6..eab5d3bb720 100644 --- a/source/sv/helpcontent2/source/text/scalc.po +++ b/source/sv/helpcontent2/source/text/scalc.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2023-09-12 14:57+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2018-11-19 11:48+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -511,87 +511,6 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170200.xhp\">Form</link>" msgstr "<link href=\"text/shared/02/01170200.xhp\">Formulär...</link>" -#. r9nLs -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"tit\n" -"help.text" -msgid "Tools" -msgstr "Verktyg" - -#. eCZ2E -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3150769\n" -"help.text" -msgid "<link href=\"text/scalc/main0106.xhp\">Tools</link>" -msgstr "<link href=\"text/scalc/main0106.xhp\">Verktyg</link>" - -#. NwgnB -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"par_id3150440\n" -"help.text" -msgid "<ahelp hid=\".\">The <emph>Tools</emph> menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>" -msgstr "" - -#. NkvRH -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"par_id3152576\n" -"help.text" -msgid "You can also create and assign macros and configure the look and feel of toolbars, menus, keyboard, and set the default options for $[officename] applications." -msgstr "Du kan också skapa och tilldela makron och konfigurera tangentbord, utseende på verktygslister och menyer, samt ange standardalternativ för $[officename]-program." - -#. CVDY6 -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3154015\n" -"help.text" -msgid "<link href=\"text/shared/01/06040000.xhp\">AutoCorrect Options</link>" -msgstr "<link href=\"text/shared/01/06040000.xhp\">Alternativ för autokorrigering</link>" - -#. aMGUB -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3148488\n" -"help.text" -msgid "<link href=\"text/shared/01/02220000.xhp\">ImageMap</link>" -msgstr "" - -#. XZgEZ -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3149122\n" -"help.text" -msgid "<link href=\"text/scalc/01/06040000.xhp\">Goal Seek</link>" -msgstr "<link href=\"text/scalc/01/06040000.xhp\">Målvärdessökning</link>" - -#. xGGAp -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3155768\n" -"help.text" -msgid "<link href=\"text/scalc/01/06050000.xhp\">Scenarios</link>" -msgstr "<link href=\"text/scalc/01/06050000.xhp\">Scenarion...</link>" - -#. BoBWg -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3150086\n" -"help.text" -msgid "<link href=\"text/shared/01/06140000.xhp\">Customize</link>" -msgstr "<link href=\"text/shared/01/06140000.xhp\">Anpassa</link>" - #. KRfJh #: main0107.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/scalc/01.po b/source/sv/helpcontent2/source/text/scalc/01.po index 6d5c90c8539..76ec76d4bb7 100644 --- a/source/sv/helpcontent2/source/text/scalc/01.po +++ b/source/sv/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: 2023-09-22 21:41+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2022-07-15 17:19+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/sv/>\n" @@ -46969,14 +46969,14 @@ msgctxt "" msgid "Goal Seek" msgstr "Målsökning" -#. Zg3DC +#. dF9hr #: 06040000.xhp msgctxt "" "06040000.xhp\n" "hd_id3155629\n" "help.text" -msgid "Goal Seek" -msgstr "Målsökning" +msgid "<variable id=\"h1\"><link href=\"text/scalc/01/06040000.xhp\">Goal Seek</link></variable>" +msgstr "" #. YJAAa #: 06040000.xhp @@ -47068,14 +47068,14 @@ msgctxt "" msgid "Create Scenario" msgstr "Skapa scenarier" -#. tGY5M +#. iEiG2 #: 06050000.xhp msgctxt "" "06050000.xhp\n" "hd_id3156023\n" "help.text" -msgid "Create Scenario" -msgstr "Skapa scenarier" +msgid "<variable id=\"h1\"><link href=\"text/scalc/01/06050000.xhp\">Scenarios</link></variable>" +msgstr "" #. oYHUF #: 06050000.xhp @@ -47293,22 +47293,31 @@ msgctxt "" msgid "Protecting document" msgstr "Skydda dokument" -#. aMgYB +#. tbqyE #: 06060200.xhp msgctxt "" "06060200.xhp\n" "hd_id3150541\n" "help.text" -msgid "Protecting document" -msgstr "Skydda dokument" +msgid "<variable id=\"h1\"><link href=\"text/scalc/01/06060200.xhp#protect spreadsheet structure\">Protect Spreadsheet Structure</link></variable>" +msgstr "" -#. KfLo4 +#. guss3 #: 06060200.xhp msgctxt "" "06060200.xhp\n" "par_id3145172\n" "help.text" -msgid "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Protects the sheet structure of your document from modifications. It is impossible to insert, delete, rename, move or copy sheets.</ahelp></variable> Open the <emph>Protect spreadsheet structure</emph> dialog with <emph>Tools - Protect Spreadsheet Structure</emph>. Optionally enter a password and click OK." +msgid "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Protects the sheet structure of your document from modifications. It is impossible to insert, delete, rename, move or copy sheets.</ahelp></variable>" +msgstr "" + +#. GZkqr +#: 06060200.xhp +msgctxt "" +"06060200.xhp\n" +"par_id981695937865582\n" +"help.text" +msgid "Optionally enter a password and click OK." msgstr "" #. apWXt diff --git a/source/sv/helpcontent2/source/text/sdraw.po b/source/sv/helpcontent2/source/text/sdraw.po index 47c5597b8a3..2d69f4a7c5a 100644 --- a/source/sv/helpcontent2/source/text/sdraw.po +++ b/source/sv/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: 2023-06-23 13:37+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2018-11-19 11:50+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1068,57 +1068,3 @@ msgctxt "" "help.text" msgid "<variable id=\"shapevar\"><ahelp hid=\".\">This menu provides shape objects management.</ahelp></variable>" msgstr "" - -#. rCA2e -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"tit\n" -"help.text" -msgid "Tools" -msgstr "" - -#. ds2D7 -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"hd_id3159155\n" -"help.text" -msgid "<link href=\"text/sdraw/main_tools.xhp\">Tools</link>" -msgstr "" - -#. RVeBo -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"par_id3156443\n" -"help.text" -msgid "This menu provides tools for $[officename] Draw as well as access to language and system settings." -msgstr "" - -#. Bk7Nc -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"hd_id3148699\n" -"help.text" -msgid "<link href=\"text/shared/01/02220000.xhp\">ImageMap</link>" -msgstr "" - -#. b6Af6 -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"hd_id3153415\n" -"help.text" -msgid "<link href=\"text/shared/01/06040000.xhp\">AutoCorrect Options</link>" -msgstr "" - -#. Emwys -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"hd_id3150044\n" -"help.text" -msgid "<link href=\"text/shared/01/06140000.xhp\">Customize</link>" -msgstr "" diff --git a/source/sv/helpcontent2/source/text/shared.po b/source/sv/helpcontent2/source/text/shared.po index 7e8a8295e65..d40ced07b60 100644 --- a/source/sv/helpcontent2/source/text/shared.po +++ b/source/sv/helpcontent2/source/text/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2023-09-28 12:40+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2018-11-20 18:06+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2275,6 +2275,69 @@ msgctxt "" msgid "This section provides information on the subject of the Internet. An <link href=\"text/shared/00/00000002.xhp\">Internet glossary</link> explains the most important terms." msgstr "Det här avsnittet innehåller information om Internet. En <link href=\"text/shared/00/00000002.xhp\">Internet-ordlista</link> förklarar de viktigaste begreppen." +#. 4YhEH +#: main_tools.xhp +msgctxt "" +"main_tools.xhp\n" +"tit\n" +"help.text" +msgid "Main Tools Menu" +msgstr "" + +#. 7jd7X +#: main_tools.xhp +msgctxt "" +"main_tools.xhp\n" +"hd_id931695907853611\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/shared/main_tools.xhp\">Tools</link></variable>" +msgstr "" + +#. 9Gkzv +#: main_tools.xhp +msgctxt "" +"main_tools.xhp\n" +"par_id3147258\n" +"help.text" +msgid "<ahelp hid=\".\">Contains spelling tools, redact options, mail merge wizard, macros, development tools, extension manager, as well as tools for configuring and customizing menus, and setting program preferences.</ahelp>" +msgstr "" + +#. Cqcd2 +#: main_tools.xhp +msgctxt "" +"main_tools.xhp\n" +"par_id3150440\n" +"help.text" +msgid "<ahelp hid=\".\">The <emph>Tools</emph> menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios, as well as tools for configuring menus, and setting program preferences.</ahelp>" +msgstr "" + +#. 8RKCG +#: main_tools.xhp +msgctxt "" +"main_tools.xhp\n" +"par_id3155064\n" +"help.text" +msgid "<ahelp hid=\".\">Contains spelling tools, media player, color replacer, presentation minimizer and tools for configuring menus, and setting program preferences.</ahelp>" +msgstr "" + +#. RVeBo +#: main_tools.xhp +msgctxt "" +"main_tools.xhp\n" +"par_id3156443\n" +"help.text" +msgid "This menu provides tools for $[officename] Draw as well as access to language and system settings." +msgstr "" + +#. iRaXX +#: main_tools.xhp +msgctxt "" +"main_tools.xhp\n" +"par_id31695910499529\n" +"help.text" +msgid "Choose <menuitem>Tools</menuitem>." +msgstr "" + #. vLYDy #: mediaplay_toolbar.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/shared/00.po b/source/sv/helpcontent2/source/text/shared/00.po index 5e7a7fbe559..f02cbb39d18 100644 --- a/source/sv/helpcontent2/source/text/shared/00.po +++ b/source/sv/helpcontent2/source/text/shared/00.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: 2023-09-28 12:40+0200\n" -"PO-Revision-Date: 2023-09-27 19:05+0000\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" +"PO-Revision-Date: 2023-10-02 10:00+0000\n" "Last-Translator: Leif-Jöran Olsson <info@friprogramvarusyndikatet.se>\n" "Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/sv/>\n" "Language: sv\n" @@ -518,7 +518,7 @@ msgctxt "" "par_id3149651\n" "help.text" msgid "<ahelp hid=\".\">Resets changes made to the current tab to those applicable when this dialog was opened. A confirmation query does not appear when you close the dialog.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Återställer ändringar i den nuvarande fliken till hur det var när dialogrutan öppnades. Du får ingen bekräftelse när du stänger dialogrutan.</ahelp>" #. DUgD9 #: 00000001.xhp @@ -536,7 +536,7 @@ msgctxt "" "par_id3154153\n" "help.text" msgid "<ahelp hid=\".\">Resets the values visible in the dialog back to the default installation values.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Återställer värdena i dialogrutan till hur de är vid en nyinstallation.</ahelp>" #. gbTdA #: 00000001.xhp @@ -563,7 +563,7 @@ msgctxt "" "par_id651616711045219\n" "help.text" msgid "Closes dialog and discards changes on all tabs. If <emph>Apply</emph> was used, then changes after the last use of Apply are discarded." -msgstr "" +msgstr "Stänger dialogrutan och förkastar alla ändringar i alla flikar. Om <emph>Tillämpa</emph> använts gäller det endast ändringarna efter att det senast gjordes." #. wFkFQ #: 00000001.xhp @@ -581,7 +581,7 @@ msgctxt "" "par_id691616710270371\n" "help.text" msgid "Resets modified values on the current tab back to the values when the dialog was opened. If <emph>Apply</emph> is used before closing the dialog, then values are reset to those after the last use of Apply." -msgstr "" +msgstr "Återställer värdena i aktuell flik till hur de var när dialogrutan öppnades. Om <emph>Tillämpa</emph> använts innan dialogrutan stängs återställs värdena till hur de var när det senast gjordes." #. emuSf #: 00000001.xhp @@ -599,7 +599,7 @@ msgctxt "" "par_id691616711586248\n" "help.text" msgid "Applies modifications on all tabs without closing dialog. Cannot be reverted with <emph>Reset</emph>." -msgstr "" +msgstr "Tillämpar alla ändringar utan att dialogrutan stängs. Kan därefter inte återställas med <emph>Återställ</emph> utan det gäller endast ej tillämpade/osparade ändringar." #. A8G37 #: 00000001.xhp @@ -608,7 +608,7 @@ msgctxt "" "hd_id851616061478033\n" "help.text" msgid "Reset to Parent" -msgstr "" +msgstr "Återställ till överordnad" #. WGWyN #: 00000001.xhp @@ -617,7 +617,7 @@ msgctxt "" "par_id581616061494132\n" "help.text" msgid "Values for the current tab are set to those found in the corresponding tab of the style specified in “Inherit from” in Organizer. In all cases, also when “Inherit from” is “- None -”, current tab values specified in “Contains” are removed." -msgstr "" +msgstr "Värden från aktuell flik sätts till de som finns i motsvarande flik angiven under \"Basera på\". Alltid, även när \"Basera på\" är satt till \"- Ingen -\", gäller för värden i \"Innehåller\" att de tas bort." #. 3brfZ #: 00000001.xhp @@ -626,7 +626,7 @@ msgctxt "" "par_id131583023830621\n" "help.text" msgid "This option appears only for Paragraph Style, Character Style, and Frame Style." -msgstr "" +msgstr "Detta alternativ visas endast för stilar för stycken, tecken och ramar." #. wUEEa #: 00000001.xhp @@ -644,7 +644,7 @@ msgctxt "" "par_id3150439\n" "help.text" msgid "<ahelp hid=\".\">View the selections in the dialog made in the previous step. The current settings remain unchanged.</ahelp> This button can only be activated from page two on." -msgstr "" +msgstr "<ahelp hid=\".\">Visa alternativen som valts i dialogrutans föregående steg. De aktuella inställningarna förblir som de är.</ahelp> Knappen kan endast aktiveras från steg två eller senare." #. kaeAg #: 00000001.xhp @@ -653,7 +653,7 @@ msgctxt "" "hd_id3147353\n" "help.text" msgid "Options" -msgstr "" +msgstr "Alternativ" #. tfFLz #: 00000001.xhp @@ -662,7 +662,7 @@ msgctxt "" "par_id3155314\n" "help.text" msgid "<ahelp hid=\".\">Click the <emph>Options</emph> label to expand the dialog to show further options. Click again to restore the dialog.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Klicka på <emph>Alternativ</emph>-etiketten för att visa fler alternativ i dialogrutan. Klicka på den igen för att reducera dialogrutans innehåll.</ahelp>" #. nfGrg #: 00000001.xhp @@ -689,7 +689,7 @@ msgctxt "" "par_id651572973288601\n" "help.text" msgid "When using functions where one or more arguments are search criteria strings that represents a regular expression, the first attempt is to convert the string criteria to numbers. For example, \".0\" will convert to 0.0 and so on. If successful, the match will not be a regular expression match but a numeric match. However, when switching to a locale where the decimal separator is not the dot makes the regular expression conversion work. To force the evaluation of the regular expression instead of a numeric expression, use some expression that can not be misread as numeric, such as \".[0]\" or \".\\0\" or \"(?i).0\"." -msgstr "" +msgstr "Att använda funktioner där ett eller flera argument är sök-kritierier som representerar reguljära uttryck, ger ett första försök att konvertera söksträngen till ett tal. Till exempel, \".0\" konverteras till 0.0 och så vidare. Om det lyckas så gör ett försök att matcha numeriskt istället för strängbaserat. Men om en locale används där decimalskiljetecknet inte är punkt kommer det att evalueras som reguljärt uttryck. För att tvinga en matchning som strängbaserat reguljärt uttryck istället för numeriskt som ett tal kan du använda något som inte kan tolkas som ett tal, till exmpel \".[0]\", \".\\0\" eller \"(?i).0\"." #. bEEp5 #: 00000001.xhp @@ -707,7 +707,7 @@ msgctxt "" "par_id3154145\n" "help.text" msgid "<variable id=\"kontext\">(This command is only accessible through the <link href=\"text/shared/00/00000005.xhp#contextmenu\">context menu</link>).</variable>" -msgstr "" +msgstr "<variable id=\"kontext\">(Kommandot är endast tillgängligt i <link href=\"text/shared/00/00000005.xhp#contextmenu\">kontextmenyn</link>).</variable>" #. JFGU9 #: 00000001.xhp @@ -725,7 +725,7 @@ msgctxt "" "par_id9345377\n" "help.text" msgid "<variable id=\"ShiftF1\">Press <emph>Shift+F1</emph> and point to a control to learn more about that control.</variable>" -msgstr "" +msgstr "<variable id=\"ShiftF1\">Tryck <emph>Shift+F1</emph> och håll muspekaren över en kontrollkomponent för att visa en kort hjälptext för komponenten.</variable>" #. 8xgjL #: 00000001.xhp @@ -734,7 +734,7 @@ msgctxt "" "hd_id631527692833772\n" "help.text" msgid "Options dialog buttons" -msgstr "" +msgstr "Knappar för dialogrutan Alternativ" #. HFqBY #: 00000001.xhp @@ -743,7 +743,7 @@ msgctxt "" "hd_id831527692839432\n" "help.text" msgid "OK" -msgstr "" +msgstr "OK" #. xATmH #: 00000001.xhp @@ -752,7 +752,7 @@ msgctxt "" "par_id471527692844934\n" "help.text" msgid "Save the changes in the page and close the Options dialog." -msgstr "" +msgstr "Spara ändringarna och stäng dialogrutan för Alternativ." #. F5bJx #: 00000001.xhp @@ -761,7 +761,7 @@ msgctxt "" "hd_id261527692850720\n" "help.text" msgid "Cancel" -msgstr "" +msgstr "Avbryt" #. TQG2q #: 00000001.xhp @@ -770,7 +770,7 @@ msgctxt "" "par_id571527692855533\n" "help.text" msgid "Close the Options dialog and discard all changes done." -msgstr "" +msgstr "Stäng dialogrutan för Alternativ och förkasta alla ändringar." #. EFDpM #: 00000001.xhp @@ -779,7 +779,7 @@ msgctxt "" "hd_id321597440555403\n" "help.text" msgid "Apply" -msgstr "" +msgstr "Tillämpa" #. yJtrx #: 00000001.xhp @@ -788,7 +788,7 @@ msgctxt "" "par_id51597440622057\n" "help.text" msgid "Applies the modified or selected values without closing the Options dialog." -msgstr "" +msgstr "Tillämpar de ändrade inställningarna utan att stänga dialogrutan för Alternativ." #. BRStA #: 00000001.xhp @@ -797,7 +797,7 @@ msgctxt "" "par_id261527693436801\n" "help.text" msgid "Some options cannot be reset once edited. Either edit back the changes manually or click <emph>Cancel</emph> and reopen the <emph>Options</emph> dialog." -msgstr "" +msgstr "Vissa alternativ kan inte återställas när de börjat ändras. Ändra isåfall antingen tillbaka manuellt eller klicka på <emph>Avbryt</emph> och öppna <emph>Alternativ</emph>-dialogrutan igen." #. kUnd2 #: 00000002.xhp @@ -815,7 +815,7 @@ msgctxt "" "bm_id3150702\n" "help.text" msgid "<bookmark_value>Internet glossary</bookmark_value> <bookmark_value>common terms;Internet glossary</bookmark_value> <bookmark_value>glossaries;Internet terms</bookmark_value> <bookmark_value>terminology;Internet glossary</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Internet-termer</bookmark_value> <bookmark_value>vanliga termer;internet-termer</bookmark_value> <bookmark_value>termer;internet-termer</bookmark_value> <bookmark_value>terminologi;internet-termer</bookmark_value>" #. wCWZm #: 00000002.xhp @@ -824,7 +824,7 @@ msgctxt "" "hd_id3150702\n" "help.text" msgid "<link href=\"text/shared/00/00000002.xhp\">Glossary of Internet Terms</link>" -msgstr "" +msgstr "<link href=\"text/shared/00/00000002.xhp\">Lista över internet-termer</link>" #. aj3Pk #: 00000002.xhp @@ -833,7 +833,7 @@ msgctxt "" "par_id3155577\n" "help.text" msgid "If you are a newcomer to the Internet, you will be confronted with unfamiliar terms: browser, bookmark, email, homepage, search engine, and many others. To make your first steps easier, this glossary explains some of the more important terminology you may find in the Internet, intranet, mail and news." -msgstr "" +msgstr "Om du är ny på internet så kommer du att stöta på obekanta termer: webbläsare, bokmärken, mejl, hemsidor, sökmotorer, och många fler. För att underlätta de första stegen tar den här gloslistan upp och förklarar några av de viktigaste termerna som du kommer att hitta på internet, intranät, mejl och webbnyheter." #. 3Sv9k #: 00000002.xhp @@ -842,7 +842,7 @@ msgctxt "" "hd_id18082016234439503\n" "help.text" msgid "CMIS" -msgstr "" +msgstr "CMIS" #. jB7Db #: 00000002.xhp @@ -851,7 +851,7 @@ msgctxt "" "par_id180820162344398454\n" "help.text" msgid "The Content Management Interoperability Services (CMIS) standard defines a domain model and Web Services and Restful AtomPub bindings that will enable greater interoperability of Enterprise Content Management (ECM) systems. CMIS uses Web services and Web 2.0 interfaces to enable rich information to be shared across Internet protocols in vendor-neutral formats, among document systems, publishers and repositories, within one enterprise and between companies." -msgstr "" +msgstr "Standarden Content Management Interoperability Services (CMIS) definierar en domänmodell, webbtjänster och AtomPub-bindning som ger större interoperabilitet mellan Enterprise Content Management-system (ECM-systems). CMIS använder webbtjänster och webb-2.0-gränssnitt för att möjliggöra information att delas över internet-protokoll i leverantörsneutrala format för dokumentsystem inom det egna företaget eller mellan olika företag." #. 8uAzf #: 00000002.xhp @@ -860,7 +860,7 @@ msgctxt "" "hd_id151525000078771\n" "help.text" msgid "EPUB" -msgstr "" +msgstr "ePub" #. eMcBf #: 00000002.xhp @@ -869,7 +869,7 @@ msgctxt "" "par_id11525000863861\n" "help.text" msgid "<variable id=\"epubv\">EPUB is standard for electronic book files with the extension <emph>.epub</emph> that can be downloaded and read on devices like smartphones, tablets, computers, or e-readers.</variable>" -msgstr "" +msgstr "<variable id=\"epubv\">ePub är en standard för elektroniska böcker med filnamnsändelsen <emph>.epub</emph> som kan laddas ner och läsas på olika enheter som mobiltelefoner, paddor, datorer eller e-boksläsare.</variable>" #. gF4eu #: 00000002.xhp @@ -878,7 +878,7 @@ msgctxt "" "par_id981525003378764\n" "help.text" msgid "EPUB is a technical standard published now by the <link href=\"https://www.w3.org/publishing/\">Publishing group of W3C</link>. EPUB is a popular format because it is open and is based on HTML." -msgstr "" +msgstr "ePub är en teknisk standard från <link href=\"https://www.w3.org/publishing/\">W3C:s publiceringsgrupp</link>. ePub är ett populärt format då det är öppet och baseras på HTML." #. NoaPc #: 00000002.xhp @@ -887,7 +887,7 @@ msgctxt "" "par_id291525000873676\n" "help.text" msgid "An EPUB publication is delivered as a single file and is an unencrypted zipped archive containing a website. It includes HTML files, images, CSS style sheets, and other assets such as metadata, multimedia and interactivity." -msgstr "" +msgstr "En publikation i ePub-format levereras som en enda arkiv-fil. I den zippade arkiv-filen finns en webbplats som innehåller HTML-filer, bilder, samt CSS-filer och andra resurser, till exempel tillhörande metadata, multimedia-filer och interaktivitetsresurser." #. SZipe #: 00000002.xhp @@ -896,7 +896,7 @@ msgctxt "" "hd_id180820162344393005\n" "help.text" msgid "WebDAV" -msgstr "" +msgstr "WebDAV" #. MFTvM #: 00000002.xhp @@ -914,7 +914,7 @@ msgctxt "" "hd_id3153146\n" "help.text" msgid "Frames" -msgstr "" +msgstr "Ramar" #. XiZyR #: 00000002.xhp @@ -923,7 +923,7 @@ msgctxt "" "par_id3157909\n" "help.text" msgid "Frames are useful for designing the layout of <link href=\"text/shared/00/00000002.xhp#html\">HTML</link> pages. $[officename] uses floating frames into which you can place objects such as graphics, movie files and sound. The context menu of a frame shows the options for restoring or editing frame contents. Some of these commands are also listed in <emph>Edit - Object</emph> when the frame is selected." -msgstr "" +msgstr "Ramar är användbara för att göra layout på <link href=\"text/shared/00/00000002.xhp#html\">HTML</link>-sidor. $[officename] använder flytande ramar där du kan placera objekt som bilder, filmer och ljudklipp. Kontextmenyn för en ram visar alternativ för att återställa eller redigera ram-innehållet. Vissa av kommandona listas också under <emph>Redigera - Objekt</emph> när ramen är vald." #. 3xGWj #: 00000002.xhp @@ -932,7 +932,7 @@ msgctxt "" "hd_id3147077\n" "help.text" msgid "FTP" -msgstr "" +msgstr "FTP" #. fRYUi #: 00000002.xhp @@ -959,7 +959,7 @@ msgctxt "" "hd_id3145609\n" "help.text" msgid "HTML" -msgstr "" +msgstr "HTML" #. iTVXF #: 00000002.xhp @@ -986,7 +986,7 @@ msgctxt "" "par_id3153960\n" "help.text" msgid "There are several references on the Internet providing an introduction to the HTML language." -msgstr "" +msgstr "Det finns gott om introduktionsmaterial för html-kodning på internet." #. RfGCV #: 00000002.xhp @@ -995,7 +995,7 @@ msgctxt "" "hd_id3147423\n" "help.text" msgid "HTTP" -msgstr "" +msgstr "HTTP" #. qfuMp #: 00000002.xhp @@ -1013,7 +1013,7 @@ msgctxt "" "bm_id3149290\n" "help.text" msgid "<bookmark_value>hyperlinks; definition</bookmark_value>" -msgstr "<bookmark_value>Länkar; definition</bookmark_value>" +msgstr "<bookmark_value>Länkar / hyperlänkar; definition</bookmark_value>" #. YzRaD #: 00000002.xhp @@ -1022,7 +1022,7 @@ msgctxt "" "hd_id3149290\n" "help.text" msgid "Hyperlink" -msgstr "" +msgstr "Hyperlänk" #. NobQB #: 00000002.xhp @@ -1040,7 +1040,7 @@ msgctxt "" "par_id3156281\n" "help.text" msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and frames (see the Hyperlink Dialog icon on the Standard bar)." -msgstr "" +msgstr "I $[officename] kan du tilldela hyperlänkar till text, grafik eller ramar (se tHyperlänk-dialogikonen i standardverktygslisten)." #. uYSgv #: 00000002.xhp @@ -1058,7 +1058,7 @@ msgctxt "" "hd_id3152805\n" "help.text" msgid "ImageMap" -msgstr "" +msgstr "Bildkarta" #. NnAbR #: 00000002.xhp @@ -1076,7 +1076,7 @@ msgctxt "" "par_id3153178\n" "help.text" msgid "There are two different types of ImageMaps. A Client Side ImageMap is evaluated on the client computer, which loaded the graphic from the Internet, while a Server Side ImageMap is evaluated on the server computer which provides the <link href=\"text/shared/00/00000002.xhp#html\">HTML</link> page on the Internet. In server evaluation, clicking an ImageMap sends the relative coordinates of the cursor within the image to the server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap." -msgstr "" +msgstr "Det finns två typer av bildkarteformat. Klientsidebildkartor evalueras på klientsidan, din dator, som laddar grafiken från nätet. Serversidebildkartor evalueras på servern som tillhandhåller <link href=\"text/shared/00/00000002.xhp#html\">HTML</link>-sidan. Vid serversideevaluering skickas koordinaterna från klick i bildkartan till servern och utvärderas där innan svara kommer. Vid klientsideevaluering hanteras URL:en om du klickar på en hotspot i bildkartan som en vanlig länk. URL:en visas oftast nedanför muspekaren när du drar den över bildkartan." #. Tk4uc #: 00000002.xhp @@ -1085,7 +1085,7 @@ msgctxt "" "par_id3150740\n" "help.text" msgid "As ImageMaps can be used in different ways, they can be stored in different formats." -msgstr "" +msgstr "En bildkarta kan användas på olika sätt och varar lagrade i olika format." #. EAAkj #: 00000002.xhp @@ -1094,7 +1094,7 @@ msgctxt "" "hd_id3146874\n" "help.text" msgid "ImageMap Formats" -msgstr "" +msgstr "Bildkarteformat" #. zVUjE #: 00000002.xhp @@ -1103,7 +1103,7 @@ msgctxt "" "par_id3145153\n" "help.text" msgid "ImageMaps are basically divided between those that are analyzed on the server (i. e. your Internet provider) and those analyzed on the web browser of the reader's computer." -msgstr "" +msgstr "Bildkartor tolkas antingen i webbläsaren på din dator eller på servern som du hämtade html-sidan från." #. BiN57 #: 00000002.xhp @@ -1121,7 +1121,7 @@ msgctxt "" "hd_id3152881\n" "help.text" msgid "Server Side ImageMaps" -msgstr "" +msgstr "Serverside-bildkartor" #. E6FbV #: 00000002.xhp @@ -1139,7 +1139,7 @@ msgctxt "" "par_id3147502\n" "help.text" msgid "W3C (CERN) HTTP Server (Format type: MAP - CERN)" -msgstr "" +msgstr "W3C (CERN) HTTP-server (Formattyp: MAP - CERN)" #. L8FnL #: 00000002.xhp @@ -1148,7 +1148,7 @@ msgctxt "" "par_id3154011\n" "help.text" msgid "NCSA HTTP Server (Format type: MAP - NCSA)" -msgstr "" +msgstr "NCSA HTTP-server (Formattyp: MAP - NCSA)" #. WnvdK #: 00000002.xhp @@ -1157,7 +1157,7 @@ msgctxt "" "par_id3149483\n" "help.text" msgid "$[officename] creates ImageMaps for both methods. Select the format from the <emph>File type </emph>list in the <emph>Save As </emph>dialog in the <emph>ImageMap Editor</emph>. Separate Map Files are created which you must upload to the server. You will need to ask your provider or network administrator which type of ImageMaps are supported by the server and how to access the evaluation program." -msgstr "" +msgstr "$[officename] skapar bildkartefiler för båda metoderna. Välj formatet från listan <emph>Filtyp</emph> under <emph>Spara som</emph>-dialogrutan i <emph>Bildkarteredigeraren</emph>. Separata bildkartefiler skapas som du laddar upp till servern. Fråga din nätverksadministratör vilken typ av bildkartefiler som stöds av servern och hur du kan delta i utvärderingsprogrammet." #. TZxFS #: 00000002.xhp @@ -1175,7 +1175,7 @@ msgctxt "" "hd_id3152418\n" "help.text" msgid "Client Side ImageMap" -msgstr "" +msgstr "Klientside-bildkartor" #. HN6DX #: 00000002.xhp @@ -1211,7 +1211,7 @@ msgctxt "" "hd_id3159125\n" "help.text" msgid "Java" -msgstr "" +msgstr "Java" #. PWzh7 #: 00000002.xhp @@ -1220,7 +1220,7 @@ msgctxt "" "par_id3153188\n" "help.text" msgid "The Java programming language is a platform independent programming language that is especially suited for use in the Internet. Web pages and applications programmed with Java class files can be used on all modern operating systems. Programs using Java programming language are usually developed in a Java development environment and then compiled to a \"byte code\"." -msgstr "" +msgstr "Programmeringsspråket Java är ett plattformsoberoende programmeringsspråk som är särskilt lämpat för internet. Webbsidor och appar programmerade i Java kan användas på många moderna operativsystem och arkitekturer. Java-program kompileras till ett bytekod-format som sedan kan köras i en virtuell Java-miljö." #. nyMQS #: 00000002.xhp @@ -1229,7 +1229,7 @@ msgctxt "" "hd_id3145647\n" "help.text" msgid "Proxy" -msgstr "" +msgstr "Proxy" #. cANAA #: 00000002.xhp @@ -1256,7 +1256,7 @@ msgctxt "" "hd_id3154729\n" "help.text" msgid "SGML" -msgstr "" +msgstr "SGML" #. NaEKG #: 00000002.xhp @@ -1265,7 +1265,7 @@ msgctxt "" "par_id3147330\n" "help.text" msgid "SGML stands for \"Standard Generalized Markup Language\". SGML is based on the idea that documents have structural and other semantic elements that can be described without reference to how such elements should be displayed. The actual display of such a document may vary, depending on the output medium and style preferences. In structured texts, SGML not only defines structures (in the DTD = Document Type Definition) but also ensures they are consistently used." -msgstr "" +msgstr "SGML står för \"Standard Generalized Markup Language\". Det vill säga ett generellt uppmärkninggpråk. SGML bygger på idén att dokument kan ha struktur och andra semantiska element som beskrivs utan att det sägs hur dessa element ska presenteras / visas. Presentationen av sådana dokument kan variera med avseende på presentationsmedia eller stilpreferenser. I strukturerade texter, definierar inte enbart SGML själva strukturen (i en DTD = Document Type Definition) utan ser också till att strukturerna är konsekvent använda." #. hSUP3 #: 00000002.xhp @@ -1292,7 +1292,7 @@ msgctxt "" "hd_id3153950\n" "help.text" msgid "Search Engines" -msgstr "" +msgstr "Sökmotorer" #. v5Dq5 #: 00000002.xhp @@ -10015,22 +10015,22 @@ msgctxt "" msgid "Choose <emph>Tools - Spelling</emph>." msgstr "" -#. tTuYs +#. UdWkD #: 00000406.xhp msgctxt "" "00000406.xhp\n" -"par_id3148538\n" +"par_id101695982651777\n" "help.text" -msgid "F7 key" -msgstr "Tangenten F7" +msgid "Choose <menuitem>Review - Spelling</menuitem>." +msgstr "" -#. NU6F9 +#. Jdyqk #: 00000406.xhp msgctxt "" "00000406.xhp\n" -"par_id3155628\n" +"par_id631695982647799\n" "help.text" -msgid "On the <emph>Standard</emph> bar, click" +msgid "On the <menuitem>Review</menuitem> menu of the <menuitem>Review</menuitem> tab, choose <menuitem>Spelling</menuitem>." msgstr "" #. nNuL8 @@ -10051,6 +10051,60 @@ msgctxt "" msgid "Spelling" msgstr "" +#. Db46f +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id251695912327705\n" +"help.text" +msgid "Choose <menuitem>Tools - Automatic Spell Checking</menuitem>." +msgstr "" + +#. ergGj +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id321695912332265\n" +"help.text" +msgid "Choose <menuitem>Review - Auto Spellcheck</menuitem>." +msgstr "" + +#. 7yC8T +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id231695912491221\n" +"help.text" +msgid "On the <menuitem>Review</menuitem> menu of the <menuitem>Review</menuitem> tab, choose <menuitem>Automatic Spell Checking</menuitem>." +msgstr "" + +#. FzA6C +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id801695912200835\n" +"help.text" +msgid "<image src=\"cmd/lc_spellonline.svg\" id=\"img_id51695912200836\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id801695912200837\">Icon Automatic Spell Checking</alt></image>" +msgstr "" + +#. GJY33 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id211695912200839\n" +"help.text" +msgid "Automatic Spell Checking" +msgstr "" + +#. 5FLEa +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id291695912271401\n" +"help.text" +msgid "<keycode>Shift + F7</keycode>" +msgstr "" + #. cq3GF #: 00000406.xhp msgctxt "" @@ -10105,22 +10159,22 @@ msgctxt "" msgid "Choose <menuitem>Tools - Thesaurus</menuitem>." msgstr "" -#. C5ABq +#. VMVLb #: 00000406.xhp msgctxt "" "00000406.xhp\n" -"par_id3149884\n" +"par_id511695983117788\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F7</keycode>" +msgid "Choose <menuitem>Review - Thesaurus</menuitem>." msgstr "" -#. RYHXW +#. Vvn7i #: 00000406.xhp msgctxt "" "00000406.xhp\n" -"par_id641655489196783\n" +"par_id661695983121108\n" "help.text" -msgid "On the <emph>Tools</emph> bar, click" +msgid "On the <menuitem>Review</menuitem> menu of the <menuitem>Review</menuitem> tab, choose <menuitem>Thesaurus</menuitem>." msgstr "" #. 3jnPY @@ -10141,6 +10195,51 @@ msgctxt "" msgid "Thesaurus" msgstr "" +#. nGfZ5 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id3149884\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> + <keycode>F7</keycode>" +msgstr "" + +#. QuGLu +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id261695989133885\n" +"help.text" +msgid "Choose <menuitem>Tools - Language</menuitem>." +msgstr "" + +#. PyBCF +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id671695988846882\n" +"help.text" +msgid "On the <menuitem>Review</menuitem> menu of the <menuitem>Review</menuitem> tab choose one of the language commands." +msgstr "" + +#. DKJF8 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id91695989098775\n" +"help.text" +msgid "<image src=\"cmd/lc_managelanguage.svg\" id=\"img_id631695989098776\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id491695989098777\">Icon Manage Language</alt></image>" +msgstr "" + +#. gocM8 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id421695989098779\n" +"help.text" +msgid "Manage Language" +msgstr "" + #. BkJ2M #: 00000406.xhp msgctxt "" @@ -10528,6 +10627,33 @@ msgctxt "" msgid "<variable id=\"imagemap\">Choose <menuitem>Tools - ImageMap</menuitem>.</variable>" msgstr "" +#. MNbGR +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id781695990131594\n" +"help.text" +msgid "On the <menuitem>Image</menuitem> menu of the <menuitem>Image</menuitem> tab, choose <menuitem>ImageMap</menuitem>." +msgstr "" + +#. nUuRh +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id951695989919686\n" +"help.text" +msgid "<image src=\"cmd/lc_imagemapdialog.svg\" id=\"img_id911695989919687\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id201695989919688\">Icon Image Map</alt></image>" +msgstr "" + +#. 6vWG2 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id291695989919690\n" +"help.text" +msgid "Image Map" +msgstr "" + #. q5E7e #: 00000406.xhp msgctxt "" @@ -11131,6 +11257,78 @@ msgctxt "" msgid "<variable id=\"registered\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Base - Databases</emph>.</variable>" msgstr "" +#. ikqsF +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id561695923226577\n" +"help.text" +msgid "Choose <menuitem>Tools - Redact</menuitem>." +msgstr "" + +#. BUSoA +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id51695923219073\n" +"help.text" +msgid "Choose <menuitem>Review - Redact</menuitem>." +msgstr "" + +#. fDADE +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id331695923214512\n" +"help.text" +msgid "On the <menuitem>Review</menuitem> menu of the <menuitem>Review</menuitem> tab, choose <menuitem>Redact</menuitem>." +msgstr "" + +#. jLo3N +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id31695923113627\n" +"help.text" +msgid "<image src=\"cmd/lc_redactdoc.svg\" id=\"img_id121695923113628\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id731695923113629\">Icon Redact</alt></image>" +msgstr "" + +#. hWrdg +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id591695923113631\n" +"help.text" +msgid "Redact" +msgstr "" + +#. Z9e4C +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id261695923548328\n" +"help.text" +msgid "Choose <menuitem>Tools - Auto-Redact</menuitem>." +msgstr "" + +#. YdFop +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id921695923483799\n" +"help.text" +msgid "<image src=\"cmd/lc_autoredactdoc.svg\" id=\"img_id571695923483800\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561695923483801\">Icon Auto-Redact</alt></image>" +msgstr "" + +#. gaund +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id741695923483803\n" +"help.text" +msgid "Auto-Redact" +msgstr "" + #. FfMAN #: 00000407.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/shared/01.po b/source/sv/helpcontent2/source/text/shared/01.po index d4e3b22b7ff..8ea781cced8 100644 --- a/source/sv/helpcontent2/source/text/shared/01.po +++ b/source/sv/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: 2023-09-28 12:40+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2022-03-20 12:48+0000\n" "Last-Translator: Leif-Jöran Olsson <info@friprogramvarusyndikatet.se>\n" "Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/sv/>\n" @@ -4039,14 +4039,14 @@ msgctxt "" msgid "Address Book Assignment" msgstr "Adressbokstilldelning" -#. berDq +#. Rv7Fb #: 01110101.xhp msgctxt "" "01110101.xhp\n" "hd_id3156411\n" "help.text" -msgid "Address Book Assignment" -msgstr "Adressbokstilldelning" +msgid "<variable id=\"h1\"><link href=\"text/shared/01/01110101.xhp#address book assignment\">Address Book Source</link></variable>" +msgstr "" #. yD9Ug #: 01110101.xhp @@ -11518,14 +11518,14 @@ msgctxt "" msgid "ImageMap Editor" msgstr "Bildkarteredigeraren" -#. TAxDP +#. MHBDz #: 02220000.xhp msgctxt "" "02220000.xhp\n" "hd_id3150502\n" "help.text" -msgid "ImageMap Editor" -msgstr "Bildkarteredigeraren" +msgid "<variable id=\"h1\"><link href=\"text/shared/01/02220000.xhp#imagemap editor\">ImageMap Editor</link></variable>" +msgstr "" #. JbUy9 #: 02220000.xhp @@ -36817,13 +36817,13 @@ msgctxt "" msgid "Spelling" msgstr "" -#. dRS2j +#. hBBXG #: 06010000.xhp msgctxt "" "06010000.xhp\n" "bm_id3149047\n" "help.text" -msgid "<bookmark_value>dictionaries; spellcheck</bookmark_value> <bookmark_value>spellcheck; dialog</bookmark_value> <bookmark_value>dictionaries; spelling</bookmark_value> <bookmark_value>spelling; dialog</bookmark_value> <bookmark_value>languages; spellcheck</bookmark_value> <bookmark_value>languages; spelling</bookmark_value>" +msgid "<bookmark_value>dictionaries; spellcheck</bookmark_value><bookmark_value>spellcheck; dialog</bookmark_value><bookmark_value>dictionaries; spelling</bookmark_value><bookmark_value>spelling; dialog</bookmark_value><bookmark_value>languages; spellcheck</bookmark_value><bookmark_value>languages; spelling</bookmark_value>" msgstr "" #. Fqb6C @@ -38059,14 +38059,14 @@ msgctxt "" msgid "<bookmark_value>AutoCorrect function;switching on and off</bookmark_value> <bookmark_value>AutoComplete, see also AutoCorrect/AutoInput</bookmark_value>" msgstr "" -#. Ka2SS +#. 6EDyb #: 06040000.xhp msgctxt "" "06040000.xhp\n" "hd_id3153391\n" "help.text" -msgid "AutoCorrect" -msgstr "Autokorrigering" +msgid "<variable id=\"h1\"><link href=\"text/shared/01/06040000.xhp#autocorrect\">AutoCorrect Options</link></variable>" +msgstr "" #. hfgnF #: 06040000.xhp @@ -42433,14 +42433,14 @@ msgctxt "" msgid "Customize" msgstr "Anpassa" -#. PEVJP +#. jNADV #: 06140000.xhp msgctxt "" "06140000.xhp\n" "hd_id3146946\n" "help.text" -msgid "Customize" -msgstr "Anpassa" +msgid "<variable id=\"customize\"><link href=\"text/shared/01/06140000.xhp#customize\">Customize</link></variable>" +msgstr "" #. 5ML3n #: 06140000.xhp @@ -46096,6 +46096,24 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/autoformattable/autofitcb\">When marked, specifies that you want to retain the width and height of the selected cells of the selected format.</ahelp>" msgstr "" +#. 7wygb +#: AutoRedactDoc.xhp +msgctxt "" +"AutoRedactDoc.xhp\n" +"tit\n" +"help.text" +msgid "Auto-Redact" +msgstr "" + +#. yDwUS +#: AutoRedactDoc.xhp +msgctxt "" +"AutoRedactDoc.xhp\n" +"hd_id491695917693413\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/shared/01/AutoRedactDoc.xhp\">Auto-Redact</link></variable>" +msgstr "" + #. csXLt #: DeleteColumns.xhp msgctxt "" @@ -46771,6 +46789,24 @@ msgctxt "" msgid "Complete protection of your work can be achieved by combining the options <emph>Tools - Protect Sheet</emph> and <emph>Tools - Protect Spreadsheet Structure</emph>, including password protection. To prohibit opening the document altogether, in the <emph>Save</emph> dialog mark the <emph>Save with password</emph> box before you click the <emph>Save</emph> button." msgstr "" +#. faEdf +#: RedactDoc.xhp +msgctxt "" +"RedactDoc.xhp\n" +"tit\n" +"help.text" +msgid "Redact" +msgstr "" + +#. P6oDE +#: RedactDoc.xhp +msgctxt "" +"RedactDoc.xhp\n" +"hd_id541695917056976\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/shared/01/RedactDoc.xhp\">Redact</link></variable>" +msgstr "" + #. MzXDj #: SelectColumns.xhp msgctxt "" @@ -47095,6 +47131,42 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/optimalrowheightdialog/default\">Restores the default value for the optimal row height.</ahelp>" msgstr "" +#. 3xUAD +#: SpellOnline.xhp +msgctxt "" +"SpellOnline.xhp\n" +"tit\n" +"help.text" +msgid "Automatic Spelling" +msgstr "" + +#. MFzeK +#: SpellOnline.xhp +msgctxt "" +"SpellOnline.xhp\n" +"hd_id631695911503508\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/shared/01/SpellOnline.xhp\">Automatic Spell Checking</link></variable>" +msgstr "" + +#. Z9Vjj +#: SpellOnline.xhp +msgctxt "" +"SpellOnline.xhp\n" +"par_id861695911503511\n" +"help.text" +msgid "Automatically checks spelling as you type, and underlines errors." +msgstr "" + +#. D2kA8 +#: SpellOnline.xhp +msgctxt "" +"SpellOnline.xhp\n" +"par_id331695911930706\n" +"help.text" +msgid "Typing errors are highlighted in the document with a red underline. If you place the cursor over a word marked in this way, you can open the context menu to obtain a list of corrections. Select a correction to replace the word. If you make the same mistake again while editing the document, it will be marked as an error again." +msgstr "" + #. zCBqS #: StyleNewByExample.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/shared/guide.po b/source/sv/helpcontent2/source/text/shared/guide.po index 9f8df6c2da3..7614e852a49 100644 --- a/source/sv/helpcontent2/source/text/shared/guide.po +++ b/source/sv/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: 2023-09-22 21:42+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2022-01-17 11:38+0000\n" "Last-Translator: Leif-Jöran Olsson <info@friprogramvarusyndikatet.se>\n" "Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/sv/>\n" @@ -673,13 +673,13 @@ msgctxt "" msgid "<bookmark_value>spreadsheet; auto-redact</bookmark_value> <bookmark_value>presentations; auto-redact</bookmark_value> <bookmark_value>text documents; auto-redact contents</bookmark_value> <bookmark_value>automatic redaction</bookmark_value>" msgstr "" -#. QLFCn +#. DocEd #: auto_redact.xhp msgctxt "" "auto_redact.xhp\n" "hd_id171562795247122\n" "help.text" -msgid "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\">Auto-Redact</link></variable>" +msgid "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\">Automatic Redaction</link></variable>" msgstr "" #. wiGmP diff --git a/source/sv/helpcontent2/source/text/simpress.po b/source/sv/helpcontent2/source/text/simpress.po index 451ec80e97b..1fd9ebca40b 100644 --- a/source/sv/helpcontent2/source/text/simpress.po +++ b/source/sv/helpcontent2/source/text/simpress.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2023-06-23 13:37+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2022-01-17 11:38+0000\n" "Last-Translator: Leif-Jöran Olsson <info@friprogramvarusyndikatet.se>\n" "Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress/sv/>\n" @@ -1996,60 +1996,6 @@ msgctxt "" msgid "<emph>To Last Slide:</emph> Selects the last slide in the presentation." msgstr "" -#. rCA2e -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"tit\n" -"help.text" -msgid "Tools" -msgstr "" - -#. j8HBG -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"hd_id3154017\n" -"help.text" -msgid "<link href=\"text/simpress/main_tools.xhp\">Tools</link>" -msgstr "" - -#. QCEeB -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"par_id3155064\n" -"help.text" -msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>" -msgstr "" - -#. NgjZ3 -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"hd_id3145590\n" -"help.text" -msgid "<link href=\"text/shared/01/02220000.xhp\">ImageMap</link>" -msgstr "" - -#. Wk79g -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"hd_id3153248\n" -"help.text" -msgid "<link href=\"text/shared/01/06040000.xhp\">AutoCorrect Options</link>" -msgstr "" - -#. JFTcx -#: main_tools.xhp -msgctxt "" -"main_tools.xhp\n" -"hd_id3149130\n" -"help.text" -msgid "<link href=\"text/shared/01/06140000.xhp\">Customize</link>" -msgstr "" - #. A8xE3 #: submenu_object_shape.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/simpress/00.po b/source/sv/helpcontent2/source/text/simpress/00.po index cecda7b3c73..ea7f069eb0c 100644 --- a/source/sv/helpcontent2/source/text/simpress/00.po +++ b/source/sv/helpcontent2/source/text/simpress/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2023-09-12 14:57+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2022-03-01 13:39+0000\n" "Last-Translator: Leif-Jöran Olsson <info@friprogramvarusyndikatet.se>\n" "Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/sv/>\n" @@ -853,6 +853,51 @@ msgctxt "" msgid "<variable id=\"neuprae\">Choose <emph>Slide Show - Custom Slide Show</emph> and then click <emph>New</emph>.</variable>" msgstr "<variable id=\"neuprae\">Välj <emph>Presentation - Anpassad presentation</emph> och klicka på <emph>Ny</emph>.</variable>" +#. Gh7XJ +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id631695942640160\n" +"help.text" +msgid "Choose <menuitem>Tools - Presentation Minimizer</menuitem>." +msgstr "" + +#. hyDfR +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id21695942645014\n" +"help.text" +msgid "Choose <menuitem>Slide Show - Minimize Presentation</menuitem>." +msgstr "" + +#. AuRz2 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id991695941978054\n" +"help.text" +msgid "On the <menuitem>Slide Show</menuitem> menu of the <menuitem>Slide Show</menuitem> tab, choose <menuitem>Minimize Presentation</menuitem>." +msgstr "" + +#. BHPKY +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id561695941864658\n" +"help.text" +msgid "<image src=\"cmd/lc_presentationminimizer.svg\" id=\"img_id411695941864659\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621695941864660\">Icon Presentation Minimizer</alt></image>" +msgstr "" + +#. WwWbB +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id51695941864661\n" +"help.text" +msgid "Presentation Minimizer" +msgstr "" + #. mc9oT #: 00000407.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/simpress/01.po b/source/sv/helpcontent2/source/text/simpress/01.po index 0dd945d2584..77d99e33cad 100644 --- a/source/sv/helpcontent2/source/text/simpress/01.po +++ b/source/sv/helpcontent2/source/text/simpress/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2023-09-28 12:40+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2022-03-20 12:48+0000\n" "Last-Translator: Leif-Jöran Olsson <info@friprogramvarusyndikatet.se>\n" "Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/sv/>\n" @@ -61,15 +61,6 @@ msgctxt "" msgid "The following file formats present you with additional export options after you click <emph>Save</emph>:" msgstr "Följande filformat erbjuder ytterligare exportalternativ när du har klickat på <emph>Spara</emph>:" -#. 7arFV -#: 01170000.xhp -msgctxt "" -"01170000.xhp\n" -"par_id3155961\n" -"help.text" -msgid "<link href=\"text/shared/00/00000200.xhp\">c, SVM/WMF/PICT/MET, BMP, GIF, EPS, PNG, PBM, PPM, PGM</link>." -msgstr "" - #. 5Ej6X #: 01170000.xhp msgctxt "" @@ -7684,6 +7675,33 @@ msgctxt "" msgid "<ahelp hid=\".uno:Intersect\" visibility=\"visible\">Creates a shape from the overlapping area of the selected objects.</ahelp>" msgstr "<ahelp hid=\".uno:Intersect\" visibility=\"visible\">Skapar en form av de markerade objektens överlappande yta.</ahelp>" +#. bQByv +#: PresentationMinimizer.xhp +msgctxt "" +"PresentationMinimizer.xhp\n" +"tit\n" +"help.text" +msgid "Presentation Minimizer" +msgstr "" + +#. QMfX2 +#: PresentationMinimizer.xhp +msgctxt "" +"PresentationMinimizer.xhp\n" +"hd_id881695940019967\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/simpress/01/PresentationMinimizer.xhp\">Presentation Minimizer</link></variable>" +msgstr "" + +#. NqVw9 +#: PresentationMinimizer.xhp +msgctxt "" +"PresentationMinimizer.xhp\n" +"par_id981695940019969\n" +"help.text" +msgid "Opens the Presentation Minimizer dialog to reduce the file size of the current presentation." +msgstr "" + #. 8mBdR #: bulletandposition.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/swriter.po b/source/sv/helpcontent2/source/text/swriter.po index c2d02319433..b04bea6dba9 100644 --- a/source/sv/helpcontent2/source/text/swriter.po +++ b/source/sv/helpcontent2/source/text/swriter.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2023-09-28 12:40+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2018-11-27 22:28+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -475,123 +475,6 @@ msgctxt "" msgid "<link href=\"text/swriter/01/05040500.xhp\">Columns</link>" msgstr "<link href=\"text/swriter/01/05040500.xhp\">Kolumner</link>" -#. r9nLs -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"tit\n" -"help.text" -msgid "Tools" -msgstr "Verktyg" - -#. EQ4r3 -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3147241\n" -"help.text" -msgid "<link href=\"text/swriter/main0106.xhp\">Tools</link>" -msgstr "<link href=\"text/swriter/main0106.xhp\">Verktyg</link>" - -#. UNAzE -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"par_id3147258\n" -"help.text" -msgid "<ahelp hid=\".\">Contains spelling tools, redact options, mail merge wizard, macros, development tools, extension manager, as well as tools for configuring and customizing menus, and setting program preferences.</ahelp>" -msgstr "" - -#. ipUs6 -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id691612907136111\n" -"help.text" -msgid "<link href=\"text/shared/02/18030000.xhp\">Automatic Spell Checking</link>" -msgstr "" - -#. RFxpX -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3156150\n" -"help.text" -msgid "<link href=\"text/shared/01/02220000.xhp\">ImageMap</link>" -msgstr "" - -#. c786T -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id621628789958422\n" -"help.text" -msgid "<link href=\"text/shared/guide/redaction.xhp\">Redact</link>" -msgstr "" - -#. GvGzQ -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id231628790402002\n" -"help.text" -msgid "<link href=\"text/shared/guide/auto_redact.xhp\">Auto-Redact</link>" -msgstr "" - -#. YxiDH -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3149965\n" -"help.text" -msgid "<link href=\"text/swriter/01/06060000.xhp\">Heading Numbering</link>" -msgstr "" - -#. NcNiN -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3145688\n" -"help.text" -msgid "<link href=\"text/swriter/01/06180000.xhp\">Line Numbering</link>" -msgstr "<link href=\"text/swriter/01/06180000.xhp\">Radnumrering</link>" - -#. WctnW -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3145713\n" -"help.text" -msgid "<link href=\"text/swriter/01/06080000.xhp\">Footnotes and Endnotes</link>" -msgstr "" - -#. PYr7Y -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id501612910204859\n" -"help.text" -msgid "<link href=\"text/shared/01/01110101.xhp\">Address Book Source</link>" -msgstr "" - -#. CXTEr -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3147346\n" -"help.text" -msgid "<link href=\"text/swriter/01/06100000.xhp\">Sort</link>" -msgstr "<link href=\"text/swriter/01/06100000.xhp\">Sortera</link>" - -#. jVFic -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3147406\n" -"help.text" -msgid "<link href=\"text/shared/01/06140000.xhp\">Customize</link>" -msgstr "<link href=\"text/shared/01/06140000.xhp\">Anpassa</link>" - #. KRfJh #: main0107.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/swriter/00.po b/source/sv/helpcontent2/source/text/swriter/00.po index 140e47beb87..f7479aadb7a 100644 --- a/source/sv/helpcontent2/source/text/swriter/00.po +++ b/source/sv/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: 2023-09-12 14:57+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2022-03-02 14:39+0000\n" "Last-Translator: Leif-Jöran Olsson <info@friprogramvarusyndikatet.se>\n" "Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/sv/>\n" @@ -277,31 +277,31 @@ msgctxt "" msgid "Choose <emph>Tools - AutoText</emph>" msgstr "Menyn <emph>Redigera - AutoText...</emph>" -#. Tz3SM +#. bnbUy #: 00000402.xhp msgctxt "" "00000402.xhp\n" -"par_id3151243\n" +"par_id411696026065940\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" +msgid "Choose <menuitem>Insert - AutoText</menuitem>." msgstr "" -#. 6LT7E +#. vegCj #: 00000402.xhp msgctxt "" "00000402.xhp\n" -"par_id3143228\n" +"par_id431696026154970\n" "help.text" -msgid "On the Insert toolbar, click" -msgstr "Klicka på verktygsraden Infoga" +msgid "On the <menuitem>Insert</menuitem> menu of the <menuitem>Insert</menuitem> tab, choose <menuitem>AutoText</menuitem>." +msgstr "" -#. dwntd +#. d3kAc #: 00000402.xhp msgctxt "" "00000402.xhp\n" "par_id3149048\n" "help.text" -msgid "<image id=\"img_id3156418\" src=\"cmd/lc_editglossary.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156418\">Icon</alt></image>" +msgid "<image id=\"img_id3156418\" src=\"cmd/lc_editglossary.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156418\">Icon AutoText</alt></image>" msgstr "" #. kqPGC @@ -313,6 +313,15 @@ msgctxt "" msgid "AutoText" msgstr "Autotext" +#. zykN2 +#: 00000402.xhp +msgctxt "" +"00000402.xhp\n" +"par_id3151243\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> + <keycode>F3</keycode>" +msgstr "" + #. 5WbwM #: 00000402.xhp msgctxt "" @@ -3841,6 +3850,51 @@ msgctxt "" msgid "<variable id=\"silbentrennung\">Choose <emph>Tools - Language - Hyphenation</emph></variable>" msgstr "<variable id=\"silbentrennung\">Välj <emph>Verktyg - Språk - Avstavning</emph></variable>" +#. 9F7of +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id691673470306954\n" +"help.text" +msgid "Choose <menuitem>Tools - Translate</menuitem>." +msgstr "" + +#. 5RSqp +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id311630940367510\n" +"help.text" +msgid "Choose <menuitem>Tools - Accessibility Check</menuitem>." +msgstr "" + +#. zDPAt +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id521630941308319\n" +"help.text" +msgid "Select <menuitem>File - Export as PDF - General - Universal Accessibility (PDF/UA)</menuitem> and click <emph>OK</emph>." +msgstr "" + +#. VdGGC +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id61696013981895\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Option</keycode></caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline><keycode> + 8</keycode>" +msgstr "" + +#. FXGCE +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id101696013926218\n" +"help.text" +msgid "Open the <menuitem>Accessibility Check</menuitem> panel." +msgstr "" + #. DE6CF #: 00000406.xhp msgctxt "" @@ -3850,6 +3904,51 @@ msgctxt "" msgid "<variable id=\"wordcount\">Choose <emph>Tools - Word Count</emph></variable>" msgstr "<variable id=\"wordcount\">Välj <emph>Verktyg - Antal ord</emph></variable>" +#. azVVa +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id131695990778178\n" +"help.text" +msgid "Choose <menuitem>Review - Word Count</menuitem>." +msgstr "" + +#. Yi7E4 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id911695990773514\n" +"help.text" +msgid "On the <menuitem>Review</menuitem> menu of the <menuitem>Review</menuitem> tab, choose <menuitem>Word Count</menuitem>." +msgstr "" + +#. YCnBQ +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id31695990844774\n" +"help.text" +msgid "<image src=\"cmd/lc_wordcountdialog.svg\" id=\"img_id121695990844775\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id801695990844776\">Icon Word Count</alt></image>" +msgstr "" + +#. xRAkV +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id521695990844778\n" +"help.text" +msgid "Word Count" +msgstr "" + +#. 9tiEc +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id981695990626910\n" +"help.text" +msgid "Click on the <emph>Word and Character Count</emph> area." +msgstr "" + #. DWzpg #: 00000406.xhp msgctxt "" @@ -3859,6 +3958,24 @@ msgctxt "" msgid "<variable id=\"chapternumbering\">Choose <menuitem>Tools - Heading Numbering</menuitem></variable>" msgstr "" +#. kgpwA +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id121696026899542\n" +"help.text" +msgid "<image src=\"cmd/lc_chapternumberingdialog.svg\" id=\"img_id161696026899543\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541696026899544\">Icon Heading Numbering</alt></image>" +msgstr "" + +#. hmmiX +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id281696026899546\n" +"help.text" +msgid "Heading Numbering" +msgstr "" + #. mQMBT #: 00000406.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/swriter/01.po b/source/sv/helpcontent2/source/text/swriter/01.po index 7cf836011a6..f724af61ba2 100644 --- a/source/sv/helpcontent2/source/text/swriter/01.po +++ b/source/sv/helpcontent2/source/text/swriter/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2023-09-28 12:40+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2018-11-27 22:24+0000\n" "Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -27187,22 +27187,22 @@ msgctxt "" msgid "Line Numbering" msgstr "Radnumrering" -#. DdXuD +#. cmZB8 #: 06180000.xhp msgctxt "" "06180000.xhp\n" "hd_id3154705\n" "help.text" -msgid "Line Numbering" -msgstr "Radnumrering" +msgid "<variable id=\"h1\"><link href=\"text/swriter/01/06180000.xhp#linenumbers\">Line Numbering</link></variable>" +msgstr "" -#. ZDVZ9 +#. R9fgE #: 06180000.xhp msgctxt "" "06180000.xhp\n" "par_id3150249\n" "help.text" -msgid "<variable id=\"zeinum\">Adds or removes and formats line numbers in the current document. To exclude a paragraph from line numbering, click in the paragraph, choose <menuitem>Format - Paragraph</menuitem>, click the <emph>Outline & List</emph> tab, and then clear the <emph>Include this paragraph in line numbering</emph> check box.</variable> You can also exclude a paragraph style from line numbering." +msgid "<variable id=\"zeinum\">Adds or removes and formats line numbers in the current document.</variable>" msgstr "" #. GcdFF @@ -27214,6 +27214,15 @@ msgctxt "" msgid "Line numbers are not available in HTML format." msgstr "Radnummerfunktionen är inte tillgänglig i HTML-format." +#. ec2Bu +#: 06180000.xhp +msgctxt "" +"06180000.xhp\n" +"par_id301695921327210\n" +"help.text" +msgid "To exclude a paragraph from line numbering, click in the paragraph, choose <menuitem>Format - Paragraph</menuitem>, click the <emph>Outline & List</emph> tab, and then clear the <emph>Include this paragraph in line numbering</emph> check box. You can also exclude a paragraph style from line numbering." +msgstr "" + #. uaAHm #: 06180000.xhp msgctxt "" @@ -28105,67 +28114,58 @@ msgctxt "" msgid "Review common accessibility problems in the document, and support for PDF/UA specifications in the PDF export dialog." msgstr "" -#. EYLLt -#: accessibility_check.xhp -msgctxt "" -"accessibility_check.xhp\n" -"par_id311630940367510\n" -"help.text" -msgid "Choose <menuitem>Tools - Accessibility Check</menuitem>." -msgstr "" - -#. MChEF +#. FvnEV #: accessibility_check.xhp msgctxt "" "accessibility_check.xhp\n" -"par_id521630941308319\n" +"par_id901630941406987\n" "help.text" -msgid "Select <menuitem>File - Export as PDF - General - Universal Accessibility (PDF/UA)</menuitem> and click <emph>OK</emph>." +msgid "The Accessibility Check tool traverses the document structure and gather all possible accessibility issues. The check can be run manually through the menu or it will be triggered after PDF export dialog, when the PDF/UA support is enabled." msgstr "" -#. FvnEV +#. fAJBE #: accessibility_check.xhp msgctxt "" "accessibility_check.xhp\n" -"par_id901630941406987\n" +"hd_id271630943848307\n" "help.text" -msgid "The Accessibility Check tool traverses the document structure and gather all possible accessibility issues. The check can be run manually through the menu or it will be triggered after PDF export dialog, when the PDF/UA support is enabled." +msgid "The Accessibility Check Panel on Sidebar" msgstr "" -#. RpbFj +#. cMPRg #: accessibility_check.xhp msgctxt "" "accessibility_check.xhp\n" -"hd_id271630943848307\n" +"par_id681630943858371\n" "help.text" -msgid "The Accessibility Check dialog" +msgid "The Accessibility Check panel on sidebar shows a list of all issues found in the text document." msgstr "" -#. FAFuD +#. xy8hY #: accessibility_check.xhp msgctxt "" "accessibility_check.xhp\n" -"par_id681630943858371\n" +"par_id611696018066788\n" "help.text" -msgid "The Accessibility Check dialog shows a list of all issues found in the text document." +msgid "Links are provided to navigate to the issue immediately. Double click the link to jump and select the object with the accessibility issue." msgstr "" -#. RPhYG +#. JbQ8L #: accessibility_check.xhp msgctxt "" "accessibility_check.xhp\n" "hd_id841630943833924\n" "help.text" -msgid "Go to Issue" +msgid "Fix button" msgstr "" -#. fquGN +#. FVp9R #: accessibility_check.xhp msgctxt "" "accessibility_check.xhp\n" "par_id41630943863594\n" "help.text" -msgid "Click the button to jump to the page and select the object or issue that requires attention for accessibility." +msgid "Click the Fix button to jump to the issue and provide commands to fix it." msgstr "" #. WgpUi @@ -33163,15 +33163,6 @@ msgctxt "" msgid "Translate the selected text or the whole document using DeepL automatic translation." msgstr "" -#. oiArP -#: translate.xhp -msgctxt "" -"translate.xhp\n" -"par_id691673470306954\n" -"help.text" -msgid "Choose <menuitem>Tools - Translate</menuitem>." -msgstr "" - #. TRFFb #: translate.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/swriter/guide.po b/source/sv/helpcontent2/source/text/swriter/guide.po index 26d57040b8f..be52c4c411c 100644 --- a/source/sv/helpcontent2/source/text/swriter/guide.po +++ b/source/sv/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: 2023-09-22 21:42+0200\n" +"POT-Creation-Date: 2023-10-02 11:34+0200\n" "PO-Revision-Date: 2022-11-02 09:22+0000\n" "Last-Translator: Leif-Jöran Olsson <info@friprogramvarusyndikatet.se>\n" "Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/sv/>\n" @@ -18943,31 +18943,22 @@ msgctxt "" msgid "Place the cursor in the page you want to change the style" msgstr "" -#. dnB6J -#: title_page.xhp -msgctxt "" -"title_page.xhp\n" -"par_id30092016144332353\n" -"help.text" -msgid "From the Sidebar Deck, select <emph>Sidebar Settings - Styles</emph>." -msgstr "" - -#. 33Fxq +#. oiwSd #: title_page.xhp msgctxt "" "title_page.xhp\n" "par_id300920161443329078\n" "help.text" -msgid "From the <emph>Styles</emph>, select button <emph>Page Styles</emph>." +msgid "Open the <emph>Styles</emph> panel of the Sidebar and select <emph>Page Styles</emph>." msgstr "" -#. urhNH +#. FPG4c #: title_page.xhp msgctxt "" "title_page.xhp\n" "par_id300920161443339937\n" "help.text" -msgid "From the Style list, select the page style you want to apply." +msgid "From the Page Style list, select the page style you want to apply." msgstr "" #. MpEK3 |